.site_logo .logo {
    max-width: 220px;
}

.hamburger_logo .mobile_logo {
    max-width: 180px;
}

/* .tj-primary-btn {
    background-color: rgb(234, 77, 19);
}

.btn-icon {
    background-color: #1e8a8a !important;
} */

.footer-logo {
    max-width: 280px;
}

.countup-item {
    width: 33%;
}

.countup-item:nth-child(3) .count-separator,
.countup-item:nth-child(6) .count-separator {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .countup-item {
        width: 50%;
        padding: 45px 30px 50px 30px;
    }
}

@media (max-width: 575px) {
    .countup-item {
        width: 100%;
        padding: 38px 0 45px 0;
        text-align: center;
    }

    .countup-item:last-child {
        padding-bottom: 40px;
    }

    .countup-item:last-child .count-separator {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {

    .countup-item:nth-child(3) .count-separator {
        display: block !important;
    }

    .countup-item:nth-child(2) .count-separator,
    .countup-item:nth-child(4) .count-separator,
    .countup-item:nth-child(6) .count-separator {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {

    .countup-item:nth-child(4),
    .countup-item:nth-child(3) {
        padding-top: 50px;
    }
}

.grecaptcha-badge {
    z-index: 10;
}

.contact-alert {
    background-color: rgb(35, 174, 174);
    color: white;
}

.contact-fail {
    background-color: rgb(222, 40, 40);
    color: white;
    padding-left: 25px;
}

.client-content {
    width: 250px;
    height: 250px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .client-content {
        width: 220px;
        height: 220px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .client-content {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 575px) {
    .client-content {
        width: 180px;
        height: 180px;
    }
}

.mainmenu ul li a::before {
    content: "";
    position: absolute;
    bottom: 30px;
    left: auto;
    right: 0;
    width: 0;
    height: 1px;
    background-color: var(--tj-color-theme-primary);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.mainmenu ul li a:hover::before {
    width: 100%;
    left: 0;
    right: auto;
}

.mainmenu ul li a.active {
    color: var(--tj-color-theme-primary) !important;
}

.service-item.style-4 .title {
    max-width: unset;
}

.details-content-box {
    align-items: stretch;
}

.service-details-item {
    max-width: 400px;
}

.tj-faq .accordion-item .faq-title.service-page::after {
    content: unset;
}

.post-details-wrapper .blog-text ul.service-page {
    columns: 1;
}

svg.country-icon {
    fill: #1e8a8a !important;
}

.contact-item:hover svg.country-icon {
    fill: #ffffff !important;
}

.contact-item.style-2 .contact-icon.contact-page {
    height: 150px;
    width: 150px;
}

.swiper-wrapper-custom {
    display: flex;
    align-items: stretch;
}

.swiper-slide-custom {
    height: auto !important;
    display: flex;
    flex-direction: column;
}

.testimonial-slider .testimonial-item {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-slider-2 .testimonial-item {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.author-header {
    max-width: 250px;
}

.testimonial-slider-2 .swiper-pagination-area {
    line-height: 15px;
}

.testimonial-img-area {
    height: 100% !important;
}

.blog-category-two .category-item {
    width: 100%;
}

.blog-category-two .category-item {
    gap: 20px;
}