:root {
    font-size: 16px;
}

@media (max-width:1399px) {
    :root {
        font-size: 15px;
    }
}

body, html {
    max-width: 100%;
    word-break: break-word;
}

body {
    font-size: inherit;
    line-height: 1.5;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

ol {
    padding-left: 0;
    padding-right: 0;
}

blockquote, q {
    quotes: none;
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: "";
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

audio, canvas, video {
    display: inline-block;
    max-width: 100%;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: thin dotted;
}

a:active, a:hover {
    outline: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button, input {
    line-height: normal;
    outline: 0;
}

button, select {
    text-transform: none;
}

    button:focus {
        outline: 0;
    }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button, html, input, select, textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


audio, canvas, video {
    display: inline-block;
}

a {
    color: #222;
    text-decoration: none;
}

    a:focus {
        outline: 0;
    }

a, svg {
    -webkit-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
    transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
}

b, strong {
    font-weight: 700;
}

hr {
    border-color: #696969;
    margin: 2rem 0;
}

/*footer, header, section {
    display: inline-block;
    width: 100%;
    float: left;
}*/

img.lazy {
    display: none !important;
}

.banner-post {
    position: relative;
}

    .banner-post .banner-post-img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

        .banner-post .banner-post-img img {
            height: 100%;
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .banner-post * {
        position: relative;
        z-index: 1;
    }

hr {
    border-color: #dadada;
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-touch-callout: none;
}

.font-thin {
    font-weight: 100 !important;
}

.font-light {
    font-weight: 300 !important;
}

.font-regular {
    font-weight: 400 !important;
}

.font-medium {
    font-weight: 500 !important;
}

.font-semibold {
    font-weight: 600 !important;
}

.font-bold {
    font-weight: 700 !important;
}


@media (max-width:1399px) {
    .h1, h1 {
        font-size: 35px;
    }
}

@media (max-width:1199px) {
    .h1, h1 {
        font-size: 2.3rem;
    }
}

@media (max-width:1023px) {
    .h1, h1 {
        font-size: 2.1rem;
    }
}

@media (max-width:991px) {
    .h1, h1 {
        font-size: 1.7rem;
    }
}

@media (max-width:767px) {
    .h1, h1 {
        font-size: 1.6rem;
    }
}

@media (max-width:575px) {
    .h1, h1 {
        font-size: 1.5rem;
    }
}

.h2, h2 {
    font-size: 2.25rem;
}

@media (max-width:1399px) {
    .h2, h2 {
        font-size: 2rem;
    }
}

@media (max-width:1199px) {
    .h2, h2 {
        font-size: 1.8rem;
    }
}

@media (max-width:991px) {
    .h2, h2 {
        font-size: 1.375rem;
    }
}

.h3, h3 {
    font-size: 1.875rem;
    line-height: 2.5rem;
}

@media (max-width:1399px) {
    .h3, h3 {
        font-size: 20px;
        line-height: normal;
    }
}

@media (max-width:1199px) {
    .h3, h3 {
        font-size: 1.675rem;
    }
}

@media (max-width:991px) {
    .h3, h3 {
        font-size: 1.525rem;
    }
}

@media (max-width:767px) {
    .h3, h3 {
        font-size: 1.425rem;
    }
}

@media (max-width:575px) {
    .h3, h3 {
        font-size: 1.375rem;
    }
}

@media (max-width:480px) {
    .h3, h3 {
        font-size: 1.125rem;
    }
}

.h3-2 {
    font-size: 1.92rem;
}

@media (max-width:1399px) {
    .h3-2 {
        font-size: 1.82rem;
    }
}

.h4, h4 {
    font-size: 1.5rem;
}

@media (max-width:1399px) {
    .h4, h4 {
        font-size: 1.4rem;
    }
}

@media (max-width:1199px) {
    .h4, h4 {
        font-size: 1.2875rem;
    }
}

@media (max-width:991px) {
    .h4, h4 {
        font-size: 1.1875rem;
    }
}

@media (max-width:767px) {
    .h4, h4 {
        font-size: 1.1275rem;
    }
}

.h4-2 {
    font-size: 1.625rem;
}

@media (max-width:1399px) {
    .h4-2 {
        font-size: 1.5rem;
    }
}

@media (max-width:1199px) {
    .h4-2 {
        font-size: 1.2875rem;
    }
}

@media (max-width:991px) {
    .h4-2 {
        font-size: 1.1875rem;
    }
}

@media (max-width:767px) {
    .h4-2 {
        font-size: 1.1275rem;
    }
}

.h5, .table-technical-stack table th, h5 {
   font-size: 16px;
    font-weight: 600 !important;
}

@media (max-width:767px) {
    .h5, .table-technical-stack table th, h5 {
        font-size: 1.1875rem;
    }
}

.case-study-full .content .cs-heading-small, .form-price-outer .price-box .form-price-tag-line, .h5-2 {
    font-size: 1.375rem;
}

@media (max-width:767px) {
    .case-study-full .content .cs-heading-small, .form-price-outer .price-box .form-price-tag-line, .h5-2 {
        font-size: 1.1875rem;
    }
}

.h6, h6 {
    font-size: 13px;
    font-weight:600 !important;
}

.h1 {
    line-height: 1.3;
}

.h2, .h3, .h4, .h5, .h6, .table-technical-stack table th, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    margin-bottom: 0;
}

p {
    font-size: 13px;
    color: #696969;
}

.text-sm {
    font-size: .875rem;
}

.text-md {
    font-size: 1rem;
}

.text-lg {
    font-size: 1.2rem;
}

@media (max-width:1399px) {
    .text-lg {
        font-size: 1.1rem;
    }
}

@media (max-width:991px) {
    .text-lg {
        font-size: 1rem;
    }
}

@media (max-width:767px) {
    .text-lg {
        font-size: .875rem;
    }
}

.text-xl {
    font-size: 1.4rem;
}

@media (max-width:1399px) {
    .text-xl {
        font-size: 1.16rem;
    }
}

@media (max-width:991px) {
    .text-xl {
        font-size: 1.06rem;
    }
}

@media (max-width:767px) {
    .text-xl {
        font-size: .9375rem;
        line-height: 1.8125rem;
    }
}

.b-culture-verticle .jumpmenu-sidebar li a, .case-study-full .content .cs-contain, .faq-outer .accordian-text p, .faq-outer.accordian-refine .accordian-text p, .section-paragraph p, .table-technical-stack table td, .text-18 {
    font-size: 15px;
    line-height: 1.875rem;
}

@media (max-width:767px) {
    .b-culture-verticle .jumpmenu-sidebar li a, .case-study-full .content .cs-contain, .faq-outer .accordian-text p, .faq-outer.accordian-refine .accordian-text p, .section-paragraph p, .table-technical-stack table td, .text-18 {
        font-size: 1rem;
    }
}

.text-xxl {
    font-size: 1.25rem;
    line-height: 1.875rem;
}

@media (max-width:767px) {
    .text-xxl {
        font-size: 1.125rem;
        line-height: 1.8125rem;
    }
}

.text-xxxl {
    font-size: 3.375rem;
    line-height: 4.375rem;
}

@media (max-width:1399px) {
    .text-xxxl {
        line-height: normal;
    }
}

.h1-xl, .text-xxxl {
    font-size: 3.75rem;
}

@media (max-width:1399px) {
    .h1-xl, .text-xxxl {
        font-size: 3.75rem;
    }
}

@media (max-width:1199px) {
    .h1-xl, .text-xxxl {
        font-size: 2.3rem;
    }
}

@media (max-width:1023px) {
    .h1-xl, .text-xxxl {
        font-size: 2.1rem;
    }
}

@media (max-width:991px) {
    .h1-xl, .text-xxxl {
        font-size: 1.7rem;
    }
}

@media (max-width:767px) {
    .h1-xl, .text-xxxl {
        font-size: 1.8125rem;
    }
}

.g-5, .gx-5 {
    --bs-gutter-x:2.8rem;
}

.gy-6 {
    --bs-gutter-y:5rem;
}

.smooth {
    -webkit-transition: .25s all ease-in-out;
    -o-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out;
}

a, a:hover {
    text-decoration: none;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-1-2 {
    line-height: 1.2 !important;
}

.lh-1-8 {
    line-height: 1.8 !important;
}

.hide-scroll {
    scrollbar-width: none;
}

    .hide-scroll::-webkit-scrollbar {
        display: none;
    }

.cursor-text {
    cursor: text !important;
}

.cursor-notallowed {
    cursor: not-allowed !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

    .cursor-pointer:hover {
        cursor: pointer;
    }

.text-primary {
    color: #0d6efd !important;
}

.text-secondary {
    color: #f58220 !important;
}

.text-dark-secondary {
    color: #929292 !important;
}

.text-underline {
    text-decoration: underline;
}

.text-underline-hove:hover {
    text-decoration: underline;
}

.ls-xs {
    letter-spacing: .12rem;
}

.ls-sm {
    letter-spacing: .0625rem;
}

.ls-lg {
    /*letter-spacing: .1875rem;*/
        letter-spacing: 2px;
}

.lh-normal {
    line-height: normal;
}

.lh .h1, .lh-lg {
    line-height: 3.75rem !important;
}

.bg-graylight {
    background-color: #f9f9f9 !important;
}

.bg-dark {
    background-color: #131313 !important;
}

.bg-primary {
    background-color: #f58220 !important;
}

.bg-skye-blue {
    background-color: #2980b9 !important;
}

.bg-blue {
    background-color: #002050 !important;
}

.form-group {
    margin-bottom: 1.6rem;
}

@media (max-width:1023px) {
    .d-lg2-down-none {
        display: none;
    }
}

@media (min-width:1024px) {
    .d-lg2-none {
        display: none;
    }
}

.block-spacing {
    margin-bottom: 3.75rem;
}

.content-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width:767px) {
    .mobile-spacing {
        margin-top: 1.5rem;
    }
}

.col-spacing {
    margin-bottom: 1.875rem;
}

.d-inherit {
    display: inherit;
}

.h-20 {
    height: 1.25rem;
}

.scroll-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .scroll-hide::-webkit-scrollbar {
        display: none;
    }


.pb-200, .pb-md-200 {
    padding-bottom: 12.5rem !important;
}

@media (max-width:1199px) {
    .pb-200, .pb-md-200 {
        padding-bottom: 10.625rem !important;
    }
}

@media (max-width:991px) {
    .pb-200, .pb-md-200 {
        padding-bottom: 9.8125rem !important;
    }
}

@media (max-width:767px) {
    .pb-200, .pb-md-200 {
        padding-bottom: 9.0625rem !important;
    }
}

@media (max-width:575px) {
    .pb-200, .pb-md-200 {
        padding-bottom: 8.6875rem !important;
    }
}

.pt-200 {
    padding-top: 11.9375rem !important;
}

@media (max-width:1199px) {
    .pt-200 {
        padding-top: 10.625rem !important;
    }
}

@media (max-width:991px) {
    .pt-200 {
        padding-top: 9.8125rem !important;
    }
}

@media (max-width:767px) {
    .pt-200 {
        padding-top: 9.0625rem !important;
    }
}

@media (max-width:575px) {
    .pt-200 {
        padding-top: 8.6875rem !important;
    }
}

@media (max-width:767px) {
    .pb-md-200 {
        padding-bottom: 0 !important;
    }
}

@media (min-width:1200px) {
    .w-xl-auto {
        width: auto !important;
    }
}

.section-paragraph p {
    margin-bottom: 2.125rem;
}

    .section-paragraph p:last-child {
        margin-bottom: 0;
    }

.text-black {
    color: #222;
}

.text-primary {
    color: #f58220;
}

.text-white-all * {
    color: #fff !important;
}


.mb-sm {
    margin-bottom: .875rem !important;
}


.mt-lg {
    margin-top: 2.625rem;
}

.mt-sm {
    margin-top: 1.625rem;
}



.full-height-section {
    height: 100vh;
}

@media (max-width:991px) {
    .full-height-section {
        height: auto;
        overflow: inherit;
    }
}

@media (max-width:767px) {
    .full-height-section {
        height: auto !important;
    }
}

@media only screen and (max-height:767px) {
    .full-height-section {
        height: auto;
    }
}



@media (min-width:992px) {
    .border-lg-left {
        border-left: .0625rem solid #dadada;
    }

    .border-lg-right {
        border-right: .0625rem solid #dadada;
    }

    .border-lg-bottom {
        border-bottom: .0625rem solid #dadada;
    }

    .border-bottom-lg-0 {
        border-bottom: none !important;
    }
}

@media (min-width:768px) {
    .border-bottom-md-0 {
        border-bottom: none !important;
    }
}

.ob-cover {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.ob-posit-bottom {
    -o-object-position: bottom;
    object-position: bottom;
}

.border-top {
    border-color: #dadada;
}

.z-index-2 {
    z-index: 2;
    position: relative;
    background-color: #fff;
}

@media (min-width:768px) {
    .w-md-auto {
        width: auto !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: inherit !important;
        flex-wrap: inherit !important;
    }
}



.border-primary {
    border-color: #f58220 !important;
}

.btn {
    padding: .625rem 1.875rem;
    line-height: 1.5;
    font-size: 1rem;
    font-weight: 400;
    border-radius: 0;
    letter-spacing: .0625rem;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width:575px) {
    .btn {
        font-size: .875rem;
        padding: .72rem 1rem;
        width: 100%;
    }
}

.btn.btn-sm {
    padding: .4rem 1.1rem;
    font-size: .875rem;
}

.btn.btn-lg {
    padding: .8rem 1.6rem;
    font-size: 1.2rem;
}

.btn.btn-primary {
    background-color:#0093d6;
    border-color: #0093d6;
}

    .btn.btn-primary:not(:disabled):not(.disabled):active, .btn.btn-primary:not(:disabled):not(.disabled):active:focus, .btn.btn-primary:not(:disabled):not(.disabled):focus {
        background-color: #ec6100;
        border-color: #ec6100;
    }

    .btn.btn-primary:hover {
        background-color: #0076ab;
        border-color: #0076ab;
    }

    .btn.btn-primary:active, .btn.btn-primary:focus {
        border-color: #ec6100;
        color: #fff;
        background-color: #ec6100;
        -webkit-box-shadow: 0 0 0 .28rem rgba(245,130,32,.3);
        box-shadow: 0 0 0 .28rem rgba(245,130,32,.3);
    }

.btn.btn-secondary {
    color: #696969;
    background-color: #dadada;
    border-color: #dadada;
}

    .btn.btn-secondary:not(:disabled):not(.disabled):active, .btn.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn.btn-secondary:not(:disabled):not(.disabled):focus {
        background-color: #d0d0d0;
        border-color: #d0d0d0;
        color: #696969;
    }

    .btn.btn-secondary:hover {
        background-color: #d5d5d5;
        color: #696969;
        border-color: #d5d5d5;
    }

.btn.btn-dark {
    color: #fff;
    background-color: #696969;
    border-color: #696969;
}

    .btn.btn-dark:not(:disabled):not(.disabled):active, .btn.btn-dark:not(:disabled):not(.disabled):active:focus, .btn.btn-dark:not(:disabled):not(.disabled):focus {
        background-color: #181818;
        border-color: #181818;
    }

    .btn.btn-dark:hover {
        background-color: #1d1d1d;
        color: #fff;
        border-color: #1d1d1d;
    }

.btn.btn-bg-white {
    background-color: #fff;
    color: #f58220;
}

    .btn.btn-bg-white:hover {
        background-color: #ec6100;
        color: #fff;
    }

    .btn.btn-bg-white:not(:disabled):not(.disabled):active, .btn.btn-bg-white:not(:disabled):not(.disabled):active:focus, .btn.btn-bg-white:not(:disabled):not(.disabled):focus {
        background-color: #ec6100;
        border-color: #ec6100;
    }

    .btn.btn-bg-white:active, .btn.btn-bg-white:focus {
        border-color: #ec6100;
        background-color: #ec6100;
        -webkit-box-shadow: 0 0 0 .28rem rgba(236,97,0,.3);
        box-shadow: 0 0 0 .28rem rgba(236,97,0,.3);
    }

.btn.btn-outline-primary {
    color: #f58220;
    border-color: #f58220;
    border: .0625rem solid;
}

    .btn.btn-outline-primary:hover {
        border-color: #f58220;
        color: #fff;
        background-color: #f58220;
    }

    .btn.btn-outline-primary:active, .btn.btn-outline-primary:focus {
        border-color: #ec6100;
        color: #fff;
        background-color: #ec6100;
        -webkit-box-shadow: 0 0 0 .28rem rgba(245,130,32,.3);
        box-shadow: 0 0 0 .28rem rgba(245,130,32,.3);
    }

.btn.btn-outline-dark {
    color: #fff;
    border-color: #222;
}

    .btn.btn-outline-dark:hover {
        border-color: #222;
        background-color: #222;
    }

.btn.btn-outline-white {
    color: #f58220;
    border-color: #fff;
}

    .btn.btn-outline-white:hover {
        border-color: #fff;
        background-color: #fff;
    }

.btn.btn-outline-white-text {
    color: #fff;
    border-color: #fff;
}

    .btn.btn-outline-white-text:hover {
        border-color: #fff;
        background-color: #fff;
        color: #f58220;
    }

.btn-interaction-effect {
    -webkit-transition: .25s ease-in-out all;
    -o-transition: .25s ease-in-out all;
    transition: .25s ease-in-out all;
}

    .btn-interaction-effect:active {
        -webkit-transform: scale(.98);
        -ms-transform: scale(.98);
        transform: scale(.98);
    }

.carousel .carousel-item {
    -webkit-transition: opacity .5s ease-out, -webkit-transform .5s ease;
    transition: opacity .5s ease-out, -webkit-transform .5s ease;
    -o-transition: transform .5s ease, opacity .5s ease-out;
    transition: transform .5s ease, opacity .5s ease-out;
    transition: transform .5s ease, opacity .5s ease-out, -webkit-transform .5s ease;
}

.owl-dots button.owl-dot {
    height: 3px;
    width: 19px;
    /*background-color: #dadada !important;*/
    margin: 0 4px;
}

    .owl-dots button.owl-dot.active {
        /*background-color: #233979 !important;*/
    }

.form-control {
  
}

    .form-control:focus {
        color: #495057;
        border-color: #505050;
        outline: 0;
        color: #222;
        background-color: transparent;
        -webkit-box-shadow: 0 0 0 .25rem rgba(105,105,105,.25);
        box-shadow: 0 0 0 .25rem rgba(105,105,105,.25);
    }

    .form-control::-webkit-input-placeholder {
        color: #696969;
    }

    .form-control::-moz-placeholder {
        color: #696969;
    }

    .form-control:-ms-input-placeholder {
        color: #696969;
    }

    .form-control::-ms-input-placeholder {
        color: #696969;
    }

    .form-control::placeholder {
        color: #696969;
    }

    .form-control.form-control-lg {
        font-size: 18px;
        padding: 14px 20px;
    }

    .form-control.form-control-sm {
        font-size: 14px;
        padding: 11px 16px;
    }

    .form-control.error {
        -webkit-box-shadow: 0 0 0 .2rem rgba(151,39,9,.9);
        box-shadow: 0 0 0 .2rem rgba(151,39,9,.9);
    }

@media (min-width:768px) {
    .custom-acc-tab .accordion-item .accordian-text {
        position: static;
        left: 0;
        right: 0;
        display: block !important;
        opacity: 0;
        text-align: left;
        visibility: hidden;
    }

        .custom-acc-tab .accordion-item .accordian-text .contain {
            display: none;
        }

    .custom-acc-tab .accordion-item.active {
        pointer-events: none;
    }

        .custom-acc-tab .accordion-item.active .accordian-text {
            position: absolute;
            opacity: 1;
            z-index: 2;
            visibility: visible;
        }

            .custom-acc-tab .accordion-item.active .accordian-text .contain {
                display: block;
            }
}


.section-wrapper {
    float: left;
    display: inline-block;
    width: 100%;
}

.section-title-and-desc {
    margin-bottom: 2.8125rem;
}

    .section-title-and-desc.section-title-and-desc-two {
        margin-bottom: 2rem;
    }

@media (max-width:767px) {
    .section-title-and-desc.section-title-and-desc-two {
        margin-bottom: .9375rem;
    }

    .section-title-and-desc {
        margin-bottom: 1.875rem;
    }
}

.section-title-and-desc .section-title-block .section-title-text {
    font-weight: 700;
    color: #222;
    line-height: 1.3;
    margin-bottom: .875rem;
        font-size: 30px;
}

    .form-price-outer .section-title-and-desc .section-title-block .section-title-text, .section-title-and-desc .section-title-block .form-price-outer .section-title-text, .section-title-and-desc .section-title-block .section-title-text.mb-lg {
        margin-bottom: 2.5625rem;
    }

@media (max-width:1199px) {
    .section-title-and-desc .section-title-block .section-title-text {
        margin-bottom: .625rem;
    }
}

.section-title-and-desc .section-short-desc {
    font-weight: 300;
    line-height: 2.5rem;
}

@media (max-width:991px) {
    .section-title-and-desc .section-short-desc {
        line-height: normal;
    }
}

.section-title-and-desc .btn-element-block {
    margin-top: 2.1875rem;
}

.long-arrow-icon-css {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 17px;
    height: 12px;
    position: relative;
    z-index: 0;
    -webkit-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
}

    .long-arrow-icon-css:after, .long-arrow-icon-css:before {
        -webkit-transition: all ease-in-out .25s;
        -o-transition: all ease-in-out .25s;
        transition: all ease-in-out .25s;
        content: "";
        display: block;
        position: absolute;
    }

    .long-arrow-icon-css:before {
        height: 1px;
        background-color: #222;
        width: 18px;
    }

    .long-arrow-icon-css:after {
        width: 8px;
        height: 8px;
        left: 100%;
        top: 50%;
        -webkit-transform: translate(-100%,-50%) rotate(45deg);
        -ms-transform: translate(-100%,-50%) rotate(45deg);
        transform: translate(-100%,-50%) rotate(45deg);
        border: 1px solid #222;
        border-left: none;
        border-bottom: none;
    }

    .long-arrow-icon-css.arrow-white:before {
        background-color: #fff;
    }

    .long-arrow-icon-css.arrow-white:after {
        border-color: #fff;
    }

    .long-arrow-icon-css.icon-left:after {
        -webkit-transform: translate(100%,-50%) rotate(-135deg);
        -ms-transform: translate(100%,-50%) rotate(-135deg);
        transform: translate(100%,-50%) rotate(-135deg);
        left: unset;
        right: 100%;
    }

.long-arrow-hover:hover .long-arrow-icon-css {
    width: 21px;
}

    .long-arrow-hover:hover .long-arrow-icon-css:before {
        width: 22px;
    }

.bg-behind-section {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-behind-content {
    background-position: center;
    background-size: cover;
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.text-item-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .text-item-center .icon-item.right {
        margin-left: .6rem;
    }



.home-bg {
    background: url(../images/home-bg.jpg) no-repeat center center/cover;
}

.home-section {
    /*height: calc(var(--vh,1vh) * 100);*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

    .home-section .home-content {
        width: 100%;
        padding: 3rem 0;
    }

@media (max-width:1399px) {
    .home-section .home-content {
        padding: 3rem 0 0;
    }
}

@media (max-width:767px) {
    .home-section .home-content {
        padding: 2rem 0 0;
    }
}

@media (max-width:575px) {
    .home-section .home-content {
        padding: 1rem 0 0;
    }
}

.home-section.header-padding-top {
    padding-top: 4.8rem;
}

.home-section .small-text-block .small-text-item {
    position: relative;
    padding: .8rem 0;
    margin-bottom: 2.8125rem;
}

    .home-section .small-text-block .small-text-item:after, .home-section .small-text-block .small-text-item:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        border: .1rem solid rgba(255,255,255,.2);
        height: .3rem;
        top: 100%;
        left: 0;
    }

@media (max-width:1399px) {
    .home-section .small-text-block .small-text-item:after, .home-section .small-text-block .small-text-item:before {
        height: .24rem;
    }
}

.home-section .small-text-block .small-text-item:before {
    top: unset;
    bottom: 100%;
}

.home-section .home-section-title-block .home-section-title {
    line-height: 1.5;
}

.home-section .home-bottom-panel {
    width: 100%;
}

@media (max-width:767px) {
    .home-section .home-bottom-panel {
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-top: 1rem;
    }
}

@media (max-width:575px) {
    .home-section .home-bottom-panel {
        margin-top: 0;
    }
}

.home-section .home-bottom-panel .home-bottom-row {
    border-top: 1px solid rgba(255,255,255,.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 5.52rem);
    margin-top: 3rem;
}

@media (max-width:1399px) {
    .home-section .home-bottom-panel .home-bottom-row {
        margin-top: 2rem;
        width: calc(100% - 5.3rem);
    }
}

@media (max-width:1199px) {
    .home-section .home-bottom-panel .home-bottom-row {
        width: calc(100% - 4.9rem);
    }
}

@media (max-width:1023px) {
    .home-section .home-bottom-panel .home-bottom-row {
        width: calc(100% - 4.34rem);
    }
}

@media (max-width:767px) {
    .home-section .home-bottom-panel .home-bottom-row {
        width: 100%;
        margin-top: 1.6rem;
    }
}

.home-section .home-bottom-panel .home-bottom-row .left .btn.btn-icon-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .home-section .home-bottom-panel .home-bottom-row .left .btn.btn-icon-custom .text {
        display: block;
        margin-left: 2rem;
        margin-right: 2rem;
    }

@media (max-width:1399px) {
    .home-section .home-bottom-panel .home-bottom-row .left .btn.btn-icon-custom .text {
        margin-left: 1.6rem;
        margin-right: 1.6rem;
    }
}

@media (max-width:991px) {
    .home-section .home-bottom-panel .home-bottom-row .left .btn.btn-icon-custom .text {
        margin-left: 1.2rem;
        margin-right: 1.2rem;
    }
}

@media (max-width:575px) {
    .home-section .home-bottom-panel .home-bottom-row .left .btn.btn-icon-custom .text {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

.home-section .home-bottom-panel .home-bottom-row .left .btn.btn-icon-custom .icon-block {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.24rem 2.2rem;
    background-color: #fff;
}

    .home-section .home-bottom-panel .home-bottom-row .left .btn.btn-icon-custom .icon-block .svg-icon {
        fill: #696969;
        height: 1rem;
    }

@media (max-width:1399px) {
    .home-section .home-bottom-panel .home-bottom-row .left .btn.btn-icon-custom .icon-block {
        padding: 2rem 1.975rem;
    }

        .home-section .home-bottom-panel .home-bottom-row .left .btn.btn-icon-custom .icon-block .svg-icon {
            width: 1rem;
        }

    .home-section .home-bottom-panel .home-bottom-row .left .btn.btn-icon-custom .icon-block {
        padding: 1.92rem 1.8rem;
    }
}

@media (max-width:991px) {
    .home-section .home-bottom-panel .home-bottom-row .left .btn.btn-icon-custom .icon-block {
        padding: 1.72rem 1.6rem;
    }
}

@media (max-width:575px) {
    .home-section .home-bottom-panel .home-bottom-row .left .btn.btn-icon-custom .icon-block {
        padding: 1.42rem 1.4rem;
    }

        .home-section .home-bottom-panel .home-bottom-row .left .btn.btn-icon-custom .icon-block .svg-icon {
            width: .875rem;
        }
}

@media (max-width:480px) {
    .home-section .home-bottom-panel .home-bottom-row .left .btn.btn-icon-custom .icon-block {
        padding: 1.32rem 1.28rem;
    }

        .home-section .home-bottom-panel .home-bottom-row .left .btn.btn-icon-custom .icon-block .svg-icon {
            width: .775rem;
        }
}

.home-section .home-bottom-panel .home-bottom-row .right {
    margin-left: auto;
    padding-right: 2rem;
}

@media (max-width:575px) {
    .home-section .home-bottom-panel .home-bottom-row .right {
        padding-right: .875rem;
    }
}

.home-section .home-bottom-panel .text-link-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width:480px) {
    .home-section .home-bottom-panel .text-link-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .home-section .home-bottom-panel .text-link-block .text-item:last-child {
            margin-top: .675rem;
        }

            .home-section .home-bottom-panel .text-link-block .text-item:last-child .text-item-link {
                border-left: none !important;
            }
}

@media (max-width:375px) {
    .home-section .home-bottom-panel .text-link-block .text-item {
        width: 50%;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
}

@media (max-width:359px) {
    .home-section .home-bottom-panel .text-link-block .text-item {
        width: auto;
    }
}

.home-section .home-bottom-panel .text-link-block .text-item .text-item-link {
    color: #fff;
    position: relative;
    padding: 0 1rem;
    display: block;
    line-height: 1;
    -webkit-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
}

    .home-section .home-bottom-panel .text-link-block .text-item .text-item-link:hover {
        color: #f58220;
    }

@media (max-width:575px) {
    .home-section .home-bottom-panel .text-link-block .text-item .text-item-link {
        line-height: 1.7;
        text-align: center;
    }
}

@media (max-width:375px) {
    .home-section .home-bottom-panel .text-link-block .text-item .text-item-link {
        padding: 0 .875rem;
    }
}

@media (max-width:359px) {
    .home-section .home-bottom-panel .text-link-block .text-item .text-item-link {
        padding: 0 .175rem;
    }
}

.home-section .home-bottom-panel .text-link-block .text-item + .text-item .text-item-link {
    border-left: 1px solid rgba(255,255,255,.2);
}

    .home-section .home-bottom-panel .text-link-block .text-item + .text-item .text-item-link:before {
        content: "";
        display: block;
        position: absolute;
    }

.home-section .home-right-panel {
    position: absolute;
    min-height: 28.4rem;
    right: 0;
    border-left: 1px solid rgba(255,255,255,.2);
    width: 5.54rem;
    top: 5.56rem;
    height: calc(100% - 5.56rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width:1399px) {
    .home-section .home-right-panel {
        width: 5.3rem;
        top: 5.2rem;
        height: calc(100% - 5.2rem);
        min-height: 28.8rem;
    }
}

@media (max-width:1199px) {
    .home-section .home-right-panel {
        top: 4rem;
        height: calc(100% - 64px);
        width: 4.9rem;
    }
}

@media (max-width:1023px) {
    .home-section .home-right-panel {
        width: 4.36rem;
        top: 3.875rem;
    }
}

.home-section .home-right-panel .menu-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    width: 100%;
    height: 5.478rem;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-weight: 600;
}

.home-section .home-right-panel .social-icon-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1.2rem;
}

    .home-section .home-right-panel .social-icon-block .social-item .social-link {
        padding: 1rem;
        display: block;
    }

        .home-section .home-right-panel .social-icon-block .social-item .social-link:hover .svg-icon {
            fill: #f58220;
        }

        .home-section .home-right-panel .social-icon-block .social-item .social-link .svg-icon {
            -webkit-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            fill: #fff;
            height: 1.1rem;
        }

@media (max-width:1023px) {
    .home-section .home-right-panel .social-icon-block .social-item .social-link .svg-icon {
        height: .875rem;
    }
}

@media (max-width:767px) {
    .home-section .home-right-panel {
        position: static;
        border-left: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        min-height: unset;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

        .home-section .home-right-panel .menu-text {
            display: none;
        }

        .home-section .home-right-panel .social-icon-block {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            margin: 0 !important;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
}

@media (max-width:480px) {
    .card-column {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

.card-image-primary {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 19.1875rem;
    padding: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 0;
    overflow: hidden;
}

    .card-image-primary a, .card-image-primary h3, .card-image-primary h4, .card-image-primary p {
        position: relative;
        z-index: 4;
    }

    .card-image-primary img {
        -webkit-transition: all .25s ease-in;
        -o-transition: all .25s ease-in;
        transition: all .25s ease-in;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .card-image-primary:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .card-image-primary:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: .6;
        pointer-events: none;
        background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#131313),to(rgba(19,19,19,.5)));
        background-image: -o-linear-gradient(bottom,#131313 0,rgba(19,19,19,.5) 100%);
        background-image: linear-gradient(0deg,#131313 0,rgba(19,19,19,.5) 100%);
        background-image: -ms-linear-gradient(0deg,#131313 0,rgba(19,19,19,.5) 100%);
        z-index: 3;
    }

@media (max-width:991px) {
    .card-image-primary:before {
        background-image: -webkit-gradient(linear,left top,left bottom,from(0),color-stop(rgba(0,0,0,.89)),color-stop(rgba(0,0,0,.7)),to(rgba(0,0,0,.7))) !important;
        background-image: -o-linear-gradient(0,rgba(0,0,0,.89),rgba(0,0,0,.7),rgba(0,0,0,.7)) !important;
        background-image: linear-gradient(0,rgba(0,0,0,.89),rgba(0,0,0,.7),rgba(0,0,0,.7)) !important;
    }
}

.card-image-primary .card-title {
    margin-bottom: 1.3125rem;
}

@media (max-width:1399px) {
    .card-image-primary {
        padding: 1.5rem;
    }
}

@media (max-width:1199px) {
    .card-image-primary {
        height: 14.5rem;
        padding: 1.075rem;
    }
}

@media (max-width:991px) {
    .card-image-primary {
        height: 22rem;
    }
}

@media (max-width:767px) {
    .card-image-primary {
        height: 16.5rem;
    }
}

@media (max-width:575px) {
    .card-image-primary {
        height: 44vw;
    }

    .home-card-row.g-4 {
        --bs-gutter-y:1rem;
        --bs-gutter-x:1rem;
    }
}

@media (max-width:480px) {
    .home-card-row.g-4 {
        --bs-gutter-y:1rem;
    }
}

.digital-tranformation-row {
    position: relative;
}

    .digital-tranformation-row .card-image-primary {
        background: 0 0;
        height: 38vw;
    }

@media (max-width:991px) {
    .digital-tranformation-row .card-image-primary {
        height: 52vw;
    }
}

@media (max-width:480px) {
    .digital-tranformation-row .card-image-primary {
        height: 62vw;
    }
}

@media (max-width:375px) {
    .digital-tranformation-row .card-image-primary {
        height: 100vw;
    }
}

.digital-tranformation-row .card-image-primary .card-title {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.digital-tranformation-row .card-image-primary:before {
    background-image: -webkit-gradient(linear,left top,left bottom,from(0),color-stop(rgba(0,0,0,.89)),color-stop(rgba(0,0,0,.58)),to(rgba(0,0,0,0)));
    background-image: -o-linear-gradient(0,rgba(0,0,0,.89),rgba(0,0,0,.58),rgba(0,0,0,0));
    background-image: linear-gradient(0,rgba(0,0,0,.89),rgba(0,0,0,.58),rgba(0,0,0,0));
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 1;
    width: calc(100% - 2px);
    right: 1px;
    left: 1px;
}

.digital-tranformation-row .card-image-primary:hover:before {
    background-color: #222;
    opacity: .7;
}

.digital-tranformation-row .card-image-primary:hover .card-title {
    padding-bottom: 1.2rem;
}

@media (max-width:991px) {
    .digital-tranformation-row .card-image-primary:hover .card-title {
        padding-bottom: 1rem;
    }
}

@media (max-width:767px) {
    .digital-tranformation-row .card-image-primary:hover .card-title {
        padding-bottom: .875rem;
    }
}

@media (max-width:375px) {
    .digital-tranformation-row .digital-tranformation-column {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
        max-width: 100%;
    }
}

.digital-tranformation-row.digital-tranformation-contain-hide-show .card-image-primary {
    overflow: hidden;
}

@media (max-width:1199px) {
    .digital-tranformation-row.digital-tranformation-contain-hide-show .card-image-primary {
        height: auto;
    }
}

.digital-tranformation-row.digital-tranformation-contain-hide-show .card-image-primary .card-image-primary-inner {
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    z-index: 99;
}

@media (max-width:1399px) {
    .digital-tranformation-row.digital-tranformation-contain-hide-show .card-image-primary .card-image-primary-inner {
        -webkit-transform: translateY(200px);
        -ms-transform: translateY(200px);
        transform: translateY(200px);
    }
}

@media (max-width:991px) {
    .digital-tranformation-row.digital-tranformation-contain-hide-show .card-image-primary .card-image-primary-inner {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        bottom: 0;
    }
}

.digital-tranformation-row.digital-tranformation-contain-hide-show .card-image-primary .card-image-primary-inner p {
    color: #fff;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    visibility: hidden;
}

@media (max-width:991px) {
    .digital-tranformation-row.digital-tranformation-contain-hide-show .card-image-primary .card-image-primary-inner p {
        opacity: 1;
        visibility: visible;
    }
}

.digital-tranformation-row.digital-tranformation-contain-hide-show .card-image-primary:hover .card-image-primary-inner {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: 1.25rem;
}

    .digital-tranformation-row.digital-tranformation-contain-hide-show .card-image-primary:hover .card-image-primary-inner p {
        opacity: 1;
        visibility: visible;
    }

.counter-block-row {
    margin-bottom: 2.5625rem;
}

    .counter-block-row .counter-block .counter-number {
        font-weight: 600;
    }

.about-right-block {
    padding: 0 3.8rem;
}

@media (max-width:991px) {
    .about-right-block {
        padding: 2rem 0 0;
    }
}

.about-right-block .title {
    margin-bottom: 1.5rem;
    line-height: 1.36;
}

.about-right-block .semi-title {
    margin-bottom: 1.625rem;
}

.about-right-block .desc-margin {
    margin-bottom: 2.3125rem;
}

.about-right-block .slider-counter {
    margin-bottom: 2.3125rem;
    position: relative;
}

@media (max-width:991px) {
    .about-right-block .slider-counter {
        margin-bottom: 1.2rem;
    }
}

.about-right-block .slider-counter .item {
    border: 1px solid #dadada;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 6.6rem;
    height: 6.6rem;
    color: #222;
    padding: 1rem;
    position: relative;
    text-align: center;
    position: relative;
}

@media (max-width:991px) {
    .about-right-block .slider-counter .item {
        padding: .875rem;
        width: 5.875rem;
        height: 5.875rem;
    }
}

.about-right-block .slider-counter .item:before {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    width: 4rem;
    height: 1px;
    top: 50%;
    background-color: #dadada;
}

@media (max-width:991px) {
    .about-right-block .slider-counter .item:before {
        height: 2rem;
        width: 1px;
        top: unset;
        bottom: 100%;
        left: 50%;
    }
}

.about-right-block .slider-counter .item .current-item {
    font-size: 2.1rem;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    opacity: 0;
}

    .about-right-block .slider-counter .item .current-item.show {
        opacity: 1;
    }

.about-right-block .slider-counter .item .total-item {
    position: absolute;
    right: 1.4375rem;
    top: 1.92rem;
    line-height: 1;
}

@media (max-width:991px) {
    .about-right-block .slider-counter .item .total-item {
        right: 1.1875rem;
    }
}

.about-right-block .progress-circle-block {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

    .about-right-block .progress-circle-block .progress-svg {
        height: 4.675rem;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        width: 4.675rem;
    }

        .about-right-block .progress-circle-block .progress-svg .progress-bar__background {
            fill: none;
            stroke: #dadada;
            stroke-width: .5px;
        }

        .about-right-block .progress-circle-block .progress-svg .progress-bar__progress {
            fill: none;
            stroke: #f58220;
            stroke-dasharray: 100 100;
            stroke-dashoffset: 100;
            stroke-linecap: round;
            stroke-width: .5px;
            -webkit-transition: stroke-dashoffset 1s ease-in-out;
            -o-transition: stroke-dashoffset 1s ease-in-out;
            transition: stroke-dashoffset 1s ease-in-out;
            -webkit-animation: circle_progress 4.5s infinite ease-in-out;
            animation: circle_progress 4.5s infinite ease-in-out;
        }

@-webkit-keyframes circle_progress {
    from {
        stroke-dashoffset: 100;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@keyframes circle_progress {
    from {
        stroke-dashoffset: 100;
    }

    to {
        stroke-dashoffset: 0;
    }
}

.remote-agile-box-row {
    margin-top: 2rem;
}

@media (max-width:991px) {
    .remote-agile-box-row .remote-agile-box {
        margin-bottom: 2rem;
    }
}

.remote-agile-box-row .remote-agile-box .title-item.margin-bottom {
    margin-bottom: 1rem;
}

.remote-agile-box-row .remote-agile-box .category-item.margin-bottom {
    margin-bottom: 1.625rem;
}

.remote-agile-box-row .remote-agile-box .category-item {
    margin-bottom: .4375rem;
}

.remote-agile-box-row .remote-agile-box .desc-item {
    line-height: 1.8;
}

    .remote-agile-box-row .remote-agile-box .desc-item.margin-bottom {
        margin-bottom: 1.375rem;
    }

@media (max-width:767px) {
    .remote-agile-box-row .remote-agile-box .desc-item.margin-bottom {
        margin-bottom: 1rem;
    }

    .remote-agile-box-row .remote-agile-box {
        margin-bottom: 1rem;
        padding-top: 1rem;
        border-top: .0625rem solid rgba(105,105,105,.2);
    }
}

.remote-agile-box-row .h1, .remote-agile-box-row .h2, .remote-agile-box-row .h3, .remote-agile-box-row .h4, .remote-agile-box-row .h5, .remote-agile-box-row .h6, .remote-agile-box-row .table-technical-stack table th, .remote-agile-box-row .text-secondary, .remote-agile-box-row h1, .remote-agile-box-row h2, .remote-agile-box-row h3, .remote-agile-box-row h4, .remote-agile-box-row h5, .remote-agile-box-row h6, .remote-agile-box-row p, .table-technical-stack table .remote-agile-box-row th {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.services-padding {
    padding-bottom: 1.625rem;
}

@media (max-width:1023px) {
    .services-padding {
        padding-bottom: 0;
    }
}

@media (max-width:1199px) {
    .services-padding .text-xxl {
        font-size: 1rem;
        line-height: normal;
    }
}

.faq-outer .faq-left, .side-sticky-section {
    position: -webkit-sticky;
    position: sticky;
    top: 10rem;
}

.fortune-clients-section .client-img-block .client-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width:575px) {
    .insight-box-col {
        max-width: 24rem;
    }
}

.insight-box {
    position: relative;
}

    .insight-box .img-box {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

        .insight-box .img-box .img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            display: block;
            opacity: .1;
            -webkit-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
            -webkit-transform: scale(1) translatez(0);
            -ms-transform: scale(1) translatez(0);
            transform: scale(1) translatez(0);
        }

        .insight-box .img-box:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(19,19,19,.95);
        }

    .insight-box:hover .img-box .img {
        -webkit-transform: scale(1.1) translatez(0);
        -ms-transform: scale(1.1) translatez(0);
        transform: scale(1.1) translatez(0);
    }

    .insight-box .text-content {
        z-index: 3;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 15rem;
        padding: 1.25rem 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .insight-box .text-content .cta-item {
            position: absolute;
            bottom: 2.25rem;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }

.dark-section .section-title-text {
    color: #fff !important;
}

.dark-section .h1, .dark-section .h2, .dark-section .h3, .dark-section .h4, .dark-section .h5, .dark-section .h6, .dark-section .table-technical-stack table th, .dark-section h1, .dark-section h2, .dark-section h3, .dark-section h4, .dark-section h5, .dark-section h6, .table-technical-stack table .dark-section th {
    color: #fff;
}

.dark-section .text-secondary {
    color: rgba(255,255,255,.8) !important;
}

.dark-section p {
    color: rgba(255,255,255,.8);
}

.dark-section .long-arrow-icon-css:before {
    background-color: #fff;
}

.dark-section .long-arrow-icon-css:after {
    border-color: #fff;
}

.abt-banner .banner-spacing {
    margin: 2.5rem 0 1.875rem;
}

@media (max-width:767px) {
    .abt-banner .banner-spacing {
        margin: 1.25rem 0;
    }
}

.abt-banner .section-title-text {
    margin-bottom: 3.75rem;
}

.abt-banner .small-text-item {
    position: relative;
    padding: .8rem .9rem;
}

@media (max-width:767px) {
    .abt-banner .small-text-item {
        margin-bottom: 1.5rem;
    }
}

@media (max-width:575px) {
    .abt-banner .small-text-item {
        letter-spacing: .0625rem;
        padding: 0;
        margin: 0;
    }
}

.abt-banner .small-text-item:after, .abt-banner .small-text-item:before {
    content: "";
    display: block;
    position: absolute;
    width: 26.25rem;
    border: .1rem solid rgba(34,34,34,.2);
    height: .3rem;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

@media (max-width:1399px) {
    .abt-banner .small-text-item:after, .abt-banner .small-text-item:before {
        height: .24rem;
    }
}

@media (max-width:575px) {
    .abt-banner .small-text-item:after, .abt-banner .small-text-item:before {
        display: none;
    }
}

.abt-banner .small-text-item:before {
    top: unset;
    bottom: 100%;
}

.abt-com-detail .section-title-and-desc {
    margin-bottom: 1.625rem;
}

.abt-why-bt svg {
    height: 5.625rem;
}

@media (max-width:991px) {
    .abt-why-bt svg {
        height: 3.75rem;
    }
}

.abt-cp .abt-cp-contain {
    margin: 9.4375rem 0;
}

@media (max-width:1399px) {
    .abt-cp .abt-cp-contain {
        margin: 5.375rem 0;
    }
}

@media (max-width:1199px) {
    .abt-cp .abt-cp-contain {
        margin: 4.6rem 0;
    }
}

@media (max-width:991px) {
    .abt-cp .abt-cp-contain {
        margin: 3.8rem 0;
    }
}

@media (max-width:767px) {
    .abt-cp .abt-cp-contain {
        margin: 2.6rem 0;
    }
}

.abt-cp .abt-cp-contain .abt-text {
    /*font-family: 'Playfair Display',serif;*/
    color: #fff;
    margin-bottom: 1.5rem;
}

.abt-cp .abt-cp-contain svg {
    height: 2.0625rem;
    margin-bottom: 1.5rem;
}

.abt-cp .abt-cp-contain .text-posti, .abt-cp .abt-cp-contain .text-small-headin {
    font-size: 1.25rem;
}

.abt-review svg {
    width: 4.5625rem;
    height: 3.75rem;
    margin-bottom: 1.9375rem;
}

@media (max-width:991px) {
    .abt-review svg {
        width: 3.125rem;
        height: 2.5rem;
        margin-bottom: 1.25rem;
    }
}

.abt-review ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width:767px) {
    .abt-review ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 3.75rem;
    }

    .abt-review ul {
        margin-top: 0;
    }
}

.abt-review ul li {
    width: 20%;
    text-align: center;
    border-right: .0625rem solid rgba(63,63,63,.2);
    padding: 0 2.1875rem;
    position: relative;
}

@media (max-width:767px) {
    .abt-review ul li {
        padding: 0 .9375rem;
    }
}

@media (max-width:480px) {
    .abt-review ul li {
        width: 50%;
        border: none;
        margin-top: 1.625rem;
    }
}

.abt-review ul li img {
    margin-bottom: 1rem;
}

.abt-review ul li:first-child {
    padding: .75rem 0;
}

@media (max-width:1199px) {
    .abt-review ul li:first-child {
        padding: .4375rem 0;
    }
}

@media (max-width:767px) {
    .abt-review ul li:first-child {
        padding: .4375rem 0;
    }
}

@media (max-width:575px) {
    .abt-review ul li:first-child {
        width: 100%;
        text-align: center !important;
        padding-top: 0;
        margin-top: 0;
        border: none;
    }

        .abt-review ul li:first-child br {
            display: none;
        }
}

.abt-review ul li:last-child {
    border: none;
}


.header-main {
    /*border-bottom: .0625rem solid rgba(105,105,105,.21);*/
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
}

    .header-main .opacity-0 {
        opacity: 0 !important;
    }

    .header-main.dark {
        border-bottom-color: rgba(255,255,255,.2);
        background: linear-gradient(to bottom, #4a4a4a 0%, #797a7d00 100%);
        border: none;
    }

        .header-main.dark .navbar .right-nav-elements .menu-icon-block {
            border-left-color: rgba(255,255,255,.2);
        }

    .header-main.fixed {
        position: fixed;
        border-bottom-color: #dadada;
        -webkit-animation: fadeInDown .3s forwards;
        animation: fadeInDown .3s forwards;
        background: no-repeat;
    }

        .header-main.fixed .navbar .navbar-brand {
            padding: 1rem 0;
        }

@media (max-width:1399px) {
    .header-main.fixed .navbar .navbar-brand {
        /* padding: .82rem 0; */
        padding: 6px 0 6px 18px;
    }
}

.header-main.fixed .navbar .right-nav-elements .menu-icon-block {
    border-left-color: #dadada;
}

.header-main .navbar {
    padding-top: 0;
    padding-bottom: 0;
}

    .header-main .navbar .navbar-brand {
        padding: 1.4rem 0;
        margin-right: 0;
        margin-left: 2rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

@media (max-width:1399px) {
    .header-main .navbar .navbar-brand {
        /*  padding: 1.2rem 0;*/ 
        padding: 6px 0 6px 18px;
        margin-right: .25rem;
        margin-left: .625rem;
    }
}

@media (max-width:1199px) {
    .header-main .navbar .navbar-brand {
        margin-left: 1rem;
        /*padding: 1.12rem 0;*/
        padding: 0.5rem 0;
    }
}

@media (max-width:991px) {
    .header-main .navbar .navbar-brand {
        margin-left: 1.2rem;
    }
}

@media (max-width:767px) {
    .header-main .navbar .navbar-brand {
        margin-left: 1rem;
        padding: 5px 0 !important;
    }
}

@media (max-width:575px) {
    .header-main .navbar .navbar-brand {
        margin-left: .875rem;
    }
}

.header-main .navbar .navbar-nav {
    margin-left: 3rem;
}

@media (max-width:1599px) {
    .header-main .navbar .navbar-nav {
        margin-left: .875rem;
    }
}

@media (max-width:1399px) {
    .header-main .navbar .navbar-nav {
        /*margin-left: 0;*/
        /* margin-left: 10rem; */
        margin-left: auto;
        margin-right: 0!important;
    }
}

@media (max-width:1023px) {
    .header-main .navbar .navbar-nav {
        display: none;
    }
}

.header-main .navbar .navbar-nav .nav-item {
    margin: 0 1rem;
}

@media (max-width:1599px) {
    .header-main .navbar .navbar-nav .nav-item {
        margin: 0 .4375rem;
    }
}

@media (max-width:1399px) {
    .header-main .navbar .navbar-nav .nav-item {
        margin: 0 .625rem;
    }
}

@media (max-width:1199px) {
    .header-main .navbar .navbar-nav .nav-item {
        margin: 0 .5625rem;
    }
}

.header-main .navbar .navbar-nav .nav-item .nav-link {
    padding: .5rem;
    font-size: .875rem;
    font-weight: 400;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #222;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    opacity: 1;
}

@media (max-width:1599px) {
    .header-main .navbar .navbar-nav .nav-item .nav-link {
        font-size: .8125rem;
        padding: .5rem .2rem;
    }
}

@media (max-width:1399px) {
    .header-main .navbar .navbar-nav .nav-item .nav-link {
        font-size: .875rem;
        padding: .5rem 0;
    }
}

@media only screen and (max-width:1364px) {
    .header-main .navbar .navbar-nav .nav-item .nav-link {
        /*font-size: .6875rem;*/
        font-size: 13px;
    }
}

@media (max-width:1199px) {
    .header-main .navbar .navbar-nav .nav-item .nav-link {
        font-size: .75rem;
    }
}

.header-main .navbar .navbar-nav .nav-item .submenu {
    min-width: 100%;
    border-radius: 0;
    border: none;
    margin: 0;
    padding: 0 1.875rem;
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    -webkit-transition: all .4s ease-in-out 0s, visibility 0s linear .3s, z-index 0s linear 10ms;
    -o-transition: all .4s ease-in-out 0s, visibility 0s linear .3s, z-index 0s linear 10ms;
    transition: all .4s ease-in-out 0s, visibility 0s linear .3s, z-index 0s linear 10ms;
    -webkit-transform: translateY(-2em);
    -ms-transform: translateY(-2em);
    transform: translateY(-2em);
    z-index: -1;
    top: 101%;box-shadow:none;
}

@media (max-width:1199px) {
    .header-main .navbar .navbar-nav .nav-item .submenu {
        padding: 0 .9375rem;
        top: 102%;
        position: absolute !important;
    }
}

.header-main .navbar .navbar-nav .nav-item:hover .submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0s, 0s, .5s;
    -o-transition-delay: 0s, 0s, .5s;
    transition-delay: 0s, 0s, .5s;
}

@media (max-width:1199px) {
    .header-main .navbar .navbar-nav .nav-item .submenu.show {
        position: static !important;
    }
}

.header-main .navbar .navbar-nav .nav-item .submenu * {
    text-transform: initial;
    white-space: normal;
}

.header-main .navbar .navbar-nav .nav-item .submenu .submenu-inner {
    background-color: #fff;
    padding: 1.875rem;
}

    .header-main .navbar .navbar-nav .nav-item .submenu .submenu-inner .icon-item {
        margin-left: 1.375rem;
        margin-top: 1.5rem;
    }

    .header-main .navbar .navbar-nav .nav-item .submenu .submenu-inner .nav-link {
        font-size: 13px;    padding-right: 22px;
    }

@media (max-width:1023px) {
    .header-main .navbar .navbar-nav .nav-item .submenu .submenu-inner .nav-link {
        color: #fff !important;
    }
}

.header-main .navbar .navbar-nav .nav-item .submenu .submenu-inner a.nav-link {
    -webkit-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
    transition: all ease-in .3s;
}

    .header-main .navbar .navbar-nav .nav-item .submenu .submenu-inner a.nav-link:hover {
        color: #f58220 !important;
    }

.header-main .navbar .navbar-nav .nav-item .submenu .submenu-inner.submenu-inner-cs p {
    color: #696969 !important;
    opacity: 1;
}

.header-main .navbar .navbar-nav .nav-item .submenu .submenu-inner.submenu-inner-cs a:not(.text-primary) {
    margin-bottom: .4375rem;
    color: #222 !important;
}

.header-main .navbar .navbar-nav .nav-item .submenu .submenu-inner.submenu-inner-cs a, .header-main .navbar .navbar-nav .nav-item .submenu .submenu-inner.submenu-inner-cs p {
    font-size: 1rem;
}

@media (max-width:1199px) {
    .header-main .navbar .navbar-nav .nav-item .submenu .submenu-inner.submenu-inner-cs a, .header-main .navbar .navbar-nav .nav-item .submenu .submenu-inner.submenu-inner-cs p {
        color: #fff !important;
    }
}

.header-main .navbar .navbar-nav .nav-item .submenu .submenu-inner.submenu-inner-cs .header-main.fixed .text-primary {
    color: #f58220 !important;
}

.header-main .navbar .navbar-nav .nav-item .submenu .nav-link {
    font-size: 1.375rem;
    padding: 0;
    color: #222 !important;
    margin-bottom: 10px;
    background-color: transparent;
}

    .header-main .navbar .navbar-nav .nav-item .submenu .nav-link.text-secondary {
        color: #696969 !important;
    }

@media (max-width:1023px) {
    .header-main .navbar .navbar-nav .nav-item .submenu {
        padding: 0;
    }

        .header-main .navbar .navbar-nav .nav-item .submenu .submenu-inner {
            background-color: transparent !important;
            padding: 0 2rem;
        }

        .header-main .navbar .navbar-nav .nav-item .submenu .row > * {
            -ms-flex-negative: 0;
            flex-shrink: 0;
            width: 100%;
        }
}

.header-main .navbar .navbar-nav .nav-item .dropdown-toggle::after {
    display: none;
}

.header-main .navbar .navbar-nav .nav-item .dropdown-toggle.show {
    color: #f58220 !important;
}

.header-main .navbar .navbar-nav .nav-item > .nav-link {
    letter-spacing: 0;    position: relative;
}

.header-main .navbar .navbar-nav .header-contact {
    background: #fff;
    border-top: 0.0625rem solid rgba(105,105,105,.29);
    padding: 1.25rem 1.25rem;
    background: #fff7f3;
}

    .header-main .navbar .navbar-nav .header-contact .icon-block {
        background-color: #ffffff;
    }

@media (max-width:1023px) {
    .header-main .navbar .navbar-nav .header-contact {
        display: none;
    }
}

.header-main .navbar .right-nav-elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin-right: 30px;
}

@media (max-width:1023px) {
    .header-main .navbar .right-nav-elements {
        margin-left: auto;
        margin-right: 0px;
    }
}

.header-main .navbar .right-nav-elements .menu-icon-block {
    cursor: pointer;
    margin-left: 1rem;
    border-left: 1px solid #dadada;
    padding: 0 1.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width:1399px) {
    .header-main .navbar .right-nav-elements .menu-icon-block {
        padding: 0 1.2rem;
    }
}

@media (max-width:1199px) {
    .header-main .navbar .right-nav-elements .menu-icon-block {
        padding: 0 1rem;
    }
}

@media (max-width:1023px) {
    .header-main .navbar .right-nav-elements .menu-icon-block {
        /*padding: 0 .875rem;*/
        padding: 20px .875rem;
    }
}

.header-main .navbar .right-nav-elements .menu-icon-block .hamburger-icon {
    display: block;
    cursor: pointer;
    padding: 0;
    width: 2.9rem;
    height: 1.24rem;
    position: relative;
    -webkit-transition: .22s;
    -o-transition: .22s;
    transition: .22s;
}

@media (min-width:1024px) {
    .header-main .navbar .right-nav-elements .menu-icon-block .hamburger-icon {
        pointer-events: none;
    }
}

.header-main .navbar .right-nav-elements .menu-icon-block .hamburger-icon:active, .header-main .navbar .right-nav-elements .menu-icon-block .hamburger-icon:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width:1399px) {
    .header-main .navbar .right-nav-elements .menu-icon-block .hamburger-icon {
        width: 2.78rem;
        height: 1.2rem;
    }

        .header-main .navbar .right-nav-elements .menu-icon-block .hamburger-icon:hover {
            height: 1.2rem;
        }
}

@media (max-width:1023px) {
    .header-main .navbar .right-nav-elements .menu-icon-block .hamburger-icon {
        width: 28px;
        height: 1.18rem;
    }

        .header-main .navbar .right-nav-elements .menu-icon-block .hamburger-icon:hover {
            height: 1.18rem;
        }
}

.header-main .navbar .right-nav-elements .menu-icon-block .hamburger-icon .bars {
    width: 100%;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    height: 2px;
    background-color: #222;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
}

    .header-main .navbar .right-nav-elements .menu-icon-block .hamburger-icon .bars:first-child {
        top: 0;
    }

    .header-main .navbar .right-nav-elements .menu-icon-block .hamburger-icon .bars:last-child {
        top: 100%;
    }

.header-main .navbar .right-nav-elements .menu-icon-block.header_active {
    /*padding-top: .375rem;*/
    padding-top: 1.375rem;
}

    .header-main .navbar .right-nav-elements .menu-icon-block.header_active .bars:nth-child(1) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 4px;
    }

    .header-main .navbar .right-nav-elements .menu-icon-block.header_active .bars:nth-child(2) {
        opacity: 0;
    }

    .header-main .navbar .right-nav-elements .menu-icon-block.header_active .bars:nth-child(3) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: .3125rem;
    }

.header-main .navbar.navbar-light {
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px #b5b5b5;
}

/*.header-main .navbar.navbar-dark .navbar-brand .logo-black {
    display: none;
}

.header-main .navbar.navbar-dark .navbar-brand .logo-white {
    display: block;
}*/

.header-main .navbar.navbar-dark .navbar-nav .nav-item > .nav-link {
    color: #fff;
    text-decoration: none;
}

.header-main .navbar.navbar-dark .right-nav-elements .menu-icon-block .hamburger-icon .bars {
    background-color: #0e0101;
}

.header-main .navbar.navbar-dark .btn.btn-outline.CTA-button {
  /* border-color: #fff; */
    border-radius: 0px;
    color: #ffffff;
    background-color: #f58220;
}

    .header-main .navbar.navbar-dark .btn.btn-outline.CTA-button:focus, .header-main .navbar.navbar-dark .btn.btn-outline.CTA-button:hover {
        background-color: #f58220;
        border-color: #f58220;
        color: #fff !important;
    }

.header-main .logo-img {
    display: none;
    /*height: 2.7rem;*/
    /*height: 60px;*/
    -o-object-fit: contain;
    object-fit: contain;
    width: auto;
}

@media (max-width:1199px) {
    .header-main .logo-img {
        height: 1.875rem;
    }
}

@media (max-width:767px) {
    .header-main .logo-img {
        height: 3rem;
    }
}

.header-main .logo-img.logo-black {
    display: block;
}

.header-main .img-text {
    position: relative;
}

    .header-main .img-text .img-text-inner {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        transform: translate(0,-50%);
        padding: 1.5rem;
    }

        .header-main .img-text .img-text-inner .img-text-heading {
            font-size: 28px;
            margin-bottom: 10px;
        }

        .header-main .img-text .img-text-inner.img-text-trans-none {
            position: static;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
        }

@media (max-width:1199px) {
    .header-main .img-text img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: left;
        object-position: left;
    }

    .header-main .submenu a, .header-main .submenu p {
        font-size: .875rem;
    }
}

.btn.btn-outline.CTA-button {
    border-color: #f58220;
    color: white;
    -ms-flex-item-align: center;
    align-self: center;
    border-radius: 0px;
    padding: .6rem 1.6rem;
    background: #f58220;
    font-size: .875rem;
}

@media (max-width:1199px) {
    .btn.btn-outline.CTA-button {
        padding: .5rem 1rem;
        font-size: .84rem;
    }
}

.btn.btn-outline.CTA-button:focus, .btn.btn-outline.CTA-button:hover {
    background-color: #f58220;
    border-color: #f58220;
    color: #fff;
}

.btn.btn-outline.CTA-button:active, .btn.btn-outline.CTA-button:focus {
    -webkit-box-shadow: 0 0 0 .28rem rgba(34,34,34,.4);
    box-shadow: 0 0 0 .28rem rgba(34,34,34,.4);
}

.navbar-collapse {
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

@media (max-width:1023px) {
    .navbar-collapse.collapse-sidebar {
        position: fixed;
        overflow-y: auto;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100vh;
        width: 18rem;
        z-index: 9999;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #222;
        -webkit-transform: translate(-100%);
        -ms-transform: translate(-100%);
        transform: translate(-100%);
        -webkit-transition: height 0s, opacity .2s, -webkit-transform .2s;
        transition: height 0s, opacity .2s, -webkit-transform .2s;
        -o-transition: height 0s, transform .2s, opacity .2s;
        transition: height 0s, transform .2s, opacity .2s;
        transition: height 0s, transform .2s, opacity .2s, -webkit-transform .2s;
    }

        .navbar-collapse.collapse-sidebar:not(.show) {
            display: block;
            opacity: 1;
        }

        .navbar-collapse.collapse-sidebar.show {
            -webkit-transform: translate(0);
            -ms-transform: translate(0);
            transform: translate(0);
        }

        .navbar-collapse.collapse-sidebar .navbar-nav {
            display: block;
            margin-left: 0;
            padding-top: 1.4rem;
        }

            .navbar-collapse.collapse-sidebar .navbar-nav .nav-item .nav-link {
                color: #dadada;
                padding: 1rem 1.8rem;
                border-bottom: 1px solid rgba(255,255,255,.06);
            }

                .navbar-collapse.collapse-sidebar .navbar-nav .nav-item .nav-link:active {
                    background-color: #131313;
                    color: #fff;
                }

            .navbar-collapse.collapse-sidebar .navbar-nav.navbar-nav-destop a, .navbar-collapse.collapse-sidebar .navbar-nav.navbar-nav-destop p {
                border: none !important;
            }

        .navbar-collapse.collapse-sidebar .btn.btn-outline.CTA-button {
            border-color: #131313;
            padding: .8rem 2rem;
        }
}

.sidebar-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #131313;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 999;
}

.show + .sidebar-backdrop {
    opacity: .9;
    visibility: visible;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-70%);
        transform: translateY(-70%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-70%);
        transform: translateY(-70%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.header-spacing {
    margin-top: 5.49812rem;
}

@media (max-width:1399px) {
    .header-spacing {
        margin-top: 76.5px;
    }
}

@media (max-width:1199px) {
    .header-spacing {
        margin-top: 61.72px;
    }
}

@media (max-width:767px) {
    .header-spacing {
        margin-top: 63.59px;
    }
}

.header-spacing-padding {
    padding-top: 5.49812rem;
}

@media (max-width:1399px) {
    .header-spacing-padding {
        padding-top: 76.5px;
    }
}

@media (max-width:1199px) {
    .header-spacing-padding {
        padding-top: 61.72px;
    }
}

@media (max-width:767px) {
    .header-spacing-padding {
        padding-top: 63.59px;
    }
}
.sidenav_menu {
    height: 0;
    width: calc(100% - 60px);
    position: fixed;
    z-index: 1;
    top: 5.5625rem;
    background-color: #fff;
    overflow-x: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 4;
    background-color: #ffffff;
    overflow: hidden;
}

    .sidenav_menu ::-webkit-scrollbar {
        width: 0;
    }

@media (max-width:767px) {
    .sidenav_menu {
        width: 100%;
        top: 5.1875rem;
        /* top: 4.1875rem;*/
    }
}

.sidenav_menu ::-webkit-scrollbar-track {
    background: #f58220;
}

.sidenav_menu.header_active {
    height: calc(100vh - 120px);
}

@media (max-width:767px) {
    .sidenav_menu.header_active {
        /*height: 100vh!important;*/
        z-index: 999;
        height: calc(100vh - 60px);
    }
}

.sidenav_menu .closebtn {
    position: absolute;
    top: 0;
    right: 1.5625rem;
    font-size: 2.25rem;
    margin-left: 3.125rem;
}

.sidenav_menu .sidebar_left_outer {
    width: 68.7%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
}

@media (max-width:1199px) {
    .sidenav_menu .sidebar_left_outer {
        width: 59.7%;
    }
}

.sidenav_menu .sidebar_left, .sidenav_menu .sidebar_right_outer, .sidenav_menu .social-icon-main {
    padding: 5.625rem 6.25rem;
}

@media (max-width:1599px) {
    .sidenav_menu .sidebar_left, .sidenav_menu .sidebar_right_outer, .sidenav_menu .social-icon-main {
        padding: 3.125rem 3.75rem;
    }
}

@media (max-width:1199px) {
    .sidenav_menu .sidebar_left, .sidenav_menu .sidebar_right_outer, .sidenav_menu .social-icon-main {
        padding: 1.875rem 1.25rem 6.875rem;
    }
}

@media (max-width:767px) {
    .sidenav_menu .sidebar_left, .sidenav_menu .sidebar_right_outer, .sidenav_menu .social-icon-main {
        padding: 1.875rem 1.25rem;
    }
}

.sidenav_menu .sidebar_left {
    background-color: #fff;
}

@media (max-width:1199px) {
    .sidenav_menu .sidebar_left {
        padding-bottom: 2.5625rem;
    }
}

.sidenav_menu .header_company {
    padding: 2.8125rem 0 0;
    margin: 2.8125rem 0 0;
    border-top: .0625rem solid #dadada;
}

@media (max-width:1199px) {
    .sidenav_menu .header_company {
        border: none;
        margin: 0;
        padding: 0;
    }
}

.sidenav_menu .social-icon-main {
    height: 12.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
}

@media (max-width:1599px) {
    .sidenav_menu .social-icon-main {
        height: 6.25rem;
    }
}

.sidenav_menu .social-icon-main .social-item .social-link {
    margin-right: .6875rem;
}

    .sidenav_menu .social-icon-main .social-item .social-link .svg-icon {
        fill: #696969;
    }

    .sidenav_menu .social-icon-main .social-item .social-link:hover .svg-icon {
        fill: #fff;
    }

.sidenav_menu .sidebar_right_outer {
    width: 31.3%;
}

@media (max-width:1199px) {
    .sidenav_menu .sidebar_right_outer {
        width: 41%;
        overflow-y: scroll;
        height: 100%;
        padding-top: 1.375rem;
    }
}

@media (max-width:767px) {
    .sidenav_menu .sidebar_right_outer {
        width: 100%;
    }
}

.sidenav_menu .sidebar_right_outer ul li a {
    font-size: 1.875rem;
    color: #000;
    font-weight: 700;
    margin-bottom: 1.375rem;
    display: inline-block;
}

@media (max-width:1199px) {
    .sidenav_menu .sidebar_right_outer ul li a {
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 0;
        display: block;
        padding: .375rem 0;
    }

        .sidenav_menu .sidebar_right_outer ul li a.res-submenu {
            font-size: 15px;
        }
}

.sidenav_menu .sidebar_right_outer ul li a.active, .sidenav_menu .sidebar_right_outer ul li a:hover {
    color: #222;
}

@media (max-width:1199px) {
    .sidenav_menu .sidebar_right_outer ul .menu_parent.active > a {
        color: #222;
    }

    .sidenav_menu .sidebar_right_outer ul .menu_parent.active .res-submenu::before {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    .sidenav_menu .sidebar_right_outer ul .menu_parent .sub-side {
        /* margin-left: 10px; */
        background: #fefaf4;
        padding: 5px 15px;
    }

        .sidenav_menu .sidebar_right_outer ul .menu_parent .sub-side li a {
            font-size: 14px;
        }
}

.sidenav_menu .sidebar_right_outer .res-submenu-two + .sub-side-two {
    display: none;
    margin-left: 1.25rem;
}

.sidenav_menu .sidenav_menu_inner {
    overflow-y: auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width:767px) {
    .sidenav_menu .sidenav_menu_inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.sidenav_menu .menu_parent .res-submenu, .sidenav_menu .res-submenu, .sidenav_menu .res-submenu-two {
    position: relative;
}

    .sidenav_menu .menu_parent .res-submenu::before, .sidenav_menu .menu_parent .res-submenu:after, .sidenav_menu .res-submenu-two::before, .sidenav_menu .res-submenu-two:after, .sidenav_menu .res-submenu::before, .sidenav_menu .res-submenu:after {
        position: absolute;
        content: "";
        height: .125rem;
        width: 12px;
        background: #575757;
        top: 1.375rem;
        right: 0;
        -webkit-transition: all ease-in .3s;
        -o-transition: all ease-in .3s;
        transition: all ease-in .3s;
    }

    .sidenav_menu .menu_parent .res-submenu::before, .sidenav_menu .res-submenu-two::before, .sidenav_menu .res-submenu::before {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .sidenav_menu .menu_parent .res-submenu.active::before, .sidenav_menu .res-submenu-two.active::before, .sidenav_menu .res-submenu.active::before {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

/*.footer-bg {
    background: url(../images/footer-bg.jpg) no-repeat center center/contain;
}*/

.footer-title {
    margin-bottom: 1.6rem;
}

@media (max-width:767px) {
    .footer-main {
        padding-left: .5rem;
        padding-right: .5rem;
    }
}

@media (max-width:575px) {
    .footer-main {
        padding-left: .3rem;
        padding-right: .3rem;
    }
}

.footer-main .tabs {
    position: relative;
}

    .footer-main .tabs .--hidden {
        display: none;
    }

    .footer-main .tabs .-primary {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .footer-main .tabs .-primary .-more button {
            color: #fff;
            font-size: 1.625rem;
            letter-spacing: .125rem;
            line-height: .375rem;
        }

        .footer-main .tabs .-primary > li {
            list-style: none;
            position: relative;
        }

            .footer-main .tabs .-primary > li > a, .footer-main .tabs .-primary > li > button {
                white-space: nowrap;
                background-color: transparent;
                border: none;
            }

    .footer-main .tabs.--show-secondary .-primary .-more > button span {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .footer-main .tabs .-secondary {
        display: none;
        position: absolute;
        bottom: 116%;
        right: .75rem;
        background-color: #fff;
        padding: .75rem;
        width: 7.5rem;
        text-align: left;
    }

        .footer-main .tabs .-secondary a {
            color: #696969;
            font-size: .73125rem;
            margin: 0 0 .4375rem 0;
            display: block;
        }

    .footer-main .tabs.--show-secondary .-secondary {
        display: block;
    }


.banner-main {
    min-height: calc(100vh - 87px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6.25rem;
}

@media (max-width:1199px) {
    .banner-main {
        padding: 4.375rem;
        min-height: auto;
    }
}

@media (max-width:1023px) {
    .banner-main {
        padding: 4.375rem 1.875rem;
    }
}

@media (max-width:767px) {
    .banner-main {
        padding: 3.125rem .9375rem;
    }
}

.banner-main .section-title-and-desc {
    margin: 0;
}

    .banner-main .section-title-and-desc .section-title-text {
        line-height: normal;
        margin-bottom: 1.9375rem;
    }

@media (max-width:991px) {
    .banner-main:after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(19,19,19,.85);
        z-index: 0;
    }

    .banner-main [class*="col"] {
        position: relative;
        z-index: 4 !important;
    }

    .banner-main [class*=col] :not(.btn) {
        color: #fff !important;
    }

    .banner-main [class*="col"] .no-pay-req .above-side h3, .banner-main [class*="col"] .no-pay-req .above-side p {
        color: #696969 !important;
    }

    .banner-main .banner-post-img {
        z-index: -1;
    }
}

.banner-main .form-price-outer {
    z-index: 0;
}

.banner-main.not-after::after {
    display: none;
}

.hero-banner {
    background-color: #222;
    padding: 0 0 8.25rem;
    height: auto;
}

@media (max-width:1199px) {
    .hero-banner {
        padding: 0 0 6.25rem;
    }
}

@media (max-width:767px) {
    .hero-banner {
        padding: 0 0 4.375rem;
    }
}

.hero-banner.header-spacing-padding {
    padding-top: 15.375rem;
}

@media (max-width:1199px) {
    .hero-banner.header-spacing-padding {
        padding-top: 12.625rem;
    }
}

@media (max-width:767px) {
    .hero-banner.header-spacing-padding {
        padding-top: 10.625rem;
    }
}

.banner-content-logo {
    width: 5rem;
    display: inline-block;
}

@media (min-width:992px) {
    .banner-content-logo {
        width: 5.625rem;
    }
}

@media (min-width:1200px) {
    .banner-content-logo {
        width: 9.0625rem;
    }
}

@media (min-width:1400px) {
    .banner-content-logo {
        width: 11.25rem;
    }
}

.banner-content-logo img, .banner-content-logo source {
    width: 100%;
}



.header-main .navbar .navbar-nav .nav-item .nav-link.a_sec:hover:before {
      width:100%;
}
.header-main .navbar .navbar-nav .nav-item .nav-link.a_sec:before {
        content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: #f07036;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.get-in-touch-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .get-in-touch-block .icon-block {
        width: 3.6rem;
        height: 3.6rem;
        margin-right: 1rem;
        border-radius: 50%;
        background-color: #222;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

        .get-in-touch-block .icon-block .img-item {
            width: 1.5rem;
            height: 1.5rem;
            -o-object-fit: contain;
            object-fit: contain;
        }

    .get-in-touch-block .right-content p {
        margin-bottom: 0;
    }

    .get-in-touch-block .right-content a {
        -webkit-transition: all ease-in-out .25s;
        -o-transition: all ease-in-out .25s;
        transition: all ease-in-out .25s;
    }

        .get-in-touch-block .right-content a:hover {
            color: #f58220;
        }

        .case-study-full .content, .section-padding, .section-padding-bottom, .section-padding-lg, .section-padding-md, .section-padding-sm{
            padding-top: 40px;
    padding-bottom: 40px;
        }
img.logo-img.logo-white.logo_white_desktop {
    display: block;
    height: 68px;
}
.row.headersub-menu-row-tri .col-lg-2:nth-child(1) {
    flex: 0 0 auto;
    width: 32.666667%;
    column-count: 2;
    column-gap: 20px;
}

    .row.headersub-menu-row-tri .col-lg-2:nth-child(1) p {
        column-span: all;
        margin-bottom: 10px;
    }