body {
    color: #101C2E;
    letter-spacing: 1px;
}

.col-thumb {

    height: 500px;
    object-fit: cover;
}

.col-team {
    height: 450px;
    object-fit: cover;
}

.rbt-btn.btn-border-gradient1 {
    background: #fff;
    border: 1px solid var(--color-primary);
    color: var(--color-heading);
    line-height: 57px;
    box-shadow: 3px 3px 6px #b8b9be, -3px -3px 6px #fff;
}

.rbt-btn.btn-border-gradient1:hover {
    border: solid 1px var(--color-primary);
    background: #fe8100;
    color: #fff;
}

.rbt-btn.btn-border-gradient2 {
    background: #fff;
    border: 2px solid var(--color-primary);
    color: var(--color-heading);
    line-height: 57px;
}

.rbt-btn.btn-border-gradient2:hover {
    border: solid 2px var(--color-primary);
    background: #fe8100;
    color: #fff;
}

.w-50 {
    width: 50%;
}

.swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.swiper-slide {
    display: flex;
    height: auto !important;
}

.single-slide,
.rbt-testimonial-box,
.rbt-testimonial-box .inner {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.box-shdow {
    box-shadow: 6px 6px 12px #b8b9be, -6px -6px 12px #fff !important;
    border-radius: 6px;
    border: 1px solid #D4D4D4;
}


.box-shdow1 {
    box-shadow: 6px 6px 12px #b8b9be, -6px -6px 12px #fff !important;
    border-radius: 6px;
}

.team {
    padding: 0px !important;
    box-shadow: 6px 6px 12px #b8b9be, -6px -6px 12px #fff !important;
}

.team img {
    border-radius: 6px;
}

.team-slide-activation-4 {
    padding: 50px 15px;
}

.rbt-arrow-between .rbt-swiper-arrow::after {
    border: 2px solid var(--color-primary) !important;
}

.col-banner {
    box-shadow: 6px 6px 12px #b8b9be, -6px -6px 12px #fff !important;
    padding: 0px !important;
    border-radius: 6px;
}

.col-crew .team {
    padding: unset !important;
    box-shadow: unset !important;
}

.col-crew .team:hover {
    transform: unset !important;
}

.crew-shdow {
    padding: 0px !important;
    box-shadow: 6px 6px 12px #b8b9be, -6px -6px 12px #fff !important;
    border-radius: 6px;
}

.quick-access .rbt-btn {
    padding: 0 20px !important;
    line-height: 41px !important;
    height: 45px !important;
}

.col-crew-profile {
    width: 120px;
    height: 120px;
}

.team-style--bottom {
    width: 100%;
}

.bg-dark {
    background-color: #101C2E !important;
    color: #fff;
}

.col-p {
    font-size: 16px !important;
    margin-bottom: 30px !important;
    text-align: center;
}

#pricing .pricing-table {
    background: #fff !important;
}

@media only screen and (max-width: 767px) {
    .team-slide-activation-4 {
        padding: 50px 0px !important;
    }

    .col-thumb {
        height: 430px;
    }

    .rbt-splash-callto-action .inner {
        padding: 30px 0;
    }
    .col-mt-3{margin-top: 15px;}
    .col-cennter{text-align: center !important;}
}