/* Colors
cml-blue: rgb(38, 107, 205);
cml-blue-light: rgba(38, 107, 205, 0.1);
cml-green: rgb(80, 175, 138);
cml-green-light: rgba(80, 175, 138, 0.1);
cml-violet: rgb(154, 114, 255);
cml-violet-light: rgba(154, 114, 255, 0.1);
cml-orange: rgb(241, 155, 32);
cml-text: rgb(87, 87, 86);
cml-divider: rgb(198, 198, 198);
cml-box: rgb(247, 247, 247);
cml-footer: rgb(237, 237, 237);
 */

.grecaptcha-badge {
    visibility: hidden;
}

html, body {
    color: rgb(87, 87, 86);
    font-family: "Manrope", sans-serif;
    font-weight: 300;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}

h3 {
    font-size: 34px;
}

h4 {
    font-size: 26px;
}

.text-cml {
    color: rgb(87, 87, 86);
}

.list-green {
    list-style: none;
    padding-left: 1rem;
}

.list-green li {
    margin-bottom: 8px;
}

.list-green li:last-child {
    margin-bottom: 0;
}

.list-green li:before {
    color: rgb(80, 175, 138);
    content: "\2022";
    display: inline-block;
    font-weight: bold;
    margin-left: -1em;
    width: 1em;
}

a:hover, a:focus, a:active,
.text-cml-blue {
    color: rgb(38, 107, 205);
}

.hover-green:hover, .hover-green:focus, .hover-green:active,
.text-cml-green {
    color: rgb(80, 175, 138);
}

.hover-violet:hover, .hover-violet:focus, .hover-violet:active,
.text-cml-violet {
    color: rgb(154, 114, 255);
}

.text-cml-orange {
    color: rgb(241, 155, 32);
}

.bg-cml-light-blue {
    background: rgba(38, 107, 205, 0.1);
}

.bg-cml-light-green {
    background: rgba(80, 175, 138, 0.1);
}

.bg-cml-light-violet {
    background: rgba(154, 114, 255, 0.1);
}

.navbar {
    height: 158px;
}

.navbar .navbar-brand img {
    width: 204px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: rgb(87, 87, 86);
    margin-right: 36px;
    padding: 5px 0;
}

.nav-link-blue.active,
.nav-link-blue:hover,
.nav-link-blue:focus {
    border-bottom: 1px solid rgb(38, 107, 205);
    color: rgb(38, 107, 205) !important;
}

.nav-link-green.active,
.nav-link-green:hover,
.nav-link-green:focus {
    border-bottom: 1px solid rgb(80, 175, 138);
    color: rgb(80, 175, 138) !important;
}

.nav-link-orange.active,
.nav-link-orange:hover,
.nav-link-orange:focus {
    border-bottom: 1px solid rgb(241, 155, 32);
    color: rgb(241, 155, 32) !important;
}

.nav-link-violet.active,
.nav-link-violet:hover,
.nav-link-violet:focus {
    border-bottom: 1px solid rgb(154, 114, 255);
    color: rgb(154, 114, 255) !important;
}

.container {
    max-width: 1120px;
}

.divider {
    background: rgb(198, 198, 198);
    height: 1px;
    width: 100%;
}

.btn-outline-primary {
    border-color: rgb(38, 107, 205) !important;
    color: rgb(87, 87, 86);
    padding: 5px 20px;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background: rgb(38, 107, 205) !important;
    color: white !important;
}

.hero {
    background: url("../images/bg-hero.jpg") no-repeat center center;
    background-size: cover;
    height: 492px;
}

.hero h1 {
    font-size: 60px;
}

.page-title {
    background-size: cover !important;
    height: 228px;
}

.page-title-blue {
    background: url("../images/bg-title-blue.jpg") no-repeat center center;
}

.page-title-green {
    background: url("../images/bg-title-green.jpg") no-repeat center center;
}

.page-title-orange {
    background: url("../images/bg-title-orange.jpg") no-repeat center center;
}

.page-title-violet {
    background: url("../images/bg-title-violet.jpg") no-repeat center center;
}

.page-title h1 {
    font-size: 48px;
}

.expertise-box {
    border-right: 1px solid rgb(198, 198, 198);
    padding: 0 34px;
}

.expertise-box.last {
    border-right: none;
}

.expertise-box h5 {
    font-size: 18px;
}

.expertise-box .expertise-image {
    min-height: 80px;
}

.project .project-content {
    border-top: 1px solid rgb(198, 198, 198);
    margin-left: 80px;
}

.project .project-content h4 {
    line-height: 1.5;
    max-width: 460px;
}

.project .project-content h6 {
    font-weight: 400;
}

.services .service {
    padding-left: 94px;
    padding-right: 94px;
}

.services .service .image-box {
    height: 206px;
}

.services .service .content-box {
    padding: 0 20px;
}

.signet-text {
    font-size: 72px;
    font-weight: 200;
}

.training-box {
    border-radius: 10px;
    min-height: 260px;
    padding: 28px;
}

.training-box h6 {
    font-size: 18px;
    font-weight: 400;
}

.pillar-box {
    border-radius: 15px;
    min-height: 260px;
}

.pillar-box .pillar-toggle {
    bottom: 20px;
    right: 20px;
}

.pillar-box-front h4 {
    font-size: 22px;
    font-weight: 400;
}

.pillar-box-back h5 {
    font-size: 20px;
    font-weight: 400;
}

.pillar-box-back ul li {
    font-size: 14px;
}

.reviews {
    background-size: cover !important;
    height: 278px;
}

.reviews-blue {
    background: url("../images/bg-quote-blue.jpg") no-repeat center center;
}

