.about-us{
    background-color: rgb(246, 246, 246);
}   

/* Container holding the image and the text */
.container-mainimage {
  position: relative; 
}
/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
}

.bottom-right {
  position: absolute;
  bottom: 90px;
  right: 10px;  
}

/*color: darkolivegreen; cadetblue; bisque */
.slogan-text{
    color:rgb(230, 213, 132); 
    font-family: Tahoma;
    font-size: 40px !important;  
    font-weight: 400;  
    line-height: 1.27;
    white-space: pre-line;
    overflow-wrap: break-word;    
}
/* --- COMPANY PROFILE --- */

.profile-text{
    color: rgb(102, 102, 102); 
    font-family: Tahoma;
    font-size: 20px !important;  
    font-weight: 400;  
    line-height: 1.27;
    text-align: justify;  
}

/* --- SERVICES --- */
.divider {
    height: 10px;
    box-sizing: content-box;
    margin: auto;
    /*margin: 0 0 20px;  */
    position: relative;
    top: 30%!important;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border-top: 1px solid rgba(0,0,0,.1);    
    border-top-width: 7px;
    width: 50%;      
}
.divider-blue{
    border-top-color: #0c71c3;
}

.divider-green{
    border-top-color: #3cb51e;;
}

.divider-orange{
    border-top-color: #e09900;
}

.divider-yellow{
    border-top-color: #edf000;
}

.divider_internal {
    display: inline-block;
    width: 100%;
}

.topic-title {
    color: rgb(22, 22, 22);   
    font-family: Tahoma;
    font-size: 23px;
    font-weight: 400;
    text-align: center;
    line-height: 1.27;
    white-space: pre-line;
    overflow-wrap: break-word;   
}

.sub-topic-title {
    color: rgb(143, 150, 140);
    font-family: Muli, sans-serif;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
}

.topic-content{
    color: rgb(102, 102, 102);    
    font-family: Quicksand, sans-serif;
    font-size: 14px;   
    font-weight: 400;
    letter-spacing: normal; 
    text-align: center;  
    line-height: 1.75;    
    text-transform: none;    
}

/* --- FOOTER --- */
.footer-section{
    background-color: rgb(102, 102, 102) ;
    white-space: pre-line;
}
.footer-title {
    color: #ffffff;   
    font-family: Tahoma;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 1.00;     
}

.footer-text {
    color: #ffffff;   
    font-family: Tahoma;
    font-size: 14px;
    font-weight: 400;
    text-align: center;    
    line-height: 15px; 
    white-space: pre-line;
}

.address-text {
    line-height: 2.0;
}

/*.dot-circle {
    position: absolute;
    background-color: #bbb;
    height: 300px;
    width: 300px; 
    border-radius: 50%;
    display: inline-block;
    z-index: 1;      
}
.dashed-box-top {
  position: absolute;
  z-index: 2;
  top: 80px;
  left: 25px;  
  height: 6em;
  width: 15em; 
  border: dashed;
  text-align: center;  
}
.dashed-box-bottom {
  position: absolute;
  top: 180px;
  left: 25px;
  z-index: 2;
  border: dashed;
  height: 4em;
  width: 15em; 
  text-align: center; 
}
*/

