.header-area {
    background-color: black;
}

.features-area {
    background-color: var(--theme);
}


/* Banner Area */

.mr-10 {
    margin-right: 10px;
}

.header-spacing {
    padding-top: 150px;
    padding-bottom: 120px;
}

.icon-img-80 {
    width: 80px;
}

.p-style {
    font-size: 17px !important;
    font-weight: 500;
}

.long-arw {
    margin-right: 30px;
}

.hero-area .section-title {
    font-size: 80px
}

@media only screen and (max-width:1599px) {
    .hero-area .section-title {
        font-size: 60px
    }
}
@media only screen and (max-width:767px) {
    .hero-area .section-title {
        font-size: 40px;
    }

    .pt_sm_30 {
        padding-top: 30px;
    }

    .header-spacing {
        padding-top: 120px;
        padding-bottom: 60px;
    }
}

/* Contact Area */

.hero-area-inner {
    padding-top: 170px;
    padding-bottom: 50px;
}

@media only screen and (max-width: 1919px) {
    .hero-area-inner {
        padding-top: 170px;
        padding-bottom: 90px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-area-inner {
        padding-top: 140px;
        padding-bottom: 30px
    }
}
@media only screen and (max-width: 575px) {
    .hero-area-inner {
        padding-bottom: 0px
    }
}

.hero-area .section-title {
    /* font-size: 130px; */
    line-height: 1.1;
    /* font-weight: 500; */
    max-width: 915px;
}

@media only screen and (max-width: 1919px) {
    /* .hero-area .section-title {
        font-size: 100px
    } */
}

@media only screen and (max-width: 1199px) {
    .hero-area .section-title {
        font-size: 70px;
        max-width: 555px
    }
}

@media(max-width: 575px) {
    .hero-area .section-title {
        font-size: 40px
    }
}

.hero-area .section-title .shape-1 {
    margin-top: -26px;
    height: 97px
}

@media only screen and (max-width: 1919px) {
    .hero-area .section-title .shape-1 {
        margin-top: -22px;
        height: 77px
    }
}

@media only screen and (max-width: 1199px) {
    .hero-area .section-title .shape-1 {
        margin-top: -15px;
        height: 55px
    }
}

@media(max-width: 575px) {
    .hero-area .section-title .shape-1 {
        margin-top: -9px;
        height: 30px
    }
}

.hero-area .section-title .shape-2 {
    margin-top: -15px;
    height: 60px;
}

@media only screen and (max-width: 1919px) {
    .hero-area .section-title .shape-2 {
        margin-top: -22px;
        height: 77px
    }
}

@media only screen and (max-width: 1599px) {
    .hero-area .section-title .shape-2 {
        margin-top: -13px;
        height: 45px;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-area .section-title .shape-2 {
        margin-top: -15px;
        height: 55px
    }
}

@media(max-width: 575px) {
    .hero-area .section-title .shape-2 {
        margin-top: -9px;
        height: 30px
    }
}

.hero-area .section-title br {
    display: block
}

.hero-area .section-content .text-wrapper .title {
    font-size: 22px;
    line-height: 1.09;
    text-transform: uppercase;
    color: var(--primary)
}

.hero-area .section-content .text-wrapper .text {
    margin-top: 26px
}

@media only screen and (max-width: 1199px) {
    .hero-area .section-content .text-wrapper .text {
        margin-top: 16px
    }
}

.hero-area .section-content .content-end {
    margin-top: -13px;
    display: grid;
    gap: 20px 80px;
    grid-template-columns: 500px auto;
    align-items: center;
    margin-inline-start: 325px;
}

@media only screen and (max-width: 1399px) {
    .hero-area .section-content .content-end {
        margin-inline-start: 270px
    }
}

@media only screen and (max-width: 1199px) {
    .hero-area .section-content .content-end {
        margin-inline-start: 305px;
        gap: 20px 50px
    }
}

@media only screen and (max-width: 991px) {
    .hero-area .section-content .content-end {
        grid-template-columns: auto
    }
}

@media only screen and (max-width: 767px) {
    .hero-area .section-content .content-end {
        margin-inline-start: 0;
        margin-top: 40px
    }
}

.hero-area .section-content .has-left-line {
    width: 100%;
    padding-inline-start: 115px;
}

.hero-area .section-content .has-left-line:before {
    width: calc(100% - 300px)
}

@media only screen and (max-width: 1399px) {
    .hero-area .section-content .has-left-line:before {
        width: calc(100% - 160px)
    }
}
@media only screen and (max-width: 767px) {
    .hero-area .section-content .has-left-line:before {
        width: calc(100% - 240px);
    }
}

/* .hero-area .section-content .has-left-line:before {
    width: calc(100% - 240px);
} */

.hero-area .section-content .circle-text {
    width: 130px;
    height: 130px;
    padding: 0;
    margin-inline-start: auto
}

@media only screen and (max-width: 1399px) {
    .hero-area .section-content .circle-text {
        width: 110px;
        height: 110px
    }
}



/* Contact Detail Area */

.feature-area {
    background-color: var(--theme)
}

.feature-area .section-title {
    max-width: 730px;
    margin-inline: auto;
    color: var(--black)
}

@media only screen and (max-width: 1399px) {
    .feature-area .section-title {
        max-width: 610px
    }
}

@media only screen and (max-width: 1199px) {
    .feature-area .section-title {
        max-width: 460px
    }
}

@media only screen and (max-width: 991px) {
    .feature-area .section-title {
        max-width: 460px;
        margin: 0
    }
}

.feature-area .section-header .text {
    max-width: 300px;
    margin-inline-start: 580px;
    color: var(--black)
}

@media only screen and (max-width: 1399px) {
    .feature-area .section-header .text {
        margin-inline-start: 520px
    }
}

@media only screen and (max-width: 1199px) {
    .feature-area .section-header .text {
        margin-inline-start: 430px
    }
}

@media only screen and (max-width: 991px) {
    .feature-area .section-header .text {
        max-width: 460px;
        margin: 0
    }
}

.feature-area .section-header .text-wrapper {
    margin-top: 22px
}

@media only screen and (max-width: 1199px) {
    .feature-area .section-header .text-wrapper {
        margin-top: 12px
    }
}

.feature-area .section-header .section-title-wrapper {
    position: relative
}

.feature-area .section-header .section-title-wrapper .shape-1 {
    position: absolute;
    width: 93px;
    top: -60px;
    inset-inline-start: 43%;
    z-index: 99
}

@media only screen and (max-width: 1199px) {
    .feature-area .section-header .section-title-wrapper .shape-1 {
        display: none
    }
}

.feature-area .features-wrapper-box {
    margin-top: 73px;
    overflow: hidden
}

@media only screen and (max-width: 1199px) {
    .feature-area .features-wrapper-box {
        margin-top: 53px
    }
}

.feature-area .features-wrapper {
    display: grid;
    gap: 0 0;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 -100px
}

@media only screen and (max-width: 1399px) {
    .feature-area .features-wrapper {
        margin: 0 -80px
    }
}

@media only screen and (max-width: 1199px) {
    .feature-area .features-wrapper {
        margin: 0 -30px
    }
}

@media only screen and (max-width: 767px) {
    .feature-area .features-wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width: 575px) {
    .feature-area .features-wrapper {
        grid-template-columns: repeat(1, 1fr)
    }
}

.feature-box {
    padding: 0 100px 132px;
    border-inline-end: 1px solid rgba(0, 0, 0, .12)
}

@media only screen and (max-width: 1399px) {
    .feature-box {
        padding: 0 80px 72px
    }
}

@media only screen and (max-width: 1199px) {
    .feature-box {
        padding: 0 30px 52px
    }
}

.feature-box .title {
    font-size: 36px;
    line-height: .88;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--black)
}

@media only screen and (max-width: 1199px) {
    .feature-box .title {
        font-size: 28px
    }
}

.feature-box .content {
    margin-top: 48px
}

@media only screen and (max-width: 1199px) {
    .feature-box .content {
        margin-top: 38px
    }
}

.feature-box .text {
    margin-top: 19px;
    color: var(--black)
}





.contact-area .section-title {
    max-width: 850px
}

.contact-area .section-header {
    display: grid;
    gap: 20px 60px;
    grid-template-columns: 1fr auto
}

@media only screen and (max-width: 991px) {
    .contact-area .section-header {
        grid-template-columns: 1fr
    }
}

.contact-area .section-header .text {
    max-width: 480px;
}

.contact-area .contact-formwrap {
    display: grid;
    gap: 50px 30px;
    grid-template-columns: repeat(2, 1fr)
}

@media only screen and (max-width: 767px) {
    .contact-area .contact-formwrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px 30px
    }
}

