:root {
    --color-primary-1: #000000;
    --color-primary-2: #252525;
    --color-primary-3: #161616;
    --color-primary-4: #383838;
    --color-primary-5: #575757;
    --color-primary-6: #777777;
    --color-primary-7: #8a8a8a;
    --color-primary-8: #808080;
    --color-primary-9: #9b9b9b;
    --color-primary-10: #aaaaaa;
    --color-primary-11: #c0c0c0;
    --color-primary-12: #cfcfcf;
    --color-primary-13: #e4e4e4;
    --color-primary-14: #f0f0f0;
    --color-primary-15: #f7f7f7;
    --color-primary-16: #fafafa;
    --color-primary-17: #ffffff;
    --color-secondary-1: #FFBF23;
    --color-secondary-2: #ffd015;
    --color-secondary-3: #ffd52c;
    --color-secondary-4: #ffdb49;
    --color-secondary-5: #ffe063;
    --color-secondary-6: #ffe57b;
    --color-secondary-7: #fbe794;
    --color-secondary-8: #ffe991;
    --color-secondary-9: #ffeda6;
    --color-secondary-10: #fff6d1;
    --color-secondary-11: #fff9e2;
    --color-secondary-12: #fffcf2;
    --color-tertiary-1: #ffd7ef;
    --color-quaternary-1: #8479a1;
    --color-quaternary-2: #faf8ff;
    --color-quinary-1: #183bff;
    --color-quinary-2: #e4e8ff;
    --ztc-bg-bg-1: var(--color-primary-1);
    --ztc-text-text-6: var(--color-primary-1);
    --ztc-bg-bg-13: var(--color-primary-14);
    --ztc-text-text-7: var(--color-primary-13);
    --color-text-1: var(--color-primary-3);
    --color-text-2: var(--color-primary-5);
    --color-bg-1: #f7f7f7;
    /* --font-1: "Fahkwang", sans-serif; */
    --font-1: "Nunito Sans", sans-serif;
    --font-2: "Poppins", sans-serif;
}

html, body {
    scroll-behavior: smooth
}

.bg-2 {
    background: #f5f1eb;
}

.title-3,
.heading2 h2,
.heading6 h2,
.heading8 h2,
.single-text, .single-text.heading2 h2,
.contact1-section-area .contact-info-area h3,
.contact1-section-area .contact-boxarea h3,
.footer1-section-area .footer-logo-area1 h3,
.footer1-section-area .footer-logo-area2 h3,
.heading6 h3,
.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li a {
    font-family: var(--font-1);
}
p,
.service-box-area .content-area h5 {
    font-family: var(--font-2) ! important;
}

.custom-gutter-1 > [class*='col'] {
    padding: 0.5px 0.5px;
}
.custom-gutter-2 > [class*='col'] {
    padding: 1 1px;
}
.show-xs {
    display: none;
}
.note-high {
    font-weight: 600;
}
.no-wrap {
   white-space: nowrap; 
}
p, .heading6 p, .heading8 p {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 2;
    color: var(--color-text-2);
}
.body-contents {
    padding-top: 90px;
}
.section {
    padding: 50px 0;
}
.title-3 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 25px;
}
.c-pointer {
    cursor: pointer;
}
.p-sticky {
    position: sticky;
    top: 100px;
}
.heading8 h2 {
    font-size: 35px;
    line-height: 1.4;
}
.sub-heading-1 {
    color: #4c3e00;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 20px;
}

.homepage1-body .header-area.homepage1, .mobile-sidebar.mobile-sidebar1 {
    background: #ffffff;
}
.homepage1-body .header-area.homepage1 {
    padding: 10px 0;
    border-bottom: 1px solid #ececec;
}

.site-logo img, .mobile-logo img {
    height: 50px;
    width: auto;
    max-width: fit-content;
}
.mobile-header-elements-right {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 30px;
}
.mobile-nav-icon {
    font-size: 30px;
    border: none;
    color: var(--color-text-1);
    cursor: pointer;
}

