
ul#menu li {
  display:inline;
  padding: 0px 20px;
  text-decoration: underline;
  font-weight: bold

}
.active_nav::after{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #ff9000;
  color: transparent;
  width: 0%;
  content: '';
  height: 3px;
  transition: all 0.5s;
}
.contact_p{
  font-size: 16px !important
}

.contact_h{
  font-size: 18px !important
}
.back_align{
  color: #CBCCC8 !important;
  
}
.card-footer{
  background-color: #B1B4BD !important;
  color: white !important
}
.text-muted >a {
   color: white !important;
   font-size: 18px
}
.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.extra-dot{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.one-line-extra-dot{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.navbar .navbar-nav .nav-link:hover {
  color: #000000;
}
@media only screen and (min-width: 960px) {
  .navbar .navbar-nav .nav-link {
    padding: 1em 0.7em;
  }
  .navbar {
    padding: 0;
  }
  .navbar .navbar-brand {
    padding: 0 0.7em;
  }
}
.navbar .navbar-nav .nav-link {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 20px;

}
.navbar .navbar-nav .nav-link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #ff9000;
  color: transparent;
  width: 0%;
  content: '';
  height: 3px;
  transition: all 0.5s;
}
.navbar .navbar-nav .nav-link:hover::after {
  width: 100%;
}
section{
  padding: 50px 0px 0px 0px;
}
.heading-class{
  color: #5A99A9;
  font-size: 3rem;
  text-transform: uppercase !important; 
}
.font-size-w{
  font-size: 1.2em;
}
.font-color-w{
  color: #ff9000;
}



.row-padding{
  padding: 20px 0px;
}


.carousel-indicators li {
    border-radius: 12px;
    width: 12px;
    height: 12px;
    background-color: #404040;
}
.footer {
  width: 100%;
  min-height: 40px; /* Set the fixed height of the footer here */
  background-color: #4D4D4D;

}
.footer-align{
  color: white;
  padding: 7px 0px 0px 0px;
}


/* client */


.col-sm-5cols{
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    padding:30px
}

@media (min-width: 768px) {
    .col-sm-5cols {
        width: 20%;
        float: left;
    }
}
@media (max-width: 568px) {
  
    .mobile_class{
      width: 50%;
      padding: 0 10px 10px 0 ;
    }
}

.gallery-padding-class{
  padding-left: 0px !important;
}