.contact-area .contact-formwrap .messages {
    grid-column: span 2
}

@media only screen and (max-width: 767px) {
    .contact-area .contact-formwrap .messages {
        grid-column: auto
    }
}

.contact-area .contact-formfield input {
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid var(--border);
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    transition: all .5s
}

.contact-area .contact-formfield input:focus {
    border-color: var(--primary)
}

.contact-area .submit-btn {
    margin-top: 60px
}

@media only screen and (max-width: 767px) {
    .contact-area .submit-btn {
        margin-top: 20px
    }
}

.contact-area .section-content {
    display: grid;
    gap: 40px 60px;
    grid-template-columns: 1fr 740px;
    margin-top: 112px
}

@media only screen and (max-width: 1919px) {
    .contact-area .section-content {
        margin-top: 72px
    }
}

@media only screen and (max-width: 1399px) {
    .contact-area .section-content {
        grid-template-columns: 1fr 640px
    }
}

@media only screen and (max-width: 1199px) {
    .contact-area .section-content {
        grid-template-columns: 1fr 600px;
        margin-top: 42px
    }
}

@media only screen and (max-width: 991px) {
    .contact-area .section-content {
        grid-template-columns: 1fr
    }
}

.contact-area .info-box .text {
    font-size: 26px;
    line-height: 1.25;
    font-weight: 500;
    color: var(--primary);
    max-width: 378px;
}