.logosicon-area .logos img {
    height: 40px;
    width: auto;
}
.logosicon-area {
    padding: 15px 30px;
}
.mobile-sidebar {
    left: auto;
    right: -100%;
    max-width: 450px;
    padding: 0;
}
.mobile-sidebar.mobile-menu-active {
    left: auto;
    right: 0;
}
.mobile-sidebar.mobile-sidebar1 {
    box-shadow: -5px 0px 7px rgb(0 0 0 / 8%);
    overflow-y: hidden;

    z-index: 99999;
}
ul.mobile-nav-list {
    overflow-y: hidden;
    max-height: max-content;
}
.mobile-nav.mobile-nav1 {
    overflow-y: auto;
    max-height: calc(100vh - 100px);
    padding: 0 30px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.mobile-nav.mobile-nav1::-webkit-scrollbar {
    display: none;
}
.mobile-nav li a {
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-text-1);
    padding: 15px;
    border-radius: 10px;
    transition: 0.5s;
}
.mobile-nav li a:hover {
    color: var(--color-1);
    background: var(--color-bg-1);
}
.menu-dropdown {
    cursor: pointer;
}

.header-btn1 {
    width: fit-content;
    white-space: nowrap;
    border-radius: 10px;
}
.header-btn1 span {
    color: var(--color-primary-2);
}
.header-btn1::after {
    background: var(--color-primary-1);
}
.header-btn1 span {
    border-radius: 6px;
    transform: rotate(0deg);
}

.header-btn1.type-2 {
    width: 100%;
    padding: 15px;
    background: var(--color-quinary-1);
}
.header-btn1.type-2::after {
    background: #4CAF50;
    border-radius: 9px;
}

.section-full {
    min-height: calc(100vh - 73px);
    margin-top: 73px;
    align-content: center;
}
.section-full.type-2 {
    min-height: auto;
}
.single-text, .single-text.heading2 h2 {
    margin-bottom: 0 ! important;
    font-size: 70px;
    line-height: 1.3;
    font-weight: 700;
}

.service4-section-area {
    padding: 70px 0;
}
.service4-section-area .service-auhtor-boxes-area .service-box-area {
    background: var(--color-primary-15);
    padding: 40px 15px;
    margin-bottom: 30px;
}
.service4-section-area .service-auhtor-boxes-area .service-box-area .icons-area {
    justify-content: center;
    margin-bottom: 20px;
}
.service4-section-area .service-auhtor-boxes-area .service-box-area .icons-area .icons {
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 6px;
    border: 1px solid var(--color-primary-12);
    background: #fff;
}
.service4-section-area .service-auhtor-boxes-area .service-box-area .icons-area .icons img {
    width: 35px;
}
.service-box-area .content-area h5 {
    text-align: center;
    /* font-size: 20px; */
    font-size: 18px;
    font-weight: 600;
    /* letter-spacing: 0.5px; */
}
.service4-section-area .service-auhtor-boxes-area .service-box-area:hover .icons-area .icons {
    transform: rotateY(0deg);
}
.service4-section-area .service-auhtor-boxes-area .service-box-area:hover .content-area h5 {
    color: #ffffff;
}

.cta-author-area.type-2 {
    background: var(--color-bg-1);
    border-radius: 10px;
    margin-bottom: 100px;
}

div > .step-row {
    margin-bottom: 40px;
}
div > .step-row:last-child {
    margin-bottom: 0;
}
.step-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    column-gap: 25px;
}
.step-row span {
    display: block;
    min-width: 25px;
    width: 25px;
    height: 25px;
    line-height: 1;
    text-align: center;
    align-content: center;
    border-radius: 50%;
    background: var(--color-quaternary-1);
    color: #ffffff;
    margin-top: 4px;
    font-size: 13px;
}
.step-row h4 {
    font-size: 23px;
    line-height: 1.3;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-weight: 600;
}

