@charset "UTF-8";

@import url("aos.css");
@import url("fonts.css");
@import url("default.css");
@import url("header-footer.css");
@import url("home.css");
@import url("studio-category.css");
@import url("who-we-are.css");
@import url("studio-detail.css");
@import url("industry.css");
@import url("industry-detail.css");
@import url("blog-listing.css");
@import url("blog-detail.css");
@import url("white-papers.css");
@import url("case-study-detail.css");
@import url("events.css");
@import url("responsive.css");
@import url("ceo-corner.css");
@import url("csr.css");
@import url("events.css");
@import url("customer-success-customers.css");
@import url("customer-success-stories.css");
@import url("solution-listing.css");
@import url("culture.css");
@import url("newsletter.css");
@import url("leadership-advisory-board.css");
@import url("press-release.css");
@import url("contact-us.css");
@import url("event-detail.css");
@import url("solution-detail-nimoy.css");
@import url("careers.css");



.title_one {
    text-align: center;
}

.title_one .title_up {
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-sub-heading-color);
}

.title_one .title_bottom {
    width: 60%;
    margin: 0 auto;
    margin-top: 15px;
    color: var(--theme-heading-color);
}

button {
    box-shadow: none;
    outline: none;
    border: none;
}

.bg_button,
.comment-respond .form-submit input#submit {
    background: var(--theme-orangered-color);
    font-weight: 500;
    color: var(--theme-white-color);
    line-height: normal;
    display: flex;
    font-style: normal;
    position: relative;
    padding: 0.633vw 1.25vw;
    font-size: 16px;
    gap: 0.65104vw;
    border-radius: 100px;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
}

.button {
    color: #FFF;
    font-size: 1.042vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;


}

.fixed_btn {
    width: 4.635vw;
    height: 4.635vw;
    background: #FF6801;
    border-radius: 50%;
    border: solid 2px #ffff;
    position: fixed;
    bottom: 12%;
    right: 3%;
    z-index: 999;
    display: flex;
    align-items: center;
    padding: 8px;
}

.common_heading .title_heading {
    color: var(--theme-heading-color);
    width: 100%;
}

.fs-92 {
    font-size: 4.79167vw;
    font-weight: 700;
}

.fs-68 {
    font-size: 3.54167vw;
    font-weight: 700;
}

.fs-72 {
    font-size: 3.75vw;
    font-weight: 700;
}

.fs-56 {
    font-size: 2.91667vw;
    line-height: 1.2;
}

.fs-48 {
    font-size: 2.5vw;
    line-height: 1.2;
    font-weight: 700;
}

.fs-44 {
    font-size: 2.29167vw;
    line-height: normal;
}

.fs-40 {
    font-size: 2.08333vw;
    line-height: normal;
}

.fs-32 {
    font-size: 1.667vw;
    line-height: normal;
}

.fs-28 {
    font-size: 1.45833vw;
    line-height: 1.875vw;
}

.fs-26 {
    font-size: 1.35417vw;
}

.fs-24 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

.fs-22 {
    font-size: 1.14583vw;
    line-height: 1.5;
}

.fs-20 {
    font-size: 1.042vw;
    line-height: normal;
    font-weight: 600;
}

.fs-18 {
    font-size: 0.9375vw;
    line-height: normal;
    font-weight: 500;
}

.fs-16 {
    font-size: 0.83333vw;
    line-height: normal;
    font-weight: 400;
}

.fs-100 {
    font-size: 5.208vw;
}


