.logo-header-inner {
    padding: 5px 0;
}
.logo-header-inner a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.logo-header-inner a img {
    min-width: 80px;
    width: 80px;
}
.logo-header-inner h1 {
    color: #e6748d;
    font-size: 24px;
    line-height: 36px;
    margin: 0;
}
.logo-header-inner h1 span {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #0d567a;
    font-weight: 600;
}
.count-2 {
    column-count: 2;
}
.about-section-one-right h2 {
    font-size: 42px;
    color: #0d567a;
}

.about-one .about-year p {
    text-align: justify;
}
.blog-post-4-outer {
    margin: 15px;
}
.why-choose-us {
    background: #0d567a;
}
.service-icon-box-two {
    background: #0d567a;
    border: 3px solid #13bfb3;
}
.service-icon-box-two .service-icon-box-title .wt-title a {
    color: #fff;
}
.service-icon-box-two .service-icon-box-content p {
    color: #fff;
}
.blog-post-4-outer .wt-post-info .wt-post-title .post-title a {
    color: #0d567a;
}
.testimonial-2-content.inner-page {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}
.testimonial-2-content.inner-page .testimonial-2 .testimonial-content {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.testimonial-2-content.inner-page .testimonial-2 {
    overflow: visible;
}
.affiliations .service-icon-box-two {
    padding: 30px;
    height: 100%;
}
.video-section .video-wrap {
    background: #0d567a;
    padding: 5px;
}
.video-section .video-wrap h3 {
    color: #fff;
    padding: 20px 10px;
    text-align: center;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
}
.service-full-info p strong {
    color: #0d567a;
}

.blog-post-4-outer .wt-post-info .wt-post-title .post-title {
    font-size: 17px;
    font-weight: 600;
}

.video-gallery .video-with-content .video-section-two {
    margin-top: 0;
}
.tp-kbimg-wrap {
    display: none !important;
}
.site-bg-primary-opt {
    background: rgba(230, 116, 141, 0.7);
}
.video-with-content .service-icon-box-two {
    min-height: 300px;
    text-align: center;
    padding: 15px 30px;
}
.video-with-content .service-icon-box-two .service-icon-box-content p {
    margin-bottom: 10px;
}
.video-with-content .service-icon-box-two .site-button-link {
    padding: 5px 10px;
    background: #e6748d;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    font-size: 14px;
}
.blog-post .site-button-link {
    font-weight: 500;
}
.ser-nav.owl-carousel .owl-nav {
    margin: 0;
}
.ser-nav.owl-carousel .owl-prev,
.ser-nav.owl-carousel .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.ser-nav.owl-carousel .owl-prev {
    left: 0;
}
.ser-nav.owl-carousel .owl-next {
    right: 0;
}
.services-etc img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top center;
    border: 5px double #e6748d;
}
.services-etc ol ul p strong {
    color: #e6748d;
    font-weight: 500;
}
.services-etc h3 {
    color: #e6748d;
}
.service-inner .blog-post-4-outer {
    margin: 0;
}
.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;
}
.trin-trin {
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes trin {
    from {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    20%,
    32%,
    44%,
    56%,
    68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%,
    35%,
    47%,
    59%,
    71% {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    26%,
    38%,
    50%,
    62%,
    74% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    29%,
    41%,
    53%,
    65%,
    77% {
        transform: rotate3d(0, 0, 1, -15deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
.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);
    }
}
.fix-app-btn {
    position: fixed;
    padding: 5px 25px;
    color: #fff !important;
    cursor: pointer;
    background-color: #e6748d;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    line-height: 42px;
    top: 100px;
    right: 0;
    z-index: 10;
    transform: rotate(-90deg);
    transform-origin: bottom right;
    letter-spacing: 1px;
}
.fix-app-btn:hover {
    background-color: #0d567a;
    color: #fff;
}
form #website {
    display: none;
}
@media (max-width: 767px) {
    .logo-header-inner h1 {
        font-size: 16px;
        line-height: 24px;
        /* white-space: nowrap; */
    }
    .logo-header-inner h1 span {
        font-size: 12px;
        line-height: 18px;
    }
    .logo-header-inner a img {
        min-width: 50px;
        width: 50px;
    }
    .header-style-2 .top-bar .wt-topbar-left-info {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .header-style-2 .top-bar .wt-topbar-left-info li {
        line-height: 30px;
    }
    .wt-bnr-inr {
        height: 240px;
        background-position: right center;
        position: relative;
    }
    .service-full-info ol {
        padding-left: 15px;
    }
    .service-full-info ol li ul {
        margin-bottom: 15px;
    }
    .count-2 {
        column-count: 1;
    }
    .testimonial-2-content.inner-page {
        grid-template-columns: repeat(1, 1fr);
    }
    .slider-block-2 {
        padding: 100px !important;
    }
    .header-style-2 .header-nav .nav > li .sub-menu li a {
        padding: 10px;
        font-weight: 500;
    }
    .fix-btn {
        bottom: 130px;
        left: auto;
        right: 10px;
    }
    .footer-dark .footer-bottom .footer-copy-right .copyrights-text {
        font-size: 14px;
    }
    .wt-bnr-inr::before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: 0.85;
        background: rgb(230, 116, 141);
        background: linear-gradient(90deg, rgba(230, 116, 141, 1) 0%, rgba(255, 255, 255, 1) 100%);
    }
    .fix-app-btn {
        top: 175px;
        font-size: 16px;
        font-weight: 500;
        padding: 0 15px;
        line-height: 32px;
    }
    .services-etc img {
        height: auto;
    }
    .all_services h3 {
        font-size: 20px;
        line-height: 32px;
    }
    .affiliations .service-icon-box-two {
        padding: 20px;
        height: auto;
    }
    .contact-one .contact-info-section .c-info-column {
        padding-left: 0;
    }
}
