.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slicknav_icon .slicknav_icon-bar {
    display: block;
    width: 100%;
    height: 3px;
    width: 22px;
    background-color: #ffffff;
    border-radius: 8px;
    margin: 4px auto !important;
    transition: all 0.1s ease-in-out;
}



#loading-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 400px;
    transform: translate(-50%, -50%);
}

.loading-container,
.loading {
    height: 140px;
    position: relative;
    width: 500px;
    border-radius: 100%;
}

.btn-default:before {
    background-color: #041562 !important;
}

.btn-default:after {
    color: #ffffff !important;
    background-color: #041562 !important;
}

.btn-default.btn-highlighted:hover {
    color: #ffff;
}

.faqs-review-box:hover .faqs-review-body .hero-client-box p {
    color: #ffffff !important;
    transition: all 0.4s ease-in-out;
}

.faqs-review-box:hover .faqs-review-body .review-rating-box h2 {
    color: #ffffff !important;
    transition: all 0.4s ease-in-out;
}

.faqs-review-box:hover .faqs-review-body .review-rating-box i {
    color: #ffffff !important;
    transition: all 0.5s ease-in-out;
}

.icon-box:hover i {
    color: #ffff !important;
    /* change to your desired hover color */
}

.footer-contact-item .icon-box:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.footer-contact-item .icon-box:hover i {
    color: rgb(255, 255, 255) !important;
    /* change to your desired hover color */
}

.navbar {
    padding: 25px 50px;
    align-items: center;
}

.about-us-content .section-title {
    margin-bottom: 0px;
}

.hero-content .section-title h1 {
    filter: drop-shadow(2px 4px 6px black);
}

.hero.hero-bg-image.hero-slider-layout .hero-slide {
    position: relative;
    padding: 255px 0;
}

.hero.hero-bg-image .hero-content {
    text-align: start;
}

.hero.hero-bg-image .hero-content-body {
    justify-content: start;
}

.hero.hero-bg-image::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--fourth-color);
    opacity: 80%;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.main-menu ul li.nav-item a {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding: 14px !important;
    color: #041562;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    text-transform: capitalize !important;
}

header.main-header {
    position: relative;
    background-color: #f3f3f3;
    border-bottom: 1px solid var(--dark-divider-color);
    z-index: 100;
}

.btn-default {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    text-transform: capitalize;
    background: var(--accent-color);
    color: var(--white-color);
    border: none;
    border-radius: 10px;
    padding: 17px 20px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.hero.hero-bg-image {
    position: relative;
    background: url(../images/Plotters.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 270px 0;
}

.our-testimonials .section-title h2 {
    color: #ffffff;
}

.our-testimonials .section-title h3 {
    color: #ffffff;
}

.testimonial-item::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
    border-left: 1px solid var(--accent-color);
    width: 100%;
    height: 100%;
}

.testimonial-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px 20px;
    border-bottom: 1px solid var(--accent-color);
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.testimonial-content p {
    font-size: 18px;
    font-weight: 400;
    color: var(--white-color);
    margin-bottom: 0;
}

.author-content h3 {
    color: #ffffff;
}

.author-content p {
    color: #ffffff;
}

.footer-dark {
    background-color: #041562;
}

.footer-logo h3 {
    color: white;
}

.hero.hero-bg-image.hero-slider-layout .hero-slide::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--primary-color);
    opacity: 50%;
    width: 100%;
    height: 100%;
    z-index: 1;

}

.faqs-review-footer a {
    width: 100%;
    font-size: 20px;
    line-height: 1.2em;
    display: inline-flex;
    align-items: center;
    border-radius: 0 0 20px 20px;
    background: var(--accent-color);
    color: #ffffff;
    padding: 18px 30px;
}

.approach-body-item:hover .icon-box img {
    filter: brightness(5) invert(0);
}

.our-protection {
    padding: 0px 0 0px 0;
}

.page-services {
    padding: 70px 0 0px;
}

.contact-us-form {
    background-color: var(--secondary-color);
    border-radius: 20px;
    padding: 40px;
    background-color: #ffffff;
}

.contact-us-box {
    background: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px 60px;
    background-color: #f4f4f4;
    padding: 80px;
}