body {
    margin: 0;
    font-size: 16px;
    font-weight: var(--theme-body-font-weight);
    line-height: 28px;
    color: #1b1b1b;
    font-family: 'Lato', sans-serif;
    text-align: left;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
.common_heading {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.25px;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding-bottom: 10px;
}

p,
ul li,
ol li {
    font-weight: 400;
    letter-spacing: 0.2px;
    font-family: 'Lato', sans-serif;
    color: #1b1b1b;
    font-size: 16px;
    line-height: 28px;
}

p {
    margin: 0px;
    padding: 0 0 15px;
}

p:last-child {
    padding-bottom: 0;
}

a,
button {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.container,
.container-fluid {
    --theme-gutter-x: 0;
    --theme-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--theme-gutter-x) * 0.5);
    padding-left: calc(var(--theme-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

.row {
    --theme-gutter-x: 0;
    --theme-gutter-y: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--theme-gutter-y));
    margin-right: calc(-0.5 * var(--theme-gutter-x));
    margin-left: calc(-0.5 * var(--theme-gutter-x));
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pt_15 {
    padding-top: 0.78125vw;
}

.pt_25 {
    padding-top: 1.30208vw;
}

.pt_35 {
    padding-top: 1.82292vw;
}

.pt_45 {
    padding-top: 2.34375vw;
}

.pt_55 {
    padding-top: 2.86458vw;
}

.pt_65 {
    padding-top: 3.38542vw;
}

.pt_80 {
    padding-top: 4.16667vw;
}

.mt_10 {
    margin-top: 0.52083vw;
}

.mt_15 {
    margin-top: 0.78125vw;
}

.mt_20 {
    margin-top: 1.04167vw;
}

.mt_25 {
    margin-top: 1.30208vw;
}

.mt_30 {
    margin-top: 1.5625vw;
}

.mt_35 {
    margin-top: 1.82292vw;
}

.mt_40 {
    margin-top: 2.08333vw;
}

.mt_45 {
    margin-top: 2.34375vw;
}

.mt_50 {
    margin-top: 2.60417vw;
}

.mt_55 {
    margin-top: 2.86458vw;
}

.mt_65 {
    margin-top: 3.38542vw;
}

.mt_80 {
    margin-top: 4.16667vw;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}




@media (min-width: 1200px) {
    .container {
        padding-left: 5.208vw;
        padding-right: 5.208vw
    }

    .header_main .container {
        padding-left: 2.344vw;
        padding-right: 2.344vw;
    }

    .row {
        --theme-gutter-x: 0rem;
    }

    .bg_button,
    .comment-respond .form-submit input#submit {
        gap: 6px;
    }

}

@media (min-width: 1921px) {
    .container {
        max-width: 1638px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .row {
        margin-left: -12px;
        margin-right: -12px;
    }
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.d-none {
    display: none;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.form-field {
    display: block;
    width: 100%;
    padding: 0.9em 1.25em;
    font-weight: 700;
    line-height: 1.5;
    color: var(--theme-text-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--theme-white-color);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.sub_heading {
    display: inline-flex;
    padding: 1.042vw 2.292vw;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: var(--theme-orangered-color);
    line-height: 1;
    width: fit-content;
    padding: 1.042vw 2.292vw;
    background: #F3E8E0;
    margin: 0 auto;
    border-radius: 50px;
    color: #FF2600;
}

@media (prefers-reduced-motion: reduce) {
    .form-field {
        transition: none;
    }
}

.form-field:focus {
    color: var(--theme-text-color);
    /* background-color: var(--bs-body-bg); */
    border-color: #5C48DA;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-field::-moz-placeholder {
    color: #929090;
    opacity: 1;
}

.form-field::placeholder {
    color: #929090;
    opacity: 1;
}

.form-field:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
}



@media (max-width: 1199px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .fs-16 {
        font-size: 16px;
    }

    .fs-24 {
        font-size: 1.55vw;
    }

    .fs-40 {
        font-size: 2.48333vw;
    }

    .fs-28 {
        font-size: 1.85833vw;
        line-height: 2.475vw;
    }

    .fs-20 {
        font-size: 1.34167vw;
    }

    .bg_button,
    .comment-respond .form-submit input#submit {
        padding: 1.23333vw 1.55vw;
    }


    .mt_55 {
        margin-top: 3.86458vw;
    }

    .pt_80 {
        padding-top: 5.16667vw;
    }

    .fs-18 {
        font-size: 16px;
    }

    .fs-20 {
        font-size: 18px;
    }

    .fs-24 {
        font-size: 16px;
    }

    .button {
        font-size: 1.542vw;
    }


    .fixed_btn {
        width: 60px;
        height: 60px;
    }

    .fs-32 {
        font-size: 1.96667vw;

    }
}




@media (max-width: 991px) {
    .mt_25 {
        margin-top: 1.60208vw;
    }

    .fs-18 {
        font-size: 16px;
    }

    .fs-20 {
        font-size: 18px;
    }

    .fs-32 {
        font-size: 24px;
    }

    .fs-40 {
        font-size: 2.98333vw;
    }

    .fs-24 {
        font-size: 20px;
    }

    .fs-26 {
        font-size: 20px;
    }

    .fs-28 {
        font-size: 18px;
        line-height: 24px;
    }

    .fs-44 {
        font-size: 4.29167vw;
        line-height: normal;
    }

    .fs-56 {
        font-size: 3.517vw;
        line-height: 3.633vw;
    }

    .bg_button,
    .comment-respond .form-submit input#submit {
        padding: 10px 18px;
        font-size: 14px;
    }

    .title_one .title_bottom {
        width: 100%;
    }

}


@media (max-width: 991px) {

    .sub_heading {
        padding: 12px 30px;
    }

    .button_icon {
        width: 4.083vw;
        height: 4.083vw;
        padding: 3px;

    }

    .bg_button {
        gap: 10px;
    }
}


@media (max-width: 767px) {
    .fs-92 {
        font-size: 8.79167vw;
        font-weight: 700;
    }

    .fs-20 {
        font-size: 16px;
    }

    .fs-32 {
        font-size: 22px;
    }

    .fs-56 {
        font-size: 28px;
        line-height: 1.1;
    }

    .fs-44 {
        font-size: 26px;
        line-height: normal;
    }

    .fs-40 {
        font-size: 6.98333vw;
    }

    .pt_35 {
        padding-top: 9.52292vw;
    }

    .fs-32 {
        font-size: 20px;
    }

    .fs-26 {
        font-size: 20px;
    }

    .mt_55 {
        margin-top: 8.86458vw;
    }

    .pt_80 {
        padding-top: 9.16667vw;
    }

    .title_one .title_bottom {
        margin-top: 25px;
    }

    .title_one::before {
        bottom: -3.30208vw;
        width: 13.20833vw;
    }

    .mt_80 {
        margin-top: 13.16667vw;
    }

    .mt_65 {
        margin-top: 5.38542vw;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .fs-72 {
        font-size: 5.75vw;

    }

    .button {
        font-size: 16px;
    }

    .button_icon {
        width: 6.083vw;
        height: 6.083vw;
    }
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: 400;
    display: block;
    font-size: 16px;
    text-align: left;
    padding-left: 15px;
    margin-top: 10px;
}


.breadcrumb li::after {
    content: '>';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15%;
    transform: inherit;
    color: var(--theme-white-color);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    right: -29px;
}

.breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 35px;
}



@media (max-width: 1536px) {
    .who_we_are_breadcum_section .breadcrumb {
        top: 16%;
    }

    .form_checkbox {
        font-size: 16px;

    }
}

@media (max-width: 1439px) {
    .breadcrumb li::after {
        top: 50%;
        right: -29px;
        height: 28px;
        margin: -14px 0 0;
    }
}

@media (max-width: 1199px) {
    .breadcrumb li::after {
        right: -30px;
    }

    .banner_content {
        padding-left: 20px;
    }

    .form_checkbox {
        font-size: 16px;

    }
}

@media (max-width: 767px) {
    .breadcrumb {
        position: absolute;
        top: 14%;
        padding-left: 5.208vw;
    }

    .banner_content {
        padding-left: 0px;
    }

    .breadcrumb li {
        margin-right: 20px;
    }

    .breadcrumb li::after {
        right: -20px;
    }

}

h1,
.h1,
.fs-64.h1 {
    font-size: 46px;
    line-height: 58px;
}

h2,
.h2 {
    font-Size: 30px;
    line-height: 46px;
    font-weight: 700;
    color: #253f78;
}

h3,
.h3 {
    font-Size: 26px;
    line-height: 38px;
}

h4,
.h4 {
    font-Size: 22px;
    line-height: 32px;
}

h5,
.h5 {
    font-Size: 20px;
    line-height: 32px;
}

h6,
.h6 {
    font-Size: 18px;
    line-height: 30px;
}

.text_white,
.text_white h1,
.text_white h2,
.text_white h3,
.text_white h4,
.text_white h5,
.text_white h6,
.text_white p,
.text_white ul li,
.text_white ol li {
    color: #fff;
}

.text_black,
.text_black h1,
.text_black h2,
.text_black h3,
.text_black h4,
.text_black h5,
.text_black h6,
.text_black p {
    color: #1b1b1b;
}

.button,
a {
    font-size: 16px;
}


@media only screen and (max-width: 980px) {

    h1,
    .h1,
    .fs-64.h1 {
        font-size: 30px;
        line-height: 42px;
    }

    h2,
    .h2 {
        font-size: 26px;
        line-height: 38px;

    }

    h3,
    .h3 {
        font-size: 24px;
        line-height: 36px;

    }

    h4,
    .h4 {
        font-size: 20px;
        line-height: 32px;

    }

}

@media only screen and (max-width: 767px) {

    h2,
    .h2 {
        font-size: 24px;
        line-height: 36px;

    }
}