.contact-area .contact-list {
    margin-top: 15px;
    max-width: 415px;
}

.contact-area .contact-list li {
    font-size: 18px;
    line-height: 24px
}

.contact-area .contact-list li:not(:first-child) {
    margin-top: 15px
}

.contact-area .contact-list li a {
    text-decoration: underline;
    text-underline-offset: 2px
}

.contact-area .submit-btn {
    margin-top: 30px
}

@media only screen and (max-width: 767px) {
    .contact-area .submit-btn {
        margin-top: 20px
    }
}

.wc-btn-primary {
    padding: 21px 30px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: var(--white);
    background-color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 15px;
    text-transform: capitalize;
    transition: all .3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
    gap: 30px;
    white-space: nowrap
}

.dark .wc-btn-primary {
    color: var(--black)
}

@media only screen and (max-width: 991px) {
    .wc-btn-primary {
        padding: 16px 25px
    }
}

.wc-btn-primary:hover {
    color: var(--white);
    background-color: var(--primary);
    border-color: var(--primary)
}

.wc-btn-primary.bordered {
    border-color: var(--primary);
    background-color: rgba(0, 0, 0, 0);
    color: var(--primary)
}

.wc-btn-primary.bordered:hover {
    border-color: var(--primary);
    background-color: var(--primary);
    color: var(--white)
}

.dark .wc-btn-primary.bordered:hover {
    color: var(--black)
}

.dir-rtl .wc-btn-primary i {
    transform: rotateY(180deg)
}

.wc-btn-primary {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0 30px 0 30px;
    padding: 22px 38px
}

.header-area .wc-btn-primary {
    font-weight: 500;
    padding: 12px 28px;
    border-radius: 0 20px 0 20px
}

.dark .header-area .wc-btn-primary:hover {
    color: var(--black)
}

.export_detail{
    background-color: #e9e9e9;
}

.service-area-inner {
    display: grid;
    gap: 40px 60px;
    grid-template-columns: auto 730px
}

@media only screen and (max-width: 1399px) {
    .service-area-inner {
        grid-template-columns: auto 630px
    }
}

@media only screen and (max-width: 1199px) {
    .service-area-inner {
        grid-template-columns: auto 540px
    }
}