.works4-section-area {
    padding-bottom: 100px;
}

.service1-section-area {
    padding: 60px 0;
}
.service-box {
    background: #ffffff;
    border-radius: 25px;
    padding: 50px;
    margin-bottom: 30px;
}
.pricing-inner-section-area.type-2 .pricing-boxarea {
    background: #ffffff;
    padding: 0;
}
.pricing-inner-section-area.type-2 .pricing-boxarea h3 {
    /* font-family: var(--ztc-family-font1); */
    font-size: 35px;
    line-height: 1.2;
    font-weight: var(--ztc-weight-semibold);
    color: var(--ztc-text-text-2);
    transition: all 0.4s;
    padding-top: 24px;
}
.pricing-inner-section-area.type-2 .pricing-boxarea h3 small {
    display: inline-block;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--color-primary-5);
    transition: all 0.4s;
    position: relative;
}
.pricing-inner-section-area.type-2 .pricing-boxarea h3 span {
    font-size: 16px;
}
.pricing-boxarea.d-flex {
    column-gap: 10px;
}

.list-type-1 li {
    font-size: 15px;
    padding-left: 25px;
    line-height: 1.3;
    margin-bottom: 15px;
    color: var(--color-text-2);
    letter-spacing: 1px;
}
.list-type-1 li i {
    position: absolute;
    font-size: 14px;
    margin-left: -25px;
    margin-top: 3px;
    color: var(--color-primary-6);
}
.list-style-disc {
    padding-left: 20px;
}
.list-style-disc li {
    list-style-type: disc;
    padding-left: 0;
}

