.ep-header-section h1 {
    font-size: 24px;
    font-weight: bold;
    margin-right: 30px;
    line-height: 32px;
    color: var(--bs-primary-color);
    margin: 5px 0;
}
.ep-header-section h1 span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: var(--bs-black-color);
}
.about-text .section-title .title span {
    font-size: 20px;
    line-height: 28px;
}
.about-text p {
    text-align: justify;
}
.video-wrap iframe {
    width: 100%;
    height: 500px;
}
.ep-footer-section .footer-main .footer-widget .important-link li img {
    filter: brightness(0) saturate(100%) invert(67%) sepia(33%) saturate(649%) hue-rotate(48deg) brightness(97%)
        contrast(90%);
}
.ep-footer-section .footer-widget p {
    color: var(--bs-color1);
}
.ep-portfolio-section .portfolio-slider .swiper-wrapper .swiper-slide .image img,
.ep-portfolio-list-section .image img {
    height: 320px;
    object-position: top center;
    object-fit: cover;
}
.ep-testimonial-section-two .author {
    margin-bottom: 15px;
}
.ep-why-choose-us-section-two .content-item .icon img {
    width: 60px;
}
.ep-banner-section .banner-image {
    top: 30px;
    right: 50px;
}
.ep-about-section-two .about-text p {
    margin-bottom: 15px;
}
.ep-about-section-two .about-text p:last-child {
    margin-bottom: 0;
}
.sidebar-widget h4 {
    line-height: normal;
}
.sidebar-widget h4 span {
    font-size: 14px;
    line-height: 18px;
}
.service-details-content ul {
    list-style: none;
    margin-bottom: 30px;
}
.service-details-content ul li p {
    margin-bottom: 0 !important;
}
.form-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    display: none;
    max-width: 60rem;
}
.form-modal-overlay {
    background: #000;
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999;
    opacity: 0.7;
}
.form-modal-overlay.active {
    display: block;
}
.form-modal .close {
    position: absolute;
    right: -9.6px;
    top: -9.6px;
    z-index: 999;
    background: var(--bs-primary-color);
    border: none;
    outline: none;
    width: 48px;
    height: 48px;
    color: #fff;
    border-radius: 50%;
}
.ep-service-details-section video,
.ep-service-details-section iframe {
    height: 300px;
    max-width: 100%;
    background: #000;
    width: 100%;
}

.fix-btn {
    position: fixed;
    bottom: 0px;
    left: 20px;
    z-index: 2;
}
.fix-btn li {
    width: 42px;
    height: 42px;
    /* 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: 24px;
}
.fix-btn li i {
    color: #fff;
    font-size: 18px;
}
.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);
    }
}
@media (max-width: 767px) {
    .ep-banner-section .banner-text .heading-one {
        font-size: 32px;
        line-height: 42px;
    }
    .ep-banner-section .banner-text .detais {
        font-size: 20px;
    }
    .about-text .section-title .title span {
        font-size: 18px;
        line-height: 26px;
    }
    .ep-counter-section .counter-body {
        padding: 25px;
    }
    .pb-60 {
        padding-bottom: 25px;
    }
    .ep-why-choose-us-section-two .content-item .icon img {
        width: 42px;
    }
    .ep-why-choose-us-section-two .content .content-item .icon {
        width: 60px;
        height: 60px;
    }
    .ep-why-choose-us-section-two .content .content-item {
        padding: 15px;
    }
    .heading-four {
        font-size: 16px;
        line-height: 24px;
    }
    .ep-why-choose-us-section-two .content .content-item .icon {
        margin-right: 15px;
    }
    .mb-60 {
        margin-bottom: 25px;
    }
    .ep-service-details-section .service-details-content .service-text h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .ep-service-details-section .service-details-content .service-text ul li::before {
        top: 13px;
    }
    .ep-header-section h1 span {
        font-size: 13px;
    }
    .fix-btn li i {
        font-size: 18px;
    }
    .fix-btn li {
        width: 40px;
        height: 40px;
    }
    .form-modal {
        width: 90%;
    }
}
