:root {
    --theme-mew-primary: #cd9d48;
}

a:hover {
    color: var(--theme-mew-primary);
}

.bps-slider {}

.bps-slider .slider {}

.bps-slider .slider .slider-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 150px 0;
    position: relative;
    z-index: 11;
}
.bps-gallery-img, .card{  border:1px solid #ccc; margin:0 auto; text-align:center; }
.bps-gallery-img a img, .card a img{ width:100% !important; height:300px; text-align:center; display:inline-block; object-fit:cover}


@media (min-width:0px) and (max-width:600px) {
    .bps-slider .slider .slider-img {
        padding: 70px 0;
    }
}

.bps-slider .slider .slider-img::before {
    position: absolute;
    content: ' ';
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: -1;

}

.bps-slider .slider .slider-img .hero__content {}

.bps-slider .slider .slider-img .hero__content .hero__heading {}

.bps-slider .slider .slider-img .hero__content .hero__heading h1 {}

@media (min-width:0px) and (max-width:1099px) {
    .l-header__content.jsx-2899bdb5112ea386 {
        justify-content: space-between;
    }
}

@media (min-width:0px) and (max-width:900px) {
    .bps-slider .slider .slider-img .hero__content .hero__heading h1 {
        margin-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

.bps-slider .slider .slider-img .hero__content .hero__paragraph p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}



.bps-offcanvas {}

.bps-offcanvas .bps-offcanvas-body {
    background-color: #424241;
}

.bps-offcanvas .bps-offcanvas-body ul.navbar-nav {}

.bps-offcanvas .bps-offcanvas-body ul.navbar-nav li {
    border-bottom: 2px solid #9EA2A2;
}

.bps-offcanvas .bps-offcanvas-body ul.navbar-nav li a {
    color: #fff;
    padding: 15px 0;
}

.bps-offcanvas .bps-offcanvas-body ul.navbar-nav ul.dropdown-menu {
    background-color: #424241;
}

.bps-offcanvas .bps-offcanvas-body ul.navbar-nav ul.dropdown-menu li {}

.bps-offcanvas .bps-offcanvas-body ul.navbar-nav ul.dropdown-menu li a {}




.bps-card {}

.bps-card .card-body {}

.bps-card .card-body .card-title {
    margin-top: 0;
    color: var(--theme-mew-primary);
    font-size: 16px;
}

.bps-card .card-body .card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.bps-card .card-body a {
    border-color: var(--theme-mew-primary) !important;
    color: var(--theme-mew-primary) !important;
    background: transparent;
}


.bps-testinominal {}

.bps-testinominal .testi-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 11;
}

.bps-testinominal .testi-bg::before {
    position: absolute;
    content: ' ';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: -1;

}

.bps-testinominal .testi-bg .testi-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60vh;
}

.bps-testinominal .testi-bg .testi-container .testi-box {}

.bps-testinominal .testi-bg .testi-container .testi-box .new-title {}

.bps-testinominal .testi-bg .testi-container .testi-box .new-title h5 {
    text-align: center;
    text-transform: uppercase;
    color: var(--theme-mew-primary);
    font-size: 1.3em;
    text-decoration: none;
    font-weight: 500;
}

.bps-testinominal .testi-bg .testi-container .testi-box .name {
    margin-bottom: 30px;
}

.bps-testinominal .testi-bg .testi-container .testi-box .name h4 {
    text-align: center;
    font-size: 32px;
    font-family: "sourcesanspro-light";
    font-weight: 400;
    /* line-height: 42px; */
    color: #fff;
}

.bps-testinominal .testi-bg .testi-container .testi-box .content {}

.bps-testinominal .testi-bg .testi-container .testi-box .content p {
    text-align: center;
    color: #fff;font-size:24px;
}

.footer-links {
    padding: 0 !important;
}

.footer-links li {
    list-style: none;
}

.footer-links li a {
    text-decoration: none;
}

.footer-links li a:hover {
    color: var(--theme-mew-primary);
}

.title--new {
    padding: 30px 0;
}

.title--new h2 {
    font-size: 40px;
    font-weight: 900;
    margin: 0;
}

.bps-card-1 {
    margin: 60px 0 30px;
}

.bps-card-1 .feature {}

.bps-card-1 .feature .feature-icon {
    text-align: center;
}

.bps-card-1 .feature .feature-icon i {
    color: var(--theme-mew-primary);
    font-size: 50px;
}

.bps-card-1 .feature h3 {
    text-align: center;
    font-family: "sourcesanspro-light";
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
}

.bps-card-1 .feature p {
    text-align: center;
}

.bps-breadcrump {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 90px 0;
    z-index: 11;
}

@media (min-width:0px) and (max-width:1099px) {
    .bps-breadcrump {
        padding: 150px 0 50px;
    }
}

.bps-breadcrump::after {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: -1;
}

.bps-breadcrump .bps-breadcrump-inner {}

.bps-breadcrump .bps-breadcrump-inner h3 {
    color: #fff;
    margin: 0;
    position: relative;
    display: inline;
    font-family: "sourcesanspro-light";
    font-size: 48px;
    font-weight: 400;
    line-height: 50px;

}

.bps-breadcrump .bps-breadcrump-inner h3::after {
    position: absolute;
    content: ' ';
    bottom: -1px;
    display: inline;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #fff;
}

.bps-about-us {}

.bps-about-us p.lead {
    font-size: 16px;
}

.translator {
    padding-left: 15px;
}

a.link {
    color: var(--theme-mew-primary);
}

@media (min-width:0px) and (max-width:600px) {
    a[href="get-in-touch.php"] {
        display: none !important;
    }

    .translator {
        padding-left: 0px;
    }
}

.bps-services {}

.bps-services .bps-card {
    height: 100%;
}

.bps-services .bps-card .card-body .card-text {
    overflow: inherit;
    text-overflow: inherit;
    display: -webkit-box;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: vertical;
}

.bps-services .service-box {
    padding: 20px 0;
    border-bottom: 1px solid var(--theme-mew-primary);
}

.bps-services .service-box h4 {
    margin-bottom: 20px;
}

.bps-services .service-box p {
    margin: 0;
}

.bps-services .service-box .service-img {
    width: 100%;
}

.new-service {
    border: 1px solid #e2e2ee;
    padding: 12px;
    height: 100%;
}

.new-service .row {
    align-items: center;
}

.new-service .card-title {
    margin: 0 0 5px 0;
    font-size: 20px !important;
}

.get-in-touch {
    background: #ffff;
    border: 1px solid #e2e2e2;
    padding: 20px;
    border-radius: 5px;
}