/**
* Template Name: BizPage - v5.8.0
* Template URL: https://bootstrapmade.com/bizpage-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
#header.header-scrolled {
  background: #FFF;
}

.header-scrolled #navbar a {
    color: #000; /* Black color */
}

#navbar a {
    color: #FFF; /* White color */
}

@media (max-width: 768px) {
    #navbar a {
        color: #000 !important; /* Always black on mobile */
    }
}

.navbar .dropdown ul a {
    color: #000 !important;/* Black color */
}

#certifications {
    background: #fff;
    background-size: cover;
    padding: 60px 0 40px 0;
}

#partners {
    background: #fff;
    background-size: cover;
    padding: 60px 0 40px 0;
}

/* About Us Section
--------------------------------*/
#about {
  background: url("../img/about-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}
#about::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}
#about .container {
  position: relative;
  z-index: 10;
}
#information .information-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}
#information .information-col .img {
  position: relative;
}
#information .information-col .img img {
  border-radius: 4px 4px 0 0;
}
#information .information-col .icon {
  width: 64px;
  height: 64px;
  text-align: center;
  position: absolute;
  background-color: #952d2c;
  border-radius: 50%;
  border: 4px solid #fff;
  left: calc(50% - 32px);
  bottom: -30px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
#information .information-col i {
  font-size: 28px;
  line-height: 0;
  color: #fff;
  transition: 0.3s;
}
#information .information-col:hover .icon {
  background-color: #fff;
}
#information .information-col:hover i {
  color: #952d2c;
}
#information .information-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}
#information .information-col h2 a {
  color: #000;
}
#information .information-col h2 a:hover {
  color: #952d2c;
}
#information .information-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

.img_container { 
display:block; 
height:200px; 
line-height:120px; 
overflow:hidden; 
position:relative; 
}
.article_img { 
width:100% !important;
max-width:100% !important;
border-left:0 !important;
position:absolute;
top:0;
bottom:0;
margin:auto; 
}