.choose-section-area {
    padding: 80px 0;
}
.accordion-flush .accordion-collapse {
    border-top: 1px solid #eee;
    background: #fff;
    padding-top: 15px;
}
.choose-section-area .accordian-tabs-area .accordion .accordion-item h2 button {
    border-radius: 5px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
}
.choose-section-area .accordian-tabs-area .accordion .accordion-item {
    background: #f9f9f9;
}
.choose-section-area .accordian-tabs-area .accordion .accordion-item h2 button:not(.collapsed), .choose-section-area .accordian-tabs-area .accordion .accordion-item .accordion-body {
    color: var(--color-primary-1);
}
.accordion-body p {
    color: #000000;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1.8;
    font-size: 15px;
}
.list-style-number, .list-style-number li {
    list-style: number;
    line-height: 1.8;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.contact1-section-area {
    padding: 100px 0;
}
.contact1-section-area .contact-info-area {
    height: 100%;
}
.contact1-section-area .contact-auhtor-box {
    align-items: flex-start;
}
.contact1-section-area .contact-auhtor-box .icons {
    height: 60px;
    width: 60px;
    min-width: 60px;
    line-height: 60px;
}
.contact1-section-area .contact-auhtor-box .icons img {
    height: 30px;
    width: auto;
}
.contact1-section-area .contact-auhtor-box:hover .icons {
    background: #ffffff;
}
.contact1-section-area .contact-auhtor-box:hover .icons img {
    filter: invert(1);
}
.contact1-section-area .contact-info-area p {
    padding-bottom: 0;
    border: none;
}

.cta-section-area {
    background: var(--color-primary-1);
}
.cta-section-area .cta-header-area {
    background: transparent;
}
.cta-section-area .cta-header-area .btn-area a {
    color: var(--color-primary-1);
}
.cta-section-area .cta-header-area .btn-area a span {
    background: var(--color-primary-1);
}
.cta-section-area .cta-header-area .btn-area a:hover {
    background: #ffffff;
    color: var(--color-primary-1);
}
.cta-section-area .cta-header-area .btn-area a:hover span {
    background: var(--color-primary-1);
    color: #ffffff;
}

.footer1-section-area {
    background: #f0f4f4;
}
.footer1-section-area .footer-logo-area1 {
    padding-left: 0;
}
.footer-logo-area1 ul li, .footer-logo-area1 ul li p, .footer-logo-area1 ul li p a {
    line-height: 1.5 ! important;
    font-size: 14px ! important;
}
.footer-logo-area1 ul li a:hover {
    color: var(--color-primary-1) ! important;
}
.footer1-section-area .footer-logo-area2 {
    padding-left: 0;
}
.contact-list {
    margin-top: 20px;
}
.contact-list li {
    display: flex;
    align-items: flex-start;
    column-gap: 10px;
    margin-bottom: 18px;
}
.contact-list i {
    width: 30px;
    max-width: 30px;
    min-width: 30px;
    margin-top: 4px;
}
.contact-list li p {
    line-height: 1.5;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.footer1-section-area .footer-logo-area2 ul.contact-list li a {
    margin-top: 0;
}
.footer1-section-area .copyright-area {
    justify-content: center;
}
.footer1-section-area .copyright-area p {
    font-size: 13px;
}

.d-f-none {
    height: 0;
    width: 0;
    opacity: 0;
    z-index: -1;
    position: absolute;
    user-select: none;
}
.form-note ol {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.form-note ol li {
    margin-bottom: 15px;
    line-height: 1.5;
}
ol > li {
    list-style: number;
}

.contact1-section-area.type-2 {
    padding: 0;
}
.contact1-section-area.type-2 .contact-boxarea {
    margin-left: 0;
    border: 1px solid #e3e3e3;
}

.info-box {
    background: #f7f7f7;
    border-radius: 7px;
    padding: 30px;
}
.info-box p {
    font-size: 16px ! important;
    line-height: 2 ! important;
}

.contact1-section-area .contact-boxarea .form-type-2 .input-area input,
.contact1-section-area .contact-boxarea .form-type-2 .input-area select,
.contact1-section-area .contact-boxarea .form-type-2 .input-area textarea,
.contact1-section-area .contact-boxarea .form-type-2 .input-area .nice-select {
    margin-top: 0;
}
.contact1-section-area .contact-boxarea .form-type-2 .input-area, .contact1-section-area .contact-boxarea .form-type-2 .input-area .nice-select {
    margin-bottom: 30px;
}
.form-label {
    cursor: auto;
    margin-bottom: 7px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #5e5e5e;
}
.form-label sup {
    color: #ff6969;
}

.arrow_top {
    background: none;
    height: 0;
    top: 0px;
}
.timepicker_wrap {
    left: 0 ! important;
    width: 100%;
    background: #ffffff;
}

.form-desc {
    margin-bottom: 30px;
}
.form-desc h4 {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 10px;
}
.list-disc, .list-disc li {
    list-style: disc;
}
.list-disc {
    padding-left: 20px;
}
.ul-list, .ul-list p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px;
}
.link-text {
    color: inherit;
}
.heading6 h3 {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.5;
}

.section-service {
    padding: 100px 0;
}
.soluion-header {
    width: calc(100% - 200px);
}
.soluion-header.heading15 h2 {
    margin-bottom: 50px;
}
.soluion-header p {
    font-size: 22px;
    color: #000;
    margin-bottom: 40px;
    line-height: 1.5;
}
.case-images.type-2 img {
    border-radius: 15px;
}
.case8-section-area .case-study-sliderarea .author-case-area .img1 img {
    border-radius: 10px;
    position: relative;
}
.case8-section-area .case-study-sliderarea .author-case-area .content-area {
    background: linear-gradient(0deg, rgb(0 0 0 / 90%), rgb(0 0 0 / 60%), transparent);
    border-radius: 0 0 10px 10px;
}
.case8-section-area .case-study-sliderarea .author-case-area .content-area .content p {
    text-shadow: 1px 1px 0px #000;
    font-size: 30px;
    line-height: 1.5;
}
.owl-carousel .owl-nav {
    display: flex;
    column-gap: 5px;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    line-height: 20px;
    text-align: center;
    border-radius: 6px;
    background: #e3d3c9;
    color: #493b32;
    font-size: 20px;
}
.case-study-sliderarea .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
}

.section-btn {
    margin-top: 66px;
    padding: 10px 0 15px;
    /* border-bottom: 1px solid #ececec; */
}
.section-btn .header-btn1 {
    width: 100%;
    text-align: center;
    padding: 18px 10px;
    border-radius: 6px;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 500;
}

.sec-slice {
    height: 70px;
    width: 100%;
}
.sec-slice g {
    transform: scaleY(-1) translateY(-402.446px);
}

.section-text.type-1 {
    padding: 80px 0 100px;
}
.section-text.type-2 {
    padding: 100px 0;
}

.section-journey {
    padding: 100px 0 60px;
}
.section-journey.type-2 {
    padding: 50px 0 0;
}
.section-journey .heading15 h2 {
    margin-bottom: 0;
}
.section-journey h3 {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 600;
    color: var(--color-quaternary-1);
    margin-bottom: 20px;
}
.journey-row {
    border-top: 1px solid var(--color-secondary-1);
    padding: 40px 0;
    height: 100%;
}
.journey-row h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px;
}
.journey-row p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
    letter-spacing: 0;
    color: #000000;
}

