.navbar-brand img,
.navbar-brand .logo-placeholder {
    width: 185px;
    height: 50px;
    object-fit: contain;
}

.contact-info {
    padding-top: 40px;
    padding-bottom: 10px;
}

.contact-info .boxes-wrapper,
.contact-info .row {
    margin-top: 0;
    overflow: visible;
    border-radius: 0;
}

.contact-info .row > [class*=col-] {
    margin-bottom: 20px;
}

.contact-info .contact-box,
.contact-info .row > [class*=col-]:nth-of-type(1) .contact-box,
.contact-info .row > [class*=col-]:nth-of-type(2) .contact-box,
.contact-info .row > [class*=col-]:nth-of-type(3) .contact-box,
.contact-info .row > [class*=col-]:nth-of-type(4) .contact-box {
    background-color: #ffffff;
    border-radius: 13px;
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
    padding: 24px 20px;
    height: 100%;
}

.contact-info .contact-box .contact__icon {
    flex: 0 0 46px;
    max-width: 46px;
    height: 46px;
    font-size: 20px;
    line-height: 46px;
    text-align: center;
    color: #21cdc0;
    background-color: rgba(33, 205, 192, 0.12);
    border-radius: 50%;
    margin-right: 14px;
}

.contact-info .contact-box .contact__title,
.contact-info .contact-box .contact__icon,
.contact-info .contact-box .contact__desc,
.contact-info .contact-box .time__list li {
    color: inherit;
}

.contact-info .contact-box .contact__title {
    color: #0e204d;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
    line-height: 1.3;
}

.contact-info .contact-box .contact__desc {
    color: #6c757d;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0;
    word-break: break-word;
}

.contact-info .contact-box a {
    color: #6c757d;
}

.contact-info .contact-box a:hover {
    color: #21cdc0;
}

.contact-info .contact-box .contact__desc .fa-whatsapp {
    margin-right: 4px;
    color: #25d366;
}

.contact-info .contact-box .phone__number {
    font-size: 14px;
    font-weight: 500;
    color: #6c757d !important;
    margin-top: 0;
}

.contact-info .contact-box .phone__number .icon-phone {
    display: none;
}

.services-layout2 .service-item {
    text-decoration: none;
}

.services-layout2 .service__img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.services-layout2 .service-item .service__content {
    padding: 20px;
}

.services-layout2 .service-item .service__title {
    font-size: 16px;
    margin-bottom: 0;
    color: #0e204d;
}

.services-layout1 .service__img {
    margin-bottom: 25px;
}

.services-layout1 .service__img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

.video-banner-layout3 img {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    display: block;
}

.widget-services ul li.active a {
    color: #21cdc0;
}

.service-detail-tags li {
    margin: 0 8px 8px 0;
    padding: 6px 14px;
    border-radius: 20px;
    background-color: #f0f4f8;
    color: #213360;
    font-size: 13px;
    font-weight: 600;
}

.blog-grid .post-item .post__img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}

.blog-grid .post-item .post__body {
    margin-top: 0;
    padding-top: 22px;
}

.blog-grid .post-item .post__meta > * {
    line-height: 1.4;
}

.blog-grid .post-item .post__meta-date {
    display: inline-flex;
    align-items: center;
}

.blog-grid .post-item .post__meta-date i {
    margin-right: 6px;
    color: #21cdc0;
}

.blog-single .post-item .post__img img {
    width: 100%;
    max-height: 460px;
    object-fit: cover;
    display: block;
    border-radius: 16px;
}

.blog-single .post-item .post__body {
    margin-top: 0;
    padding-top: 24px;
}

.blog-single .post-item .post__meta > * {
    line-height: 1.4;
}

.blog-single .post-item .post__meta-date,
.blog-single .post-item .post__meta-comments {
    display: inline-flex;
    align-items: center;
}

.blog-single .post-item .post__meta-date i {
    margin-right: 6px;
    color: #21cdc0;
}

@media (min-width: 1200px) {
    .blog-single .post-item .post__body {
        margin-top: -35px;
        padding-top: 32px;
    }
}

.widget-post-item .widget-post__img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    display: block;
}

.widget-tags ul li span {
    display: block;
    font-size: 14px;
    line-height: 1;
    padding: 6px 10px;
    margin: 0 10px 10px 0;
    border-radius: 6px;
    border: 1px solid #e6e8eb;
    color: #21cdc0;
    background-color: #ffffff;
}

.comment__avatar img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.home-faq-panel {
    position: relative;
    z-index: 3;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 8px 40px 16px;
    margin-bottom: 50px;
    box-shadow: 0 5px 83px rgba(9, 29, 62, 0.16);
}

.home-faq-panel .accordion-item:first-child {
    border-top: 0;
}

.home-faq-panel .accordion-item:last-child {
    border-bottom: 0;
}

