.cta-area {
    background-color: var(--black)
}

.cta-area .section-header {
    text-align: center
}

.section-spacing {
    padding-top: 140px;
    padding-bottom: 140px
}

.cta-area .section-subtitle {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    font-family: var(--font_teko);
    text-transform: uppercase;
    color: var(--white)
}

.cta-area .section-subtitle img {
    margin-top: -6px
}

.cta-area .section-title {
    font-size: 190px;
    line-height: .82;
    max-width: 800px;
    margin: 0 auto;
    color: var(--white)
}

.cta-area .section-header .title-wrapper {
    margin-top: 42px
}

.cta-area .section-header .wc-btn-underline {
    font-size: 50px;
    padding-bottom: 8px;
    text-transform: none;
    color: var(--white);
    font-weight: 400
}

@media only screen and (max-width: 1199px) {
    .cta-area .section-header .wc-btn-underline {
        font-size: 22px;
        padding-bottom: 5px
    }
}

.cta-area .section-header .wc-btn-underline::before {
    height: 3px
}

@media only screen and (max-width: 1199px) {
    .cta-area .section-header .wc-btn-underline::before {
        height: 2px
    }
}

.footer-area {
    background-color: var(--black)
}

.dark .footer-area {
    background-color: #1b1b1b
}

.footer-area .footer-nav-list {
    display: flex;
    gap: 45px
}

@media only screen and (max-width: 1199px) {
    .footer-area .footer-nav-list {
        gap: 30px
    }
}

.footer-area .footer-nav-list li a {
    font-size: 22px;
    color: var(--white);
    font-family: var(--font_teko);
    text-transform: uppercase;
    line-height: 1
}

@media only screen and (max-width: 1919px) {
    .footer-area .footer-nav-list li a {
        font-size: 20px
    }
}

@media only screen and (max-width: 1399px) {
    .footer-area .footer-nav-list li a {
        font-size: 18px
    }
}

.footer-area .footer-nav-list li a:hover {
    color: var(--secondary)
}

.footer-area .social-links {
    display: flex;
    gap: 20px
}

.footer-area .social-links li {
    line-height: 1
}

.footer-area .social-links li a {
    font-size: 17px;
    color: var(--white)
}

@media only screen and (max-width: 1199px) {
    .footer-area .social-links li a {
        font-size: 14px
    }
}

.footer-area .social-links li a:hover {
    color: var(--secondary)
}

.footer-area .copyright-text .text {
    font-size: 22px;
    color: var(--white);
    font-family: var(--font_teko);
    text-transform: uppercase;
    line-height: 1
}

@media only screen and (max-width: 1919px) {
    .footer-area .copyright-text .text {
        font-size: 20px
    }
}

@media only screen and (max-width: 1399px) {
    .footer-area .copyright-text .text {
        font-size: 18px
    }
}

.footer-area .copyright-text .text a {
    color: var(--white)
}

.footer-area .copyright-area-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 60px;
    justify-content: space-between;
    padding: 0 0 38px
}

@media only screen and (max-width: 1919px) {
    .footer-area .copyright-area-inner {
        padding: 0 0 28px
    }
}

@media only screen and (max-width: 767px) {
    .footer-area .copyright-area-inner {
        flex-direction: column;
        align-items: center
    }
}

@media only screen and (max-width: 1919px) {
    .cta-area .section-header .wc-btn-underline {
        font-size: 35px
    }
}

@media only screen and (max-width: 1399px) {
    .cta-area .section-header .wc-btn-underline {
        font-size: 28px
    }
}

@media only screen and (max-width: 1399px) {
    .cta-area .section-header .title-wrapper {
        margin-top: 32px
    }
}

.cta-area .section-header .btn-wrapper {
    margin-top: 18px
}

@media only screen and (max-width: 1399px) {
    .section-spacing {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media only screen and (max-width: 1399px) {
    .cta-area .section-subtitle {
        font-size: 30px
    }
}

@media only screen and (max-width: 1199px) {
    .section-spacing {
        padding-top: 60px;
        padding-bottom: 60px
    }
    .enterprise-area-inner .section-title{
        font-size: 40px;
        padding-bottom: 50px;
    }
    .expertise-wrapper-box{
        padding-bottom: 30px;
    }
}