.as-price-box {
    background: var(--color-tertiary-1);
    border: 3px solid #000000;
    border-radius: 10px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}
.as-price-box-body {
    padding: 25px 15px 20px;
}
.as-price-box-header {
    padding: 35px 15px 30px;
    background: #000000;
    border: 3px solid #000000;
    position: relative;
}
.as-tag {
    font-size: 13px;
    letter-spacing: 0.5px;
    border-radius: 1px;
    background: var(--color-secondary-1);
    border: 1px solid #000000;
    width: fit-content;
    padding: 3px 10px;
    font-weight: 600;
    position: absolute;
    margin-top: -54px;
    left: 50%;
    transform: translateX(-50%);
}
.as-price-box h5 {
    color: #ffffff;
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 30px;
}
.as-price-box h5 small {
    font-size: 13px;
    display: block;
    font-weight: 500;
    margin-bottom: 0px;
}
.as-price-box h5 span {
    font-size: 25px;
}
.as-price-box img {
    border-radius: 8px;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    display: none;
}
.as-price-box .header-btn1.btn-type-2 {
    width: 200px;
}

.cross-strike {
    position: relative;
    display: inline-block;
}
.cross-strike::before, .cross-strike::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: red;
    top: 50%;
    left: 0;
    transform-origin: center;
}
.cross-strike::before {
    transform: rotate(20deg);
}
.cross-strike::after {
    transform: rotate(-20deg);
}

.pricing-boxarea > div {
    align-content: flex-end;
}
.as-price-box .pricing-inner-section-area.type-2 .pricing-boxarea {
    background: transparent;
    padding: 0;
}
.as-price-box .pricing-inner-section-area.type-2 .pricing-boxarea s {
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    text-decoration-color: #ff0000;
}
.as-price-box .pricing-inner-section-area.type-2 .pricing-boxarea .cross-strike h3,
.as-price-box .pricing-inner-section-area.type-2 .pricing-boxarea .cross-strike h3 small {
    /* font-size: 22px; */
    /* margin-bottom: 3px; */
    font-weight: 100;
}
.as-price-box .pricing-inner-section-area.type-2 .pricing-boxarea .label {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    border: none;
    padding: 0;
    margin-bottom: 5px
}
.as-price-box .pricing-inner-section-area.type-2 .pricing-boxarea h3 {
    color: #ffffff;
    padding-top: 0;
}
.as-price-box .pricing-inner-section-area .pricing-boxarea:hover {
    transform: translateY(0px);
}
.as-price-box .pricing-inner-section-area.type-2 .pricing-boxarea h3 small {
    color: #ffffff;
}
.price-btn .header-btn1 {
    background: #ffffff;
    color: #000000;
    width: 100%;
    border-radius: 4px;
    text-align: center;
    padding: 15px 5px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    box-shadow: 0px 5px 15px rgb(108 108 108 / 25%);
}
.price-btn .header-btn1::after {
    background: #ffffff;
    border-radius: 4px;
}
.as-price-box-body .list-type-1 li {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 15px;
    color: #1e1e1e;
    letter-spacing: 0px;
}
.as-price-box-body .list-type-1 li i {
    color: #3a3a3a;
}
.as-price-box.type-2 h5 {
    margin-bottom: 0;
}
.as-price-box.type-2 .as-price-box-body {
    padding: 30px 15px 35px;
}
.as-price-box.type-2 .list-type-1 {
    margin-bottom: 30px;
}
.as-price-box.type-2 .price-btn .header-btn1 {
    color: #ffffff;
    background: #000000;
    width: fit-content;
    min-width: 200px;
}
.as-price-box.type-2 .price-btn .header-btn1:after {
    background: #000000;
}

