@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

:root {

    --orange: #C44A00;
    --white: #FFFFFF;
    --lightOrange: #c24a001a;
    --bodyText: #111111;
    --gray: #ADBBC7;
    --border: #DADADA;
    --offWhite2: #EDF0F3;
    --dark: #0A181C;
    --offWhite: #f5f5f5;
    --darkChoco: #0A0400;

    /* CURRENT SITE VARIABLE */
    --navy: #0B1B33;
    --navy-card: #12233F;
    --navy-line: rgba(255, 255, 255, .10);
    --blue: #1D4ED8;
    --new-orange: #F4581C;
    --orange-dark: #D6440C;
    --on-dark: #E6EAF2;
    --sectionBG: #F5F7FA;
    --on-dark-muted: #A7B0C0;
    --tint: #F5F7FA;
    --line: #E3E8EF;
    /* CURRENT SITE VARIABLE */

    /* NEW VARIABLES */
    --orange: #0C7EE8;
    --sectionBG: #F8FAFC;
    --inkNavy: #020617;
    --darkBlue: #07182A;
    --darkBlue2: #021326;
    --darkBlue3: #031B35;
    --skyBlue: #B4D7F8;
    /* --bodyTextLight: #94A3B8; */
    --bodyTextLight: #7A8494;
    --bodyTextgray: #1E293B;
    --lightOrange: #f0f9ff;
    --offWhite26: #efefef;
    --orangeNew: #f26800;
    /* NEW VARIABLES */

    --shadow-section: 0 20px 100px 0 rgba(173, 187, 199, .5);
    --familyPrimary: "Open Sans", sans-serif;
    --familySeconday: "Archivo", sans-serif;

    --fs-h1: 48px;
    --lh-h1: 60px;

    --fs-h2: 38px;
    --lh-h2: 48px;

    --fs-h3: 24px;
    --lh-h3: 32px;

    --fs-h4: 24px;
    --lh-h4: 34px;

    --fs-h5: 20px;
    --lh-h5: 30px;

    --fs-h6: 18px;
    --lh-h6: 28px;

    --fs-body-lg: 20px;
    --lh-body-lg: 34px;

    --fs-body: 18px;
    --lh-body: 30px;

    --fs-small: 16px;
    --lh-small: 26px;

    --fs-caption: 14px;
    --lh-caption: 22px;
}

@media (max-width: 1560px) {
    :root {
        --fs-h1: 40px;
        --lh-h1: 50px;

        --fs-h2: 32px;
        --lh-h2: 42px;

        --fs-h3: 22px;
        --lh-h3: 32px;

        --fs-h4: 22px;
        --lh-h4: 32px;

        --fs-h5: 19px;
        --lh-h5: 28px;

        --fs-h6: 18px;
        --lh-h6: 28px;

        --fs-body-lg: 18px;
        --lh-body-lg: 30px;

        --fs-body: 16px;
        --lh-body: 28px;

        --fs-small: 16px;
        --lh-small: 26px;

        --fs-caption: 14px;
        --lh-caption: 22px;
    }
}

