
.bottom-navigation a {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
}

.bottom-navigation a:hover {
  background-color: #ddd;
  color: black;
}

.bottom-navigation .previous {
  background-color: #f1f1f1;
  color: black;
}

.bottom-navigation .next {
  background-color: #0087ff;
  color: white;
  float:right;
}
nav.bottom-navigation {
    padding: 10px;
    text-transform: capitalize;
}
 .bg-light{
      background:#fff;
    }
       /* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
      border-bottom: 15px solid #0087ff;
      padding: 10px 0;
    }
    
    /* Set height of the grid so .sidenav can be 100% (adjust as needed) */
    .row.content {

    }
    
    /*  background color and 100% height */
    .sidenav {
    padding-top: 20px;
    height: 100%;
    background-color: transparent;
}
    /* Set black background color, white text and some padding */
    footer {
      background-color: #555;
      color: white;
      padding: 15px;
    }
    .logo-img{
        width: 185px;
    }
body{
 background:#373737 !important;
}
    .bodyofcontent{
        margin:0 5%;
        width:90%;
       
    }
    .well {
    padding: 25px 19px;
    margin: 0 29px 40px 29px;
    background: #000;
    color: #fff;
    border-top: 7px solid #0087ff;
    text-align: left;
}
 
.recent-posts ul li {
    border-bottom: 1px solid #fff;
    text-align: left;
    padding-bottom: 10px;
    
}
 .recent-posts  ul{
   
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
 
}
.recent-posts ul li a{
    color:#0087ff !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
}
.site-description{
    color:#fff;
  }
  .social-icons {
    background: #0087ff;
    padding: 7px 8px;
    border-radius: 50%;
    color: #fff;
}
img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.padding-0{
  padding:0 !important;
}
img.attachment-post-thumbnail.wp-post-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.breadcrumb {
    background: #373737 !important;
    border-radius: 0px !important;
    padding: 20px 10px !important;
    text-transform: capitalize;
    margin-bottom: -7px !important;

}

.breadcrumb>li+li:before {
      color: #fff !important;
    content: ">" !important;
}
.breadcrumb>li  {
    color:#fff !important;
   
   
}
  .header-adarea{
      width:100%;
      background:#d5d5d5;
      text-align:center;
      padding: 40px 0;
      margin-top:10px;
   }
footer.entry-footer {
    display: none;
} 
.entry-title a {
    color: #000;
    font-weight: bold;
    font-size: 4rem;
}
header.entry-header,.entry-content{
  padding: 0 10% !important;
}
.color-blue, .entry-content a{
  color:  #0087ff !important;
}
#navmenu{
  margin-left:50%;
}

@media only screen and (max-width: 1300px) {

  .well {
    
    margin: 1px 0 40px 0 !important;
    


}}

    /* On small screens, set height to 'auto' for sidenav and grid */
    @media only screen and (max-width: 767px) {
      .meta-values{
          font-size: 20px;
          line-height: 32px;
  
      }
      .sidenav {
        height: auto;
        padding: 15px;
      }
      #navmenu{
        margin-left:0px !important;
      }
      .row.content {height:auto;
      }
      img.attachment-post-thumbnail.wp-post-image {
        height: 201px;
        object-fit: cover;
    }
    .entry-title ,.entry-title a{
      font-size: 3rem !important;
      font-weight: bold;

  }
.well {
   
    margin: 0 0px 40px 0px !important;
     
}
      ul.nav.navbar-nav.navbar-right {
    display: flex;
} 
    }