.footer-top-wrap{
    background:#080B1A;
    color:white !important;
    padding-top:30px !important;
    padding-bottom:30px !important;
}
.footer-top-wrap h2, .footer-top-wrap p {
    color:white !important;
}
.btn-outline{
    border-color:white !important;
    color:white !important;
}
.footer-area{
    background:black !important;
}
.footer-area p, .footer-area li a{
    color:white !important;
}
.footer-area{
    padding-bottom: 30px !important;
    padding-top: 0 !important;
}
.sm-top{
    margin-bottom:100px !important;
}
.sm-top-wt{
    margin-top:30px !important;
}
.client-name{
    visibility:hidden !important;
}
.testimonial-area{
   background:#DDDDDD;
}
.footer-widget-area.sm-top-wt h4 {
    color: white !important;
    font-weight:normal !important;
}

.footer-area p, .footer-area li a, .footer-area address {
    color: white !important;
    font-size: 13px;
    font-weight: normal;
}
.btn-cog{
    visibility:hidden !important;
}
.main-menu {
    justify-content: left;
    margin-left: 100px !important;
}

.btn-outline{
    background:#080B1A;
}
.about_us_page_img{
  display: flex;
  justify-content: center; /* horizontal center */
  align-items: center;     /* vertical center */
}

.about_us_page_img img{
      max-width: 100%; /* responsive */
  height: auto;
}
.page-header-content h2{
    color:black !important;
}

.tp-parallax-wrap a {
    color: white !important;
}

@media only screen and (max-width: 768px) {

    .about-content{
        text-align:center !important;
    }
    .footer-top-content .btn-outline{
        margin-top:30px !important;
    }

}