@media only screen and (max-width: 991px) {
    .service-area-inner {
        grid-template-columns: auto
    }
}

.service-area .section-title {
    max-width: 470px
}

@media only screen and (max-width: 1919px) {
    .service-area .section-title {
        max-width: 430px
    }
}

@media only screen and (max-width: 1599px) {
    .service-area .section-title {
        max-width: 400px;
    }
}

.service-area .section-content .title-wrapper {
    margin-top: 33px
}

@media only screen and (max-width: 1199px) {
    .service-area .section-content .title-wrapper {
        margin-top: 28px
    }
}

.service-area .section-content .shape {
    margin-top: 37px
}

@media only screen and (max-width: 1199px) {
    .service-area .section-content .shape {
        margin-top: 27px
    }
}

.dir-rtl .service-area .section-content .shape img {
    transform: rotateY(180deg)
}

.service-area .section-content .btn-wrapper {
    margin-top: 50px
}

@media only screen and (max-width: 1199px) {
    .service-area .section-content .btn-wrapper {
        margin-top: 40px
    }
}

.service-area .services-wrapper {
    display: grid;
    gap: 93px 120px;
    grid-template-columns: repeat(2, 1fr)
}

@media only screen and (max-width: 1399px) {
    .service-area .services-wrapper {
        gap: 93px 80px
    }
}

@media only screen and (max-width: 1199px) {
    .service-area .services-wrapper {
        gap: 63px 50px
    }
}

@media(max-width: 575px) {
    .service-area .services-wrapper {
        grid-template-columns: repeat(1, 1fr)
    }
}

.service-box .tag {
    font-size: 14px;
    display: block;
    color: var(--primary);
    padding-bottom: 23px;
    border-bottom: 1px solid var(--primary);
    text-transform: uppercase
}

@media only screen and (max-width: 1199px) {
    .service-box .tag {
        padding-bottom: 13px
    }
}

.service-box .title {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 300;
    margin-top: 10px;
}
.service-box .title span{
    font-weight: 600;
}

@media only screen and (max-width: 1399px) {
    .service-box .title {
        font-size: 26px
    }
}

@media only screen and (max-width: 1199px) {
    .service-box .title {
        font-size: 22px;
        margin-top: 19px
    }
}

.service-box .icon {
    margin-top: 32px
}

@media only screen and (max-width: 1199px) {
    .service-box .icon {
        margin-top: 22px
    }
}

.service-box .icon img {
    height: 80px
}

@media only screen and (max-width: 1199px) {
    .service-box .icon img {
        height: 45px
    }
}

.service-box .text {
    margin-top: 30px
}

.service-box .btn-wrapper {
    margin-top: 51px
}

@media only screen and (max-width: 1399px) {
    .service-box .btn-wrapper {
        margin-top: 41px
    }
}

@media only screen and (max-width: 1199px) {
    .service-box .btn-wrapper {
        margin-top: 31px
    }
}


.have-bottom-shape {
    position: relative
}

.have-bottom-shape:before,
.have-bottom-shape:after {
    position: absolute;
    content: url(../imgs/icon/plus.webp);
    width: 30px;
    height: 30px;
    background-color: var(--white);
    border-radius: 50%;
    bottom: 0;
    left: 100px;
    transform: translate(-50%, 50%);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center
}

.dark .have-bottom-shape:before,
.dark .have-bottom-shape:after {
    background-color: var(--black);
    content: url(../imgs/icon/plus-light.webp)
}

@media only screen and (max-width: 1919px) {

    .have-bottom-shape:before,
    .have-bottom-shape:after {
        left: 30px
    }
}

@media only screen and (max-width: 1199px) {

    .have-bottom-shape:before,
    .have-bottom-shape:after {
        display: none
    }
}

.box-layout .have-bottom-shape:before,
.box-layout .have-bottom-shape:after {
    display: none
}

.have-bottom-shape:after {
    left: auto;
    right: 100px;
    transform: translate(50%, 50%)
}



@media only screen and (max-width: 1919px) {
    .have-bottom-shape:after {
        right: 30px
    }
}