.reviews-green {
    background: url("../images/bg-quote-green.jpg") no-repeat center center;
}

.reviews .review-slider {
    margin: 0 auto;
}

.reviews .review-slider h5 {
    font-size: 22px;
    line-height: 1.5;
}

.reviews .review-slider .review {
    margin: 0 auto;
    max-width: 816px;
}

.flickity-button:hover {
    background: transparent !important;
}

.flickity-button:focus {
    box-shadow: none !important;
}

.flickity-prev-next-button {
    border-radius: 0;
}

.flickity-prev-next-button.previous,
.flickity-prev-next-button.previous:hover {
    background: url("../images/arrow-white-left.png") no-repeat !important;
    background-size: contain !important;
}

.flickity-prev-next-button.next,
.flickity-prev-next-button.next:hover {
    background: url("../images/arrow-white-right.png") no-repeat !important;
    background-size: contain !important;
}

.flickity-prev-next-button svg {
    display: none;
}

.services .service .content-box a,
.associate .associate-info a {
    font-size: 14px;
}

.associate .associate-info a:hover {
    color: rgb(241, 155, 32);
}

.associate .info * {
    font-size: 14px;
}

.contact-form .form-control {
    border-radius: 10px;
    font-size: 14px;
    height: 62px;
    padding: 20px;
}

.contact-form textarea.form-control {
    height: 380px;
}

.footer-top {
    background-size: cover !important;
    height: 50px;
}

.footer-top-blue {
    background: url("../images/bg-footer-blue.jpg") no-repeat center center;
}

.footer-top-green {
    background: url("../images/bg-footer-green.jpg") no-repeat center center;
}

.footer-top-orange {
    background: url("../images/bg-footer-orange.jpg") no-repeat center center;
}

.footer-top-violet {
    background: url("../images/bg-footer-violet.jpg") no-repeat center center;
}

.footer .first-col {
    border-right: 1px solid rgb(198, 198, 198);
}

.footer .first-col .box {
    max-width: 300px;
}

.footer .last-col .box {
    margin-left: 148px;
    max-width: 358px;
}

.footer .partners .partner {
    background: rgb(237, 237, 237);
    height: 64px;
    margin-right: 34px;
    width: 64px;
}

.footer.footer-contact .first-col {
    border-right: none;
}

.footer.footer-contact .first-col .box {
    margin-right: 120px;
}

.copyright {
    background: rgb(237, 237, 237);
    height: 92px;
}

@media (max-width: 992px) {
    .navbar {
        height: auto;
    }

    .navbar .navbar-brand img {
        width: 140px;
    }

    .navbar .container {
        justify-content: start;
    }

    .navbar-light .navbar-toggler {
        border: none;
        padding: 0;
    }

    .navbar-light .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .navbar-nav {
        padding-top: 15px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 15px 0;
        border-top: 1px solid rgba(198, 198, 198, 0.3);
    }

    .navbar-expand-lg .navbar-nav .nav-item:first-child .nav-link {
        border-top: none;
    }

    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .page-title {
        background-position-x: -300px;
        height: 140px;
    }

    .page-title h1 {
        font-size: 28px;
    }

    .page-title h5 {
        font-size: 16px;
    }

    .hero {
        height: 360px;
    }

    .hero h1 {
        font-size: 30px;
    }

    .services .service {
        padding-left: 64px;
        padding-right: 64px;
    }

    .services .service .content-box {
        padding: 0;
    }

    .services .service .content-box h3 {
        font-size: 28px
    }

    .expertise-box {
        border-right: none;
    }

    .reviews .review-slider {
        padding: 50px 0 0 0;
    }

    .reviews .review-slider h5 {
        font-size: 16px;
        line-height: 19px;
    }

    .flickity-prev-next-button {
        top: 10px;
    }

    .project .project-content {
        border-top: 1px solid rgb(198, 198, 198);
        margin-left: 0;
        text-align: center;
    }

    .project .project-content h4 {
        max-width: 100%;
    }

    .rd-icon {
        width: 68px !important;
    }

    .rize-logo {
        width: 110px !important;
    }

    .associate .avatar {
        width: 80px;
    }

    .footer .first-col {
        border-right: none;
    }

    .footer .box {
        max-width: 300px;
    }

    .footer .last-col .box {
        margin-left: 0;
    }

    .footer.footer-contact .first-col .box {
        margin-right: 0;
    }

    .footer .partners .partner {
        width: 54px;
        height: 54px;
        margin-right: 24px;
    }

    .footer-top {
        background-position-x: -650px;
    }

    .copyright p {
        font-size: 13px;
    }
}
.trusted-by { background: #fff; }
.trusted-by .trusted-label { letter-spacing: .06em; }
.client-logo {
  max-height: 28px;       /* adjust to taste: 24–36px looks elegant */
  width: auto;
  opacity: .75;
  filter: grayscale(100%);
  transition: opacity .2s ease, filter .2s ease, transform .2s ease;
}
.client-logo:hover {
  opacity: 1;
  filter: grayscale(0%);
  transform: translateY(-1px);
}
@media (max-width: 575.98px) {
  .client-logo { max-height: 22px; }
}
/* Normalize project thumbnails */
.project-image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;                 /* keeps all thumbs on same backdrop */
  border-radius: 12px;
  padding: 16px;
  max-width: 260px;                  /* keeps left column neat */
  margin-bottom: 12px;
}

.project-image img.project-thumb {
  max-height: 80px;   /* consistent visual height */
  width: auto;
  height: auto;
  object-fit: contain; /* no cropping, keeps aspect ratio */
  display: block;
}

@media (min-width: 992px) {
  .project-image img.project-thumb { max-height: 160px; } /* a touch larger on lg+ */
}

