.header-right .th-social i {
    color: var(--white-color);
}
.header-top .th-social a {
    background-color: var(--theme-color2);
    border-color: var(--theme-color2);
}
.header-top .th-social a:hover i {
    color: var(--white-color);
}
.footer-widget .th-widget-contact .info-box_text .details p strong {
    display: block;
    white-space: nowrap;
}
.header-logo h1 {
    font-size: 24px;
    margin: 0;
    color: var(--white-color);
}
.header-logo h1 span {
    display: block;
    font-size: 14px;
}
.about-area .sec-title {
    font-size: 30px;
    font-weight: 700;
}
.about-area .sec-title span {
    display: block;
    font-size: 24px;
    line-height: 36px;
    color: var(--theme-color);
}
.about-area .sec-title .degree {
    font-size: 16px;
    line-height: 24px;
}
.con-contact-details .sec-text {
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
    color: var(--theme-color2);
}
.about-contact-grid.inner-style .con-contact-details .about-contact-details-text {
    font-size: 18px;
}
.contact-formbox .title-area {
    margin-bottom: 30px;
}
.test-main .testi-card-quote {
    background-color: var(--theme-color);
}
.test-main .testi-card-quote img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.test-main .testi-card {
    height: 100%;
}
.sv-content h4 {
    font-size: 24px;
}
.hero-1-shape {
    display: none !important;
}
.abt-img {
    margin-bottom: 0 !important;
}
.abt-img img {
    width: 100%;
}
.fix-btn {
    position: fixed;
    bottom: 0px;
    left: 20px;
    z-index: 2;
}
.fix-btn li {
    width: 50px;
    height: 50px;
    /* line-height: 50px; */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff0000;
    text-align: center;
    border: 2px solid #ff0000;
    margin-bottom: 10px;
    border-radius: 50%;
}
.fix-btn li:last-child {
    background: #1bd741;
    border-color: #1bd741;
}
.fix-btn li:last-child i {
    font-size: 28px;
}
.fix-btn li i {
    color: #fff;
    font-size: 24px;
}
.whatsapp-btn {
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(241, 119, 50, 0.7);
    }
    50% {
        box-shadow: 0 0 0 0 rgba(241, 119, 50, 0.4);
    }
    75% {
        box-shadow: 0 0 0 14px rgba(241, 119, 50, 0.2);
    }
}
@media (max-width: 768px) {
    .mobile-logo h1 {
        font-size: 20px;
        text-align: left;
        margin-left: 20px;
        color: var(--theme-color);
    }
    .mobile-logo h1 span {
        display: block;
        font-size: 12px;
    }
    .header-logo h1 span {
        font-size: 13px;
    }
    .header-logo h1 {
        font-size: 20px;
    }
    .header-layout1 .logo-bg {
        width: 92%;
        height: 70px;
    }
    .hero-style1 .hero-text {
        font-size: 16px;
    }
    .hero-style1 .btn-group {
        gap: 8px;
    }
    .hero-style1 .th-btn {
        padding: 10px 15px;
        font-size: 14px;
    }
    .hero-style1 .th-btn.th-icon i {
        font-size: 14px;
    }
    .hero-style1 .th-btn:not(:last-child) {
        margin-right: 0px;
    }
    .hero-style1 {
        padding: 40px 0 50px 0;
    }
    .hero-style1 .sub-title {
        margin-bottom: 10px;
    }
    .th-hero-bg {
        background-position: center right;
    }
    .hero-inner {
        position: relative;
    }
    .hero-inner::before {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #fff;
        content: "";
        opacity: 0.7;
        z-index: 9;
    }
    .about1-title-box {
        margin-top: 30px;
    }
    .about-area .sec-title {
        font-size: 24px;
    }
    .about-area .sec-title span {
        display: block;
        font-size: 16px;
        line-height: 24px;
    }
    .about-area .sec-title .degree {
        font-size: 14px;
        line-height: 21px;
    }
    .feature-item .box-title {
        font-size: 18px;
    }
    .title-area .sec-title {
        font-size: 24px;
        line-height: 1.3;
    }
    .sub-title {
        font-size: 18px;
    }
    .testi-card_text {
        font-size: 16px;
        font-weight: 400;
    }
    .choose-about .box-title {
        font-size: 20px;
    }
    .footer-widget {
        margin-top: 30px;
    }
    .th-widget-contact {
        max-width: none;
    }
    .breadcumb-wrapper {
        padding: 70px 0;
    }
    .breadcumb-content {
        max-width: 100%;
    }
    .price-card .checklist li {
        font-size: 16px;
    }
    .price-card .checklist {
        margin-top: 20px;
    }
    .price-card .price-btn .th-btn {
        max-width: max-content;
        padding: 10px 40px;
    }
    .about-contact-grid.inner-style .about-contact-details-text {
        font-size: 16px;
    }
    .about-contact-grid.inner-style .con-contact-details .about-contact-details-text {
        font-size: 16px;
    }
    .about-contact-grid .about-contact-icon {
        width: 48px;
        height: 48px;
        line-height: 48px;
    }
    .con-contact-details .sec-text {
        font-size: 18px;
        line-height: 26px;
    }
    .th-mobile-menu .sub-menu li a {
        font-size: 14px;
    }
    .fix-btn {
        left: -10px;
    }
}