@media (max-width: 767px) {
    .home-faq-panel {
        padding: 8px 18px 12px;
    }
}

.work-process.home-faq .cta {
    margin-top: -30px;
    padding-top: 32px;
    padding-bottom: 32px;
    display: flex;
    align-items: center;
}

.work-process.home-faq .cta > .container {
    width: 100%;
}

.work-process.home-faq .cta .row {
    align-items: center;
}

.work-process.home-faq .cta .cta__img {
    display: block;
    margin-bottom: 0;
    max-height: 72px;
    width: auto;
}

.work-process.home-faq .cta .cta__title {
    margin-bottom: 6px;
}

.work-process.home-faq .cta .cta__desc {
    margin-bottom: 0;
}

.work-process.home-faq .cta .col-lg-3 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 992px) {
    .work-process.home-faq .cta {
        margin-top: 0;
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .work-process.home-faq .cta .col-lg-3 {
        justify-content: flex-start;
        margin-top: 12px;
    }
}

.team-layout2 .member .member__img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

.team-layout2 .member .member__name {
    color: #0e204d;
}

.team-layout2 .member .member__job {
    margin-bottom: 0;
}

.team-layout2 .member .social-icons li a.instagram {
    background-color: #e4405f;
}

.team-layout2 .member .social-icons li a.linkedin {
    background-color: #0077b5;
}

.testimonials-layout2 .slider-nav {
    max-width: 100%;
}

.testimonials-layout2 .slider-nav .slick-slide {
    overflow: hidden;
    padding-right: 12px;
}

.testimonials-layout2 .testimonial__meta {
    min-width: 0;
}

.testimonials-layout2 .testimonial__meta .testimonial__thmb {
    flex: 0 0 65px;
    overflow: hidden;
}

.testimonials-layout2 .slider-nav .slick-slide img,
.testimonials-layout2 .slider-nav .testimonial__thmb img {
    width: 53px !important;
    height: 53px !important;
    max-width: 53px !important;
    object-fit: cover;
    object-position: center 18%;
    border-radius: 50%;
    display: block;
}

.testimonials-layout2 .testimonial__meta-info {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.testimonials-layout2 .slider-nav .testimonial__meta-title,
.testimonials-layout2 .slider-nav .testimonial__meta-desc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.gallery .popup-gallery-item img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}

.gallery-layout2 .gallery-img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

@media (max-width: 992px) {
    .testimonials-layout2 .slider-nav .slick-slide {
        padding-right: 8px;
    }

    .testimonials-layout2 .testimonial__meta .testimonial__thmb {
        flex: 0 0 40px;
    }

    .testimonials-layout2 .slider-nav .slick-slide img,
    .testimonials-layout2 .slider-nav .testimonial__thmb img {
        width: 34px !important;
        height: 34px !important;
        max-width: 34px !important;
    }
}

.appointment-aside {
    position: relative;
    height: 100%;
    padding: 20px 20px 50px 0;
}

.appointment-aside__label {
    display: inline-block;
    margin-bottom: 12px;
    padding-bottom: 6px;
    color: #21cdc0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border-bottom: 2px solid #21cdc0;
}

.appointment-aside__title {
    color: #ffffff;
    font-size: 34px;
    line-height: 1.3;
    margin-bottom: 16px;
}

.appointment-aside__desc {
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.7;
    font-weight: 500;
    margin-bottom: 32px;
    max-width: 420px;
}

.appointment-aside__meta {
    margin-bottom: 32px;
}

.appointment-aside__item {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.appointment-aside__item:last-child {
    border-bottom: 0;
}

.appointment-aside__icon {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    margin-right: 16px;
    border-radius: 50%;
    background-color: rgba(33, 205, 192, 0.16);
    color: #21cdc0;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
}

.appointment-aside__key {
    display: block;
    margin-bottom: 2px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.appointment-aside__value,
.appointment-aside__item a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    word-break: break-word;
}

.appointment-aside__item a:hover {
    color: #21cdc0;
}

@media (max-width: 992px) {
    .appointment-aside {
        padding: 0 0 30px;
    }

    .appointment-aside__title {
        font-size: 26px;
    }
}

.whatsapp-button {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whatsapp-button:hover {
    color: #fff;
}

.whatsapp-button-icon {
    margin-top: 15px;
}

.footer-newsletter {
    padding: 40px 0;
    background-color: #16233f;
}

.footer-newsletter__title {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 8px;
}

.footer-newsletter__desc {
    color: #848e9f;
    margin-bottom: 0;
}

.footer-newsletter__form {
    display: flex;
    align-items: center;
}

.footer-newsletter__form .form-control {
    height: 54px;
    margin-right: 10px;
    border: 0;
}

.footer-newsletter__form .btn {
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    padding: 0;
}

.footer .footer-logo {
    width: 185px;
    height: 50px;
    max-height: none;
    object-fit: contain;
}

.footer-hours li {
    color: #848e9f;
    margin-bottom: 12px;
}

.footer-hours li span,
.footer-hours li strong {
    display: block;
    color: #848e9f;
    font-weight: 500;
}

.footer-hours li strong {
    color: #ffffff;
    margin-top: 4px;
}

.footer-langs {
    margin-top: 16px;
}

.footer-langs a {
    display: inline-block;
    margin-right: 8px;
    padding: 4px 10px;
    color: #21cdc0;
    font-weight: 700;
    border: 1px solid transparent;
    border-radius: 4px;
}

.footer-langs a.is-active {
    border-color: #21cdc0;
    color: #ffffff;
}

.footer-langs a:hover {
    color: #ffffff;
    border-color: #21cdc0;
}

.footer-widget-contact .social-icons {
    flex-basis: 100%;
    padding-top: 18px;
}

.footer .social-icons li a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    background-color: #213360;
    color: #ffffff;
}

.google-map iframe {
    display: block;
    width: 100%;
    height: 500px;
    border: 0;
}

@media (max-width: 767px) {
    .whatsapp-button {
        width: 50px;
        height: 50px;
        bottom: 20px;
        left: 20px;
        font-size: 24px;
    }

    .whatsapp-button-icon {
        margin-top: 13px;
    }

    .footer-newsletter {
        padding: 30px 0;
    }

    .footer-newsletter__desc {
        margin-bottom: 20px;
    }

    .google-map iframe {
        height: 320px;
    }
}

.about-layout1 .page-content {
    padding: 0;
}

.about-layout1 .page-content p:first-of-type {
    font-weight: 400;
}

.about-layout1 .page-content p:first-of-type:before {
    display: none;
}

.page-content {
    color: #435ba1;
    font-size: 16px;
    line-height: 1.85;
}

.page-content__title {
    color: #0e204d;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 24px;
}

.page-content p {
    margin-bottom: 18px;
    color: #435ba1;
    font-size: 16px;
    line-height: 1.85;
}

.page-content p:last-child {
    margin-bottom: 0;
}

.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5 {
    color: #0e204d;
    font-weight: 700;
    line-height: 1.35;
    margin: 28px 0 14px;
}

.page-content h2 {
    font-size: 26px;
}

.page-content h3 {
    font-size: 22px;
}

.page-content h4,
.page-content h5 {
    font-size: 18px;
}

.page-content strong,
.page-content b {
    color: #0e204d;
    font-weight: 700;
}

.page-content a {
    color: #21cdc0;
    font-weight: 600;
}

.page-content a:hover {
    color: #0e204d;
}

.page-content ul,
.page-content ol {
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
}

.page-content ul li,
.page-content ol li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
    color: #435ba1;
    line-height: 1.7;
}

.page-content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #21cdc0;
}