.section-title h3 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--primary-color);
    padding-left: 0px;
    margin-bottom: 10px;
}

.section-title h3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    background: transparent;
    border-radius: 50%;
    transform: translateY(-50%);
}

.about-counter-body a img {
    width: 100%;
    max-width: 120px;
    border-radius: 50%;
    animation: none;
}

.about-us-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
}

.about-us-list ul li {
    position: relative;
    width: 100%;
    display: inline-block;
    text-transform: capitalize;
    line-height: 1.5em;
    padding-left: 30px;
}

.newsletter-form .form-group .form-control {
    width: 68%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    color: black;
    background-color: white;
    border: 1px solid var(--dark-divider-color);
    border-right: none;
    border-radius: 10px 0 0 10px;
    outline: none;
    box-shadow: none;
    padding: 12px 20px;
}

.service-image figure:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background: linear-gradient(180deg, rgba(8, 29, 13, 0) 60.86%, rgb(8 29 13 / 57%) 96.44%); */
    background: none;
    z-index: 1;
}

.project-item:hover .project-image figure img {
    transform: scale(1);
}

.project-image figure img {
    aspect-ratio: 0;
    object-fit: cover;
    border-radius: 20px;
    transition: all 0.4s ease-in-out;
}

.protection-list ul li {
    position: relative;
    width: auto;
    display: inline-block;
    text-transform: capitalize;
    line-height: 1.5em;
    padding-left: 30px;
}

.protection-content .section-title {
    border-bottom: none;
    padding-bottom: 0px;
}

.service-content h3 {
    font-size: 23px;
    line-height: 1.4em;
    color: var(--white-color);
}

/* .section-title {
    margin-bottom: 25px;
} */

.solutions .section-title h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    cursor: none;
}

.contact-info-item .icon-box img {
    position: relative;
    width: 100%;
    max-width: 30px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    filter: brightness(1) invert(2) !important;
}

.footer-copyright-text a {
    color: rgb(255 255 255);
    text-decoration: none;
}

@media (min-width: 992px) {
    .offset-lg-2 {
        margin-left: 0;
    }

    .footer-copyright-text {
        display: flex;
        flex-direction: row;
    }
}

@media only screen and (max-width: 991px) {
    .contact-us-box {
        padding: 50px;
    }

    .footer-copyright-text {
        display: flex;
        flex-direction: column;
    }
}

@media only screen and (max-width: 767px) {
    .navbar {
        padding: 25px 0px;
        align-items: center;
    }

    .contact-us-box {
        padding: 20px;
    }
}




.feature-area {
    margin-top: -130px;
    z-index: 500;
}

.feature-area {
    position: relative;
}

.feature-item {
    position: relative;
    background: #036;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 25px;
    z-index: 1;
    justify-content: center;
    align-items: center;
}

.feature-item .count {
    position: absolute;
    left: 20px;
    bottom: 10px;
    font-size: 60px;
    line-height: 60px;
    font-weight: 800;
    color: #fd6a6a;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #ffffff1f;
    z-index: -1;
}

.feature-icon {
    color: #ffffff;
    font-size: 40px;
    text-align: center;
    height: 80px;
    width: 80px;
    line-height: 73px;
    background: #da1212;
    border-radius: 50px;
    margin: 0px;
    position: relative;
}

.feature-content {
    flex: 1;
    justify-content: center;
    display: flex;
    align-items: center;
}

.feature-content h4 {
    color: white;
}

.footer-social-links ul li:hover a {
    background: rgb(218, 18, 18);
}

.protection-video img {
    border-radius: 15px;
}

.page-header-box h1 {
    display: inline-block;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.1em;
    color: var(--white-color);
    margin-bottom: 15px;
    cursor: none;
    text-transform: uppercase;
}

.about-footer {
    width: 40%;
    padding-right: 60px;
}

.footer-header .footer-contact-box {
    width: 40%;
}

