#sidebar-wrapper .sidebar-heading {
    background-color: #0abbfc !important;
    padding: 0.875rem 1.25rem;
    min-height: 112px;
    font-size: 1.2rem;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    min-height: 70px;
	 background-color: white !important;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
a.navbar-brand.mx-auto img {
    width: 90px;
}

.list-group-item-light {
    color: #636464;
    background-color: #0abbfc;
    color: white ;
}
.sideBar {
      background-color: #0abbfc !important;
   
}
#sidebar-wrapper .sidebar-heading {
    background-color: #0abbfc !important;
    padding: 0.875rem 1.25rem;
    color: white;
    min-height: 112px;
    font-size: 1.5rem;
}

body{    background-color: rgb(241 248 255) !important;}
.blag-aside .widget {
    box-shadow: 0 0 30px rgb(255 255 255 / 13%) !important;
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
    margin-top: 15px;
    min-height: 370px;
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.list-group-item.portal {
    position: relative;
    display: block;
    font-weight: 600 !important;
    color: #0880e8 !important;
    padding: 0.5rem 1rem;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item.portal{
    position: relative;
    display: block;
    font-weight: 600;
    color: #0880e8;
    padding: 0.5rem 1rem;
    margin-bottom: 10px;
    text-decoration: none;
    background-color: #fff;
    border: none !important;
}
a.ServA {
    text-decoration: none;
}
.MyblackText {
    color: black;
    font-size: 12px;
}
a.ServA {
    text-decoration: none;
    font-size: 20px;
}
.list-group-numbered > li::before {
    content: counters(section, ".") ". ";
    font-size: 20px;
    counter-increment: section;
}
/* Blog Sidebar
-------------------*/
.blag-aside .widget {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  margin-top: 15px;
      min-height: 370px;
  margin-bottom: 15px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.blag-aside .widget-body {
  padding: 15px;
}
.blag-aside .widget-title {
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.blag-aside .widget-title h3 {
    font-size: 20px;
    font-weight: 700;
       color: #424344 !important;
    margin: 0;

}
.blag-aside .widget-author .media {
  margin-bottom: 15px;
}
.blag-aside .widget-author p {
  font-size: 16px;
  margin: 0;
}
.blag-aside .widget-author .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.blag-aside .widget-author h6 {
  font-weight: 600;
  color: #20247b;
  font-size: 22px;
  margin: 0;
  padding-left: 20px;
}
.blag-aside .post-aside {
  margin-bottom: 15px;
}
.blag-aside .post-aside .post-aside-title h5 {
  margin: 0;
}
.blag-aside .post-aside .post-aside-title a {
  font-size: 18px;
  color: #20247b;
  font-weight: 600;
}
.blag-aside .post-aside .post-aside-meta {
  padding-bottom: 10px;
}
.blag-aside .post-aside .post-aside-meta a {
  color: #6F8BA4;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}
.blag-aside .latest-post-aside + .latest-post-aside {
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 15px;
}
.blag-aside .latest-post-aside .lpa-right {
  width: 90px;
}
.blag-aside .latest-post-aside .lpa-right img {
  border-radius: 3px;
}
.blag-aside .latest-post-aside .lpa-left {
  padding-right: 15px;
}
.blag-aside .latest-post-aside .lpa-title h5 {
  margin: 0;
  font-size: 15px;
}
.blag-aside .latest-post-aside .lpa-title a {
font-weight: 600;
    text-decoration: none;
    color: #424344 !important;
}
.blag-aside .latest-post-aside .lpa-meta a {
color: #6F8BA4;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    margin-right: 10px;
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
   /* background-color: #0abbfc; */
  min-height: 40px;
}
.breadcrumbs {
    padding: 50px 0;
    background-image: linear-gradient(rgb(9 177 251 / 42%), rgb(2 194 252 / 55%)),url(../../media/img/water1.jpg);
    background-position: top;
    background-size: cover;
}
.breadcrumbs h2 {
    font-size: 30px;
    font-weight: 800;
    color: #ffffff !important;
    margin: 20px;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 3px;
    margin: 0;
    color: white ;
    font-size: 14px;
}
.breadcrumbs a{
color: #ffffff !important;
    font-weight: 700;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
     color: #ffffff;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