@media (max-width: 767px) {
    :root {
        --fs-h1: 32px;
        --lh-h1: 42px;

        --fs-h2: 28px;
        --lh-h2: 38px;

        --fs-h3: 22px;
        --lh-h3: 32px;

        --fs-h4: 20px;
        --lh-h4: 30px;

        --fs-h5: 18px;
        --lh-h5: 28px;

        --fs-h6: 17px;
        --lh-h6: 26px;

        --fs-body-lg: 17px;
        --lh-body-lg: 28px;

        --fs-body: 16px;
        --lh-body: 28px;

        --fs-small: 15px;
        --lh-small: 24px;

        --fs-caption: 14px;
        --lh-caption: 22px;
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-weight: 400;
}

span {
    font-weight: inherit;
}

.desc {
    line-height: 1.75;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    margin-top: 0 !important;
}

img {
    height: auto;
}

*:focus {
    outline: none;
}

body {
    color: var(--bodyTextgray);
    font-size: 1.125rem;
    line-height: 1.35;
    font-weight: 400;
    font-family: var(--familyPrimary);
    font-optical-sizing: auto;
    font-weight: 300 800;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.desc p strong,
.desc p b {
    /* color: var(--inkNavy); */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* color: var(--inkNavy); */
    font-family: var(--familySeconday);
    font-weight: 600 !important;
}



main.section-wrap {
    padding-top: 81px;
}

#wpadminbar {
    bottom: 0;
}

.slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* scrollbar for mozilla */
@supports (-moz-appearance: none) {
    * {
        scrollbar-width: thin;
        scrollbar-color: #FF6000 #DADADA;
    }
}


.custom-scroll::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.custom-scroll::-webkit-scrollbar-track {
    background: #DADADA;
}

/* Handle */
.custom-scroll::-webkit-scrollbar-thumb {
    background: var(--orange);
}

/* Handle on hover */
.custom-scroll::-webkit-scrollbar-thumb:hover {
    background: var(--orange);
}

.common-bg::before {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}


/* *************************************************************** */
.fancybox-content:has(.fancybox-iframe) {
    height: 80dvh;
    aspect-ratio: 16 / 9;
    width: auto;
}

/* *************************************************************** */


@media screen and (max-width:1560px) {
    body {
        font-size: 1rem;
    }
}


@media screen and (max-width:1280px) {
    main.section-wrap {
        padding-top: 64px;
    }

    .section-wrap:has(.about-banner .breadcrumb) {
        padding-top: 80px;
    }
}

@media screen and (max-width:767px) {
    main.section-wrap {
        padding-top: 70px;
    }
}



.sd-new,
.home-new {

    .banner-title h1.chip_h1+.h1,
    .section-title h2,
    .section-title .h2,
    h3,
    .h3,
    h4,
    .h4 {
        font-family: var(--familySeconday);
    }

    /* Common */
    h1,
    .h1 {
        font-size: var(--fs-h1);
        line-height: var(--lh-h1);
        font-weight: 700;
    }

    h2,
    .h2 {
        font-size: var(--fs-h2);
        line-height: var(--lh-h2);
        font-weight: 700;
    }

    h3,
    .h3 {
        font-size: var(--fs-h3);
        line-height: var(--lh-h3);
        font-weight: 600;
    }

    h4,
    .h4 {
        font-size: var(--fs-h4);
        line-height: var(--lh-h4);
        font-weight: 600;
    }

    h5,
    .h5 {
        font-size: var(--fs-h5);
        line-height: var(--lh-h5);
        font-weight: 600;
    }

    h6,
    .h6 {
        font-size: var(--fs-h6);
        line-height: var(--lh-h6);
        font-weight: 600;
    }

    .body-lg {
        font-size: var(--fs-body-lg);
        line-height: var(--lh-body-lg);
        font-weight: 400;
    }

    .body {
        font-size: var(--fs-body);
        line-height: var(--lh-body);
        font-weight: 400;
    }

    .small {
        font-size: var(--fs-small);
        line-height: var(--lh-small);
        font-weight: 400;
    }

    .caption {
        font-size: var(--fs-caption);
        line-height: var(--lh-caption);
        font-weight: 500;
    }

    .container {
        max-width: 1640px;
        --content-width: 1640px;
    }

    @media screen and (min-width: 2160px) {
        .btn a {
            padding: 0.8rem 1rem;
            font-size: 1rem;
        }

        .footer_new_cta_sec.sb-footer-cta::after {
            left: 4%;
        }
    }

    /* Button */
    .btn.btn-3 a {
        background-color: var(--new-orange);
        border-color: var(--new-orange);
    }

    .btn.btn-3 a:hover {
        background: var(--orange-dark);
        color: var(--white);
        transform: translateY(-1px);
    }

    .cta_sec .btn a:hover:hover [stroke],
    .btn.btn-3 a:hover [stroke] {
        stroke: var(--white);
    }

    .service-banner .btn.btn-2 a,
    .new_about_banner .btn.btn-2 a {
        color: var(--on-dark);
        border-color: rgba(255, 255, 255, .35);
    }

    .service-banner .btn.btn-2 a:hover,
    .new_about_banner .btn.btn-2 a:hover {
        background: var(--white);
        color: var(--navy);
        border-color: var(--white);
    }

    /* Button End */

    .cta_sec:has(+ .clients-say-grid-sec) .sec_divider::after {
        opacity: 0;
    }

    .clients-say-grid-sec .desc-rating-wrap .desc,
    .clients-say-grid-sec .desc-rating-wrap .desc p {
        font-size: 20px;
    }

    .service-banner .banner-title h1.chip_h1+.h1,
    .new_about_banner .banner-title h1.chip_h1+.h1 {
        font-size: var(--fs-h1);
        line-height: var(--lh-h1);
        font-weight: 700;
    }

    .banner-title h1,
    .banner-title .h1,
    .service-banner .content-wrapper .custom_ul li,
    .banner-title .desc,
    .banner-title .desc p,
    .desc p,
    .desc,
    .custom_ul li,
    .service_about_sec .custom_ul,
    .service_about_sec .title {
        font-size: var(--fs-body);
        line-height: var(--lh-body);
        font-weight: 400;
    }

    .section-title h2,
    .section-title .h2 {
        font-size: var(--fs-h2);
        line-height: var(--lh-h2);
        font-weight: 700;
    }

    .section-title .desc,
    .section-title .desc p {
        font-size: var(--fs-body-lg);
    }

    .service_advance_sec .section-title-button .section-title,
    .section-title-button .section-title {
        max-width: 900px;
    }

    /* Header & Footer */


    @media screen and (max-width:1560px) {
        .container {
            max-width: 1340px;
            --content-width: 1340px;
        }
    }

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

        .clients-say-grid-sec .desc-rating-wrap .desc,
        .clients-say-grid-sec .desc-rating-wrap .desc p {
            font-size: 17px;
        }
    }
}