.page-content ol {
    counter-reset: page-list;
}

.page-content ol li {
    counter-increment: page-list;
}

.page-content ol li:before {
    content: counter(page-list) ".";
    position: absolute;
    left: 0;
    top: 0;
    color: #21cdc0;
    font-weight: 700;
}

.page-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 16px 0;
}

.page-content blockquote {
    margin: 24px 0;
    padding: 18px 24px;
    border-left: 3px solid #21cdc0;
    background-color: #f4f7fb;
    border-radius: 0 12px 12px 0;
    color: #0e204d;
    font-weight: 600;
}

.page-content table {
    width: 100%;
    margin-bottom: 22px;
    border-collapse: collapse;
}

.page-content table td,
.page-content table th {
    padding: 10px 12px;
    border: 1px solid #e6e8eb;
}

@media (max-width: 767px) {
    .page-content__title {
        font-size: 24px;
    }

    .page-content h2 {
        font-size: 22px;
    }

    .page-content h3 {
        font-size: 18px;
    }
}

@media (max-width: 420px) {
    .header .navbar-brand img {
        width: 185px;
        height: 50px;
        max-width: 185px;
    }
}

.page-404 {
    padding: 90px 0 120px;
}

.page-404__code {
    font-size: 140px;
    font-weight: 700;
    line-height: 1;
    color: #213360;
    letter-spacing: 6px;
    margin-bottom: 10px;
}

.page-404__code span {
    color: #21cdc0;
}

.page-404__title {
    font-size: 32px;
    color: #213360;
    margin-bottom: 16px;
}

.page-404__desc {
    color: #6c7a89;
    font-size: 16px;
    line-height: 1.7;
    max-width: 540px;
    margin: 0 auto 32px;
}

.page-404__actions .btn {
    min-width: 180px;
}

@media (max-width: 767px) {
    .page-404 {
        padding: 60px 0 80px;
    }

    .page-404__code {
        font-size: 92px;
    }

    .page-404__title {
        font-size: 24px;
    }

    .page-404__actions .mr-20 {
        margin-right: 0 !important;
    }
}
