body {
  background: #fafafa;
  color: #333333;
  margin-top: 1rem;
  height: auto; /* Used in this example to enable scrolling */
  /*max-width: 100%*/
  padding-top: 70px;

}

@media (min-width: 400px;) and (max-width: 768px;) {
    body { 
      padding-top: 100px; 
    }
}


/*Blue top navbar with social icons*/
.background-color {
      /*background-color: #eb7514;*/
      /*background-color: #009bc8;*/
      background-color: #07c0f5;
  }

.carousel-indicators .active{
    background-color: #000000;
}
.carousel-control-next-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-control-prev-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}


/*icon display over image home screen*/
.containex {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
/*   background-color: red; */
}

.containex:hover .overlay {
  opacity: 1;
}

.icon {
  color: darkgray;
  font-size: 20px;
  position: absolute;
  top: 90%;
  left: 94%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.fa-user:hover {
  color: #eee;
}

/*end overlay of display icon*/


.text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

a { color: inherit; }

h1, h2, h3, h4, h5, h6 {
  color: #444444;
  /*border: 10px solid blue;*/
  box-sizing: content-box;  
  /*width: 1080px;*/
  left: 0px;
}

.bg-steel {
  background-color: #327fa8;
}

.site-header .navbar-nav .nav-link {
  color: #cbd5db;
}

.site-header .navbar-nav .nav-link:hover {
  color: #ffffff;
}

.site-header .navbar-nav .nav-link.active {
  font-weight: 500;
}

.navbar-nav {
    margin-bottom: 0; 
}

.navbar-nav > li > a {padding-top:5px !important; padding-bottom:5px !important;}
.navbar {min-height:32px !important}



.content-section {
  background: #ffffff;
  padding: 10px 20px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-bottom: 20px;
}

.article-title {
  color: #444444;
}

a.article-title:hover {
  color: #428bca;
  text-decoration: none;
}

.article-content {
  white-space: pre-line;
}

.article-img {
  height: 65px;
  width: 65px;
  margin-right: 16px;
}

.article-metadata {
  padding-bottom: 1px;
  margin-bottom: 4px;
  border-bottom: 1px solid #e3e3e3
}

.article-metadata a:hover {
  color: #333;
  text-decoration: none;
}

.article-svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.account-img {
  height: 125px;
  width: 125px;
  margin-right: 20px;
  margin-bottom: 16px;
}

.account-heading {
  font-size: 2.5rem;
}




.navbar-brand.navbar-image {
   padding: 0 20px 0 0;
   display: flex;
}
.navbar-brand.navbar-image>img {
   margin: auto 0;
   z-index: 1;
   height: initial;
}

@media (min-width: 768px) {
    .navbar.taller .navbar-nav>li>a {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

/*small banner*/
@media (min-width: 768px) {
.carousel-multi-item-2 .col-md-3 {
float: left;
width: 25%;
max-width: 100%; } }


.carousel-multi-item-2 .card img {
border-radius: 2px; }
/*end small banner*/



.login-form {
  width: 100%;
  margin: 20px 0 0 0;
}

.login-left {
  width: 50%;
  float: left;
}

.login-right {
  width: 50%;
  float: right;
}

.login-form input[type=text] {
  background: #fff;
  border: none;
  border-radius: 8px;
  position: relative;
  font-size: 15px !important;
  display: inline-block;
  outline: none;
  width: 100%;
  height: 30px !important;
  padding: 18px 0 18px 0px;
  margin-bottom: 15px !important;
  color: #666 !important;
  border: 1px solid grey;
}
.pwd{
  position: relative;
}
.p-viewer {
  z-index: 9999;
  position: absolute;
  top: 30%;
  right: 10px;
}

.fa-eye {
  color: #A9A9A9;
}


/*@media screen and (max-width:767px) {

  padding-top: 70px; 

  .login-width {
    width: 95% !important;
  }
  .login-left {
    width: 90%;
    margin: 0 auto;
    display: block;
    float: none;
  }
  .login-right {
    width: 90%;
    margin: 0 auto;
    display: block;
    float: none;
  }
}
*/


/*mega_dropdown*/
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

