.about-title{
     color:black;
     
}
 .about-title-h{
     color:#fff;
     
     font-weight:700;
}
 .about-title-note{
     color:black;
     
}
 .about-us{
     width:100%;
     height:320px;
     background-image: linear-gradient(#2a283d73, #2624317a), url(../img/bg-about-us.jpg);
     background-size: cover;
}

/**/
.contact-us{
     background-image:linear-gradient(#2a283dc2, #262431c4),url(../img/bg-service.jpg);
     background-size: cover;
}
 .contact-us-lbl{
     color:#fff !important;
}
 .msg-hide{
    display:none;
}
 .rw-address p{
    font-size:17px;
    margin-bottom:0.5em;
}
/*Page divider css*/
 .h-divider {
     margin: auto;
     margin-top: 1em;
     width: 80%;
     position: relative;
}
 .h-divider .shadow {
     overflow: hidden;
     height: 20px;
}
 .shadow {
     box-shadow: none !important;
}
 .h-divider .shadow:after {
     content: '';
     display: block;
     margin: -25px auto 0;
     width: 100%;
     height: 25px;
     border-radius: 125px/12px;
     box-shadow: 0 0 8px black !important;
}
 .h-divider .text {
     width: 100px;
     height: 45px;
     padding: 10px;
     position: absolute;
     bottom: 100%;
     margin-bottom: -33px;
     left: 50%;
     margin-left: -60px;
     border-radius: 100%;
     box-shadow: 0 2px 4px #999 !important;
     background: white;
}
 .h-divider .text i {
     position: absolute;
     top: 4px;
     bottom: 4px;
     left: 4px;
     right: 4px;
     border-radius: 100%;
     border: 1px dashed #aaa;
     text-align: center;
     line-height: 50px;
     font-style: normal;
     color: #999;
}
 .h-divider .text2 {
     width: 70px;
     height: 70px;
     position: absolute;
     bottom: 100%;
     margin-bottom: -35px;
     left: 50%;
     margin-left: -25px;
     border-radius: 100%;
     box-shadow: 0 2px 4px #999 !important;
     background: white;
}
 .h-divider img {
     position: absolute;
     margin:3px;
     height:64px;
     width: 64px;
     border-radius: 35px;
     border: 1px dashed #aaa;
}
 

a{
     text-decoration: none !important;
}
 .form-control{
     border-radius:0px;
}
 .footer{
    padding-top: 5em;
}
 .footer section{
     background: #14141f;
}
 .txtaddres{
    font-size:13px;
}
 .widget-title {
    color:#fff;
    font-size:1em;
}
 .list-unstyled a{
    color:#757575;
     font-size:13px;
}