.section-testimonial {
    padding: 70px 0 100px;
}
.testimonial-row {
    margin-top: 30px;
}
.testimonial-grid {
    height: 100%;
    background: #000000;
    padding: 60px 30px;
    text-align: center;
}
.testimonial-grid img {
    width: 50%;
    height: auto;
    max-width: 200px;
    margin-bottom: 35px;
}
.testimonial-grid h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 25px;
}
.testimonial-grid p {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.8;
    font-weight: 200;
}

.astro-parent-box .astro-box {
    padding: 30px 30px 20px;
    background: #f8f5ff;
    border: none;
    border-radius: 25px;
    margin-bottom: 30px;
}
.astro-parent-box .astro-box:first-child {
    margin-top: 30px;
}
.astro-parent-box .astro-box:last-child {
    margin-bottom: 0;
}
.name-box {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
.name-box:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #dbdbdb;
}
.name-box h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
}
.name-box p {
    font-size: 15px;
    line-height: 1.4;
    margin: 0;
    letter-spacing: 0;
    font-weight: 500;
}

.service-tab {
    width: 100%;
    display: flex;
    column-gap: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 30px 0 20px;
}
.service-tab button {
    min-width: 200px;
    display: flex;
    column-gap: 10px;
    border: none;
    border-radius: 7px;
    overflow: hidden;
    background: var(--color-quinary-2);
    padding: 8px;
    transition: 0.5s;
}
.service-tab button:hover {
    box-shadow: 0px 15px 25px rgb(0 0 0 / 35%);
}
.service-tab button.active {
    background: var(--color-quinary-1);
}
.service-tab button img {
    width: 50px;
    height: auto;
    border-radius: 4px;
}
.service-tab button p {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    letter-spacing: 0;
}
.service-tab button.active p {
    color: #ffffff;
}
.service-tab button p small {
    font-size: 10px;
}
.section-form {
    padding: 60px 0 100px;
}
.contact1-section-area.type-3 {
    padding: 50px 30px;
    border: 1px solid #e5e5e5;
    border-radius: 7px;
    background: #f9f9f9;
}
.contact1-section-area.type-3 .contact-boxarea {
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin: 0;
}
.contact1-section-area.type-3 .contact-boxarea input,
.contact1-section-area.type-3 .contact-boxarea select,
.contact1-section-area .contact-boxarea .input-area input,
.contact1-section-area .contact-boxarea .form-type-2 .input-area .nice-select {
    border: 1px solid #adadad;
    background: #ffffff;
    transition: 0.5s;
}
.contact1-section-area.type-3 .contact-boxarea input:focus,
.contact1-section-area.type-3 .contact-boxarea select:focus,
.contact1-section-area .contact-boxarea .input-area input:focus,
.contact1-section-area .contact-boxarea .form-type-2 .input-area .nice-select:focus {
    border: 1px solid #000000;
}

