:root{
    --primary:#171812;
    --secondary:#076b97;
}

.primary-bg{
    background-color: var(--primary);
}

.primary-color{
    color: var(--primary);
}

.secondary-bg{
    background-color: var(--secondary);
}

.secondary-color,.text-primary{
    color: var(--secondary) !important;
}

.navbar-expand-lg .navbar-collapse {
    margin-left: 5%;
}

.mid-bar-wrapper {
    background: url(../img/bri.jpg) no-repeat center center;
    background-attachment: scroll;
    background-size: auto;
    background-size: cover;
    background-attachment: fixed;
}

.after-services-wrapper{
    background: url(../img/after-services.jpg) no-repeat center center;
    background-attachment: scroll;
    background-size: auto;
    background-size: cover;
    background-attachment: fixed;
}

.mid-bar-inner,.after-services-inner {
    background-color: rgba(0, 0, 0, 0.5);
}

.after-services-inner {
    padding: 8% 0;
}

.form-mid-bar {
    background-color: var(--primary);
    padding: 8%;
}

.banner-btn {
    background: var(--primary);
    padding: 10px 25px;
    display: inline-block;
    font-size: 29px;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    border-left: 5px solid #49b6fe;
    padding-left: 15px;
    margin-top: 1rem;
}

.testimonial-item p {
    height: 170px;
    overflow-y: auto;
}

.ops, .fa-star {
    color: #ffbe3d;
}

.google-reviews-mage {
    width: 35px !important;
    height: auto !important;
}

.google-review {
    background: #f2f2f2;
    padding: 6px;
    align-items: center;
}

.reviews-wrapper {
    background-color: #fff;
    border-right: 1px solid #f1f1f1;
}

.testimonial-carousel .owl-nav {
    margin-top: 0px;
    display: flex;
    justify-content: start;
}

.foot-app{
    display: inline-block;
    margin-left: 11%;
}

.green-call-to-tap {
    width: 15%;
}

.pop-up{
    animation:2.25s bounce infinite !important;
}

.top-bar {
    margin-left: 0;
}

.object-cover{
    object-fit: cover;
}

.about_img img {
    border-radius: 100px 100px 315px 315px;
    border: 1px solid transparent;
}

a.about_us_contact_box {
    border-radius: 50px;
    border: 2px solid var(--secondary);
    background: linear-gradient(92deg, rgba(7, 107, 151, 0.60) 0%, rgba(7, 107, 151, 0.50) 100%);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    width: 410px;
    padding: 10px;
    gap: 20px;
    position: absolute;
    bottom: 34px;
}

.fw_500 {
    font-weight: 500 !important;
}

.line_height_20 {
    line-height: 20px;
}
.text-uppercase {
    text-transform: uppercase !important;
}

a.about_us_contact_box span {
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #fff;
    padding: 10px;
}

.welcome-wrapper{
    background: url(../img//after-end.png) bottom left no-repeat;
}

.welcome-wrapper li{
    list-style: none;
    margin-bottom: 5px;
}

.welcome-wrapper li::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f14a';
    color: var(--secondary);
}

.services-wrapper{
    background-image:
     url(../img/after-banner.png), 
     url(../img/after-end.png);
    background-position: top right, bottom left;
    background-repeat: no-repeat, no-repeat;
}

.tow-image {
    width: 50px;
    margin-top: -30px;
}

.why-image{
    right: 0;
    top: 0;
    width: 100%;
}

.why-image {
    right: 0;
    top: 0;
    width: 40%;
}

.footer-wrap .text-primary{
    color: #fff !important;
}

.google-review{
    display: none !important;
}

.logo-text{
    font-size: 24px;
}
  
.logo {
  margin-right: 15%;
  position: relative;
  z-index: 99;
  width: 46%;
}

.navbar-expand-lg .navbar-collapse {
  margin-left: 15%;
  margin-right: 9%;
}

@media (max-width: 768px) {
.logo-mobile {
    display: block !important;
    width: 76%;
    margin-left: 5%;
    margin-top: -10px;
}

.logo-text {
    font-size: 18px;
    margin-left: 18px !important;
}

.navbar-light .navbar-brand {
    color: rgba(0,0,0,0.9);
    width: 55%;
}

.navbar-light .navbar-toggler {
    margin-right: 5%;
    margin-top: 0;
}

#navbarCollapse {
    border-top: navajowhite;
    text-align: center;
    background: #fff;
    z-index: 99;
    border-bottom: 5px solid var(--secondary);
    margin-top: -16px;
}

.navbar-expand-lg .navbar-collapse {
    margin-left: 0;
}

.banner-btn {
    background: var(--secondary);
    padding: 10px 25px;
    display: inline-block;
    font-size: 22px;
    margin-bottom: 15px;
}

.des-soc{
    padding-bottom: 20px;
}

.reviews-wrapper {
    justify-content: center;
}

.client {
    justify-content: center;
}

.testimonial-carousel .owl-nav {
    justify-content: center;
}

.google-review {
    justify-content: center;
}
}
