    .blog-item .box-content,
    .service-item .box-content {
        padding: 0;
        position: relative;
        text-align: left;
        padding: 10px 15px;
        padding-top: 20px;
    }
    
    .blog-item .date,
    .service-item .date {
        position: absolute;
        top: -14px;
        left: 10px;
        background: var(--primary);
        color: #fff;
        font-size: 14px;
        padding: 3px 12px 1px;
    }
    
    .blog-item,
    .service-item {
        background-color: #fff;
        overflow: hidden;
        margin-bottom: 10px;
        border: 1px solid #e6e5e5;
        position: relative;
        height: 100%;
    }
    
    .blog-item .box-content h4,
    .service-item .box-content h4 {
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: 600 !important;
        line-height: 1.5;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
    .blog-item .box-content p,
    .service-item .box-content p {
        font-size: 16px;
        font-weight: 300;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    
    .blog-item .box-btn a,
    .service-item .box-btn a {
        background: var(--primary);
        color: #fff;
        padding: 5px 20px;
        font-weight: 600;
        border-radius: 4px;
        font-size: 14px;
    }
    
    .home-blog .blog-item {
        border-radius: 4px;
    }
    
    .blog-item .box-btn a:hover,
    .service-item .box-btn a:hover {
        color: var(--second);
    }
    
    .header .header-bottom {
        background: #fff;
    }
    
    .header .header-bottom navbar ul li .link>a {
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
    }
    
    .header-search button {
        color: #fff;
    }
    
    .header .header-bottom.fixed-top {
        box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
    }
    
    .header .header-bottom .header-logo {
        display: none;
    }
    
    .header .header-bottom.header-bottom.fixed-top .header-logo {
        display: block;
    }
    
    .footer .footer-bottom {
        background: #000;
    }
    
    .footer .footer-top {
        background: var(--primary);
    }
    
    .second-btn {
        background: var(--primary);
    }
    
    .feedback {
        padding: 40px 0;
    }
    
    .feedback .box-title {
        text-align: center;
        margin-bottom: 20px;
    }
    
    .feedback .box-title h2 {
        color: var(--primary);
    }
    
    .feedback .feedback-slider .feedback-item {
        max-width: 996px;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 2px;
        margin-bottom: 2px;
        padding: 30px;
        border-radius: 30px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1)
    }
    
    .feedback .feedback-slider {
        margin: 0 -20px;
    }
    
    .feedback .feedback-slider .feedback-item .avatar {
        height: 90px;
        width: 90px;
        overflow: hidden;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    
    .feedback .feedback-slider .feedback-item .avatar img {
        border-radius: 50%;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    
    .feedback .feedback-slider .feedback-item .box-content {
        text-align: center;
    }
    
    .feedback .feedback-slider .feedback-item .box-content p {
        font-style: italic;
        text-align: left;
    }
    
    .feedback .feedback-slider .feedback-item .box-content span {
        font-size: 14px;
        color: #666;
    }
    
    .whyus .whyus-item .box-content h4 {
        text-transform: uppercase;
        font-size: 16px;
        line-height: 1.5;
    }
    
    @media (max-width:996px) {
        .feedback .feedback-slider .feedback-item {
            margin-left: 0;
            margin-right: 0;
        }
        .feedback .feedback-slider {
            margin-left: 0;
            margin-right: 0;
        }
    }
    
    #vuta-copyright {
        font-size: 14px;
    }
    
    .primary {
        color: var(--primary);
    }
    
    .header .header-top {
        background: #fff;
        border-top: 3px solid var(--primary);
    }
    
    .header .header-top h2 {
        text-transform: uppercase;
        font-family: "Roboto Condensed", sans-serif;
        line-height: 1.1;
        margin-bottom: 0;
    }
    
    .alert {
        display: none;
    }
    
    .header .header-top h2 span {
        display: block;
    }
    
    .header .header-top h2 span a {
        text-shadow: 1px 1px 1px #000;
    }
    
    .header .header-top h2 span.cl {
        -webkit-animation: my 700ms infinite;
        -moz-animation: my 700ms infinite;
        -o-animation: my 700ms infinite;
        animation: my 700ms infinite;
        text-shadow: 1px 1px 1px #000;
    }
    
    .header .header-bottom {
        background: var(--primary);
    }
    /* .header .header-logo img {
    max-width: 150px;
} */
    
    .box-author {
        border: 1px solid rgba(0, 0, 0, 0.5);
        padding: 20px 25px;
        border-radius: 16px;
        margin-bottom: 30px;
    }
    
    .box-author .author {
        display: flex;
    }
    
    .box-author .author .avatar {
        height: 90px;
        width: 90px;
        flex-shrink: 0;
        overflow: hidden;
    }
    
    .box-author .author .avatar img {
        object-fit: cover;
        height: 100%;
        width: 100%;
        border-radius: 50%;
    }
    
    .box-author .author .author-info {
        padding-left: 20px;
    }
    
    .box-author .author .author-info h4 a {
        font-weight: 700;
        font-size: 18px;
        color: #000;
    }
    
    .box-author .author .author-info h4 {
        margin-bottom: 0;
    }
    
    .box-author .author .author-info span {
        color: #888;
        font-size: 14px;
        font-style: italic;
    }
    
    .box-author .author-contact {
        padding-top: 20px;
        border-top: 1px dashed rgba(51, 51, 51, 0.5);
    }
    
    .box-author .author-contact h5 {
        text-align: center;
        text-transform: uppercase;
        color: var(--primary);
        font-weight: 700;
        margin-bottom: 20px;
    }
    
    .box-author .author-contact ul {
        display: flex;
        flex-wrap: wrap;
        padding-left: 0;
        gap: 10px;
        justify-content: space-between;
    }
    
    .box-author .author-contact ul li {
        width: calc(50% - 5px);
        list-style: none;
        margin-bottom: 0;
    }
    
    .box-author .author-contact ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 45px;
        border-radius: 8px;
        gap: 8px;
        padding-left: 5px;
        padding-right: 5px;
        color: #000;
        background: var(--second);
    }
    
    .box-author .author-contact ul li:last-child a {
        background: #0184E1;
        color: #fff;
    }
    
    .footer .second-btn {
        background: var(--second);
    }
    
    @media (max-width:996px) {
        .box-author .author {
            flex-direction: column;
            justify-content: center;
        }
        .box-author {
            padding: 10px;
        }
        .box-author .author .avatar {
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 10px;
            height: 80px;
            width: 80px;
        }
        .box-author .author .author-info {
            padding: 0;
            text-align: center;
        }
        .box-author .author .author-info p {
            text-align: justify;
        }
        .sticky {
            margin-top: 20px;
        }
        .footer iframe {
            height: 150px !important;
        }
        .blog-item .box-content,
        .service-item .box-content {
            padding: 10px;
            padding-top: 20px;
        }
        .blog-item .box-content h4,
        .service-item .box-content h4 {
            margin-bottom: 5px;
        }
        .blog-item .box-content p,
        .service-item .box-content p {
            font-size: 14px;
        }
        .blog-item .box-btn a,
        .service-item .box-btn a {
            font-size: 14px;
            font-weight: 500;
        }
    }
    
    .header .header-bottom.fixed-top .header-logo img {
        filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1)
    }
    
    @-webkit-keyframes my {
        0% {
            color: #ff9900;
        }
        25% {
            color: #ff0000;
        }
        50% {
            color: var(--primary);
        }
        75% {
            color: #333;
        }
        100% {
            color: #ff9900;
        }
    }
    
    @-moz-keyframes my {
        0% {
            color: #ff9900;
        }
        25% {
            color: #ff0000;
        }
        50% {
            color: var(--primary);
        }
        75% {
            color: #333;
        }
        100% {
            color: #ff9900;
        }
    }
    
    @-o-keyframes my {
        0% {
            color: #ff9900;
        }
        25% {
            color: #ff0000;
        }
        50% {
            color: var(--primary);
        }
        75% {
            color: #333;
        }
        100% {
            color: #ff9900;
        }
    }
    
    @keyframes my {
        0% {
            color: #ff9900;
        }
        25% {
            color: #ff0000;
        }
        50% {
            color: var(--primary);
        }
        75% {
            color: #333;
        }
        100% {
            color: #ff9900;
        }
    }
    
    @media (max-width:1200px) {
        .header .header-top .header-logo {
            display: none;
        }
        .header .header-top h2 {
            font-size: 20px;
        }
        .header .header-top .vuta-container {
            justify-content: center;
        }
        .header .header-bottom .header-logo {
            display: block;
        }
        #mobile-btn span {
            background: #fff;
            margin-bottom: 5px;
        }
    }
    
    @media screen and (max-width: 767px) {
        .table table td {
            display: block;
            text-align: right;
            font-size: 13px;
            border-bottom: 1px dotted #ccc;
            width: 100% !important;
        }
    }