.footer-social-links {
    width: 20%;
    text-align: right;
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .page-header-box h1 {
        display: inline-block;
        font-size: 25px;
        font-weight: 700;
        line-height: 1.1em;
        color: var(--white-color);
        margin-bottom: 15px;
        cursor: none;
        text-transform: uppercase;
    }

    .contact-us-form .section-title h2 {
        font-size: 21px;
    }

    .contact-us-form {
        background-color: var(--secondary-color);
        border-radius: 20px;
        padding: 25px;
        background-color: #ffffff;
    }

    .contact-item-content h3 {
        font-size: 16px;
    }

    .post-entry h4 {
        font-size: 20px;
    }

    .review-rating-box h2 {
        font-size: 40px;
    }

    .solutions .section-title h2 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 0;
        cursor: none;
    }

    .solutions .section-title h3 {
        position: relative;
        display: inline-block;
        font-size: 13px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        color: var(--primary-color);
        padding-left: 0px;
        margin-bottom: 10px;
    }

    .recaptcha {
        -webkit-transform: scale(0.86) !important;
        transform-origin: 0 0;
    }

    .cb-cursor:before {
        background: none;
    }

    .testimonial-header {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: space-between;
        gap: 15px 20px;
        border-bottom: 1px solid var(--accent-color);
        margin-bottom: 40px;
        padding-bottom: 10px;
    }

    .about-footer {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 30px;
    }

    .footer-social-links,
    .footer-header .footer-contact-box {
        width: 100%;
    }

    .footer-social-links {
        text-align: left;
        margin-bottom: 30px;
    }

    .footer-social-links,
    .footer-header .footer-contact-box {
        width: 100%;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .container {
        max-width: 700px;
    }

    .page-header-box h1 {
        display: inline-block;
        font-size: 30px;
        font-weight: 700;
        line-height: 1.1em;
        color: var(--white-color);
        margin-bottom: 15px;
        cursor: none;
        text-transform: uppercase;
    }

    .post-entry h4 {
        font-size: 25px;
    }

    .about-footer {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 30px;
    }

    .footer-social-links,
    .footer-header .footer-contact-box {
        width: 50%;
    }

    .footer-social-links {
        text-align: right;
        margin-bottom: 30px;
    }

    .footer-social-links,
    .footer-header .footer-contact-box {
        width: 50%;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .container {
        max-width: 960px;
    }

    .section-title h2 {
        font-size: 34px;
        font-weight: 700;
        margin-bottom: 0;
        cursor: none;
    }

    .about-us-body {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        margin-bottom: 15px;
    }

    .about-counter-header h2 {
        width: calc(50% - 20px);
        font-size: 36px;
        font-weight: 700;
        text-align: right;
        margin-right: 20px;
    }

    .post-item-content h2 {
        font-size: 16px;
        line-height: 1.4em;
    }

    .section-title h1 {
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 0;
        cursor: none;
    }

    .feature-content h4 {
        color: white;
        font-size: 16px;
    }

    .service-content h3 {
        font-size: 16px;
        line-height: 1.4em;
        color: var(--white-color);
    }

    .faq-accordion .accordion-header .accordion-button {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.3em;
        color: var(--primary-color);
        padding: 20px 50px 20px 20px;
        transition: all 0.3s ease-in-out;
    }

    .footer-logo h3 {
        color: white;
        font-size: 24px;
    }

    .footer-header {
        display: flex;
        flex-wrap: wrap;
        align-items: start;
        border-bottom: 1px solid var(--dark-divider-color);
        margin-bottom: 60px;
        padding-bottom: 10px;
    }

    .footer-contact-item-content h3 {
        color: var(--white-color);
        font-size: 16px;
        text-transform: capitalize;
        margin-bottom: 10px;
    }

    .main-menu ul li.nav-item a {
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        padding: 14px !important;
        color: #041562;
        text-transform: capitalize;
        transition: all 0.3s ease-in-out;
        text-transform: capitalize !important;
    }

    .footer-contact-item .icon-box {
        position: relative;
        width: 50px;
        height: 50px;
        background-color: var(--accent-color);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
    }

    .footer-contact-item .icon-box i {
        position: relative;
        font-size: 16px;
        color: var(--primary-color);
        z-index: 1;
    }

    .approach-body-content h3 {
        font-size: 16px;
        text-transform: capitalize;
        line-height: 1.4em;
        color: var(--white-color);
    }

    .approach-image figure {
        display: block;
        border-radius: 20px;
        height: 400px;
    }

    .innovation-content .section-title {
        margin-bottom: 10px;
    }

    .innovation-counter-list {
        display: flex;
        flex-wrap: wrap;
        gap: 30px 60px;
        border-top: 1px solid var(--divider-color);
        padding-top: 15px;
    }

    .innovation-list {
        border-top: 1px solid var(--divider-color);
        margin-top: 10px;
        padding-top: 10px;
    }

    .innovation-counter-item h2 {
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .innovation-content .section-title p {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .solutions .section-title h2 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 0;
        cursor: none;
    }

    .solutions .section-title p {
        margin-top: 13px;
        margin-bottom: 0;
    }

    .solutions .section-title {
        margin-bottom: 20px;
    }

    .protection-list ul li {
        position: relative;
        width: auto;
        display: inline-block;
        text-transform: capitalize;
        line-height: 1.5em;
        padding-left: 30px;
        font-size: 14px;
    }

    .our-protection-box {
        display: flex;
        flex-wrap: wrap;
        gap: 60px 30px;
    }

    .protection-btn {
        margin-top: 20px;
    }

    .protection-video img {
        border-radius: 15px;
        height: 380px;
        width: 525px;
    }

    .faq-content .section-title h2 {
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 0;
        cursor: none;
    }

    .page-header-box h1 {
        display: inline-block;
        font-size: 40px;
        font-weight: 700;
        line-height: 1.1em;
        color: var(--white-color);
        margin-bottom: 15px;
        cursor: none;
        text-transform: uppercase;
    }

    .contact-us-content .section-title h2 {
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 0;
        cursor: none;
    }

    .contact-us-content .section-title p {
        margin-top: 12px;
        margin-bottom: 0;
    }

    .contact-us-box {
        background: none;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        border-radius: 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 30px 60px;
        background-color: #f4f4f4;
        padding: 40px;
    }

    .page-contact-us {
        padding: 50px 0;
    }

    .contact-info-item .icon-box {
        position: relative;
        width: 50px;
        height: 50px;
        background-color: var(--accent-color);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 25px;
    }

    .contact-info-item .icon-box img {
        position: relative;
        width: 100%;
        max-width: 25px;
        transition: all 0.3s ease-in-out;
        z-index: 1;
        filter: brightness(1) invert(2) !important;
    }

    .contact-item-content h3 {
        font-size: 16px;
    }

    .contact-us-form {
        background-color: var(--secondary-color);
        border-radius: 20px;
        padding: 30px;
        background-color: #ffffff;
    }

    .contact-us-box .section-title h2 {
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 0;
        cursor: none;
    }

    .page-single-post {
        padding: 60px 0;
    }

    .post-entry h4 {
        font-size: 25px;
    }

    .cb-cursor:before {
        background: var(--accent-color);
    }

    .author-content h3 {
        font-size: 16px;
        text-transform: capitalize;
        margin-bottom: 5px;
        transition: all 0.3s ease-in-out;
    }

    .author-content p {
        color: #ffffff;
        font-size: 13px;
    }

    .testimonial-content p {
        font-size: 16px;
        font-weight: 400;
        color: var(--white-color);
        margin-bottom: 0;
    }

    .about-footer {
        width: 38%;
        padding-right: 60px;
    }

    .footer-header .footer-contact-box {
        width: 40%;
    }

    .footer-social-links {
        width: 20%;
        text-align: right;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }

    .section-title h2 {
        font-size: 38px;
        font-weight: 700;
        margin-bottom: 0;
        cursor: none;
    }

    .about-us-body {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        margin-bottom: 40px;
    }

    .about-counter-header h2 {
        width: calc(50% - 20px);
        font-size: 46px;
        font-weight: 700;
        text-align: right;
        margin-right: 20px;
    }

    .post-item-content h2 {
        font-size: 20px;
        line-height: 1.4em;
    }

    .section-title h1 {
        font-size: 50px;
        font-weight: 700;
        margin-bottom: 0;
        cursor: none;
    }

    .feature-content h4 {
        color: white;
        font-size: 22px;
    }

    .service-content h3 {
        font-size: 23px;
        line-height: 1.4em;
        color: var(--white-color);
    }

    .faq-accordion .accordion-header .accordion-button {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.3em;
        color: var(--primary-color);
        padding: 20px 50px 20px 20px;
        transition: all 0.3s ease-in-out;
    }

    .footer-logo h3 {
        color: white;
        font-size: 28px;
    }

    .footer-contact-item-content h3 {
        color: var(--white-color);
        font-size: 20px;
        text-transform: capitalize;
        margin-bottom: 10px;
    }

    .main-menu ul li.nav-item a {
        font-size: 16px;
        font-weight: 500;
        line-height: normal;
        padding: 14px !important;
        color: #041562;
        text-transform: capitalize;
        transition: all 0.3s ease-in-out;
        text-transform: capitalize !important;
    }

    .footer-contact-item .icon-box {
        position: relative;
        width: 60px;
        height: 60px;
        background-color: var(--accent-color);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 20px;
    }

    .footer-contact-item .icon-box i {
        position: relative;
        font-size: 24px;
        color: var(--primary-color);
        z-index: 1;
    }

    .approach-body-content h3 {
        font-size: 20px;
        text-transform: capitalize;
        line-height: 1.4em;
        color: var(--white-color);
    }

    .innovation-content .section-title {
        margin-bottom: 40px;
    }

    .innovation-counter-list {
        display: flex;
        flex-wrap: wrap;
        gap: 30px 60px;
        border-top: 1px solid var(--divider-color);
        padding-top: 40px;
    }

    .innovation-list {
        border-top: 1px solid var(--divider-color);
        margin-top: 40px;
        padding-top: 40px;
    }

    .innovation-counter-item h2 {
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .solutions .section-title h2 {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 0;
        cursor: none;
    }

    .solutions .section-title p {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .solutions .section-title {
        margin-bottom: 20px;
    }

    .protection-list ul li {
        position: relative;
        width: auto;
        display: inline-block;
        text-transform: capitalize;
        line-height: 1.5em;
        padding-left: 30px;
        font-size: 16px;
    }

    .our-protection-box {
        display: flex;
        flex-wrap: wrap;
        gap: 100px 30px;
    }

    .faq-content .section-title h2 {
        font-size: 34px;
        font-weight: 700;
        margin-bottom: 0;
        cursor: none;
    }

    .page-header-box h1 {
        display: inline-block;
        font-size: 50px;
        font-weight: 700;
        line-height: 1.1em;
        color: var(--white-color);
        margin-bottom: 15px;
        cursor: none;
        text-transform: uppercase;
    }

    .service-content h3 {
        font-size: 18px;
        line-height: 1.4em;
        color: var(--white-color);
    }

    .page-contact-us {
        padding: 50px 0;
    }

    .contact-us-box {
        background: none;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        border-radius: 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 30px 60px;
        background-color: #f4f4f4;
        padding: 50px;
    }

    .contact-info-item .icon-box {
        position: relative;
        width: 60px;
        height: 60px;
        background-color: var(--accent-color);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 25px;
    }

    .contact-info-item .icon-box img {
        position: relative;
        width: 100%;
        max-width: 30px;
        transition: all 0.3s ease-in-out;
        z-index: 1;
        filter: brightness(1) invert(2) !important;
    }

    .contact-item-content h3 {
        font-size: 20px;
    }

    .contact-us-form {
        background-color: var(--secondary-color);
        border-radius: 20px;
        padding: 40px;
        background-color: #ffffff;
    }

    .post-entry h4 {
        font-size: 28px;
    }

    .author-content h3 {
        font-size: 20px;
        text-transform: capitalize;
        margin-bottom: 5px;
        transition: all 0.3s ease-in-out;
    }

    .testimonial-content p {
        font-size: 18px;
        font-weight: 400;
        color: var(--white-color);
        margin-bottom: 0;
    }

    .author-content p {
        color: #ffffff;
        font-size: 16px;
    }
}

@media only screen and (min-width : 1400px) {
    .container {
        max-width: 1300px;
    }

}