.form-box-large {
    background: #f7f7f7;
    padding: 40px 30px;
    border-radius: 10px;
    margin-top: 20px;
}

@media only screen and (max-width: 600px) {
    .mt-xs-0 {
        margin-top: 0 ! important;
    }
    .body-contents {
        padding-top: 50px;
    }
    .header-btn1 {
        display: inherit;
    }
    .hidden-xs {
        display: none;
    }
    .show-xs {
        display: block;
    }
    .order-xs-1 {
        order: 1
    }
    .order-xs-2 {
        order: 2;
    }
    .xs-mt-3 {
        margin-top: 30px ! important;
    }
    .homepage1-body .header-area.homepage1 {
        border-bottom: none;
    }
    .mobile-nav-icon {
        font-size: 26px;
    }
    .mobile-sidebar {
        right: -100%;
        max-width: 100%;
        padding: 0;
    }
    .mobile-sidebar.mobile-menu-active {
        left: auto;
    }
    .site-logo img, .mobile-logo img, .logosicon-area .logos img {
        height: 45px;
    }
    .logosicon-area {
        padding: 10px 15px;
    }
    .mobile-nav.mobile-nav1 {
        padding: 0 15px 100px;
    }
    .mobile-nav li a {
        font-size: 15px;
        line-height: 1.5;
        padding: 10px;
        border-radius: 6px;
    }

    .section-full {
        min-height: calc(100vh - 66px);
        margin-top: 66px;
    }

    .service-box-area .content-area h5 {
        font-size: 15px;
        letter-spacing: 0.5px;
    }

    .heading8 h2 {
        font-size: 30px;
    }
    .works4-header.heading8 h2 {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 15px;
    }
    .heading6 h2 {
        /* font-size: 24px; */
        font-size: 22px;
        line-height: 1.4;
    }
    .works4-header.heading8 h2 {
        font-size: 20px;
        line-height: 1.5;
    }
    .accordion-button {
        padding: 10px 15px;
    }
    .choose-section-area .accordian-tabs-area .accordion .accordion-item h2 button {
        font-size: 15px;
        line-height: 1.4;
        font-weight: 500;
    }

    .works4-section-area .works4-header h2 {
        margin-top: 40px;
        margin-bottom: 40px;
        font-size: 26px;
        line-height: 1.3;
        font-weight: 800;
        /* padding-left: 45px; */
        text-align: center;
    }
    .step-row {
        column-gap: 15px;
    }
    .step-row span {
        min-width: 20px;
        width: 20px;
        height: 20px;
        margin-top: 4px;
        font-size: 11px;
    }
    .step-row h4 {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 10px;
        letter-spacing: 0;
        font-weight: 600;
    }
    .works4-section-area {
        padding-bottom: 40px;
    }
    .service1-section-area {
        padding: 60px 0 50px;
    }
    .order-xs-1 .case-images figure img {
        margin-bottom: 20px;
    }
    .case-images.xs-css {
        padding-top: 20px;
    }
    .choose-section-area {
        padding: 60px 0 40px;
    }
    .contact-header-area.heading2 h2 {
        font-size: 25px;
        text-align: left;
    }
    .contact-header-area.heading2 > p {
        text-align: left;
    }

    .contact1-section-area .contact-info-area {
        padding: 20px;
    }
    .contact1-section-area .contact-auhtor-box {
        display: flex;
        column-gap: 15px;
    }
    .contact1-section-area .contact-auhtor-box .icons {
        height: 40px;
        width: 40px;
        min-width: 40px;
        line-height: 40px;
    }
    .contact1-section-area .contact-auhtor-box .icons img {
        height: 20px;
    }
    
    .single-text, .single-text.heading2 h2 {
        font-size: 55px;
        line-height: 1.2;
        margin-bottom: 0 ! important;
        font-weight: 800 ! important;
    }
    .single-text, .single-text.heading2 h2.extra-large {
        font-size: 65px;
    }
    
    .cta3-section-area .cta-author-area, .service-box {
        /* padding: 50px 20px 60px; */
        padding: 5px 20px 60px;
    }
    .service4-section-area {
        padding: 70px 0 30px;
    }
    p, .heading6 p, .heading8 p {
        font-size: 15px;
        line-height: 1.6;
    }
    .cta-author-area.type-2 {
        margin-bottom: 50px;
    }
    .cta-author-area.type-2.xs-css {
        padding-top: 40px ! important;
    }
    .title-3 {
        font-size: 20px;
    }
    .footer1-section-area .footer-logo-area1, .footer1-section-area .footer-logo-area2 {
        margin-top: 50px;
    }
    .footer1-section-area .footer-logo-area1 h3, .footer1-section-area .footer-logo-area2 h3 {
        font-size: 20px;
    }
    .heading6 h3 {
        margin-top: 0;
        margin-bottom: 20px;
        line-height: 1.5;
    }
    .heading6 h3 span {
        font-size: 25px;
    }

    .section-full.type-1 {
        margin-top: 0;
    }

    .case8-section-area .case-study-sliderarea .author-case-area .content-area {
        padding: 25px 20px 15px;
    }
    .case8-section-area .case-study-sliderarea .author-case-area .content-area .content p {
        font-size: 18px;
    }

    .sec-slice {
        height: 30px;
    }
    /* .section-full {
        min-height: auto;
    } */
    .section-full.section-full-type-2 {
        height: auto;
        min-height: calc(100vh - 200px);
        margin-top: 0px;
        align-content: center;
    }
    .section-full .case-images.xs-css img {
        width: 100%;
        height: 360px;
        object-fit: cover;
    }
    
    .service1-section-area {
        padding: 70px 0;
    }
    .service1-section-area.type-2 {
        padding: 60px 0 40px;
    }
    .section-service {
        padding: 70px 0;
    }
    .section-text.type-1 {
        padding: 60px 0 70px;
    }
    .section-text.type-2 {
        padding: 60px 0 70px;
    }
    .section-journey {
        padding: 70px 0 60px;
    }
    .section-journey.type-2 {
        padding: 50px 0 30px;
    }
    .section-testimonial {
        padding: 70px 0 90px;
    }
    .choose-section-area {
        padding: 70px 0 40px;
    }
    .contact1-section-area {
        padding: 70px 0 70px;
    }

    .soluion-header {
        width: 100%;
    }
    .soluion-header.heading15 h2, .section-text .heading15 h2, .section-journey .heading15 h2 {
        font-size: 25px;
        line-height: 1.3;
    }
    .soluion-header.heading15 h2 {
        margin-bottom: 10px ! important;
    }
    .soluion-header p {
        font-size: 16px;
        margin-bottom: 40px ! important;
    }

    .journey-row {
        padding: 20px 0;
    }
    .journey-row h4 {
        margin-bottom: 5px;
    }
    .section-journey h3 {
        font-size: 20px;
        margin-bottom: 40px;
    }
    .testimonial-grid {
        padding: 40px 15px;
    }
    .testimonial-grid img {
        width: 30%;
        margin-bottom: 20px;
    }
    .testimonial-grid h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .contact1-section-area .contact-boxarea {
        margin: 0px 0 30px 0;
        height: calc(100% - 30px) ! important;
    }
    .astro-parent-box .astro-box {
        padding: 15px 15px 40px;
    }

    .as-price-box .header-btn1.btn-type-2 {
        width: 100%;
    }

    .service-tab {
        column-gap: 7px;
        margin: 20px 0 10px;
    }
    .service-tab button {
        min-width: 140px;
        column-gap: 10px;
        padding: 7px;
    }
    .service-tab button img {
        width: 35px;
    }
    .service-tab button p {
        font-size: 12px;
        line-height: 1.2;
    }
    .service-tab button p small {
        font-size: 8px;
    }

    .contact1-section-area.type-3 {
        margin-top: 30px;
    }
}