*,
:after,
:before {
    box-sizing: border-box;
    outline: none
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: "Segoe UI", "Helvetica", "SF Pro Display", "Ubuntu", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    color: #1d1e31;
    overflow-x: hidden;
    padding: 0px !important;
    margin: 0px !important;
    background-color: #fff;
    text-align: left
}

img {
    height: auto;
    width: auto;
    max-width: 100%;
    border-style: none;
    vertical-align: middle
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0
}

.container,
.container-fluid {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px
}

@media only screen and (max-width: 767px) {

    .container,
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px
    }
}

.container {
    max-width: 1540px
}

@media only screen and (max-width: 1800px) {
    .container {
        max-width: 1440px
    }
}

@media only screen and (max-width: 1600px) {
    .container {
        max-width: 1360px
    }
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

a {
    color: #1d1e31;
    text-decoration: none;
    transition: all .1s ease 0s
}

a:hover {
    text-decoration: none;
    color: #f16122
}

.m-auto {
    margin: auto !important
}

.ml-auto {
    margin-left: auto !important
}

.m-0 {
    margin: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.ml-2 {
    margin-left: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pl-0 {
    padding-left: 0 !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.col-12,
.col-6,
.col-lg,
.col-lg-10,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-10,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-sm-12,
.col-sm-4,
.col-sm-6,
.col-sm-8,
.col-xl-3,
.col-xl-9,
.col-xl-12 {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

@media(min-width: 576px) {
    .col-sm-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width: 768px) {
    .col-md-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width: 1200px) {
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

html {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    scroll-behavior: smooth
}

@font-face {
    font-family: "Oswald";
    font-style: normal;
    font-weight: bold;
    src: url("https://placehold.co/100x100?text=Asset/fonts/Oswald-Bold.woff2") format("woff2"), url("https://placehold.co/100x100?text=Asset/fonts/Oswald-Bold.woff") format("woff");
    font-display: swap
}

@font-face {
    font-family: "GilroyRegular";
    src: url("https://placehold.co/100x100?text=Asset/fonts/Gilroy-Regular.woff2") format("woff2"), url("https://placehold.co/100x100?text=Asset/fonts/Gilroy-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "GilroyMedium";
    src: url("https://placehold.co/100x100?text=Asset/fonts/medium.woff2") format("woff2"), url("https://placehold.co/100x100?text=Asset/fonts/medium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "GilroySemiBold";
    src: url("https://placehold.co/100x100?text=Asset/fonts/semibold.woff2") format("woff2"), url("https://placehold.co/100x100?text=Asset/fonts/semibold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "GilroyBold";
    src: url("https://placehold.co/100x100?text=Asset/fonts/bold.woff2") format("woff2"), url("https://placehold.co/100x100?text=Asset/fonts/bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "UrbanistLight";
    src: url("https://placehold.co/100x100?text=Asset/fonts/Urbanist-Light.woff2") format("woff2"), url("https://placehold.co/100x100?text=Asset/fonts/Urbanist-Light.woff") format("woff"), url("https://placehold.co/100x100?text=Asset/fonts/Urbanist-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "UrbanistRegular";
    src: url("https://placehold.co/100x100?text=Asset/fonts/Urbanist-Regular.woff2") format("woff2"), url("https://placehold.co/100x100?text=Asset/fonts/Urbanist-Regular.woff") format("woff"), url("https://placehold.co/100x100?text=Asset/fonts/Urbanist-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "UrbanistMedium";
    src: url("https://placehold.co/100x100?text=Asset/fonts/Urbanist-Medium.woff2") format("woff2"), url("https://placehold.co/100x100?text=Asset/fonts/Urbanist-Medium.woff") format("woff"), url("https://placehold.co/100x100?text=Asset/fonts/Urbanist-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "UrbanistSemiBold";
    src: url("https://placehold.co/100x100?text=Asset/fonts/Urbanist-SemiBold.woff2") format("woff2"), url("https://placehold.co/100x100?text=Asset/fonts/Urbanist-SemiBold.woff") format("woff"), url("https://placehold.co/100x100?text=Asset/fonts/Urbanist-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "UrbanistBold";
    src: url("https://placehold.co/100x100?text=Asset/fonts/Urbanist-Bold.woff2") format("woff2"), url("https://placehold.co/100x100?text=Asset/fonts/Urbanist-Bold.woff") format("woff"), url("https://placehold.co/100x100?text=Asset/fonts/Urbanist-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "UrbanistExtraBold";
    src: url("https://placehold.co/100x100?text=Asset/fonts/Urbanist-ExtraBold.woff2") format("woff2"), url("https://placehold.co/100x100?text=Asset/fonts/Urbanist-ExtraBold.woff") format("woff"), url("https://placehold.co/100x100?text=Asset/fonts/Urbanist-ExtraBold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

.icon {
    font-family: "home-icons"
}

i {
    font-style: inherit
}

@font-face {
    font-family: "home-icons";
    src: url("https://placehold.co/100x100?text=Asset/fonts/website-icons/home-icons.woff2") format("woff2"), url("https://placehold.co/100x100?text=Asset/fonts/website-icons/home-icons.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

[class^=c-icon-],
[class*=" c-icon-"] {
    font-family: "home-icons" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.c-icon-arrow-right:before {
    content: "\e900"
}

.c-icon-artificial-improve:before {
    content: "\e901"
}

.c-icon-banking-icon:before {
    content: "\e902"
}

.c-icon-behance:before {
    content: "\e903"
}

.c-icon-big-data:before {
    content: "\e904"
}

.c-icon-blockchain-improve:before {
    content: "\e905"
}

.c-icon-book-call:before {
    content: "\e906"
}

.c-icon-cc-triangle:before {
    content: "\e907"
}

.c-icon-computer-vision:before {
    content: "\e908"
}

.c-icon-countri-globally:before {
    content: "\e909"
}

.c-icon-down-triangle:before {
    content: "\e90a"
}

.c-icon-dribbble:before {
    content: "\e90b"
}

.c-icon-ecommerce:before {
    content: "\e90c"
}

.c-icon-education:before {
    content: "\e90d"
}

.c-icon-experience-year:before {
    content: "\e90e"
}

.c-icon-facebook:before {
    content: "\e90f"
}

.c-icon-finance:before {
    content: "\e910"
}

.c-icon-healthcare-industry:before {
    content: "\e911"
}

.c-icon-hospitality:before {
    content: "\e912"
}

.c-icon-instagram:before {
    content: "\e913"
}

.c-icon-insurance:before {
    content: "\e914"
}

.c-icon-internet-things:before {
    content: "\e915"
}

.c-icon-linkedin:before {
    content: "\e916"
}

.c-icon-manufacturing:before {
    content: "\e917"
}

.c-icon-media:before {
    content: "\e918"
}

.c-icon-mixed-reality:before {
    content: "\e919"
}

.c-icon-oil-gas:before {
    content: "\e91a"
}

.c-icon-our-work:before {
    content: "\e91b"
}

.c-icon-professionals:before {
    content: "\e91c"
}

.c-icon-projects-total:before {
    content: "\e91d"
}

.c-icon-quote:before {
    content: "\e91e"
}

.c-icon-real-estate:before {
    content: "\e91f"
}

.c-icon-round-dots:before {
    content: "\e920"
}

.c-icon-security:before {
    content: "\e921"
}

.c-icon-squarespace:before {
    content: "\e922"
}

.c-icon-subtract-triangle:before {
    content: "\e923"
}

.c-icon-triangle-radius:before {
    content: "\e924"
}

.c-icon-x:before {
    content: "\e925"
}

.c-icon-youtube:before {
    content: "\e926"
}

.py-90 {
    padding-top: 90px;
    padding-bottom: 90px
}

@media only screen and (max-width: 1366px) {
    .py-90 {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media only screen and (max-width: 1280px) {
    .py-90 {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

@media only screen and (max-width: 1024px) {
    .py-90 {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media only screen and (max-width: 991px) {
    .py-90 {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.pb-90 {
    padding-bottom: 90px
}

@media only screen and (max-width: 1366px) {
    .pb-90 {
        padding-bottom: 80px
    }
}

@media only screen and (max-width: 1280px) {
    .pb-90 {
        padding-bottom: 70px
    }
}

@media only screen and (max-width: 1024px) {
    .pb-90 {
        padding-bottom: 60px
    }
}

@media only screen and (max-width: 991px) {
    .pb-90 {
        padding-bottom: 50px
    }
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px
}

@media only screen and (max-width: 1366px) {
    .py-60 {
        padding-top: 55px;
        padding-bottom: 55px
    }
}

@media only screen and (max-width: 1280px) {
    .py-60 {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media only screen and (max-width: 1024px) {
    .py-60 {
        padding-top: 45px;
        padding-bottom: 45px
    }
}

@media only screen and (max-width: 991px) {
    .py-60 {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media only screen and (max-width: 767px) {
    .py-60 {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.sec-title-spacing {
    padding-bottom: 35px;
    width: 100%
}

@media only screen and (max-width: 1280px) {
    .sec-title-spacing {
        padding-bottom: 30px
    }
}

@media only screen and (max-width: 1024px) {
    .sec-title-spacing {
        padding-bottom: 26px
    }
}

.section-head {
    font-size: 20px;
    line-height: 26px;
    font-family: Segoe UI, Helvetica, SF Pro Display, Ubuntu, sans-serif;
    font-weight: 400;
    color: #666
}

@media only screen and (max-width: 1440px) {
    .section-head {
        font-size: 18px;
        line-height: 22px
    }
}

@media only screen and (max-width: 991px) {
    .section-head {
        font-size: 16px
    }
}

.section-head.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px
}

.section-head .head-left {
    flex: 1
}

.section-head .section-title {
    padding-bottom: 6px
}

@media only screen and (max-width: 767px) {
    .section-head {
        font-size: 16px
    }
}

.section-title {
    font-size: 46px;
    line-height: 56px;
    font-family: "UrbanistSemiBold";
    color: #000
}

@media only screen and (max-width: 1600px) {
    .section-title {
        font-size: 44px;
        line-height: 52px
    }
}

@media only screen and (max-width: 1440px) {
    .section-title {
        font-size: 42px;
        line-height: 50px
    }
}

@media only screen and (max-width: 1280px) {
    .section-title {
        font-size: 40px;
        line-height: 48px
    }
}

@media only screen and (max-width: 1024px) {
    .section-title {
        font-size: 36px;
        line-height: 44px
    }
}

@media only screen and (max-width: 991px) {
    .section-title {
        font-size: 32px;
        line-height: 40px
    }
}

@media only screen and (max-width: 767px) {
    .section-title {
        font-size: 30px;
        line-height: 38px
    }
}

@media only screen and (max-width: 575px) {
    .section-title {
        font-size: 28px;
        line-height: 36px
    }
}

@media only screen and (max-width: 480px) {
    .section-title {
        font-size: 26px;
        line-height: 34px
    }
}

@media only screen and (max-width: 359px) {
    .section-title {
        font-size: 24px
    }
}

.primary-btn {
    max-width: max-content;
    white-space: nowrap;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -o-border-radius: 30px;
    background: #f16122;
    border: none;
    font-family: "UrbanistSemiBold";
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 25px;
    overflow: hidden;
    outline: none;
    box-shadow: none
}

.primary-btn:focus {
    outline: none;
    box-shadow: inherit
}

.primary-btn {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

@media screen and (max-width: 991px) {
    .primary-btn {
        font-size: 16px;
        padding: 12px 22px
    }
}

@media screen and (max-width: 480px) {
    .primary-btn {
        padding: 10px 16px;
        gap: 16px
    }
}

@media screen and (max-width: 359px) {
    .primary-btn {
        padding: 10px 12px;
        gap: 10px
    }
}

.primary-btn i {
    font-size: 24px
}

@media screen and (max-width: 767px) {
    .primary-btn i {
        font-size: 22px
    }
}

@media screen and (max-width: 480px) {
    .primary-btn i {
        font-size: 20px
    }
}

.primary-btn.hover-black {
    position: relative;
    z-index: 9
}

.primary-btn.hover-black::before {
    position: absolute;
    content: " ";
    inset: 0;
    width: 0;
    background-color: #000;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    z-index: -1
}

@media screen and (max-width: 991px) {
    .primary-btn.hover-black::before {
        transition: none
    }
}

.primary-btn.hover-black:hover {
    color: #fff
}

.primary-btn.hover-black:hover::before {
    width: 100%
}

.secondry-btn {
    max-width: max-content;
    white-space: nowrap;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -o-border-radius: 30px;
    background: #fff;
    border: 1px solid #333;
    font-family: "UrbanistSemiBold";
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 15px 25px;
    overflow: hidden;
    outline: none;
    box-shadow: none
}

.secondry-btn:focus {
    outline: none;
    box-shadow: inherit
}

.secondry-btn {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

@media screen and (max-width: 991px) {
    .secondry-btn {
        font-size: 16px;
        padding: 11px 22px
    }
}

@media screen and (max-width: 480px) {
    .secondry-btn {
        padding: 9px 16px;
        gap: 16px
    }
}

@media screen and (max-width: 359px) {
    .secondry-btn {
        padding: 9px 12px;
        gap: 10px
    }
}

.secondry-btn i {
    font-size: 24px
}

@media screen and (max-width: 767px) {
    .secondry-btn i {
        font-size: 22px
    }
}

@media screen and (max-width: 480px) {
    .secondry-btn i {
        font-size: 20px
    }
}

.secondry-btn.hover-orange {
    position: relative;
    z-index: 9
}

.secondry-btn.hover-orange::before {
    position: absolute;
    content: " ";
    inset: 0;
    width: 0;
    background-color: #f16122;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    z-index: -1
}

@media screen and (max-width: 991px) {
    .secondry-btn.hover-orange::before {
        transition: none
    }
}

.secondry-btn.hover-orange:hover {
    color: #fff;
    border-color: #f16122
}

.secondry-btn.hover-orange:hover::before {
    width: 100%
}

@media screen and (max-width: 991px) {
    .mainheader.menuOpen:after {
        content: "";
        position: fixed;
        width: 100%;
        height: 100vh;
        left: 0;
        bottom: 0;
        top: 0;
        right: 0;
        z-index: -1;
        background: hsla(0, 0%, 100%, .92);
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px)
    }
}

@media screen and (max-width: 991px) {
    .mainheader.menuOpen .navigationouter {
        display: block
    }

    .mainheader.menuOpen .navigationouter .navigationlist {
        display: block;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0px 1px 6px rgba(0, 0, 0, .22);
        margin: 4px 1px 2px 2px;
        overflow: hidden
    }

    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list {
        position: relative
    }

    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list.menu-solutions .navigationSub .navigationSub-head+.navsub-list-main,
    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list.menu-technologies .navigationSub .navigationSub-head+.navsub-list-main,
    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list.menu-hiredeveloper .navigationSub .navigationSub-head+.navsub-list-main {
        display: none;
        margin-top: 10px
    }

    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list .navmain-list-link {
        padding: 10px 15px 10px 0;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        margin: 0 15px;
        display: block
    }

    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list .navmain-list-link::before {
        display: none
    }

    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list .navigationSub {
        position: static;
        margin-top: 0 !important;
        box-shadow: none
    }

    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-head {
        position: relative;
        margin-bottom: 0;
        padding-top: 12px;
        padding-right: 30px
    }

    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-head.active .menuarrowInner .menuarrow::before,
    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-head.active .menuarrowInner .menuarrow::after {
        width: 12px
    }

    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-head .menuarrowInner {
        min-height: 24px;
        padding: 0;
        width: 35px;
        z-index: 9999;
        bottom: 0;
        top: 0px;
        right: 0;
        position: absolute;
        background: rgba(0, 0, 0, 0);
        border: none;
        outline: none !important;
        cursor: pointer
    }

    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-head .menuarrowInner .menuarrow {
        width: 5px;
        height: 10px;
        display: block;
        margin: 0 auto;
        transform: rotate(90deg);
        position: absolute;
        right: 5px;
        top: 18px
    }

    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-head .menuarrowInner .menuarrow::after,
    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-head .menuarrowInner .menuarrow::before {
        content: "";
        position: absolute;
        left: 0;
        width: 7px;
        height: 2px;
        display: block;
        background: #000;
        -webkit-transition: width .3s ease;
        -moz-transition: width .3s ease;
        -ms-transition: width .3s ease;
        -o-transition: width .3s ease;
        transition: width .3s ease
    }

    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-head .menuarrowInner .menuarrow::before {
        top: 0;
        transform-origin: top left;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-head .menuarrowInner .menuarrow::after {
        bottom: 0;
        transform-origin: bottom left;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list .navmain-arrow {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 35px;
        height: 46px;
        z-index: 1;
        cursor: pointer
    }

    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list .navmain-arrow:before,
    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list .navmain-arrow:after {
        position: absolute;
        top: 18px;
        right: 20px;
        content: " ";
        height: 12px;
        width: 2px;
        background-color: #2a2a2a;
        margin: auto;
        transition: all .35s
    }

    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list .navmain-arrow::after {
        transform: rotate(-90deg)
    }

    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list.active .navmain-arrow:before {
        transform: rotate(45deg)
    }

    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list.active .navmain-arrow::after {
        transform: rotate(-45deg)
    }
}

@media screen and (max-width: 991px) {
    .navigationouter {
        display: none;
        position: absolute;
        top: 60px;
        left: 15px;
        right: 15px;
        max-height: calc(100vh - 60px);
        min-height: 305px;
        overflow: auto
    }
}

.navigationouter .navigationlist .navmain-list .navigationSub {
    display: none;
    margin-top: 12px !important;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto
}

.navigationouter .navigationlist .navmain-list .navigationSub:before {
    content: "";
    height: 15px;
    width: 100%;
    display: inline-block;
    position: absolute;
    top: -15px
}

@media screen and (max-width: 991px) {
    .navigationouter .navigationlist .navmain-list .navigationSub:before {
        display: none
    }
}

.navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-list {
    background: #fff;
    padding: 20px 85px 20px 85px;
    max-height: calc(100vh - 90px);
    min-height: auto;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #b1b1b1 rgba(0, 0, 0, 0)
}

@media screen and (max-width: 1440px) {
    .navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-list {
        padding: 20px 55px
    }
}

@media screen and (max-width: 1366px) {
    .navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-list {
        padding: 20px 30px
    }
}

@media screen and (max-width: 1199px) {
    .navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-list {
        padding: 15px 10px
    }
}

@media screen and (max-width: 991px) {
    .navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-list {
        min-height: auto;
        max-height: 100%;
        box-shadow: none;
        overflow: visible;
        padding: 0px 15px 5px
    }
}

.navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-list .navsub-wrap {
    max-width: 1730px;
    margin: 0 auto
}

.navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-list .navsub-wrap.contact-nav {
    margin-top: 16px
}

@media screen and (max-width: 991px) {
    .navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-list .navsub-wrap.contact-nav {
        display: none
    }
}

@media screen and (max-width: 1199px) {
    .navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-list [class*=col-] {
        padding: 0 10px
    }
}

@media screen and (max-width: 991px) {
    .navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-list [class*=col-] {
        padding: 0
    }
}

.navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-list .navigationSub-head {
    font-size: 16px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    font-weight: 600
}

@media screen and (max-width: 1199px) {
    .navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-list .navigationSub-head {
        margin-bottom: 10px
    }
}

@media screen and (max-width: 991px) {
    .navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-list .navigationSub-head {
        font-size: 15px
    }
}

.navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-list .navsub-list-link {
    display: inline-flex;
    align-items: center;
    background: rgba(0, 0, 0, 0);
    position: relative;
    transition: all .3s ease;
    font-size: 15px;
    line-height: 1.3;
    border-radius: 5px;
    overflow: hidden;
    text-transform: none;
    font-family: "Segoe UI", "Helvetica", "SF Pro Display", "Ubuntu", sans-serif !important;
    margin: 5px 0;
    padding: 2px 0
}

@media(max-width: 991px) {
    .navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-list .navsub-list-link {
        margin: 5px 0px
    }
}

.navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-list .navsub-list-link:hover {
    color: #f16122
}

.navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-list .navsub-list-link i {
    position: absolute;
    left: 10px;
    top: 8px;
    font-size: 23px
}

.navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-list .getin-touch {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    column-gap: 30px;
    align-content: space-between
}

@media(max-width: 1366px) {
    .navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-list .getin-touch {
        column-gap: 20px
    }
}

.navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-list .getin-touch .getouch-link {
    padding-left: 55px;
    width: calc(25% - 22.5px);
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-left: 1px solid #ccc
}

@media(max-width: 1366px) {
    .navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-list .getin-touch .getouch-link {
        width: calc(25% - 15px)
    }
}

@media(max-width: 991px) {
    .navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-list .getin-touch .getouch-link {
        width: calc(50% - 10px)
    }
}

@media(max-width: 767px) {
    .navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-list .getin-touch .getouch-link {
        width: 100%
    }
}

@media(max-width: 991px) {
    .navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-list .getin-touch .getouch-link.email:before {
        content: none !important
    }
}

@media(max-width: 767px) {

    .navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-list .getin-touch .getouch-link.whatsup:before,
    .navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-list .getin-touch .getouch-link.skypee:before {
        content: none !important
    }
}

.navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-list .getin-touch .getouch-link::after {
    content: "";
    background-image: url(https://placehold.co/100x100?text=Asset/images/footer/social-icons.svg);
    position: absolute;
    background-size: auto 100%;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    left: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-list .getin-touch .getouch-link.skypee::after {
    background-position: left center
}

.navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-list .getin-touch .getouch-link.email::after {
    background-position-x: -30px
}

.navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-list .getin-touch .getouch-link.whatsup::after {
    background-position-x: -60px
}

.navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-list .getin-touch .getouch-link.call::after {
    background-position-x: -90px
}

.navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-list .getin-touch .getouch-link .getin-touch-label {
    font-size: 15px;
    margin-bottom: 0px;
    display: block;
    color: #000
}

.navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-list .getin-touch .getouch-link .getin-touch-value {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    width: 100%
}

.navigationouter .navigationlist .navmain-list .navigationSub .navsub-list-main {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    column-gap: 30px
}

@media screen and (max-width: 1199px) {
    .navigationouter .navigationlist .navmain-list .navigationSub .navsub-list-main {
        column-gap: 20px
    }
}

@media screen and (max-width: 991px) {
    .navigationouter .navigationlist .navmain-list .navigationSub .navsub-list-main {
        margin-bottom: 0
    }
}

.navigationouter .navigationlist .navmain-list.menu-work .navmain-list-link {
    padding-right: 0px
}

@media screen and (max-width: 991px) {
    .navigationouter .navigationlist .navmain-list.menu-work {
        display: none
    }
}

.navigationouter .navigationlist .navmain-list.menu-work .navmain-list-link::before {
    display: none !important
}

@media screen and (max-width: 991px) {
    .navigationouter .navigationlist .menu-company .navmain-list-link {
        border-color: rgba(0, 0, 0, 0) !important
    }
}

@media screen and (max-width: 991px) {
    .navigationouter .navigationlist .menu-company .navsub-list-main.column-4 {
        border-top: 1px solid rgba(0, 0, 0, .1);
        padding: 5px 0 10px
    }
}

.navigationouter .navigationlist .menu-company .navigationSub-list .com-res-menu {
    border-bottom: 1px dashed rgba(187, 187, 187, .5)
}

@media screen and (max-width: 991px) {
    .navigationouter .navigationlist .menu-company .navigationSub-list .com-res-menu {
        border-bottom: 0px
    }
}

@media screen and (max-width: 991px) {
    .navigationouter .navigationlist .menu-company .navigationSub-list .com-res-menu .col-xl-9 .navigationSub-head {
        display: none
    }
}

@media screen and (max-width: 991px) {
    .navigationouter .navigationlist .menu-company .navigationSub-list .com-res-menu .resources-nav .column-1 {
        padding: 4px 0 10px
    }
}

@media screen and (max-width: 991px) {
    .navigationouter .navigationlist .menu-company .navigationSub-list .com-res-menu .resources-nav .column-1 li {
        width: calc(33.33% - 23px)
    }
}

@media screen and (max-width: 767px) {
    .navigationouter .navigationlist .menu-company .navigationSub-list .com-res-menu .resources-nav .column-1 li {
        width: calc(50% - 15px)
    }
}

@media screen and (max-width: 375px) {
    .navigationouter .navigationlist .menu-company .navigationSub-list .com-res-menu .resources-nav .column-1 li {
        width: 100%
    }
}

.navigationouter .navigationlist .menu-company .navigationSub-list .com-res-menu .resources-nav .navigationSub-head {
    padding-top: 0px
}

@media only screen and (max-width: 1199px) {
    .navigationouter .navigationlist .menu-company .navigationSub-list .certified-by .navigationSub-head.getintouch {
        justify-content: center
    }
}

@media only screen and (max-width: 1199px) {
    .navigationouter .navigationlist .menu-company .navigationSub-list .certified-by {
        border-top: 1px dashed rgba(187, 187, 187, .5);
        margin-top: 20px;
        padding-top: 16px !important
    }
}

.navigationouter .navigationlist .menu-company .navigationSub-list .certified-by .creat-logo {
    width: 100%;
    height: 72px;
    background-image: url(https://placehold.co/100x100?text=Asset/images/home/menu-certification.webp);
    background-repeat: no-repeat;
    background-position: left 15px center;
    border-left: 1px solid #ccc
}

@media only screen and (max-width: 1280px) {
    .navigationouter .navigationlist .menu-company .navigationSub-list .certified-by .creat-logo {
        background-position: left 12px center
    }
}

@media only screen and (max-width: 1199px) {
    .navigationouter .navigationlist .menu-company .navigationSub-list .certified-by .creat-logo {
        border: none;
        background-position: center center
    }
}

.navigationouter .navigationlist .menu-hiredeveloper .menu-inner-cta,
.navigationouter .navigationlist .menu-industries .menu-inner-cta {
    padding-top: 38px !important;
    padding-bottom: 20px
}

@media only screen and (max-width: 991px) {

    .navigationouter .navigationlist .menu-hiredeveloper .menu-inner-cta,
    .navigationouter .navigationlist .menu-industries .menu-inner-cta {
        display: none
    }
}

.navigationouter .navigationlist .menu-hiredeveloper .menu-inner-cta .cta-text-box,
.navigationouter .navigationlist .menu-industries .menu-inner-cta .cta-text-box {
    border: 1px solid rgba(241, 97, 34, .4);
    background: rgba(0, 0, 0, 0);
    border-radius: 20px;
    color: #1d1e31;
    text-align: center;
    font-weight: 500
}

.navigationouter .navigationlist .menu-hiredeveloper .menu-inner-cta .cta-text-box p,
.navigationouter .navigationlist .menu-industries .menu-inner-cta .cta-text-box p {
    margin-bottom: 16px
}

.navigationouter .navigationlist .menu-hiredeveloper .menu-inner-cta .cta-button,
.navigationouter .navigationlist .menu-industries .menu-inner-cta .cta-button {
    width: fit-content;
    margin: 0 auto -40px
}

@media only screen and (max-width: 1280px) {

    .navigationouter .navigationlist .menu-hiredeveloper .menu-inner-cta .cta-button,
    .navigationouter .navigationlist .menu-industries .menu-inner-cta .cta-button {
        margin: 0 auto -30px
    }
}

.navigationouter .navigationlist .menu-hiredeveloper .menu-inner-cta .cta-button .primary-btn,
.navigationouter .navigationlist .menu-industries .menu-inner-cta .cta-button .primary-btn {
    min-width: auto;
    height: 42px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Segoe UI", "Helvetica", "SF Pro Display", "Ubuntu", sans-serif;
    padding: 0px 20px;
    text-transform: uppercase
}

.navigationouter .navigationlist .menu-hiredeveloper .menu-inner-cta .cta-button .primary-btn:hover,
.navigationouter .navigationlist .menu-industries .menu-inner-cta .cta-button .primary-btn:hover {
    color: #fff
}

@media screen and (max-width: 991px) {
    .navigationouter .navigationlist .menu-industries .col-lg-9 .navigationSub-head {
        display: none !important
    }
}

@media screen and (max-width: 991px) {
    .navigationouter .navigationlist .menu-industries .navsub-list-main.column-4 {
        padding-top: 5px;
        margin-bottom: -5px
    }
}

.navigationouter .navigationlist .menu-industries .menu-inner-cta .cta-text-box {
    padding: 20px
}

@media only screen and (max-width: 1280px) {
    .navigationouter .navigationlist .menu-industries .menu-inner-cta .cta-text-box {
        padding: 10px
    }
}

.navigationouter .navigationlist .menu-industries .menu-inner-cta .cta-text-box span {
    display: inline-flex;
    color: #f16122;
    font-weight: 600
}

.navigationouter .navigationlist .menu-hiredeveloper .menu-inner-cta .cta-text-box {
    position: relative;
    padding: 20px 20px 20px;
    font-size: 20px;
    line-height: 32px
}

@media only screen and (max-width: 1600px) {
    .navigationouter .navigationlist .menu-hiredeveloper .menu-inner-cta .cta-text-box {
        font-size: 18px;
        line-height: 28px;
        padding: 15px 15px 20px
    }
}

@media only screen and (max-width: 1440px) {
    .navigationouter .navigationlist .menu-hiredeveloper .menu-inner-cta .cta-text-box {
        padding: 12px 12px 20px;
        border-radius: 16px
    }
}

@media only screen and (max-width: 1366px) {
    .navigationouter .navigationlist .menu-hiredeveloper .menu-inner-cta .cta-text-box {
        font-size: 17px;
        line-height: 27px
    }
}

@media only screen and (max-width: 1280px) {
    .navigationouter .navigationlist .menu-hiredeveloper .menu-inner-cta .cta-text-box {
        font-size: 16px;
        line-height: 24px;
        border-radius: 12px;
        padding: 12px 12px 10px
    }
}

.navigationouter .navigationlist .navigationSub-list .navsub-list-main li {
    border-left: 1px solid #ccc;
    padding-left: 15px
}

@media screen and (max-width: 1199px) {
    .navigationouter .navigationlist .navigationSub-list .navsub-list-main li {
        padding-left: 10px
    }
}

@media screen and (max-width: 991px) {
    .navigationouter .navigationlist .navigationSub-list .navsub-list-main li {
        padding-left: 10px;
        border-left: 0px
    }
}

@media screen and (max-width: 991px) {
    .mobile-action-buttons {
        display: flex !important;
        align-items: center;
        margin-left: auto
    }
}

.mobile-action-buttons .contact-info-mobile {
    display: flex;
    align-items: center;
    margin-right: 15px;
    border: none;
    background: #f16122;
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 50%;
    line-height: 20px;
    outline: none;
    position: relative;
    left: 0;
    padding: 0px;
    opacity: 1;
    cursor: pointer;
    transition: .5s left ease-in-out
}

@media screen and (max-width: 576px) {
    .mobile-action-buttons .contact-info-mobile {
        margin-right: 10px
    }
}

.mobile-action-buttons .contact-info-mobile span {
    background: #fff;
    color: #000;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
    margin-top: 0px
}

.mobile-action-buttons .navbar-toggler {
    border-radius: 0 !important;
    border: none !important;
    padding: 0 !important;
    outline: none !important;
    background-color: rgba(0, 0, 0, 0);
    font-size: 1.25rem;
    line-height: 1;
    width: 30px;
    justify-content: flex-end;
    display: flex;
    cursor: pointer
}

.mobile-action-buttons .navbar-toggler .button_bars {
    display: inline-block;
    width: 30px
}

.mobile-action-buttons .navbar-toggler .button_bars span {
    width: 100%;
    display: block;
    height: 3px;
    background: #000;
    border-radius: 35px;
    float: right;
    transition: .2s width ease-out
}

.mobile-action-buttons .navbar-toggler .button_bars span+span {
    margin-top: 4px;
    width: 80%
}

.mobile-action-buttons .navbar-toggler .button_bars span+span+span {
    width: 60%
}

.mobile-action-buttons .navbar-toggler.active .button_bars span {
    width: 60%
}

.mobile-action-buttons .navbar-toggler.active .button_bars span+span {
    width: 80%
}

.mobile-action-buttons .navbar-toggler.active .button_bars span+span+span {
    width: 100%
}

.mobile-contact-info {
    position: fixed;
    top: 0;
    width: 0%;
    height: 0%;
    right: 0px;
    background: rgba(241, 97, 34, .95);
    padding: 30px;
    visibility: hidden;
    transition: .3s all ease-in-out;
    border-radius: 35px;
    overflow: auto;
    z-index: -9999;
    opacity: 0
}

.mobile-contact-info.active {
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100vh;
    border-radius: 0;
    z-index: 99999
}

.mobile-contact-info .info-header {
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 0;
    position: absolute;
    right: 15px;
    top: 11px
}

.mobile-contact-info .info-header>span {
    color: #fff;
    float: right;
    width: 31px;
    height: 30px;
    text-align: center
}

.mobile-contact-info .info-header span span {
    display: inline-block;
    width: 25px;
    height: 3px;
    background: #fff;
    transform: rotate(45deg);
    border-radius: 10px
}

.mobile-contact-info .info-header span span:nth-child(2) {
    transform: rotate(135deg);
    margin-left: -25px
}

.mobile-contact-info .footer_contact_list {
    display: flex;
    flex-wrap: wrap
}

.mobile-contact-info .footer_contact_list .footer-contact-inner {
    color: #fff;
    font-size: calc(16px + 2*(0vw - 320px)/1920);
    line-height: 1.2;
    font-family: "UrbanistRegular", sans-serif;
    font-weight: normal;
    position: relative;
    padding-left: 45px;
    width: 50%;
    margin: 20px 0
}

@media screen and (max-width: 575px) {
    .mobile-contact-info .footer_contact_list .footer-contact-inner {
        margin: 12px 0;
        width: 100%
    }
}

.mobile-contact-info .footer_contact_list .footer-contact-inner:before {
    content: "";
    position: absolute;
    background-position: left center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(https://placehold.co/100x100?text=Asset/images/footer/social-icons.svg)
}

.mobile-contact-info .footer_contact_list .footer-contact-inner:after {
    content: "";
    position: absolute;
    background-position: left center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 16px;
    width: 34px;
    height: 34px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1
}

.mobile-contact-info .footer_contact_list .footer-contact-inner.gmail-icon:before {
    background-position-x: -22px;
    width: 22px;
    height: 22px
}

.mobile-contact-info .footer_contact_list .footer-contact-inner.india-map-icon:before {
    background-position-x: -44px;
    width: 22px;
    height: 22px;
    left: 6px
}

.mobile-contact-info .footer_contact_list .footer-contact-inner.usa-map-icon:before {
    background-position-x: -66px;
    width: 22px;
    height: 22px;
    left: 6px
}

.mobile-contact-info .footer_contact_list .footer-contact-inner a {
    font-family: "UrbanistBold", sans-serif;
    font-size: calc(18px + 3*(0vw - 320px)/1920);
    line-height: 1.2;
    font-weight: normal;
    color: #fff;
    display: block
}

.mobile-contact-info .footer-social-section-part {
    display: flex;
    align-items: center;
    padding: 20px 0
}

@media screen and (max-width: 575px) {
    .mobile-contact-info .footer-social-section-part {
        display: block
    }
}

.mobile-contact-info .footer-social-section-part .footertitle {
    margin-right: 5px;
    color: #fff
}

@media screen and (max-width: 575px) {
    .mobile-contact-info .footer-social-section-part .footertitle {
        padding-bottom: 10px
    }
}

.mobile-contact-info .footer-social-section-part a+a {
    margin-left: 20px
}

@media(max-width: 1200px) {
    .mobile-contact-info .footer-social-section-part a+a {
        margin-left: 15px
    }
}

@media(max-width: 375px) {
    .mobile-contact-info .footer-social-section-part a+a {
        margin-left: 12px
    }
}

.mobile-contact-info .footer-social-section-part [class*=footer-],
.mobile-contact-info .footer-social-section-part [class^=footer-] {
    font-size: 0px;
    color: #fff
}

.mobile-contact-info .footer-social-section-part [class*=footer-]::before,
.mobile-contact-info .footer-social-section-part [class^=footer-]::before {
    font-size: 25px
}

.mobile-contact-info .footer-social-section-part .footer-icon-twitter {
    margin-left: 10px
}

.mobile-contact-info ul li {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dotted hsla(0, 0%, 100%, .4);
    font-size: 18px;
    line-height: 30px
}

.mobile-contact-info ul li a {
    color: #fff
}

.mob-menulinks {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 15px
}

@media screen and (min-width: 992px) {
    .mob-menulinks {
        display: none
    }
}

.mob-menulinks .menu-link {
    width: calc(33.33% - 8px);
    text-align: center;
    border-radius: 16px;
    padding: 23px;
    height: 155px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    gap: 15px
}

@media screen and (max-width: 767px) {
    .mob-menulinks .menu-link {
        height: 130px
    }
}

@media screen and (max-width: 576px) {
    .mob-menulinks .menu-link {
        padding: 10px;
        width: calc(50% - 8px)
    }
}

.mob-menulinks .menu-link:nth-child(1) {
    background: #e4eaf8
}

.mob-menulinks .menu-link:nth-child(1) .icon {
    background-color: #c3cde8
}

.mob-menulinks .menu-link:nth-child(2) {
    background: #e4f5e2
}

.mob-menulinks .menu-link:nth-child(2) .icon {
    background-color: #c1e1be
}

.mob-menulinks .menu-link:nth-child(3) {
    background: #f0e7f4
}

@media screen and (max-width: 576px) {
    .mob-menulinks .menu-link:nth-child(3) {
        width: 100%
    }
}

.mob-menulinks .menu-link:nth-child(3) .icon {
    background-color: #e0c6e6
}

.mob-menulinks .menu-link .icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    padding: 0
}

.mob-menulinks .menu-link .icon::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px dashed rgba(0, 0, 0, .3);
    left: 3px;
    top: 3px;
    border-radius: 50%;
    transition: .3s ease-in-out
}

.mob-menulinks .menu-link .icon i {
    font-size: 30px;
    color: #1d1e31
}

.mob-menulinks .menu-link:hover .icon::before {
    left: -3px;
    top: -3px;
    transition: .3s ease-in-out
}

.mob-menulinks .menu-link .link-label {
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    color: #000;
    width: 100%;
    margin: 0
}

.column-1>li {
    width: 100%
}

@media(max-width: 991px) {
    .column-1>li {
        width: calc(33.33% - 15px);
        display: inline-block
    }
}

@media(max-width: 767px) {
    .column-1>li {
        width: calc(50% - 15px)
    }
}

@media(max-width: 576px) {
    .column-1>li {
        width: 100%
    }
}

.column-2>li {
    width: calc(50% - 15px)
}

@media(max-width: 1199px) {
    .column-2>li {
        width: calc(50% - 10px)
    }
}

@media(max-width: 991px) {
    .column-2>li {
        width: calc(33.33% - 15px);
        display: inline-block
    }
}

@media(max-width: 767px) {
    .column-2>li {
        width: calc(50% - 15px)
    }
}

@media(max-width: 576px) {
    .column-2>li {
        width: 100%
    }
}

.column-4>li {
    width: calc(25% - 23px)
}

@media(max-width: 1199px) {
    .column-4>li {
        width: calc(25% - 15px)
    }
}

@media(max-width: 991px) {
    .column-4>li {
        width: calc(33.33% - 20px)
    }
}

@media(max-width: 767px) {
    .column-4>li {
        width: calc(50% - 15px)
    }
}

@media(max-width: 375px) {
    .column-4>li {
        width: 100%
    }
}

@keyframes wiggle {

    0%,
    7% {
        transform: rotateZ(0)
    }

    15% {
        transform: rotateZ(-5deg)
    }

    20% {
        transform: rotateZ(5deg)
    }

    25% {
        transform: rotateZ(-5deg)
    }

    30% {
        transform: rotateZ(3deg)
    }

    35% {
        transform: rotateZ(-3deg)
    }

    40%,
    100% {
        transform: rotateZ(0)
    }
}

.bg-radial {
    width: 100%;
    position: relative;
    overflow: hidden
}

.explore-section {
    width: 100%;
    background-color: #ffe7dd;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px
}

@media only screen and (max-width: 991px) {
    .explore-section {
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        border-radius: 24px
    }
}

@media only screen and (max-width: 767px) {
    .explore-section {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px
    }
}

@media only screen and (max-width: 575px) {
    .explore-section {
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        border-radius: 16px
    }
}

.explore-section {
    position: relative
}

.explore-section::before {
    position: absolute;
    content: " ";
    width: 740px;
    height: 740px;
    bottom: -320px;
    left: -258px;
    background: radial-gradient(50% 50% at 50% 50%, #439BC2 0%, rgba(255, 255, 255, 0) 100%);
    opacity: .25;
    z-index: -1
}

@media screen and (max-width: 1280px) {
    .explore-section::before {
        left: -340px;
        width: 670px;
        height: 670px
    }
}

@media screen and (max-width: 1024px) {
    .explore-section::before {
        width: 600px;
        height: 590px;
        bottom: -270px;
        left: -290px
    }
}

@media screen and (max-width: 991px) {
    .explore-section::before {
        opacity: .2
    }
}

@media screen and (max-width: 575px) {
    .explore-section::before {
        bottom: -210px;
        left: -330px
    }
}

.explore-section .container {
    display: flex;
    flex-wrap: wrap;
    gap: 35px 4px
}

@media only screen and (max-width: 1280px) {
    .explore-section .container {
        gap: 30px 4px
    }
}

@media only screen and (max-width: 1024px) {
    .explore-section .container {
        gap: 26px 4px
    }
}

@media only screen and (max-width: 991px) {
    .explore-section .container {
        justify-content: space-between;
        align-items: center;
        gap: 20px 16px
    }
}

@media only screen and (max-width: 575px) {
    .explore-section .container {
        gap: 16px
    }
}

@media only screen and (max-width: 359px) {
    .explore-section .container {
        gap: 12px
    }
}

.explore-section .container .section-title {
    width: 100%
}

@media only screen and (max-width: 991px) {
    .explore-section .container .section-title {
        max-width: max-content
    }
}

.explore-section .mb-explore-select {
    width: 28%;
    background-color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -o-border-radius: 30px;
    position: relative
}

@media only screen and (min-width: 992px) {
    .explore-section .mb-explore-select {
        min-width: 320px
    }
}

@media only screen and (max-width: 1024px) {
    .explore-section .mb-explore-select {
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        border-radius: 24px;
        -o-border-radius: 24px;
        width: 27%
    }
}

@media only screen and (max-width: 991px) {
    .explore-section .mb-explore-select {
        width: 100%
    }
}

.explore-section .mb-explore-select .select-item {
    cursor: pointer;
    background: #fff;
    color: #333;
    font-size: 16px;
    padding: 10px 30px 10px 16px;
    position: relative;
    display: block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -o-border-radius: 10px;
    font-family: "UrbanistSemiBold";
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 1px solid #333
}

@media only screen and (min-width: 992px) {
    .explore-section .mb-explore-select .select-item {
        display: none
    }
}

@media only screen and (max-width: 575px) {
    .explore-section .mb-explore-select .select-item {
        padding: 8px 30px 8px 12px
    }
}

.explore-section .mb-explore-select .select-item:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-top: 5px solid #001033;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.explore-section .tabing-wrap {
    width: 100%;
    padding: 37.5px 10px
}

@media only screen and (min-width: 992px) {
    .explore-section .tabing-wrap {
        display: flex !important;
        flex-direction: column;
        gap: 5px
    }
}

@media only screen and (max-width: 1280px) {
    .explore-section .tabing-wrap {
        padding: 30px 10px
    }
}

@media only screen and (max-width: 991px) {
    .explore-section .tabing-wrap {
        display: none;
        padding: 10px 10px;
        background-color: #fff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        -o-border-radius: 10px;
        position: absolute;
        width: 100%;
        z-index: 1;
        box-shadow: 0px 6px 14px 0px rgba(51, 51, 51, .2)
    }
}

.explore-section .tabing-wrap li {
    width: 100%;
    padding: 18px 30px;
    font-size: 20px;
    line-height: 24px;
    font-family: "UrbanistMedium";
    color: #333;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    border: none;
    outline: none;
    box-shadow: none
}

.explore-section .tabing-wrap li:focus {
    border: none;
    outline: none;
    box-shadow: inherit
}

.explore-section .tabing-wrap li {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    position: relative;
    z-index: 2
}

@media only screen and (max-width: 1440px) {
    .explore-section .tabing-wrap li {
        font-size: 18px;
        line-height: 20px;
        padding: 15px 30px
    }
}

@media only screen and (max-width: 1280px) {
    .explore-section .tabing-wrap li {
        padding: 15px 20px
    }
}

@media only screen and (max-width: 991px) {
    .explore-section .tabing-wrap li {
        padding: 12px 12px;
        font-size: 16px;
        line-height: 20px;
        cursor: pointer;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        -o-border-radius: 10px;
        box-shadow: none !important
    }
}

@media only screen and (max-width: 767px) {
    .explore-section .tabing-wrap li {
        padding: 10px 10px
    }
}

.explore-section .tabing-wrap li::after {
    position: absolute;
    content: " ";
    left: 0;
    top: 0;
    bottom: 0;
    width: calc(100% + 35px);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -o-border-radius: 30px;
    background-color: #f16122;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    box-shadow: 0px 0px 16px 0px rgba(241, 97, 34, .3);
    z-index: -1
}

@media only screen and (max-width: 991px) {
    .explore-section .tabing-wrap li::after {
        display: none
    }
}

.explore-section .tabing-wrap li.active,
.explore-section .tabing-wrap li:hover {
    color: #fff
}

@media only screen and (max-width: 991px) {

    .explore-section .tabing-wrap li.active,
    .explore-section .tabing-wrap li:hover {
        background-color: #f16122;
        box-shadow: 0px 0px 16px 0px rgba(241, 97, 34, .3)
    }
}

@media only screen and (min-width: 992px) {

    .explore-section .tabing-wrap li.active::after,
    .explore-section .tabing-wrap li:hover::after {
        opacity: 1;
        pointer-events: auto;
        background-color: #f16122
    }
}

.explore-section .explore-content {
    background-color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -o-border-radius: 30px;
    flex: 1;
    padding: 33px 40px 33px 50px
}

@media only screen and (max-width: 1280px) {
    .explore-section .explore-content {
        padding: 30px 20px 30px 30px
    }
}

@media only screen and (max-width: 1024px) {
    .explore-section .explore-content {
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        border-radius: 24px;
        -o-border-radius: 24px
    }
}

@media only screen and (max-width: 991px) {
    .explore-section .explore-content {
        flex: 100%;
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .explore-section .explore-content {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px;
        -o-border-radius: 20px;
        padding: 20px 10px 20px 20px
    }
}

@media only screen and (max-width: 575px) {
    .explore-section .explore-content {
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        border-radius: 16px;
        -o-border-radius: 16px;
        padding: 16px 6px 16px 16px
    }
}

.explore-section .explore-content .items-title {
    font-size: 30px;
    line-height: 36px;
    font-family: "UrbanistSemiBold";
    font-weight: 600;
    color: #333;
    padding-bottom: 24px;
    text-transform: capitalize
}

@media only screen and (max-width: 1600px) {
    .explore-section .explore-content .items-title {
        font-size: 28px;
        line-height: 34px
    }
}

@media only screen and (max-width: 1440px) {
    .explore-section .explore-content .items-title {
        font-size: 26px;
        line-height: 30px
    }
}

@media only screen and (max-width: 1280px) {
    .explore-section .explore-content .items-title {
        padding-bottom: 20px
    }
}

@media only screen and (max-width: 1024px) {
    .explore-section .explore-content .items-title {
        font-size: 24px;
        line-height: 28px
    }
}

@media only screen and (max-width: 991px) {
    .explore-section .explore-content .items-title {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 16px
    }
}

@media only screen and (max-width: 767px) {
    .explore-section .explore-content .items-title {
        font-size: 22px;
        line-height: 26px;
        padding-bottom: 12px
    }
}

.explore-section .explore-content .explore-content-inner {
    padding-right: 10px;
    max-height: 520px;
    overflow: auto;
    font-size: 18px;
    line-height: 30px;
    font-family: Segoe UI, Helvetica, SF Pro Display, Ubuntu, sans-serif;
    font-weight: 400;
    color: #333
}

@media only screen and (max-width: 1600px) {
    .explore-section .explore-content .explore-content-inner {
        font-size: 17px;
        line-height: 28px
    }
}

@media only screen and (max-width: 1440px) {
    .explore-section .explore-content .explore-content-inner {
        font-size: 16px;
        line-height: 26px
    }
}

@media screen and (max-width: 1440px) {
    .explore-section .explore-content .explore-content-inner {
        max-height: 430px
    }
}

@media only screen and (max-width: 991px) {
    .explore-section .explore-content .explore-content-inner {
        max-height: inherit;
        padding: 0
    }
}

.explore-section .explore-content .explore-content-inner::-webkit-scrollbar {
    width: 6px
}

.explore-section .explore-content .explore-content-inner::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ccc;
    transition: all .15s ease;
    cursor: pointer
}

.explore-section .explore-content .explore-content-inner::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #ccc
}

.explore-section .explore-content .explore-content-inner p {
    padding-bottom: 24px
}

@media only screen and (max-width: 1280px) {
    .explore-section .explore-content .explore-content-inner p {
        padding-bottom: 16px
    }
}

.explore-section .explore-content .listing-point {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
    padding-top: 8px
}

@media only screen and (max-width: 1280px) {
    .explore-section .explore-content .listing-point {
        gap: 16px 10px
    }
}

@media only screen and (max-width: 575px) {
    .explore-section .explore-content .listing-point {
        padding-top: 0;
        gap: 12px
    }
}

.explore-section .explore-content .listing-point li {
    width: calc(33.33% - 7px);
    font-size: 18px;
    line-height: 30px;
    font-family: Segoe UI, Helvetica, SF Pro Display, Ubuntu, sans-serif;
    font-weight: 400;
    color: #333
}

@media only screen and (max-width: 1600px) {
    .explore-section .explore-content .listing-point li {
        font-size: 17px;
        line-height: 28px
    }
}

@media only screen and (max-width: 1440px) {
    .explore-section .explore-content .listing-point li {
        font-size: 16px;
        line-height: 26px
    }
}

.explore-section .explore-content .listing-point li {
    position: relative;
    padding-left: 20px;
    overflow: hidden
}

.explore-section .explore-content .listing-point li::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 4px;
    width: 20px;
    height: 20px;
    background-color: #f0dcad;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -o-border-radius: 50%
}

@media only screen and (max-width: 1600px) {
    .explore-section .explore-content .listing-point li::before {
        top: 2px
    }
}

@media only screen and (max-width: 1440px) {
    .explore-section .explore-content .listing-point li::before {
        top: 1px
    }
}

.explore-section .explore-content .listing-point li::after {
    content: "";
    position: absolute;
    left: -5px;
    top: 9px;
    width: 10px;
    height: 10px;
    background-color: #333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -o-border-radius: 50%
}

@media only screen and (max-width: 1600px) {
    .explore-section .explore-content .listing-point li::after {
        top: 7px
    }
}

@media only screen and (max-width: 1440px) {
    .explore-section .explore-content .listing-point li::after {
        top: 6px
    }
}

@media only screen and (max-width: 1199px) {
    .explore-section .explore-content .listing-point li {
        width: calc(50% - 5px)
    }
}

@media only screen and (max-width: 767px) {
    .explore-section .explore-content .listing-point li {
        width: 100%
    }
}

.explore-section .explore-content .listing-point li a {
    color: #333;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.explore-section .explore-content .listing-point li a:hover {
    color: #f16122
}

.company-summary {
    width: 100%;
    position: relative
}

.company-summary::before {
    position: absolute;
    content: " ";
    width: 626px;
    height: 626px;
    top: 60px;
    right: -160px;
    background: radial-gradient(50% 50% at 50% 50%, #F16122 0%, #FFFFFF 100%);
    opacity: .15;
    z-index: -1
}

@media screen and (max-width: 1280px) {
    .company-summary::before {
        width: 460px;
        height: 460px;
        top: 30px
    }
}

@media screen and (max-width: 1024px) {
    .company-summary::before {
        width: 410px;
        height: 410px
    }
}

@media screen and (max-width: 767px) {
    .company-summary::before {
        top: inherit;
        bottom: 0
    }
}

.company-summary .summary-inner {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    padding-left: 20px;
    padding-right: 20px
}

@media only screen and (max-width: 1600px) {
    .company-summary .summary-inner {
        max-width: 1140px
    }
}

@media only screen and (max-width: 1440px) {
    .company-summary .summary-inner {
        max-width: 1106px
    }
}

@media only screen and (max-width: 1024px) {
    .company-summary .summary-inner {
        gap: 16px 16px
    }
}

@media only screen and (max-width: 991px) {
    .company-summary .summary-inner {
        gap: 16px 12px
    }
}

@media only screen and (max-width: 767px) {
    .company-summary .summary-inner {
        padding-left: 15px;
        padding-right: 15px
    }
}

.company-summary .summary-inner>div {
    width: calc(25% - 18px)
}

@media only screen and (max-width: 1024px) {
    .company-summary .summary-inner>div {
        width: calc(25% - 12px)
    }
}

@media only screen and (max-width: 991px) {
    .company-summary .summary-inner>div {
        width: calc(25% - 9px)
    }
}

@media only screen and (max-width: 767px) {
    .company-summary .summary-inner>div {
        width: calc(50% - 6px)
    }
}

@media only screen and (max-width: 375px) {
    .company-summary .summary-inner>div {
        width: 100%
    }
}

.company-summary .summary-inner .summary-box {
    border: 2px solid;
    background-color: #fff;
    -webkit-border-radius: 25px 0 25px 25px;
    -moz-border-radius: 25px 0 25px 25px;
    -ms-border-radius: 25px 0 25px 25px;
    -o-border-radius: 25px 0 25px 25px;
    border-radius: 25px 0 25px 25px;
    padding: 52px 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    font-size: 20px;
    line-height: 24px;
    font-family: "UrbanistRegular";
    font-weight: 400;
    color: #333;
    box-shadow: 0px 3px 6px 0px rgba(51, 51, 51, .0509803922)
}

@media only screen and (max-width: 1440px) {
    .company-summary .summary-inner .summary-box {
        font-size: 18px;
        line-height: 20px
    }
}

@media only screen and (max-width: 1280px) {
    .company-summary .summary-inner .summary-box {
        padding: 46px 22px
    }
}

@media only screen and (max-width: 1199px) {
    .company-summary .summary-inner .summary-box {
        padding: 42px 22px;
        -webkit-border-radius: 20px 0 20px 20px;
        -moz-border-radius: 20px 0 20px 20px;
        -ms-border-radius: 20px 0 20px 20px;
        -o-border-radius: 20px 0 20px 20px;
        border-radius: 20px 0 20px 20px
    }
}

@media only screen and (max-width: 1024px) {
    .company-summary .summary-inner .summary-box {
        padding: 38px 22px;
        gap: 10px
    }
}

@media only screen and (max-width: 991px) {
    .company-summary .summary-inner .summary-box {
        padding: 32px 18px;
        gap: 8px
    }
}

@media only screen and (max-width: 767px) {
    .company-summary .summary-inner .summary-box {
        padding: 28px 18px;
        -webkit-border-radius: 16px 0 16px 16px;
        -moz-border-radius: 16px 0 16px 16px;
        -ms-border-radius: 16px 0 16px 16px;
        -o-border-radius: 16px 0 16px 16px;
        border-radius: 16px 0 16px 16px;
        gap: 6px
    }
}

@media only screen and (max-width: 480px) {
    .company-summary .summary-inner .summary-box {
        padding: 18px
    }
}

.company-summary .summary-inner .summary-box.professionals {
    border-color: #e3f0f6
}

.company-summary .summary-inner .summary-box.professionals i {
    background-color: #e3f0f6
}

.company-summary .summary-inner .summary-box.experience {
    border-color: #fdf3ed
}

.company-summary .summary-inner .summary-box.experience i {
    background-color: #fdf3ed
}

.company-summary .summary-inner .summary-box.projects {
    border-color: #eff5e7
}

.company-summary .summary-inner .summary-box.projects i {
    background-color: #eff5e7
}

.company-summary .summary-inner .summary-box.globally {
    border-color: #fbf5e7
}

.company-summary .summary-inner .summary-box.globally i {
    background-color: #fbf5e7
}

.company-summary .summary-inner .summary-box .summmary-number {
    font-size: 50px;
    line-height: 60px;
    font-family: "UrbanistSemiBold";
    font-weight: 600;
    color: #333
}

@media only screen and (max-width: 1280px) {
    .company-summary .summary-inner .summary-box .summmary-number {
        font-size: 46px;
        line-height: 56px
    }
}

@media only screen and (max-width: 1199px) {
    .company-summary .summary-inner .summary-box .summmary-number {
        font-size: 42px;
        line-height: 52px
    }
}

@media only screen and (max-width: 1024px) {
    .company-summary .summary-inner .summary-box .summmary-number {
        font-size: 38px;
        line-height: 48px
    }
}

@media only screen and (max-width: 991px) {
    .company-summary .summary-inner .summary-box .summmary-number {
        font-size: 32px;
        line-height: 42px
    }
}

@media only screen and (max-width: 767px) {
    .company-summary .summary-inner .summary-box .summmary-number {
        font-size: 30px;
        line-height: 40px
    }
}

.company-summary .summary-inner .summary-box i {
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 0px 0px 0px 60px;
    -moz-border-radius: 0px 0px 0px 60px;
    -ms-border-radius: 0px 0px 0px 60px;
    -o-border-radius: 0px 0px 0px 60px;
    border-radius: 0px 0px 0px 60px;
    font-size: 30px
}

.company-summary .summary-inner .summary-box i::before {
    position: relative;
    top: -6px;
    left: 6px
}

@media only screen and (max-width: 1024px) {
    .company-summary .summary-inner .summary-box i {
        font-size: 28px;
        width: 60px;
        height: 60px
    }
}

.company-summary .summary-inner .summary-line {
    -webkit-border-radius: 73px;
    -moz-border-radius: 73px;
    -ms-border-radius: 73px;
    border-radius: 73px;
    -o-border-radius: 73px;
    border: 1px solid hsla(0, 0%, 40%, .2);
    padding: 8px 9px 8px 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    background-color: #fff
}

@media only screen and (max-width: 1024px) {
    .company-summary .summary-inner .summary-line {
        padding: 5px 6px 5px 12px;
        gap: 8px
    }
}

@media only screen and (max-width: 991px) {
    .company-summary .summary-inner .summary-line {
        width: calc(50% - 6px)
    }
}

@media only screen and (max-width: 480px) {
    .company-summary .summary-inner .summary-line {
        width: 100%
    }
}

.company-summary .summary-inner .summary-line::before {
    content: "";
    background-image: url(https://placehold.co/100x100?text=Asset/images/home/Certificate-dribbbble.svg);
    background-size: 270px;
    background-repeat: no-repeat;
    background-position: top -7px left -88px;
    min-width: 36px;
    width: 36px;
    min-height: 36px;
    height: 36px
}

.company-summary .summary-inner .summary-line:nth-child(6)::before {
    background-position: top -7px left -134px
}

.company-summary .summary-inner .summary-line:nth-child(7)::before {
    background-position: top -7px left -179px
}

.company-summary .summary-inner .summary-line:nth-child(8)::before {
    background-position: top -7px left -226px
}

.company-summary .summary-inner .summary-line:hover {
    border-color: #f16122;
    box-shadow: inset 0px 0px 12px 0px rgba(241, 97, 34, .3)
}

.company-summary .summary-inner .summary-line .rating-number {
    min-width: 50px;
    width: 50px;
    min-height: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -o-border-radius: 50%;
    background-color: rgba(67, 155, 194, .2);
    color: #333;
    font-family: "UrbanistRegular";
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto
}

@media only screen and (max-width: 575px) {
    .company-summary .summary-inner .summary-line .rating-number {
        min-width: 45px;
        width: 45px;
        min-height: 45px;
        height: 45px;
        font-size: 15px
    }
}

.improve-section {
    width: 100%;
    position: relative
}

@media only screen and (max-width: 991px) {
    .improve-section {
        padding-bottom: 70px
    }
}

@media only screen and (max-width: 991px) {
    .improve-section .section-head .primary-btn {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

@media only screen and (max-width: 767px) {
    .improve-section .improve-tab-main {
        margin-bottom: 20px;
        position: relative
    }
}

.improve-section .improve-tab-main .improve-item {
    cursor: pointer;
    background: #fff;
    color: #333;
    font-size: 16px;
    padding: 10px 30px 10px 16px;
    position: relative;
    display: block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -o-border-radius: 10px;
    font-family: "UrbanistSemiBold";
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 1px solid #333
}

@media only screen and (min-width: 768px) {
    .improve-section .improve-tab-main .improve-item {
        display: none
    }
}

@media only screen and (max-width: 575px) {
    .improve-section .improve-tab-main .improve-item {
        padding: 8px 30px 8px 12px
    }
}

.improve-section .improve-tab-main .improve-item:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-top: 5px solid #001033;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.improve-section .tabing-wrap {
    padding: 15px 36px 0
}

@media only screen and (min-width: 768px) {
    .improve-section .tabing-wrap {
        display: flex !important;
        justify-content: space-between
    }
}

@media only screen and (max-width: 1024px) {
    .improve-section .tabing-wrap {
        padding: 15px 24px 0
    }
}

@media only screen and (max-width: 991px) {
    .improve-section .tabing-wrap {
        padding: 15px 20px 0
    }
}

@media only screen and (max-width: 767px) {
    .improve-section .tabing-wrap {
        display: none;
        padding: 10px 10px;
        background-color: #fff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        -o-border-radius: 10px;
        position: absolute;
        width: 100%;
        z-index: 1;
        box-shadow: 0px 6px 14px 0px rgba(51, 51, 51, .2)
    }
}

.improve-section .tab-nav {
    min-width: 210px;
    width: 210px;
    text-align: center;
    padding-bottom: 24px;
    position: relative;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    cursor: pointer;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    color: #333
}

@media only screen and (max-width: 1440px) {
    .improve-section .tab-nav {
        min-width: 146px;
        width: 146px
    }
}

@media only screen and (max-width: 991px) {
    .improve-section .tab-nav {
        min-width: 114px;
        width: 114px
    }
}

@media only screen and (max-width: 767px) {
    .improve-section .tab-nav {
        min-width: 100%;
        width: 100%;
        text-align: left;
        border: none;
        padding: 8px 10px;
        cursor: pointer;
        border: none;
        outline: none;
        box-shadow: none
    }

    .improve-section .tab-nav:focus {
        border: none;
        outline: none;
        box-shadow: inherit
    }

    .improve-section .tab-nav {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        -o-border-radius: 10px;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        position: relative;
        z-index: 2;
        box-shadow: none !important
    }
}

.improve-section .tab-nav::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -16px;
    border-left: 13px solid rgba(0, 0, 0, 0);
    border-right: 13px solid rgba(0, 0, 0, 0);
    border-top: 16px solid #f16122;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

@media only screen and (max-width: 767px) {
    .improve-section .tab-nav::before {
        display: none
    }
}

.improve-section .tab-nav.active,
.improve-section .tab-nav:hover {
    border-color: #f16122;
    color: #f16122
}

@media only screen and (max-width: 767px) {

    .improve-section .tab-nav.active,
    .improve-section .tab-nav:hover {
        background-color: #f16122;
        color: #fff
    }
}

.improve-section .tab-nav.active::before,
.improve-section .tab-nav:hover::before {
    visibility: visible;
    opacity: 1
}

@media only screen and (max-width: 767px) {
    .improve-section .tab-nav br {
        display: none
    }
}

.improve-section .tab-nav i {
    height: 70px;
    display: block;
    font-size: 42px
}

@media only screen and (max-width: 991px) {
    .improve-section .tab-nav i {
        font-size: 38px;
        height: 60px
    }
}

@media only screen and (max-width: 767px) {
    .improve-section .tab-nav i {
        display: none
    }
}

.improve-section .tab-nav .tabname {
    display: inline-block;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    font-family: "UrbanistSemiBold";
    font-weight: 600
}

@media only screen and (max-width: 1440px) {
    .improve-section .tab-nav .tabname {
        font-size: 18px;
        line-height: 20px
    }
}

@media only screen and (max-width: 767px) {
    .improve-section .tab-nav .tabname {
        font-family: "UrbanistMedium";
        font-weight: 500;
        font-size: 16px;
        line-height: 20px
    }
}

@media only screen and (min-width: 1441px) {
    .improve-section .tab-nav .tabname br {
        display: none
    }
}

.improve-section .improve-details {
    width: 100%;
    background-color: #fff;
    padding: 40px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    -o-border-radius: 25px;
    border: 1px solid #d2f1ff
}

@media only screen and (max-width: 1280px) {
    .improve-section .improve-details {
        padding: 35px
    }
}

@media only screen and (max-width: 1024px) {
    .improve-section .improve-details {
        padding: 30px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px;
        -o-border-radius: 20px
    }
}

@media only screen and (max-width: 767px) {
    .improve-section .improve-details {
        padding: 20px
    }
}

@media only screen and (max-width: 575px) {
    .improve-section .improve-details {
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        border-radius: 16px;
        -o-border-radius: 16px;
        padding: 16px
    }
}

.improve-section .improve-details .tab-content {
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    font-family: Segoe UI, Helvetica, SF Pro Display, Ubuntu, sans-serif;
    font-weight: 400;
    color: #333
}

@media only screen and (max-width: 1600px) {
    .improve-section .improve-details .tab-content {
        font-size: 17px;
        line-height: 28px
    }
}

@media only screen and (max-width: 1440px) {
    .improve-section .improve-details .tab-content {
        font-size: 16px;
        line-height: 26px
    }
}

.improve-section .improve-details .tab-content .tab-title {
    font-size: 30px;
    line-height: 34px;
    font-family: "UrbanistSemiBold";
    font-weight: 600;
    color: #333;
    padding-bottom: 24px;
    text-transform: capitalize
}

@media only screen and (max-width: 1440px) {
    .improve-section .improve-details .tab-content .tab-title {
        font-size: 26px;
        line-height: 30px
    }
}

@media only screen and (max-width: 1280px) {
    .improve-section .improve-details .tab-content .tab-title {
        padding-bottom: 20px
    }
}

@media only screen and (max-width: 1024px) {
    .improve-section .improve-details .tab-content .tab-title {
        font-size: 24px;
        line-height: 28px
    }
}

@media only screen and (max-width: 991px) {
    .improve-section .improve-details .tab-content .tab-title {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 16px
    }
}

@media only screen and (max-width: 767px) {
    .improve-section .improve-details .tab-content .tab-title {
        font-size: 22px;
        line-height: 26px;
        padding-bottom: 12px
    }
}

.improve-section .improve-details .tab-content p {
    padding-bottom: 24px
}

@media only screen and (max-width: 1280px) {
    .improve-section .improve-details .tab-content p {
        padding-bottom: 16px
    }
}

.improve-section .improve-details .tab-content .listing-point {
    display: flex;
    flex-wrap: wrap;
    gap: 22px 20px;
    padding-top: 8px
}

@media only screen and (max-width: 1280px) {
    .improve-section .improve-details .tab-content .listing-point {
        gap: 12px 16px
    }
}

@media only screen and (max-width: 575px) {
    .improve-section .improve-details .tab-content .listing-point {
        padding-top: 0
    }
}

.improve-section .improve-details .tab-content .listing-point li {
    width: calc(25% - 15px);
    font-size: 18px;
    line-height: 30px;
    font-family: Segoe UI, Helvetica, SF Pro Display, Ubuntu, sans-serif;
    font-weight: 400;
    color: #333
}

@media only screen and (max-width: 1600px) {
    .improve-section .improve-details .tab-content .listing-point li {
        font-size: 17px;
        line-height: 28px
    }
}

@media only screen and (max-width: 1440px) {
    .improve-section .improve-details .tab-content .listing-point li {
        font-size: 16px;
        line-height: 26px
    }
}

.improve-section .improve-details .tab-content .listing-point li {
    position: relative;
    padding-left: 20px;
    overflow: hidden
}

.improve-section .improve-details .tab-content .listing-point li::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 4px;
    width: 20px;
    height: 20px;
    background-color: #f0dcad;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -o-border-radius: 50%
}

@media only screen and (max-width: 1600px) {
    .improve-section .improve-details .tab-content .listing-point li::before {
        top: 2px
    }
}

@media only screen and (max-width: 1440px) {
    .improve-section .improve-details .tab-content .listing-point li::before {
        top: 1px
    }
}

.improve-section .improve-details .tab-content .listing-point li::after {
    content: "";
    position: absolute;
    left: -5px;
    top: 9px;
    width: 10px;
    height: 10px;
    background-color: #333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -o-border-radius: 50%
}

@media only screen and (max-width: 1600px) {
    .improve-section .improve-details .tab-content .listing-point li::after {
        top: 7px
    }
}

@media only screen and (max-width: 1440px) {
    .improve-section .improve-details .tab-content .listing-point li::after {
        top: 6px
    }
}

@media only screen and (max-width: 1199px) {
    .improve-section .improve-details .tab-content .listing-point li {
        width: calc(33.33% - 11px)
    }
}

@media only screen and (max-width: 991px) {
    .improve-section .improve-details .tab-content .listing-point li {
        width: calc(50% - 8px)
    }
}

@media only screen and (max-width: 767px) {
    .improve-section .improve-details .tab-content .listing-point li {
        width: 100%
    }
}

.improve-section .improve-details .tab-content .listing-point li a {
    text-decoration: underline;
    font-size: 18px;
    line-height: 30px;
    font-family: Segoe UI, Helvetica, SF Pro Display, Ubuntu, sans-serif;
    font-weight: 400;
    color: #333
}

@media only screen and (max-width: 1600px) {
    .improve-section .improve-details .tab-content .listing-point li a {
        font-size: 17px;
        line-height: 28px
    }
}

@media only screen and (max-width: 1440px) {
    .improve-section .improve-details .tab-content .listing-point li a {
        font-size: 16px;
        line-height: 26px
    }
}

.improve-section .improve-details .tab-content .listing-point li a {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.improve-section .improve-details .tab-content .listing-point li a:hover {
    color: #f16122
}

.stellar-section {
    position: relative;
    overflow: hidden
}

.stellar-section .stellar-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 30px 4px
}

@media screen and (max-width: 991px) {
    .stellar-section .stellar-inner {
        gap: 24px 4px
    }
}

@media screen and (max-width: 767px) {
    .stellar-section .stellar-inner {
        flex-wrap: nowrap;
        overflow: auto;
        padding-bottom: 12px;
        align-items: flex-start
    }
}

.stellar-section .stellar-inner .steller-box {
    position: relative
}

.stellar-section .stellar-inner .steller-box.box-small {
    width: calc(45.6% - 2px)
}

@media screen and (max-width: 991px) {
    .stellar-section .stellar-inner .steller-box.box-small {
        width: calc(48% - 2px)
    }
}

@media screen and (max-width: 767px) {
    .stellar-section .stellar-inner .steller-box.box-small {
        min-width: 365px
    }
}

@media screen and (max-width: 575px) {
    .stellar-section .stellar-inner .steller-box.box-small {
        min-width: 70vw
    }
}

@media screen and (max-width: 359px) {
    .stellar-section .stellar-inner .steller-box.box-small {
        min-width: 80vw
    }
}

.stellar-section .stellar-inner .steller-box.box-big {
    width: calc(54.4% - 2px)
}

@media screen and (max-width: 991px) {
    .stellar-section .stellar-inner .steller-box.box-big {
        width: calc(52% - 2px)
    }
}

@media screen and (max-width: 767px) {
    .stellar-section .stellar-inner .steller-box.box-big {
        min-width: 365px
    }
}

@media screen and (max-width: 575px) {
    .stellar-section .stellar-inner .steller-box.box-big {
        min-width: 70vw
    }
}

@media screen and (max-width: 359px) {
    .stellar-section .stellar-inner .steller-box.box-big {
        min-width: 80vw
    }
}

.stellar-section .stellar-inner .steller-box::before {
    position: absolute;
    content: " ";
    z-index: -1;
    transform: rotate(170deg)
}

@media screen and (max-width: 767px) {
    .stellar-section .stellar-inner .steller-box::before {
        width: 100% !important;
        height: 160px !important;
        bottom: 20px !important;
        left: 0px !important;
        transform: rotate(0deg)
    }
}

.stellar-section .stellar-inner .steller-box:nth-child(1)::before {
    width: 1140px;
    height: 620px;
    bottom: -130px;
    left: -290px;
    background: radial-gradient(50% 50% at 50% 50%, #52C243 0%, rgba(255, 255, 255, 0) 100%);
    opacity: .25
}

@media screen and (max-width: 1600px) {
    .stellar-section .stellar-inner .steller-box:nth-child(1)::before {
        width: 1070px;
        bottom: -110px;
        left: -160px
    }
}

@media screen and (max-width: 1280px) {
    .stellar-section .stellar-inner .steller-box:nth-child(1)::before {
        width: 940px;
        height: 530px
    }
}

@media screen and (max-width: 1199px) {
    .stellar-section .stellar-inner .steller-box:nth-child(1)::before {
        width: 800px;
        height: 410px;
        bottom: -70px
    }
}

@media screen and (max-width: 991px) {
    .stellar-section .stellar-inner .steller-box:nth-child(1)::before {
        width: 700px;
        height: 350px;
        bottom: -20px;
        left: -140px
    }
}

.stellar-section .stellar-inner .steller-box:nth-child(2)::before {
    width: 1050px;
    height: 864px;
    bottom: -110px;
    right: -90px;
    background: radial-gradient(50% 50% at 50% 50%, #F16122 0%, rgba(255, 255, 255, 0) 100%);
    opacity: .3
}

@media screen and (max-width: 1600px) {
    .stellar-section .stellar-inner .steller-box:nth-child(2)::before {
        width: 1010px;
        height: 764px;
        bottom: -80px;
        right: -110px
    }
}

@media screen and (max-width: 1280px) {
    .stellar-section .stellar-inner .steller-box:nth-child(2)::before {
        width: 930px;
        height: 590px;
        bottom: -50px
    }
}

@media screen and (max-width: 1199px) {
    .stellar-section .stellar-inner .steller-box:nth-child(2)::before {
        width: 800px;
        height: 450px
    }
}

@media screen and (max-width: 991px) {
    .stellar-section .stellar-inner .steller-box:nth-child(2)::before {
        width: 700px;
        height: 380px
    }
}

.stellar-section .stellar-inner .steller-box:nth-child(3)::before {
    width: 1060px;
    height: 520px;
    bottom: -80px;
    left: -120px;
    background: radial-gradient(50% 50% at 50% 50%, #194594 0%, rgba(255, 255, 255, 0) 100%);
    opacity: .3
}

@media screen and (max-width: 1600px) {
    .stellar-section .stellar-inner .steller-box:nth-child(3)::before {
        width: 990px;
        height: 500px;
        bottom: -60px
    }
}

@media screen and (max-width: 1280px) {
    .stellar-section .stellar-inner .steller-box:nth-child(3)::before {
        width: 830px;
        height: 440px;
        bottom: -20px;
        left: -100px
    }
}

@media screen and (max-width: 1199px) {
    .stellar-section .stellar-inner .steller-box:nth-child(3)::before {
        width: 700px;
        height: 330px;
        bottom: 0px;
        left: -40px
    }
}

@media screen and (max-width: 991px) {
    .stellar-section .stellar-inner .steller-box:nth-child(3)::before {
        width: 590px;
        height: 330px
    }
}

.stellar-section .stellar-inner .steller-box:nth-child(4)::before {
    width: 1020px;
    height: 704px;
    bottom: -110px;
    right: -180px;
    background: radial-gradient(50% 50% at 50% 50%, #FDE0EA 0%, rgba(255, 255, 255, 0) 100%)
}

@media screen and (max-width: 1600px) {
    .stellar-section .stellar-inner .steller-box:nth-child(4)::before {
        width: 970px;
        height: 600px
    }
}

@media screen and (max-width: 1280px) {
    .stellar-section .stellar-inner .steller-box:nth-child(4)::before {
        width: 910px;
        height: 550px
    }
}

@media screen and (max-width: 1199px) {
    .stellar-section .stellar-inner .steller-box:nth-child(4)::before {
        width: 760px;
        height: 410px;
        right: -120px;
        bottom: -70px
    }
}

@media screen and (max-width: 991px) {
    .stellar-section .stellar-inner .steller-box:nth-child(4)::before {
        width: 700px;
        height: 370px
    }
}

.stellar-section .stellar-inner .steller-box>picture {
    display: block;
    position: relative;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px
}

@media only screen and (max-width: 991px) {
    .stellar-section .stellar-inner .steller-box>picture {
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        border-radius: 24px
    }
}

@media only screen and (max-width: 767px) {
    .stellar-section .stellar-inner .steller-box>picture {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px
    }
}

@media only screen and (max-width: 575px) {
    .stellar-section .stellar-inner .steller-box>picture {
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        border-radius: 16px
    }
}

.stellar-section .stellar-inner .steller-box>picture {
    overflow: hidden;
    transition: all .5s ease;
    padding-bottom: 77%
}

.stellar-section .stellar-inner .steller-box>picture img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.stellar-section .stellar-inner .steller-details {
    padding-top: 15px;
    color: #666;
    font-size: 18px;
    font-size: 18px;
    line-height: 30px;
    font-family: Segoe UI, Helvetica, SF Pro Display, Ubuntu, sans-serif;
    font-weight: 400;
    color: #333
}

@media only screen and (max-width: 1600px) {
    .stellar-section .stellar-inner .steller-details {
        font-size: 17px;
        line-height: 28px
    }
}

@media only screen and (max-width: 1440px) {
    .stellar-section .stellar-inner .steller-details {
        font-size: 16px;
        line-height: 26px
    }
}

@media screen and (max-width: 767px) {
    .stellar-section .stellar-inner .steller-details {
        padding-top: 10px
    }
}

.stellar-section .stellar-inner .steller-details .steller-name {
    font-size: 24px;
    line-height: 30px;
    font-family: "UrbanistSemiBold";
    font-weight: 600;
    color: #333;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px
}

@media screen and (max-width: 1600px) {
    .stellar-section .stellar-inner .steller-details .steller-name {
        font-size: 22px;
        line-height: 28px
    }
}

@media screen and (max-width: 1440px) {
    .stellar-section .stellar-inner .steller-details .steller-name {
        font-size: 20px;
        line-height: 24px
    }
}

@media screen and (max-width: 991px) {
    .stellar-section .stellar-inner .steller-details .steller-name {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 10px
    }
}

.stellar-section .stellar-inner .steller-details .steller-name .department {
    border: 1px solid rgba(241, 97, 34, .6);
    backdrop-filter: blur(4px);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -o-border-radius: 5px;
    padding: 6px 8px;
    font-size: 15px;
    line-height: 18px;
    font-family: "UrbanistSemiBold";
    font-weight: 600;
    color: #333;
    background-color: #fff;
    text-transform: capitalize;
    display: inline-block
}

@media screen and (max-width: 1440px) {
    .stellar-section .stellar-inner .steller-details .steller-name .department {
        font-size: 13px;
        line-height: 15px;
        padding: 4px 5px
    }
}

@media screen and (max-width: 991px) {
    .stellar-section .stellar-inner .steller-details .steller-name .department {
        font-size: 12px;
        padding: 2px 4px
    }
}

.stellar-section .stellar-inner .steller-details p {
    display: flex;
    align-items: center;
    gap: 5px
}

.stellar-section .stellar-inner .steller-details p .dv-language {
    border: 1px solid rgba(67, 155, 194, .5);
    backdrop-filter: blur(4px);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -o-border-radius: 5px;
    padding: 6px 8px;
    font-size: 15px;
    line-height: 18px;
    font-family: "UrbanistSemiBold";
    font-weight: 600;
    color: #333;
    background-color: #fff;
    text-transform: capitalize;
    display: inline-block
}

@media screen and (max-width: 1440px) {
    .stellar-section .stellar-inner .steller-details p .dv-language {
        font-size: 13px;
        line-height: 15px;
        padding: 4px 5px
    }
}

@media screen and (max-width: 991px) {
    .stellar-section .stellar-inner .steller-details p .dv-language {
        font-size: 12px;
        padding: 2px 4px
    }
}

.building-smarter-section {
    width: 100%
}

.building-smarter-section .building-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 4px
}

.building-smarter-section .building-boxes .inner-box {
    padding: 40px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -o-border-radius: 30px;
    width: calc(33.33% - 3px);
    font-size: 18px;
    line-height: 30px;
    font-family: Segoe UI, Helvetica, SF Pro Display, Ubuntu, sans-serif;
    font-weight: 400;
    color: #333
}

@media only screen and (max-width: 1600px) {
    .building-smarter-section .building-boxes .inner-box {
        font-size: 17px;
        line-height: 28px
    }
}

@media only screen and (max-width: 1440px) {
    .building-smarter-section .building-boxes .inner-box {
        font-size: 16px;
        line-height: 26px
    }
}

@media screen and (max-width: 1280px) {
    .building-smarter-section .building-boxes .inner-box {
        padding: 30px;
        -webkit-border-radius: 26px;
        -moz-border-radius: 26px;
        -ms-border-radius: 26px;
        border-radius: 26px;
        -o-border-radius: 26px
    }
}

@media screen and (max-width: 1024px) {
    .building-smarter-section .building-boxes .inner-box {
        padding: 24px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        border-radius: 24px;
        -o-border-radius: 24px
    }
}

@media screen and (max-width: 991px) {
    .building-smarter-section .building-boxes .inner-box {
        width: calc(50% - 2px);
        padding: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px;
        -o-border-radius: 20px
    }
}

@media screen and (max-width: 575px) {
    .building-smarter-section .building-boxes .inner-box {
        width: 100% !important;
        padding: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        border-radius: 16px;
        -o-border-radius: 16px
    }
}

.building-smarter-section .building-boxes .inner-box:nth-child(1) {
    width: calc(51% - 2px);
    background: url(https://placehold.co/100x100?text=Asset/images/home/banner-overlay.svg) #ffe4ee repeat center center
}

@media screen and (max-width: 991px) {
    .building-smarter-section .building-boxes .inner-box:nth-child(1) {
        width: calc(50% - 2px)
    }
}

.building-smarter-section .building-boxes .inner-box:nth-child(2) {
    width: calc(49% - 2px);
    background: url(https://placehold.co/100x100?text=Asset/images/home/banner-overlay.svg) #fdffd3 repeat center center
}

@media screen and (max-width: 991px) {
    .building-smarter-section .building-boxes .inner-box:nth-child(2) {
        width: calc(50% - 2px)
    }
}

.building-smarter-section .building-boxes .inner-box:nth-child(3) {
    background: url(https://placehold.co/100x100?text=Asset/images/home/banner-overlay.svg) #ece7ff repeat center center
}

.building-smarter-section .building-boxes .inner-box:nth-child(4) {
    background: url(https://placehold.co/100x100?text=Asset/images/home/banner-overlay.svg) #ddf8e6 repeat center center
}

.building-smarter-section .building-boxes .inner-box:nth-child(5) {
    background: url(https://placehold.co/100x100?text=Asset/images/home/banner-overlay.svg) repeat center center, radial-gradient(72.08% 174.06% at 90.05% 96.3%, rgba(241, 97, 34, 0.12) 0%, rgba(241, 97, 34, 0) 100%);
    border: 1px solid hsla(0, 0%, 40%, .15)
}

@media screen and (max-width: 991px) {
    .building-smarter-section .building-boxes .inner-box:nth-child(5) {
        width: 100%
    }
}

.building-smarter-section .building-boxes .inner-box .business-head {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 20px
}

@media screen and (max-width: 1199px) {
    .building-smarter-section .building-boxes .inner-box .business-head {
        padding-bottom: 16px
    }
}

@media screen and (max-width: 991px) {
    .building-smarter-section .building-boxes .inner-box .business-head {
        padding-bottom: 10px
    }
}

.building-smarter-section .building-boxes .inner-box picture {
    max-width: 50px
}

@media screen and (max-width: 1024px) {
    .building-smarter-section .building-boxes .inner-box picture {
        max-width: 45px
    }
}

@media screen and (max-width: 991px) {
    .building-smarter-section .building-boxes .inner-box picture {
        max-width: 40px
    }
}

.building-smarter-section .building-boxes .inner-box .inner-title {
    display: inline-block;
    font-size: 30px;
    line-height: 38px;
    font-family: "UrbanistSemiBold";
    font-weight: 600;
    color: #333
}

@media only screen and (max-width: 1600px) {
    .building-smarter-section .building-boxes .inner-box .inner-title {
        font-size: 28px;
        line-height: 36px
    }
}

@media only screen and (max-width: 1440px) {
    .building-smarter-section .building-boxes .inner-box .inner-title {
        font-size: 26px;
        line-height: 32px
    }
}

@media only screen and (max-width: 1280px) {
    .building-smarter-section .building-boxes .inner-box .inner-title {
        font-size: 24px;
        line-height: 30px
    }
}

@media only screen and (max-width: 991px) {
    .building-smarter-section .building-boxes .inner-box .inner-title {
        font-size: 22px;
        line-height: 28px
    }
}

@media only screen and (max-width: 359px) {
    .building-smarter-section .building-boxes .inner-box .inner-title {
        font-size: 20px;
        line-height: 26px
    }
}

.building-smarter-section .building-boxes .inner-box .inner-title {
    color: #000
}

@media screen and (max-width: 1024px) {
    .building-smarter-section .building-boxes .inner-box .inner-title {
        font-size: 24px;
        line-height: 30px
    }
}

@media screen and (max-width: 991px) {
    .building-smarter-section .building-boxes .inner-box .inner-title {
        font-size: 22px;
        line-height: 28px
    }
}

.building-smarter-section .building-boxes .inner-box p {
    margin-bottom: 30px
}

@media screen and (max-width: 1199px) {
    .building-smarter-section .building-boxes .inner-box p {
        margin-bottom: 24px
    }
}

@media screen and (max-width: 1024px) {
    .building-smarter-section .building-boxes .inner-box p {
        margin-bottom: 20px
    }
}

.building-smarter-section .building-boxes .inner-box p:last-child {
    margin-bottom: 0
}

.elevating-software-section {
    width: 100%
}

.elevating-software-section .elevating-software-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 3px
}

.elevating-software-section .elevating-tab-main {
    width: 28%;
    background-color: #fcf8ef;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -o-border-radius: 30px;
    position: relative
}

@media only screen and (max-width: 1024px) {
    .elevating-software-section .elevating-tab-main {
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        border-radius: 24px;
        -o-border-radius: 24px;
        width: 27%
    }
}

@media only screen and (max-width: 991px) {
    .elevating-software-section .elevating-tab-main {
        width: 100%;
        padding: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px;
        -o-border-radius: 20px
    }
}

@media only screen and (max-width: 575px) {
    .elevating-software-section .elevating-tab-main {
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        border-radius: 16px;
        -o-border-radius: 16px;
        padding: 16px
    }
}

.elevating-software-section .elevating-tab-main .elevating-item {
    cursor: pointer;
    background: #fff;
    color: #333;
    font-size: 16px;
    padding: 10px 30px 10px 16px;
    position: relative;
    display: block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -o-border-radius: 10px;
    font-family: "UrbanistSemiBold";
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 1px solid #333
}

@media only screen and (min-width: 992px) {
    .elevating-software-section .elevating-tab-main .elevating-item {
        display: none
    }
}

@media only screen and (max-width: 575px) {
    .elevating-software-section .elevating-tab-main .elevating-item {
        padding: 8px 30px 8px 12px
    }
}

.elevating-software-section .elevating-tab-main .elevating-item:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-top: 5px solid #001033;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.elevating-software-section .tabing-wrap {
    padding: 37.5px 10px
}

@media only screen and (min-width: 992px) {
    .elevating-software-section .tabing-wrap {
        display: flex !important;
        flex-direction: column;
        gap: 5px
    }
}

@media only screen and (max-width: 1280px) {
    .elevating-software-section .tabing-wrap {
        padding: 30px 10px
    }
}

@media only screen and (max-width: 991px) {
    .elevating-software-section .tabing-wrap {
        display: none;
        padding: 10px 10px;
        background-color: #fff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        -o-border-radius: 10px;
        position: absolute;
        width: calc(100% - 40px);
        z-index: 1;
        box-shadow: 0px 6px 14px 0px rgba(51, 51, 51, .2)
    }
}

@media only screen and (max-width: 575px) {
    .elevating-software-section .tabing-wrap {
        width: calc(100% - 32px)
    }
}

.elevating-software-section .tabing-wrap li {
    width: 100%;
    padding: 18px 30px;
    font-size: 20px;
    line-height: 24px;
    font-family: "UrbanistMedium";
    color: #333;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    border: none;
    outline: none;
    box-shadow: none
}

.elevating-software-section .tabing-wrap li:focus {
    border: none;
    outline: none;
    box-shadow: inherit
}

.elevating-software-section .tabing-wrap li {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    position: relative;
    z-index: 2
}

@media only screen and (max-width: 1440px) {
    .elevating-software-section .tabing-wrap li {
        font-size: 18px;
        line-height: 20px;
        padding: 15px 30px
    }
}

@media only screen and (max-width: 1280px) {
    .elevating-software-section .tabing-wrap li {
        padding: 15px 20px
    }
}

@media only screen and (max-width: 991px) {
    .elevating-software-section .tabing-wrap li {
        padding: 12px 12px;
        font-size: 16px;
        line-height: 20px;
        cursor: pointer;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        -o-border-radius: 10px;
        box-shadow: none !important
    }
}

@media only screen and (max-width: 767px) {
    .elevating-software-section .tabing-wrap li {
        padding: 10px 10px
    }
}

.elevating-software-section .tabing-wrap li::after {
    position: absolute;
    content: " ";
    left: 0;
    top: 0;
    bottom: 0;
    width: calc(100% + 35px);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -o-border-radius: 30px;
    background-color: #f16122;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    box-shadow: 0px 0px 16px 0px rgba(241, 97, 34, .3);
    z-index: -1
}

@media only screen and (max-width: 991px) {
    .elevating-software-section .tabing-wrap li::after {
        display: none
    }
}

.elevating-software-section .tabing-wrap li.active,
.elevating-software-section .tabing-wrap li:hover {
    color: #fff
}

@media only screen and (max-width: 991px) {

    .elevating-software-section .tabing-wrap li.active,
    .elevating-software-section .tabing-wrap li:hover {
        background-color: #f16122;
        box-shadow: 0px 0px 16px 0px rgba(241, 97, 34, .3)
    }
}

@media only screen and (min-width: 992px) {

    .elevating-software-section .tabing-wrap li.active::after,
    .elevating-software-section .tabing-wrap li:hover::after {
        opacity: 1;
        pointer-events: auto;
        background-color: #f16122
    }
}

.elevating-software-section .elevating-content {
    background-color: #fcf8ef;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -o-border-radius: 30px;
    flex: 1;
    padding: 25px 20px
}

@media only screen and (max-width: 1024px) {
    .elevating-software-section .elevating-content {
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        border-radius: 24px;
        -o-border-radius: 24px
    }
}

@media only screen and (max-width: 991px) {
    .elevating-software-section .elevating-content {
        padding: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px;
        -o-border-radius: 20px
    }
}

@media only screen and (max-width: 575px) {
    .elevating-software-section .elevating-content {
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        border-radius: 16px;
        -o-border-radius: 16px;
        padding: 16px
    }
}

.elevating-software-section .elevating-content .tab-content-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 3.5px
}

@media only screen and (max-width: 1199px) {
    .elevating-software-section .elevating-content .tab-content-inner {
        gap: 10px 3.5px
    }
}

@media only screen and (max-width: 575px) {
    .elevating-software-section .elevating-content .tab-content-inner {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media only screen and (max-width: 420px) {
    .elevating-software-section .elevating-content .tab-content-inner {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media only screen and (min-width: 992px) {
    .elevating-software-section .elevating-content .tab-content-inner.columns5 {
        grid-template-columns: repeat(5, 1fr)
    }
}

.elevating-software-section .elevating-content .tab-content-inner .logo-wrap {
    padding: 20px 20px 16px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    -o-border-radius: 20px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

@media only screen and (max-width: 1199px) {
    .elevating-software-section .elevating-content .tab-content-inner .logo-wrap {
        padding: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        border-radius: 16px;
        -o-border-radius: 16px
    }
}

@media only screen and (max-width: 1024px) {
    .elevating-software-section .elevating-content .tab-content-inner .logo-wrap {
        padding: 16px 12px
    }
}

@media only screen and (max-width: 767px) {
    .elevating-software-section .elevating-content .tab-content-inner .logo-wrap {
        padding: 10px
    }
}

.elevating-software-section .elevating-content .tab-content-inner .logo-wrap picture {
    min-width: 60px;
    width: 60px;
    min-height: 60px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px
}

@media only screen and (max-width: 1199px) {
    .elevating-software-section .elevating-content .tab-content-inner .logo-wrap picture {
        margin-bottom: 12px;
        min-width: 50px;
        width: 50px;
        min-height: 50px;
        height: 50px
    }
}

.elevating-software-section .elevating-content .tab-content-inner .logo-wrap .logo-name {
    font-size: 18px;
    line-height: 30px;
    font-family: Segoe UI, Helvetica, SF Pro Display, Ubuntu, sans-serif;
    font-weight: 400;
    color: #333
}

@media only screen and (max-width: 1600px) {
    .elevating-software-section .elevating-content .tab-content-inner .logo-wrap .logo-name {
        font-size: 17px;
        line-height: 28px
    }
}

@media only screen and (max-width: 1440px) {
    .elevating-software-section .elevating-content .tab-content-inner .logo-wrap .logo-name {
        font-size: 16px;
        line-height: 26px
    }
}

.elevating-software-section .elevating-content .tab-content-inner .logo-wrap .logo-name {
    display: block
}

.elevating-software-section .elevating-content .tab-content-inner .logo-wrap:hover {
    background-color: #fff
}

.client-testimonials-section {
    width: 100%
}

@media screen and (max-width: 991px) {
    .client-testimonials-section {
        position: relative;
        padding-bottom: 110px;
        margin-bottom: 50px
    }
}

@media screen and (max-width: 767px) {
    .client-testimonials-section {
        padding-bottom: 100px
    }
}

@media screen and (max-width: 480px) {
    .client-testimonials-section {
        padding-bottom: 70px
    }
}

.client-testimonials-section .testimonials-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 24px
}

@media screen and (max-width: 991px) {
    .client-testimonials-section .testimonials-wrap {
        flex-wrap: nowrap;
        overflow: auto;
        margin: 0 -15px;
        padding: 0 15px 8px;
        gap: 20px
    }
}

.client-testimonials-section .testimonials-wrap>div {
    width: calc(50% - 12px);
    display: flex;
    flex-direction: column;
    gap: 30px
}

@media screen and (max-width: 991px) {
    .client-testimonials-section .testimonials-wrap>div {
        width: auto;
        gap: 20px;
        flex-direction: row
    }
}

.client-testimonials-section .testimonials-wrap .client-box {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    -o-border-radius: 40px;
    box-shadow: 0px 3px 6px 0px rgba(51, 51, 51, .0509803922);
    border: 1px solid hsla(0, 0%, 80%, .5019607843);
    padding: 30px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 24px 30px
}

@media screen and (max-width: 1280px) {
    .client-testimonials-section .testimonials-wrap .client-box {
        padding: 24px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px;
        -o-border-radius: 30px
    }
}

@media screen and (max-width: 1199px) {
    .client-testimonials-section .testimonials-wrap .client-box {
        padding: 20px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        border-radius: 24px;
        -o-border-radius: 24px;
        gap: 20px
    }
}

@media screen and (max-width: 991px) {
    .client-testimonials-section .testimonials-wrap .client-box {
        min-width: 75vw;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px;
        -o-border-radius: 20px
    }
}

@media screen and (max-width: 767px) {
    .client-testimonials-section .testimonials-wrap .client-box {
        min-width: 90vw
    }
}

@media screen and (max-width: 575px) {
    .client-testimonials-section .testimonials-wrap .client-box {
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        border-radius: 16px;
        -o-border-radius: 16px;
        padding: 15px;
        gap: 15px;
        flex-direction: column
    }
}

.client-testimonials-section .testimonials-wrap .client-box .client-img {
    width: 160px;
    padding-bottom: 200px;
    position: relative;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden
}

@media screen and (max-width: 1199px) {
    .client-testimonials-section .testimonials-wrap .client-box .client-img {
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        border-radius: 16px;
        -o-border-radius: 16px
    }
}

@media screen and (max-width: 767px) {
    .client-testimonials-section .testimonials-wrap .client-box .client-img {
        width: 140px;
        padding-bottom: 180px
    }
}

@media screen and (max-width: 575px) {
    .client-testimonials-section .testimonials-wrap .client-box .client-img {
        margin: 0 auto
    }
}

.client-testimonials-section .testimonials-wrap .client-box .client-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.client-testimonials-section .testimonials-wrap .client-info {
    flex: 1;
    font-size: 18px;
    line-height: 30px;
    font-family: Segoe UI, Helvetica, SF Pro Display, Ubuntu, sans-serif;
    font-weight: 400;
    color: #333
}

@media only screen and (max-width: 1600px) {
    .client-testimonials-section .testimonials-wrap .client-info {
        font-size: 17px;
        line-height: 28px
    }
}

@media only screen and (max-width: 1440px) {
    .client-testimonials-section .testimonials-wrap .client-info {
        font-size: 16px;
        line-height: 26px
    }
}

.client-testimonials-section .testimonials-wrap .client-info .client-name {
    font-size: 22px;
    line-height: 28px;
    font-family: "UrbanistSemiBold";
    font-weight: 600;
    color: #333;
    display: block;
    padding-bottom: 20px
}

@media screen and (max-width: 1199px) {
    .client-testimonials-section .testimonials-wrap .client-info .client-name {
        padding-bottom: 12px;
        font-size: 20px;
        line-height: 26px
    }
}

.client-testimonials-section .testimonials-wrap .client-info .client-name small {
    display: block;
    font-size: 15px;
    line-height: 22px;
    font-family: Segoe UI, Helvetica, SF Pro Display, Ubuntu, sans-serif;
    font-weight: 400;
    color: #666
}

@media screen and (max-width: 1440px) {
    .client-testimonials-section .testimonials-wrap .client-info .client-name small {
        font-size: 14px;
        line-height: 20px
    }
}

.client-testimonials-section .testimonials-wrap .client-box-footer {
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    font-family: Segoe UI, Helvetica, SF Pro Display, Ubuntu, sans-serif;
    font-weight: 400;
    color: #333
}

@media only screen and (max-width: 1600px) {
    .client-testimonials-section .testimonials-wrap .client-box-footer {
        font-size: 17px;
        line-height: 28px
    }
}

@media only screen and (max-width: 1440px) {
    .client-testimonials-section .testimonials-wrap .client-box-footer {
        font-size: 16px;
        line-height: 26px
    }
}

.client-testimonials-section .testimonials-wrap .client-box-footer {
    color: #666;
    display: flex;
    align-items: center;
    gap: 22px;
    margin-top: auto
}

@media screen and (max-width: 767px) {
    .client-testimonials-section .testimonials-wrap .client-box-footer {
        gap: 18px
    }
}


@media screen and (max-width: 1199px) {
    .client-testimonials-section .testimonials-wrap .client-box-footer::before {
        width: 158px
    }
}

@media screen and (max-width: 767px) {
    .client-testimonials-section .testimonials-wrap .client-box-footer::before {
        width: 140px
    }
}

@media screen and (max-width: 575px) {
    .client-testimonials-section .testimonials-wrap .client-box-footer::before {
        display: none
    }
}

.client-testimonials-section .testimonials-wrap .client-box-footer p {
    flex: 1
}

.client-testimonials-section .testimonials-wrap .client-box-footer strong {
    display: block;
    font-weight: 600;
    color: #333
}

.client-testimonials-section .all-testimonials {
    width: 100%;
    background-color: hsla(0, 0%, 80%, .2);
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -o-border-radius: 50px;
    margin-top: auto
}

@media screen and (max-width: 1199px) {
    .client-testimonials-section .all-testimonials {
        padding: 16px
    }
}

@media screen and (max-width: 991px) {
    .client-testimonials-section .all-testimonials {
        position: absolute;
        bottom: 0px;
        left: 15px;
        right: 15px;
        margin: 0 auto;
        width: calc(100% - 30px);
        max-width: 432px;
        justify-content: center
    }
}

@media screen and (max-width: 480px) {
    .client-testimonials-section .all-testimonials {
        padding: 0;
        background-color: rgba(0, 0, 0, 0)
    }
}

.client-testimonials-section .all-testimonials::before {
    content: "";
    width: 224px;
    height: 50px;
    background: url(https://placehold.co/100x100?text=Asset/images/home/all-testimonials-branding.svg) no-repeat center center;
    background-size: contain
}

@media screen and (max-width: 1199px) {
    .client-testimonials-section .all-testimonials::before {
        width: 190px
    }
}

@media screen and (max-width: 1024px) {
    .client-testimonials-section .all-testimonials::before {
        width: 150px
    }
}

@media screen and (max-width: 767px) {
    .client-testimonials-section .all-testimonials::before {
        height: 46px
    }
}

@media screen and (max-width: 480px) {
    .client-testimonials-section .all-testimonials::before {
        display: none
    }
}

.industires-setion {
    background: linear-gradient(96.43deg, rgba(214, 214, 246, 0.2) 1.58%, rgba(214, 214, 246, 0.2) 100%);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -o-border-radius: 30px;
    position: relative
}

@media only screen and (max-width: 991px) {
    .industires-setion {
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        border-radius: 24px;
        -o-border-radius: 24px
    }
}

@media only screen and (max-width: 767px) {
    .industires-setion {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px;
        -o-border-radius: 20px;
        padding-bottom: 100px
    }
}

@media only screen and (max-width: 575px) {
    .industires-setion {
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        border-radius: 16px;
        -o-border-radius: 16px
    }
}

@media screen and (max-width: 767px) {
    .industires-setion .secondry-btn {
        position: absolute;
        bottom: 24px;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center
    }
}

.domains-infocus-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 20px
}

@media screen and (max-width: 576px) {
    .domains-infocus-boxes {
        gap: 15px
    }
}

.domains-infocus-boxes li {
    position: relative;
    text-align: center;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px;
    -o-border-radius: 16px;
    width: calc(16.66% - 17px);
    overflow: hidden;
    z-index: 2
}

@media screen and (max-width: 1280px) {
    .domains-infocus-boxes li {
        width: calc(25% - 15px)
    }
}

@media screen and (max-width: 767px) {
    .domains-infocus-boxes li {
        width: calc(33.33% - 15px)
    }
}

@media screen and (max-width: 576px) {
    .domains-infocus-boxes li {
        width: calc(50% - 8px)
    }
}

@media screen and (max-width: 420px) {
    .domains-infocus-boxes li {
        flex-grow: 1
    }
}

.domains-infocus-boxes li:hover::after {
    height: 100%
}

.domains-infocus-boxes li:after {
    content: "";
    position: absolute;
    background: #d6d6f6;
    bottom: 0;
    height: 0px;
    width: 100%;
    left: 0;
    right: 0;
    transition: all 1s ease
}

.domains-infocus-boxes li a {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    transition: .2s all ease-in-out;
    display: inline-flex;
    justify-content: center;
    flex-direction: column
}

.domains-infocus-boxes li a span {
    width: 100%;
    padding: 9px;
    border: 1px solid #d6d6f6;
    border-radius: 16px;
    text-align: center;
    background-color: #fff;
    transition: all .3s ease
}

.domains-infocus-boxes li a span i {
    width: 62px;
    height: 62px;
    border-radius: 100%;
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eef;
    margin: 0 auto;
    color: #000
}

@media only screen and (max-width: 1024px) {
    .domains-infocus-boxes li a span i {
        width: 56px;
        height: 56px;
        font-size: 28px
    }
}

@media only screen and (max-width: 991px) {
    .domains-infocus-boxes li a span i {
        width: 50px;
        height: 50px;
        font-size: 26px
    }
}

.domains-infocus-boxes li a strong {
    font-size: 20px;
    line-height: 26px;
    font-family: "UrbanistSemiBold";
    font-weight: 600;
    color: #333;
    width: 100%;
    padding: 10px;
    text-align: center;
    background-color: #d6d6f6;
    border-radius: 16px
}

@media only screen and (max-width: 991px) {
    .domains-infocus-boxes li a strong {
        font-size: 15px
    }
}

@media only screen and (max-width: 359px) {
    .domains-infocus-boxes li a strong {
        font-size: 14px
    }
}

.process-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 48px;
    position: relative;
    max-width: 1330px;
    width: 100%;
    margin-left: auto
}

@media only screen and (max-width: 1600px) {
    .process-inner {
        max-width: 1200px
    }
}

@media only screen and (max-width: 1024px) {
    .process-inner {
        gap: 40px
    }
}

@media only screen and (max-width: 991px) {
    .process-inner {
        gap: 0px
    }
}

.process-inner .section-head {
    width: 35%;
    position: sticky;
    top: 120px
}

@media only screen and (max-width: 991px) {
    .process-inner .section-head {
        width: 100%;
        position: static;
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 0px
    }
}

.process-inner .process-tabing {
    max-width: 420px;
    width: 100%
}

@media only screen and (max-width: 991px) {
    .process-inner .process-tabing {
        max-width: 100%;
        position: relative;
        margin-bottom: 26px
    }
}

.process-inner .process-tabing .select-item {
    cursor: pointer;
    background: #fff;
    color: #333;
    font-size: 16px;
    padding: 10px 30px 10px 16px;
    position: relative;
    display: block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -o-border-radius: 10px;
    font-family: "UrbanistSemiBold";
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 1px solid #333
}

@media only screen and (min-width: 992px) {
    .process-inner .process-tabing .select-item {
        display: none
    }
}

@media only screen and (max-width: 575px) {
    .process-inner .process-tabing .select-item {
        padding: 9px 30px 9px 12px
    }
}

.process-inner .process-tabing .select-item:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-top: 5px solid #001033;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.process-inner .tabing-wrap {
    width: 100%
}

@media only screen and (min-width: 992px) {
    .process-inner .tabing-wrap {
        display: block !important
    }
}

@media only screen and (max-width: 991px) {
    .process-inner .tabing-wrap {
        display: none;
        padding: 10px 10px;
        background-color: #fff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        -o-border-radius: 10px;
        position: absolute;
        width: 100%;
        z-index: 1;
        box-shadow: 0px 6px 14px 0px rgba(51, 51, 51, .2)
    }
}

.process-inner .tabing-wrap .tab-nav {
    outline: none;
    box-shadow: none
}

.process-inner .tabing-wrap .tab-nav:focus {
    outline: none;
    box-shadow: inherit
}

.process-inner .tabing-wrap .tab-nav {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    -ms-border-radius: 34px;
    border-radius: 34px;
    -o-border-radius: 34px;
    border: 1px solid #aaa;
    margin-bottom: 4px;
    cursor: pointer;
    padding: 14px 20px;
    padding-right: 36px;
    color: #666;
    font-size: 20px;
    line-height: 24px;
    font-family: "UrbanistMedium";
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media only screen and (max-width: 1440px) {
    .process-inner .tabing-wrap .tab-nav {
        font-size: 19px;
        line-height: 23px;
        padding: 12px 20px
    }
}

@media only screen and (max-width: 1280px) {
    .process-inner .tabing-wrap .tab-nav {
        font-size: 18px;
        line-height: 22px
    }
}

@media only screen and (max-width: 991px) {
    .process-inner .tabing-wrap .tab-nav {
        padding: 12px 12px;
        font-size: 16px;
        line-height: 20px;
        cursor: pointer;
        border: none;
        outline: none;
        box-shadow: none
    }

    .process-inner .tabing-wrap .tab-nav:focus {
        border: none;
        outline: none;
        box-shadow: inherit
    }

    .process-inner .tabing-wrap .tab-nav {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        -o-border-radius: 10px;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        position: relative;
        z-index: 2;
        box-shadow: none !important;
        margin-bottom: 0;
        color: #333
    }
}

@media only screen and (max-width: 767px) {
    .process-inner .tabing-wrap .tab-nav {
        padding: 10px 10px
    }
}

.process-inner .tabing-wrap .tab-nav::after {
    position: absolute;
    content: " ";
    top: 0;
    bottom: 0;
    right: 22px;
    margin: auto 0;
    width: 12px;
    height: 12px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

@media only screen and (max-width: 991px) {
    .process-inner .tabing-wrap .tab-nav::after {
        display: none
    }
}

.process-inner .tabing-wrap .tab-nav.active,
.process-inner .tabing-wrap .tab-nav:hover {
    background-color: #f16122;
    color: #fff;
    border-color: #f16122
}

.process-inner .tabing-wrap .tab-nav.active::after,
.process-inner .tabing-wrap .tab-nav:hover::after {
    border-color: #fff
}

.process-inner .process-content {
    flex: 1;
    display: flex;
    gap: 40px;
    padding-left: 18px;
    margin-left: -18px;
    overflow: hidden
}

@media only screen and (max-width: 991px) {
    .process-inner .process-content {
        gap: 30px;
        margin-left: 0
    }
}

@media only screen and (max-width: 480px) {
    .process-inner .process-content {
        gap: 20px
    }
}

.process-inner .process-content .line-wrap {
    position: relative
}

.process-inner .process-content .line-wrap .default-line {
    border: 1px dashed hsla(0, 0%, 40%, .5);
    height: 100% !important;
    display: inline-block
}

.process-inner .process-content .line-wrap .draw-line {
    height: 0;
    position: absolute;
    left: 0px;
    border: 1px solid #f16122;
    display: inline-block
}

.process-inner .tab-content ul {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-right: 112px;
    counter-reset: my-sec-counter
}

@media only screen and (max-width: 1199px) {
    .process-inner .tab-content ul {
        padding-right: 98px
    }
}

@media only screen and (max-width: 1024px) {
    .process-inner .tab-content ul {
        padding-right: 80px
    }
}

@media only screen and (max-width: 767px) {
    .process-inner .tab-content ul {
        padding-right: 0
    }
}

.process-inner .tab-content ul li {
    list-style-type: none;
    position: relative;
    padding: 30px;
    border: 1px solid #666;
    background: rgba(0, 0, 0, 0);
    min-height: 110px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
    -o-border-radius: 24px;
    font-size: 18px;
    line-height: 30px;
    font-family: Segoe UI, Helvetica, SF Pro Display, Ubuntu, sans-serif;
    font-weight: 400;
    color: #333
}

@media only screen and (max-width: 1600px) {
    .process-inner .tab-content ul li {
        font-size: 17px;
        line-height: 28px
    }
}

@media only screen and (max-width: 1440px) {
    .process-inner .tab-content ul li {
        font-size: 16px;
        line-height: 26px
    }
}

@media only screen and (max-width: 1280px) {
    .process-inner .tab-content ul li {
        padding: 24px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px;
        -o-border-radius: 20px
    }
}

@media only screen and (max-width: 1024px) {
    .process-inner .tab-content ul li {
        padding: 20px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        border-radius: 16px;
        -o-border-radius: 16px
    }
}

@media only screen and (max-width: 767px) {
    .process-inner .tab-content ul li {
        padding: 16px
    }
}

.process-inner .tab-content ul li.active {
    transition: .125s ease-in-out, background-color .2s ease-out, color .1s ease-out, border .1s ease-out
}

.process-inner .tab-content ul li.active::before {
    background-color: #f16122;
    border-color: #f16122;
    transition: .125s ease-in-out, background-color .2s ease-out, color .1s ease-out, border .1s ease-out;
    color: #fff
}

.process-inner .tab-content ul li::before {
    font-family: "home-icons" !important;
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #666;
    transition: all .4s ease-in-out;
    border: 1px dashed #000;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    line-height: 15px
}

@media only screen and (max-width: 991px) {
    .process-inner .tab-content ul li::before {
        left: -49px
    }
}

@media only screen and (max-width: 480px) {
    .process-inner .tab-content ul li::before {
        left: -39px
    }
}

.process-inner .tab-content ul li:nth-child(1)::before {
    content: "\e90a"
}

.process-inner .tab-content ul li:nth-child(2)::before {
    content: "\e924"
}

.process-inner .tab-content ul li:nth-child(3)::before {
    content: "\e90a"
}

.process-inner .tab-content ul li:nth-child(4)::before {
    content: "\e920"
}

.process-inner .tab-content ul li:nth-child(5)::before {
    content: "\e923"
}

.process-inner .tab-content ul li:nth-child(6)::before {
    content: "\e907"
}

.process-inner .tab-content ul li:nth-child(7)::before {
    content: "\e922"
}

.process-inner .tab-content ul li:nth-child(8)::before {
    content: "\e90a"
}

.process-inner .tab-content ul li:first-child::after,
.process-inner .tab-content ul li:last-child::after {
    position: absolute;
    content: " ";
    left: -43px;
    width: 6px;
    height: calc(50% - 16px);
    background-color: #fff
}

@media only screen and (max-width: 991px) {

    .process-inner .tab-content ul li:first-child::after,
    .process-inner .tab-content ul li:last-child::after {
        left: -36px
    }
}

@media only screen and (max-width: 480px) {

    .process-inner .tab-content ul li:first-child::after,
    .process-inner .tab-content ul li:last-child::after {
        left: -26px
    }
}

.process-inner .tab-content ul li:first-child::after {
    top: -1px
}

.process-inner .tab-content ul li:last-child::after {
    bottom: -1px
}

.process-inner .tab-content ul li .box-title {
    font-size: 24px;
    line-height: 30px;
    font-family: Segoe UI, Helvetica, SF Pro Display, Ubuntu, sans-serif;
    font-weight: 600;
    color: #333;
    padding-bottom: 12px
}

@media only screen and (max-width: 1440px) {
    .process-inner .tab-content ul li .box-title {
        font-size: 20px;
        line-height: 26px
    }
}

@media only screen and (max-width: 1280px) {
    .process-inner .tab-content ul li .box-title {
        padding-bottom: 8px
    }
}

@media only screen and (max-width: 767px) {
    .process-inner .tab-content ul li .box-title {
        padding-right: 40px
    }
}

.process-inner .tab-content ul li .number {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    right: -112px;
    width: 81px;
    height: 105px;
    vertical-align: middle
}

@media only screen and (max-width: 1199px) {
    .process-inner .tab-content ul li .number {
        right: -98px;
        top: 50%
    }
}

@media only screen and (max-width: 1024px) {
    .process-inner .tab-content ul li .number {
        right: -80px
    }
}

@media only screen and (max-width: 767px) {
    .process-inner .tab-content ul li .number {
        right: 0px;
        top: 0;
        transform: none;
        width: 45px;
        height: 45px;
        border: 1px solid #666;
        border-top: none;
        border-right: none;
        border-radius: 0 16px 0 50px;
        background-color: hsla(0, 0%, 80%, .1)
    }
}

@media only screen and (max-width: 480px) {
    .process-inner .tab-content ul li .number {
        width: 40px;
        height: 40px
    }
}

.process-inner .tab-content ul li .number::after {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
    position: absolute;
    right: 0px;
    top: 0px;
    font-family: Segoe UI, Helvetica, SF Pro Display, Ubuntu, sans-serif;
    font-weight: 400;
    font-size: 150px;
    line-height: 105px;
    color: rgba(0, 0, 0, .03)
}

@media screen and (max-width: 1280px) {
    .process-inner .tab-content ul li .number::after {
        font-size: 140px
    }
}

@media only screen and (max-width: 1199px) {
    .process-inner .tab-content ul li .number::after {
        font-size: 130px
    }
}

@media screen and (max-width: 1024px) {
    .process-inner .tab-content ul li .number::after {
        font-size: 120px
    }
}

@media screen and (max-width: 991px) {
    .process-inner .tab-content ul li .number::after {
        font-size: 110px
    }
}

@media screen and (max-width: 767px) {
    .process-inner .tab-content ul li .number::after {
        font-size: 24px;
        line-height: 14px;
        margin: auto;
        left: 8px;
        bottom: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: rgba(0, 0, 0, .4)
    }
}

@media only screen and (max-width: 480px) {
    .process-inner .tab-content ul li .number::after {
        font-size: 22px
    }
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.our-blogs-section {
    overflow: hidden
}

.our-blogs-section .blogs-listing .blog_item .blog_image {
    display: block;
    background: #fff;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -ms-border-radius: 26px;
    border-radius: 26px;
    -o-border-radius: 26px;
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .our-blogs-section .blogs-listing .blog_item .blog_image {
        border-radius: 10px
    }
}

.our-blogs-section .blogs-listing .blog_item .blog_image picture {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 53.2%
}

.our-blogs-section .blogs-listing .blog_item .blog_image picture img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.our-blogs-section .blogs-listing .blog_item .blog-details {
    padding-top: 20px
}

@media screen and (max-width: 767px) {
    .our-blogs-section .blogs-listing .blog_item .blog-details {
        padding-top: 15px
    }
}

.our-blogs-section .blogs-listing .blog_item .blog-details .blog_category {
    min-width: 100px;
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    font-family: "UrbanistSemiBold";
    font-weight: 600;
    color: #333;
    display: inline-block;
    margin-bottom: 12px;
    padding: 7px 9px;
    border: 1px solid rgba(241, 97, 34, .5);
    backdrop-filter: blur(4px);
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    -o-border-radius: 20px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

@media screen and (max-width: 1440px) {
    .our-blogs-section .blogs-listing .blog_item .blog-details .blog_category {
        font-size: 13px;
        line-height: 16px
    }
}

@media screen and (max-width: 767px) {
    .our-blogs-section .blogs-listing .blog_item .blog-details .blog_category {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 8px
    }
}

.our-blogs-section .blogs-listing .blog_item .blog-details .post-title {
    padding-right: 30px;
    font-size: 22px;
    line-height: 26px;
    font-family: "UrbanistSemiBold";
    font-weight: 600;
    white-space: nowrap;
    display: inherit;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1
}

@media screen and (max-width: 1440px) {
    .our-blogs-section .blogs-listing .blog_item .blog-details .post-title {
        font-size: 20px;
        line-height: 25px
    }
}

@media screen and (max-width: 767px) {
    .our-blogs-section .blogs-listing .blog_item .blog-details .post-title {
        font-size: 16px;
        line-height: 23px;
        min-height: auto
    }
}

.our-blogs-section .blogs-listing .blog_item .blog-details .post-title a {
    color: #333;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.our-blogs-section .blogs-listing .blog_item:hover .blog-details .blog_category {
    background-color: rgba(241, 97, 34, .7);
    border-color: rgba(241, 97, 34, 0);
    color: #fff
}

.our-blogs-section .blogs-listing .blog_item:hover .blog-details .post-title {
    color: #f16122
}

.our-blogs-section .blogs-listing .blog_item:hover .blog-details .post-title a {
    color: #f16122
}

.faq-sections {
    margin-bottom: 0px
}

.faq-sections .container {
    max-width: 1200px
}

@media screen and (max-width: 1600px) {
    .faq-sections .container {
        max-width: 1140px
    }
}

@media screen and (max-width: 1440px) {
    .faq-sections .container {
        max-width: 1096px
    }
}

.faq-sections .section-head {
    text-align: center
}

.faq-sections b,
.faq-sections strong {
    font-family: "Segoe UI", "Helvetica", "SF Pro Display", "Ubuntu", sans-serif;
    font-weight: bold
}

.faq-sections li.faq_item {
    position: relative;
    font-weight: 600;
    font-size: 22px;
    text-align: left;
    color: #1d1e31;
    padding: 30px;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    margin-bottom: 4px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -o-border-radius: 30px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.faq-sections li.faq_item:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 1440px) {
    .faq-sections li.faq_item {
        font-size: 20px
    }
}

@media screen and (max-width: 1440px) {
    .faq-sections li.faq_item {
        font-size: 18px
    }
}

@media screen and (max-width: 1280px) {
    .faq-sections li.faq_item {
        padding: 24px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        border-radius: 24px;
        -o-border-radius: 24px
    }
}

@media screen and (max-width: 1024px) {
    .faq-sections li.faq_item {
        padding: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px;
        -o-border-radius: 20px
    }
}

@media screen and (max-width: 991px) {
    .faq-sections li.faq_item {
        padding: 15px
    }
}

@media screen and (max-width: 767px) {
    .faq-sections li.faq_item {
        font-size: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        border-radius: 16px;
        -o-border-radius: 16px
    }
}

.faq-sections li.faq_item:has(.faq_header.active) {
    border-color: #333;
    background-color: rgba(0, 0, 0, 0)
}

.faq-sections li.faq_item .faq_header {
    display: block;
    width: 100%;
    position: relative;
    padding-right: 35px;
    color: #1d1e31 !important;
    cursor: pointer
}

.faq-sections li.faq_item .faq_header .faqIcon {
    position: absolute;
    right: 0px;
    top: 2px;
    width: 28px;
    height: 28px;
    background: #fff;
    border: 1px solid #333;
    border-radius: 50%;
    display: inline-block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

@media screen and (max-width: 1440px) {
    .faq-sections li.faq_item .faq_header .faqIcon {
        top: -2px
    }
}

@media screen and (max-width: 767px) {
    .faq-sections li.faq_item .faq_header .faqIcon {
        width: 24px;
        height: 24px;
        top: 2px
    }
}

.faq-sections li.faq_item .faq_header .faqIcon:after,
.faq-sections li.faq_item .faq_header .faqIcon:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 12px;
    width: 2px;
    background-color: #666;
    margin: auto
}

@media screen and (max-width: 767px) {

    .faq-sections li.faq_item .faq_header .faqIcon:after,
    .faq-sections li.faq_item .faq_header .faqIcon:before {
        height: 10px
    }
}

.faq-sections li.faq_item .faq_header .faqIcon:after {
    transform: rotate(-90deg)
}

.faq-sections li.faq_item .faq_header.active .faqIcon {
    background: #f16122;
    border-color: #f16122;
    transform: rotate(45deg)
}

.faq-sections li.faq_item .faq_header.active .faqIcon:before {
    background-color: #fff
}

.faq-sections li.faq_item .faq_header.active .faqIcon::after {
    background-color: #fff
}

.faq-sections li.faq_item .faq_body .faq_body_inner {
    font-size: 18px;
    line-height: 30px;
    font-family: Segoe UI, Helvetica, SF Pro Display, Ubuntu, sans-serif;
    font-weight: 400;
    color: #333
}

@media only screen and (max-width: 1600px) {
    .faq-sections li.faq_item .faq_body .faq_body_inner {
        font-size: 17px;
        line-height: 28px
    }
}

@media only screen and (max-width: 1440px) {
    .faq-sections li.faq_item .faq_body .faq_body_inner {
        font-size: 16px;
        line-height: 26px
    }
}

.faq-sections li.faq_item .faq_body .faq_body_inner {
    padding: 10px 0 0;
    line-height: 30px;
    margin-top: 10px
}

@media screen and (max-width: 991px) {
    .faq-sections li.faq_item .faq_body .faq_body_inner {
        margin-top: 5px;
        padding: 8px 0 0
    }
}

@media screen and (max-width: 767px) {
    .faq-sections li.faq_item .faq_body .faq_body_inner {
        font-size: 15px;
        line-height: 26px
    }
}

.faq-sections li.faq_item .faq_body .faq_body_inner p {
    margin-bottom: 12px
}

.faq-sections li.faq_item .faq_body .faq_body_inner p:last-child {
    margin-bottom: 0
}

.faq-sections li.faq_item .faq_body .faq_body_inner ul {
    position: relative;
    margin-bottom: 1rem;
    padding: 0;
    line-height: 26px
}

.faq-sections li.faq_item .faq_body .faq_body_inner ul:last-child {
    margin-bottom: 0
}

.faq-sections li.faq_item .faq_body .faq_body_inner ul li {
    position: relative;
    list-style: none;
    border-bottom: 0px;
    margin-bottom: 12px;
    padding-left: 25px
}

@media screen and (max-width: 1440px) {
    .faq-sections li.faq_item .faq_body .faq_body_inner ul li {
        padding-left: 22px
    }
}

@media screen and (max-width: 991px) {
    .faq-sections li.faq_item .faq_body .faq_body_inner ul li {
        padding-left: 18px;
        margin-bottom: 10px
    }
}

.faq-sections li.faq_item .faq_body .faq_body_inner ul li:last-child {
    margin-bottom: 0
}

.faq-sections li.faq_item .faq_body .faq_body_inner ul li::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 20px;
    background-color: #fff;
    border: 2px solid #f16122;
    left: 2px;
    top: 7px
}

@media screen and (max-width: 1440px) {
    .faq-sections li.faq_item .faq_body .faq_body_inner ul li::before {
        top: 6px
    }
}

.faq-sections li.faq_item .faq_body .faq_body_inner ul li ul {
    margin-top: 12px
}

.faq-sections li.faq_item .faq_body .faq_body_inner ul li ul li {
    padding-left: 23px
}

.faq-sections li.faq_item .faq_body .faq_body_inner ul li ul li::before {
    background: #f16122;
    width: 9px;
    height: 9px;
    top: 9px
}

.faq-sections li.faq_item .faq_body .faq_body_inner ul li ol {
    margin-top: 12px
}

.faq-sections li.faq_item .faq_body .faq_body_inner ul li ol li::before {
    display: none
}

.faq-sections li.faq_item .faq_body .faq_body_inner ol {
    padding: 0 0 0 22px;
    margin-bottom: 1rem;
    list-style-type: none;
    line-height: 26px
}

.faq-sections li.faq_item .faq_body .faq_body_inner ol:last-child {
    margin-bottom: 0
}

.faq-sections li.faq_item .faq_body .faq_body_inner ol li {
    list-style-type: decimal;
    position: relative;
    border-bottom: 0px;
    margin: 0 0 12px;
    padding: 0 0 0 3px
}

.faq-sections li.faq_item .faq_body .faq_body_inner ol li:last-child {
    margin-bottom: 0
}

.faq-sections li.faq_item .faq_body .faq_body_inner ol li ul {
    margin-top: 12px
}

.faq-sections li.faq_item .faq_body .faq_body_inner ol li ul li {
    padding-left: 23px;
    list-style-type: none
}

.faq-sections li.faq_item .faq_body .faq_body_inner ol li ul li::before {
    background: #f16122;
    width: 9px;
    height: 9px;
    top: 9px
}

.faq-sections li.faq_item .faq_body .faq_body_inner ol li ol {
    margin-top: 12px
}

.faq-sections li.faq_item .faq_body .faq_body_inner ol li ol li::before {
    display: none
}

.faq-sections li.faq_item .faq_body .faq_body_inner .alphabetList li {
    list-style-type: upper-alpha
}

.faq-sections li.faq_item .faq_body .faq_body_inner a {
    color: #f16122
}

.formHeader {
    font-size: 24px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 30px;
    font-family: "UrbanistSemiBold", sans-serif
}

@media(max-width: 1450px) {
    .formHeader {
        font-size: 24px;
        margin-bottom: 15px
    }
}

@media(max-width: 991px) {
    .formHeader {
        font-size: 20px
    }
}

.cmr-contact-form {
    flex: 1;
    background-color: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    -o-border-radius: 25px;
    padding: 30px
}

@media screen and (max-width: 1280px) {
    .cmr-contact-form {
        padding: 24px 24px
    }
}

@media screen and (max-width: 1024px) {
    .cmr-contact-form {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px;
        -o-border-radius: 20px
    }
}

@media screen and (max-width: 480px) {
    .cmr-contact-form {
        padding: 24px 16px
    }
}

.form-inline {
    display: block
}

.form-inline .form-control {
    outline: none;
    border: none;
    box-shadow: none !important;
    border-radius: 0;
    border-bottom: 1px solid #bcbcbc;
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 1;
    font-family: "UrbanistMedium", sans-serif;
    font-weight: normal;
    padding: 16px 0px;
    letter-spacing: 1.6px;
    color: #1d1e31;
    background: rgba(0, 0, 0, 0);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.form-inline .form-control::placeholder {
    color: #1d1e31;
    font-weight: 500
}

.form-inline .form-control:focus {
    box-shadow: none;
    border-color: #1d1e31
}

.form-inline .form-control:placeholder-shown:not(:focus)+* {
    font-size: 16px;
    left: 0;
    top: .35em;
    width: 100%;
    padding: 10px 0
}

@media(max-width: 576px) {
    .form-inline .form-control:placeholder-shown:not(:focus)+* {
        top: 5px
    }
}

.form-inline .has-float-label {
    display: block;
    position: relative
}

.form-inline .has-float-label input {
    height: 45px
}

.form-inline .has-float-label input::placeholder {
    opacity: 0
}

.form-inline .has-float-label input:focus-visible::placeholder,
.form-inline .has-float-label input:focus-within::placeholder,
.form-inline .has-float-label input:focus::placeholder {
    opacity: 1
}

.form-inline .has-float-label label {
    letter-spacing: 1.6px;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    cursor: text;
    font-size: 75%;
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
    top: -0.5em;
    left: 0;
    z-index: 3;
    line-height: 1;
    padding: 0 1px;
    font-family: "UrbanistMedium", sans-serif
}

.form-inline .has-float-label label .mandetorysign {
    display: inline-block;
    font-family: "UrbanistRegular";
    font-size: 20px;
    line-height: 10px;
    color: #ff6060
}

.error-message {
    font-family: "UrbanistRegular", sans-serif;
    font-weight: 400;
    color: red;
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 10px;
    position: relative;
    display: inline-block
}

.formInputfield {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1
}

.desAreaField {
    min-height: 94px;
    margin-bottom: 14px
}

@media screen and (max-width: 1440px) {
    .desAreaField {
        margin-bottom: 12px
    }
}

@media screen and (max-width: 991px) {
    .desAreaField {
        margin-bottom: 14px
    }
}

.cmr-label {
    display: block;
    font-family: "UrbanistSemiBold";
    font-weight: 600;
    min-width: auto;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #333;
    justify-content: flex-start;
    margin-bottom: 20px
}

@media screen and (max-width: 1280px) {
    .cmr-label {
        margin-bottom: 16px
    }
}

@media screen and (max-width: 600px) {
    .cmr-label {
        line-height: 25px
    }
}

.servicesList {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 0;
    gap: 8px 4px
}

.servicesList .formServiceItem>input {
    height: 0em;
    width: 0em;
    background: none;
    display: none
}

.servicesList .formServiceItem>input:checked+label {
    background-color: #489bc2;
    color: #fff;
    border: 1px solid #489bc2
}

.servicesList .formServiceItem label {
    position: relative;
    top: 0;
    left: 0;
    color: #000;
    background: #fff;
    border: 1px dashed #999;
    border-radius: 21px;
    margin: 0;
    cursor: pointer;
    font-family: "UrbanistMedium", sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 6px 10px;
    line-height: 17px;
    letter-spacing: .4px;
    flex-grow: 1;
    text-align: center;
    display: inline-block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

@media screen and (max-width: 359px) {
    .servicesList .formServiceItem label {
        font-size: 13px
    }
}

@media screen and (max-width: 575px) {
    .servicesList .formServiceItem:nth-child(1) {
        order: 1
    }

    .servicesList .formServiceItem:nth-child(2) {
        order: 2
    }

    .servicesList .formServiceItem:nth-child(3) {
        order: 3
    }

    .servicesList .formServiceItem:nth-child(4) {
        order: 4
    }

    .servicesList .formServiceItem:nth-child(5) {
        order: 5
    }

    .servicesList .formServiceItem:nth-child(8) {
        order: 6
    }

    .servicesList .formServiceItem:nth-child(6) {
        order: 7
    }

    .servicesList .formServiceItem:nth-child(7) {
        order: 8
    }

    .servicesList .formServiceItem:nth-child(9) {
        order: 9
    }

    .servicesList .formServiceItem:nth-child(10) {
        order: 10
    }
}

.inquiryBtn {
    padding-right: 240px;
    position: relative
}

@media screen and (max-width: 1280px) {
    .inquiryBtn {
        padding-right: 220px
    }
}

@media screen and (max-width: 1199px) {
    .inquiryBtn {
        padding-right: 190px
    }
}

@media screen and (max-width: 1024px) {
    .inquiryBtn {
        padding-right: 180px
    }
}

@media(max-width: 575px) {
    .inquiryBtn {
        padding-right: 0
    }
}

@media(min-width: 576px) {
    .inquiryBtn .inquiryBtnOuter {
        position: absolute;
        top: 0px;
        right: 0;
        z-index: 9
    }
}

.inquiryBtn .inquiryBtnOuter .primary-btn {
    min-width: 220px;
    justify-content: center
}

@media screen and (max-width: 1280px) {
    .inquiryBtn .inquiryBtnOuter .primary-btn {
        min-width: 200px
    }
}

@media screen and (max-width: 1199px) {
    .inquiryBtn .inquiryBtnOuter .primary-btn {
        min-width: 180px
    }
}

@media screen and (max-width: 1024px) {
    .inquiryBtn .inquiryBtnOuter .primary-btn {
        min-width: 170px
    }
}

@media screen and (max-width: 991px) {
    .inquiryBtn .inquiryBtnOuter .primary-btn {
        padding: 16px 22px
    }
}

@media(max-width: 575px) {
    .inquiryBtn .inquiryBtnOuter .primary-btn {
        width: 100%;
        min-width: 100%;
        margin-top: 12px;
        padding: 14px 22px
    }
}

.inquiryBtn .inquiryBtnOuter .primary-btn .btnloader {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f16122;
    text-align: center;
    z-index: 1;
    border-radius: 10px
}

.inquiryBtn .inquiryBtnOuter .primary-btn .btnloader:before {
    content: "";
    background: url("https://placehold.co/100x100?text=Asset/images/loader-img.png") no-repeat;
    background-size: contain;
    height: 35px;
    width: 35px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-animation: spin 1.1s linear infinite;
    -moz-animation: spin 1.1s linear infinite;
    animation: spin 1.1s linear infinite
}

@media screen and (max-width: 767px) {
    .inquiryBtn .inquiryBtnOuter .primary-btn .btnloader:before {
        height: 28px;
        width: 28px
    }
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.inquiryBtn .grecaptcha-badge {
    z-index: 9
}

.file-upload .custom-file {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    margin-bottom: 6px
}

@media screen and (max-width: 600px) {
    .file-upload .custom-file {
        margin-bottom: 10px
    }
}

.file-upload .custom-file .custom-file-input {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer
}

.file-upload .custom-file .custom-file-input:focus~.custom-file-label {
    border-color: rgba(241, 97, 34, .5);
    box-shadow: 0 0 0 .2rem rgba(241, 97, 34, .15)
}

.file-upload .custom-file .custom-file-label {
    background-color: #fff;
    border: 1.5px dashed #d3d3d9;
    padding: 14px 12px;
    border-radius: 60px;
    text-align: center;
    color: #1d1e31;
    font-size: 16px;
    line-height: 22px;
    font-family: "UrbanistMedium", sans-serif;
    font-weight: normal;
    letter-spacing: 1.6px;
    margin: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

@media screen and (max-width: 359px) {
    .file-upload .custom-file .custom-file-label {
        font-size: 15px
    }
}

.file-upload .custom-file .custom-file-label:before {
    content: "+";
    font-size: 24px;
    line-height: 24px;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -3px
}

.file-upload .fileupload-info {
    display: block;
    font-family: "UrbanistMedium", sans-serif;
    font-size: 12px;
    line-height: 1.2;
    color: #1d1e31;
    text-align: center
}

.file-upload .error-message {
    margin-top: 8px
}

#files-area .file-block {
    background-color: #ffe9df;
    border-radius: 5px;
    display: inline-block;
    margin: 5px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    position: relative;
    padding-right: 20px
}

#files-area .file-block .name {
    padding: 3px 6px;
    display: inline-flex;
    white-space: normal;
    word-break: break-all;
    flex-wrap: wrap
}

#files-area .file-block .file-delete {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #ffdac9;
    color: initial;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    font-size: 18px
}

#files-area .file-block .file-delete span {
    transform: rotate(45deg);
    margin-left: 3px
}

.lets-talk-section {
    width: calc(100% - 40px);
    margin: 0 auto;
    background: url(https://placehold.co/100x100?text=Asset/images/home/banner-overlay.svg) rgba(240, 220, 173, .3) repeat center center;
    padding: 60px 0px 110px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -o-border-radius: 30px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

@media only screen and (max-width: 1280px) {
    .lets-talk-section {
        padding: 50px 0px 110px
    }
}

@media only screen and (max-width: 1024px) {
    .lets-talk-section {
        padding: 40px 0px 100px
    }
}

@media only screen and (max-width: 991px) {
    .lets-talk-section {
        margin: 0 auto;
        padding: 30px 0px 90px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        border-radius: 24px;
        -o-border-radius: 24px
    }
}

@media only screen and (max-width: 767px) {
    .lets-talk-section {
        width: calc(100% - 30px);
        padding: 24px 0px 70px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px;
        -o-border-radius: 20px
    }
}

@media only screen and (max-width: 575px) {
    .lets-talk-section {
        padding: 24px 0px 70px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        border-radius: 16px;
        -o-border-radius: 16px
    }
}

.lets-talk-section::before {
    position: absolute;
    content: " ";
    bottom: 0;
    left: 0;
    right: 0;
    height: 137px;
    width: 100%;
    background: linear-gradient(180deg, rgba(240, 220, 173, 0) 0%, rgba(184, 157, 93, 0.2) 100%), url(https://placehold.co/100x100?text=Asset/images/home/banner-branding.svg) repeat-x bottom center;
    z-index: -1;
    pointer-events: none
}

@media only screen and (max-width: 991px) {
    .lets-talk-section::before {
        height: 60px
    }
}

@media only screen and (max-width: 767px) {
    .lets-talk-section::before {
        height: 50px
    }
}

.lets-talk-section .talk-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 150px
}

@media only screen and (max-width: 1440px) {
    .lets-talk-section .talk-inner {
        gap: 120px
    }
}

@media only screen and (max-width: 1280px) {
    .lets-talk-section .talk-inner {
        gap: 70px
    }
}

@media only screen and (max-width: 1199px) {
    .lets-talk-section .talk-inner {
        gap: 50px
    }
}

@media only screen and (max-width: 1024px) {
    .lets-talk-section .talk-inner {
        gap: 40px
    }
}

@media only screen and (max-width: 991px) {
    .lets-talk-section .talk-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 0px
    }
}

.lets-talk-section .talk-inner .talk-content {
    max-width: 500px
}

@media only screen and (max-width: 1600px) {
    .lets-talk-section .talk-inner .talk-content {
        max-width: 450px
    }
}

@media only screen and (max-width: 1440px) {
    .lets-talk-section .talk-inner .talk-content {
        max-width: 386px
    }
}

@media only screen and (max-width: 991px) {
    .lets-talk-section .talk-inner .talk-content {
        max-width: 100%
    }
}

.lets-talk-section .talk-inner .talk-content .section-head {
    color: #333;
    font-weight: 600
}

@media screen and (max-width: 991px) {
    .lets-talk-section .talk-inner .talk-content .footer_contact_list {
        display: none
    }
}

.lets-talk-section .talk-inner .talk-content .footer-contact-inner {
    font-size: 18px;
    line-height: 30px;
    font-family: Segoe UI, Helvetica, SF Pro Display, Ubuntu, sans-serif;
    font-weight: 400;
    color: #333
}

@media only screen and (max-width: 1600px) {
    .lets-talk-section .talk-inner .talk-content .footer-contact-inner {
        font-size: 17px;
        line-height: 28px
    }
}

@media only screen and (max-width: 1440px) {
    .lets-talk-section .talk-inner .talk-content .footer-contact-inner {
        font-size: 16px;
        line-height: 26px
    }
}

.lets-talk-section .talk-inner .talk-content .footer-contact-inner {
    color: #000;
    position: relative;
    padding-left: 35px;
    width: 100%;
    margin-bottom: 26px
}

@media screen and (max-width: 576px) {
    .lets-talk-section .talk-inner .talk-content .footer-contact-inner {
        margin-bottom: 24px
    }
}

.lets-talk-section .talk-inner .talk-content .footer-contact-inner:before {
    content: "";
    position: absolute;
    background-position: left center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(https://placehold.co/100x100?text=Asset/images/footer/social-icons.svg)
}

.lets-talk-section .talk-inner .talk-content .footer-contact-inner.gmail-icon:before {
    background-position-x: -22px;
    width: 22px;
    height: 22px
}

.lets-talk-section .talk-inner .talk-content .footer-contact-inner.india-map-icon:before {
    background-position-x: -44px;
    width: 22px;
    height: 22px
}

.lets-talk-section .talk-inner .talk-content .footer-contact-inner.usa-map-icon:before {
    background-position-x: -66px;
    width: 22px;
    height: 22px
}

.lets-talk-section .talk-inner .talk-content .footer-contact-inner:last-child {
    margin-bottom: 0
}

.lets-talk-section .talk-inner .talk-content .footer-contact-inner a {
    font-size: 18px;
    line-height: 30px;
    font-family: Segoe UI, Helvetica, SF Pro Display, Ubuntu, sans-serif;
    font-weight: 400;
    color: #333
}

@media only screen and (max-width: 1600px) {
    .lets-talk-section .talk-inner .talk-content .footer-contact-inner a {
        font-size: 17px;
        line-height: 28px
    }
}

@media only screen and (max-width: 1440px) {
    .lets-talk-section .talk-inner .talk-content .footer-contact-inner a {
        font-size: 16px;
        line-height: 26px
    }
}

.lets-talk-section .talk-inner .talk-content .footer-contact-inner a {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.lets-talk-section .talk-inner .talk-content .footer-contact-inner a:hover {
    color: #f16122
}

.lets-talk-section .talk-inner .talk-content .footer-social-section-part {
    display: flex;
    align-items: center
}

@media screen and (max-width: 991px) {
    .lets-talk-section .talk-inner .talk-content .footer-social-section-part {
        display: none
    }
}

.lets-talk-section .talk-inner .talk-content .footer-social-section-part .footerttl {
    margin-right: 10px;
    font-size: 18px;
    line-height: 30px;
    font-family: Segoe UI, Helvetica, SF Pro Display, Ubuntu, sans-serif;
    font-weight: 400;
    color: #333
}

@media only screen and (max-width: 1600px) {
    .lets-talk-section .talk-inner .talk-content .footer-social-section-part .footerttl {
        font-size: 17px;
        line-height: 28px
    }
}

@media only screen and (max-width: 1440px) {
    .lets-talk-section .talk-inner .talk-content .footer-social-section-part .footerttl {
        font-size: 16px;
        line-height: 26px
    }
}

.lets-talk-section .talk-inner .talk-content .footer-social-section-part .footerttl {
    white-space: nowrap
}

.lets-talk-section .talk-inner .talk-content .footer-social-section-part a+a {
    margin-left: 18px
}

@media(max-width: 1200px) {
    .lets-talk-section .talk-inner .talk-content .footer-social-section-part a+a {
        margin-left: 15px
    }
}

@media(max-width: 375px) {
    .lets-talk-section .talk-inner .talk-content .footer-social-section-part a+a {
        margin-left: 12px
    }
}

.lets-talk-section .talk-inner .talk-content .footer-social-section-part [class*=footer-],
.lets-talk-section .talk-inner .talk-content .footer-social-section-part [class^=footer-] {
    font-size: 0px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.lets-talk-section .talk-inner .talk-content .footer-social-section-part [class*=footer-]:hover,
.lets-talk-section .talk-inner .talk-content .footer-social-section-part [class^=footer-]:hover {
    color: #f16122
}

.lets-talk-section .talk-inner .talk-content .footer-social-section-part [class*=footer-]::before,
.lets-talk-section .talk-inner .talk-content .footer-social-section-part [class^=footer-]::before {
    font-size: 25px
}

.lets-talk-section .talk-inner .talk-content .footer-social-section-part .footer-icon-twitter {
    margin-left: 10px
}

.footer-container {
    padding-top: 66px
}

@media only screen and (max-width: 991px) {
    .footer-container {
        padding-top: 50px
    }
}

.footer_location_list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0 24px;
    padding-bottom: 36px
}

@media screen and (max-width: 991px) {
    .footer_location_list {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px 24px
    }
}

@media screen and (max-width: 767px) {
    .footer_location_list {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px
    }
}

@media screen and (max-width: 600px) {
    .footer_location_list {
        grid-template-columns: repeat(1, 1fr)
    }
}

.footer_location_list .footer-loaction-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 22px;
    font-family: Segoe UI, Helvetica, SF Pro Display, Ubuntu, sans-serif, sans-serif;
    font-weight: 600;
    color: #333;
    margin-bottom: 22px
}

@media screen and (max-width: 1600px) {
    .footer_location_list .footer-loaction-title {
        font-size: 20px
    }
}

@media screen and (max-width: 1440px) {
    .footer_location_list .footer-loaction-title {
        font-size: 18px
    }
}

@media screen and (max-width: 1024px) {
    .footer_location_list .footer-loaction-title {
        margin-bottom: 16px
    }
}

@media screen and (max-width: 991px) {
    .footer_location_list .footer-loaction-title {
        margin-bottom: 12px
    }
}

.footer_location_list .footer-loaction-title::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(https://placehold.co/100x100?text=Asset/images/footer/map-icons.svg);
    background-size: 388px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position-y: -20px
}

@media screen and (max-width: 1440px) {
    .footer_location_list .footer-loaction-title::before {
        width: 40px;
        height: 40px;
        background-position-y: -19px;
        background-size: auto
    }
}

.footer_location_list .india-loc .footer-loaction-title::before {
    background-position-x: -19px
}

.footer_location_list .usa-loc .footer-loaction-title::before {
    background-position-x: -77px
}

@media screen and (max-width: 1440px) {
    .footer_location_list .usa-loc .footer-loaction-title::before {
        background-position-x: -70px
    }
}

.footer_location_list .canada-loc .footer-loaction-title::before {
    background-position-x: -140px
}

@media screen and (max-width: 1440px) {
    .footer_location_list .canada-loc .footer-loaction-title::before {
        background-position-x: -124px
    }
}

.footer_location_list .uk-loc .footer-loaction-title::before {
    background-position-x: -202px
}

@media screen and (max-width: 1440px) {
    .footer_location_list .uk-loc .footer-loaction-title::before {
        background-position-x: -178px
    }
}

.footer_location_list .germany-loc .footer-loaction-title::before {
    background-position-x: -260px
}

@media screen and (max-width: 1440px) {
    .footer_location_list .germany-loc .footer-loaction-title::before {
        background-position-x: -228px
    }
}

.footer_location_list .nigeria-loc .footer-loaction-title::before {
    background-position-x: -317px
}

@media screen and (max-width: 1440px) {
    .footer_location_list .nigeria-loc .footer-loaction-title::before {
        background-position-x: -278px
    }
}

.footer_location_list a.addresslink {
    color: #333;
    text-decoration: none;
    display: inline-block
}

.footer_location_list p {
    font-size: 18px;
    line-height: 30px;
    font-family: Segoe UI, Helvetica, SF Pro Display, Ubuntu, sans-serif;
    font-weight: 400;
    color: #333
}

@media only screen and (max-width: 1600px) {
    .footer_location_list p {
        font-size: 17px;
        line-height: 28px
    }
}

@media only screen and (max-width: 1440px) {
    .footer_location_list p {
        font-size: 16px;
        line-height: 26px
    }
}

.footer_location_list p {
    margin: 0
}

.award-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding-bottom: 4px
}

.award-wrap .footer-award-list {
    flex: 1;
    font-size: 0;
    line-height: 0;
    padding: 22px 20px;
    background-color: rgba(210, 241, 255, .3);
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -o-border-radius: 30px;
    flex-wrap: wrap
}

@media screen and (max-width: 1280px) {
    .award-wrap .footer-award-list {
        padding: 20px 20px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        border-radius: 24px;
        -o-border-radius: 24px
    }
}

@media screen and (max-width: 1100px) {
    .award-wrap .footer-award-list {
        padding: 16px
    }
}

@media only screen and (max-width: 1024px) {
    .award-wrap .footer-award-list {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px;
        -o-border-radius: 20px
    }
}

@media only screen and (max-width: 991px) {
    .award-wrap .footer-award-list {
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        border-radius: 16px;
        -o-border-radius: 16px
    }
}

@media screen and (max-width: 480px) {
    .award-wrap .footer-award-list {
        width: 100%;
        flex: 0 0 100%
    }
}

.award-wrap .footer-award-list .award-title {
    display: block;
    width: 100%;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    font-family: "UrbanistSemiBold";
    font-weight: 600;
    color: #000;
    text-align: left;
    margin: 0
}

.award-wrap .footer-award-list ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0
}

@media screen and (max-width: 991px) {
    .award-wrap .footer-award-list ul {
        justify-content: center;
        gap: 10px 7px;
        flex-wrap: wrap
    }
}

@media screen and (max-width: 640px) {
    .award-wrap .footer-award-list ul {
        gap: 10px 22px
    }
}

@media screen and (max-width: 575px) {
    .award-wrap .footer-award-list ul {
        gap: 10px 8px
    }
}

.award-wrap .footer-award-list ul.lazyload a,
.award-wrap .footer-award-list ul.lazyload span {
    background: none
}

.award-wrap .footer-award-list ul a,
.award-wrap .footer-award-list ul span {
    background: url(https://placehold.co/100x100?text=Asset/images/footer/footer-certification-logos.svg) no-repeat;
    background-position-y: center;
    display: inline-block;
    height: 100px;
    width: 100px
}

@media screen and (max-width: 1600px) {

    .award-wrap .footer-award-list ul a,
    .award-wrap .footer-award-list ul span {
        height: 100px;
        width: 100px
    }
}

@media screen and (max-width: 1440px) {

    .award-wrap .footer-award-list ul a,
    .award-wrap .footer-award-list ul span {
        height: 86px;
        width: 86px
    }
}

@media screen and (max-width: 1280px) {

    .award-wrap .footer-award-list ul a,
    .award-wrap .footer-award-list ul span {
        width: 80px;
        height: 80px
    }
}

@media screen and (max-width: 1100px) {

    .award-wrap .footer-award-list ul a,
    .award-wrap .footer-award-list ul span {
        width: 70px;
        height: 70px
    }
}

@media screen and (max-width: 991px) {

    .award-wrap .footer-award-list ul a,
    .award-wrap .footer-award-list ul span {
        width: 96px
    }
}

@media screen and (max-width: 767px) {

    .award-wrap .footer-award-list ul a,
    .award-wrap .footer-award-list ul span {
        width: 94px
    }
}

@media screen and (max-width: 575px) {

    .award-wrap .footer-award-list ul a,
    .award-wrap .footer-award-list ul span {
        width: 88px
    }
}

@media screen and (max-width: 480px) {

    .award-wrap .footer-award-list ul a,
    .award-wrap .footer-award-list ul span {
        height: 88px
    }
}

@media screen and (max-width: 359px) {

    .award-wrap .footer-award-list ul a,
    .award-wrap .footer-award-list ul span {
        width: 80px
    }
}

.award-wrap .footer-award-list ul .footer-logo-good-firms {
    background-position-x: 0;
    background-size: 994px
}

@media screen and (max-width: 1440px) {
    .award-wrap .footer-award-list ul .footer-logo-good-firms {
        background-size: 842px
    }
}

@media screen and (max-width: 1280px) {
    .award-wrap .footer-award-list ul .footer-logo-good-firms {
        background-size: 790px
    }
}

@media screen and (max-width: 1100px) {
    .award-wrap .footer-award-list ul .footer-logo-good-firms {
        background-size: 685px
    }
}

@media screen and (max-width: 991px) {
    .award-wrap .footer-award-list ul .footer-logo-good-firms {
        background-position-x: 8px;
        background-size: 774px
    }
}

@media screen and (max-width: 767px) {
    .award-wrap .footer-award-list ul .footer-logo-good-firms {
        background-position-x: 10px;
        background-size: 740px
    }
}

@media screen and (max-width: 480px) {
    .award-wrap .footer-award-list ul .footer-logo-good-firms {
        background-position-x: 5px;
        background-size: 800px
    }
}

@media screen and (max-width: 359px) {
    .award-wrap .footer-award-list ul .footer-logo-good-firms {
        background-position-x: 0px;
        background-size: 788px
    }
}

.award-wrap .footer-award-list ul .footer-logo-clutch {
    background-position-x: -106px;
    background-size: 878px
}

@media screen and (max-width: 1440px) {
    .award-wrap .footer-award-list ul .footer-logo-clutch {
        background-position-x: -102px;
        background-size: 814px
    }
}

@media screen and (max-width: 1280px) {
    .award-wrap .footer-award-list ul .footer-logo-clutch {
        background-position-x: -92px;
        background-size: 740px
    }
}

@media screen and (max-width: 1100px) {
    .award-wrap .footer-award-list ul .footer-logo-clutch {
        background-position-x: -81px;
        background-size: 650px
    }
}

@media screen and (max-width: 991px) {
    .award-wrap .footer-award-list ul .footer-logo-clutch {
        background-position-x: -74px;
        background-size: 678px
    }
}

@media screen and (max-width: 767px) {
    .award-wrap .footer-award-list ul .footer-logo-clutch {
        background-position-x: -66px;
        background-size: 640px
    }
}

@media screen and (max-width: 480px) {
    .award-wrap .footer-award-list ul .footer-logo-clutch {
        background-position-x: -90px;
        background-size: 750px
    }
}

@media screen and (max-width: 359px) {
    .award-wrap .footer-award-list ul .footer-logo-clutch {
        background-position-x: -92px;
        background-size: 740px
    }
}

.award-wrap .footer-award-list ul .footer-logo-td {
    background-position-x: -252px;
    background-size: 986px
}

@media screen and (max-width: 1440px) {
    .award-wrap .footer-award-list ul .footer-logo-td {
        background-position-x: -208px;
        background-size: 814px
    }
}

@media screen and (max-width: 1280px) {
    .award-wrap .footer-award-list ul .footer-logo-td {
        background-position-x: -202px;
        background-size: 790px
    }
}

@media screen and (max-width: 1100px) {
    .award-wrap .footer-award-list ul .footer-logo-td {
        background-position-x: -174px;
        background-size: 680px
    }
}

@media screen and (max-width: 991px) {
    .award-wrap .footer-award-list ul .footer-logo-td {
        background-position-x: -162px;
        background-size: 684px
    }
}

@media screen and (max-width: 767px) {
    .award-wrap .footer-award-list ul .footer-logo-td {
        background-position-x: -160px;
        background-size: 676px
    }
}

@media screen and (max-width: 480px) {
    .award-wrap .footer-award-list ul .footer-logo-td {
        background-position-x: -188px;
        background-size: 760px
    }
}

@media screen and (max-width: 359px) {
    .award-wrap .footer-award-list ul .footer-logo-td {
        background-position-x: -193px
    }
}

.award-wrap .footer-award-list ul .footer-logo-it-firms {
    background-position-x: -378px;
    background-size: 984px
}

@media screen and (max-width: 1440px) {
    .award-wrap .footer-award-list ul .footer-logo-it-firms {
        background-position-x: -311px;
        background-size: 814px
    }
}

@media screen and (max-width: 1280px) {
    .award-wrap .footer-award-list ul .footer-logo-it-firms {
        background-position-x: -304px;
        background-size: 790px
    }
}

@media screen and (max-width: 1100px) {
    .award-wrap .footer-award-list ul .footer-logo-it-firms {
        background-position-x: -262px;
        background-size: 680px
    }
}

@media screen and (max-width: 991px) {
    .award-wrap .footer-award-list ul .footer-logo-it-firms {
        background-position-x: -302px;
        background-size: 810px
    }
}

@media screen and (max-width: 767px) {
    .award-wrap .footer-award-list ul .footer-logo-it-firms {
        background-size: 800px
    }
}

@media screen and (max-width: 480px) {
    .award-wrap .footer-award-list ul .footer-logo-it-firms {
        background-position-x: -322px;
        background-size: 840px
    }
}

@media screen and (max-width: 359px) {
    .award-wrap .footer-award-list ul .footer-logo-it-firms {
        background-position-x: -310px;
        background-size: 802px
    }
}

.award-wrap .footer-award-list ul .footer-logo-app-firms {
    background-position-x: -504px;
    background-size: 984px
}

@media screen and (max-width: 1440px) {
    .award-wrap .footer-award-list ul .footer-logo-app-firms {
        background-position-x: -416px;
        background-size: 814px
    }
}

@media screen and (max-width: 1280px) {
    .award-wrap .footer-award-list ul .footer-logo-app-firms {
        background-position-x: -406px;
        background-size: 790px
    }
}

@media screen and (max-width: 1100px) {
    .award-wrap .footer-award-list ul .footer-logo-app-firms {
        background-position-x: -348px;
        background-size: 680px
    }
}

@media screen and (max-width: 991px) {
    .award-wrap .footer-award-list ul .footer-logo-app-firms {
        background-position-x: -432px;
        background-size: 850px
    }
}

@media screen and (max-width: 767px) {
    .award-wrap .footer-award-list ul .footer-logo-app-firms {
        background-position-x: -415px;
        background-size: 820px
    }
}

@media screen and (max-width: 480px) {
    .award-wrap .footer-award-list ul .footer-logo-app-firms {
        background-position-x: -430px;
        background-size: 842px
    }
}

@media screen and (max-width: 359px) {
    .award-wrap .footer-award-list ul .footer-logo-app-firms {
        background-position-x: -400px;
        background-size: 780px
    }
}

.award-wrap .footer-award-list ul .footer-logo-bit-map {
    background-position-x: -630px;
    background-size: 984px
}

@media screen and (max-width: 1440px) {
    .award-wrap .footer-award-list ul .footer-logo-bit-map {
        background-position-x: -522px;
        background-size: 814px
    }
}

@media screen and (max-width: 1280px) {
    .award-wrap .footer-award-list ul .footer-logo-bit-map {
        background-position-x: -508px;
        background-size: 790px
    }
}

@media screen and (max-width: 1100px) {
    .award-wrap .footer-award-list ul .footer-logo-bit-map {
        background-position-x: -436px;
        background-size: 680px
    }
}

@media screen and (max-width: 991px) {
    .award-wrap .footer-award-list ul .footer-logo-bit-map {
        background-position-x: -514px;
        background-size: 810px
    }
}

@media screen and (max-width: 480px) {
    .award-wrap .footer-award-list ul .footer-logo-bit-map {
        background-position-x: -536px;
        background-size: 837px
    }
}

@media screen and (max-width: 480px) {
    .award-wrap .footer-award-list ul .footer-logo-bit-map {
        background-position-x: -486px;
        background-size: 760px
    }
}

.award-wrap .footer-award-list ul .footer-logo-web-developer {
    background-position-x: -758px;
    background-size: 984px
}

@media screen and (max-width: 1440px) {
    .award-wrap .footer-award-list ul .footer-logo-web-developer {
        background-position-x: -626px;
        background-size: 814px
    }
}

@media screen and (max-width: 1280px) {
    .award-wrap .footer-award-list ul .footer-logo-web-developer {
        background-position-x: -610px;
        background-size: 790px
    }
}

@media screen and (max-width: 1100px) {
    .award-wrap .footer-award-list ul .footer-logo-web-developer {
        background-position-x: -524px;
        background-size: 680px
    }
}

@media screen and (max-width: 991px) {
    .award-wrap .footer-award-list ul .footer-logo-web-developer {
        background-position-x: -644px;
        background-size: 840px
    }
}

@media screen and (max-width: 359px) {
    .award-wrap .footer-award-list ul .footer-logo-web-developer {
        background-position-x: -610px;
        background-size: 790px
    }
}

.award-wrap .footer-award-list ul .footer-logo-app-development {
    background-position-x: calc(100% - 4px);
    background-size: 884px
}

@media screen and (max-width: 1440px) {
    .award-wrap .footer-award-list ul .footer-logo-app-development {
        background-size: 774px
    }
}

@media screen and (max-width: 1280px) {
    .award-wrap .footer-award-list ul .footer-logo-app-development {
        background-size: 710px
    }
}

@media screen and (max-width: 1100px) {
    .award-wrap .footer-award-list ul .footer-logo-app-development {
        background-size: 630px
    }
}

@media screen and (max-width: 991px) {
    .award-wrap .footer-award-list ul .footer-logo-app-development {
        background-position-x: calc(100% - 18px)
    }
}

@media screen and (max-width: 480px) {
    .award-wrap .footer-award-list ul .footer-logo-app-development {
        background-position-x: calc(100% - 8px)
    }
}

@media screen and (max-width: 480px) {
    .award-wrap .footer-award-list ul .footer-logo-app-development {
        background-size: 710px
    }
}

@media screen and (max-width: 359px) {
    .award-wrap .footer-award-list ul .footer-logo-app-development {
        background-size: 660px
    }
}

.award-wrap .created-by {
    max-width: 348px;
    width: 100%;
    padding: 24px 20px;
    background-color: rgba(214, 214, 246, .2);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -o-border-radius: 30px
}

@media only screen and (max-width: 1440px) {
    .award-wrap .created-by {
        max-width: 306px
    }
}

@media only screen and (max-width: 1280px) {
    .award-wrap .created-by {
        padding: 20px;
        max-width: 300px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        border-radius: 24px;
        -o-border-radius: 24px
    }
}

@media only screen and (max-width: 1100px) {
    .award-wrap .created-by {
        max-width: 264px;
        padding: 16px
    }
}

@media only screen and (max-width: 1024px) {
    .award-wrap .created-by {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px;
        -o-border-radius: 20px
    }
}

@media only screen and (max-width: 991px) {
    .award-wrap .created-by {
        max-width: 182px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        border-radius: 16px;
        -o-border-radius: 16px
    }
}

@media only screen and (max-width: 767px) {
    .award-wrap .created-by {
        padding: 16px
    }
}

@media only screen and (max-width: 640px) {
    .award-wrap .created-by {
        max-width: 134px
    }
}

@media only screen and (max-width: 480px) {
    .award-wrap .created-by {
        max-width: 100%;
        text-align: center
    }
}

.award-wrap .created-by .creat-title {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    font-family: "UrbanistSemiBold";
    font-weight: 600;
    color: #000
}

.award-wrap .created-by .creat-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap
}

.award-wrap .created-by .creat-logo.lazyload span {
    background: none
}

.award-wrap .created-by .creat-logo span {
    display: inline-block;
    min-width: 96px;
    width: 96px;
    min-height: 96px;
    height: 96px;
    background: url(https://placehold.co/100x100?text=Asset/images/home/footer-certification.svg) no-repeat;
    background-size: 312px
}

@media only screen and (max-width: 1440px) {
    .award-wrap .created-by .creat-logo span {
        min-width: 82px;
        width: 82px;
        min-height: 82px;
        height: 82px;
        background-size: 282px
    }
}

@media only screen and (max-width: 1280px) {
    .award-wrap .created-by .creat-logo span {
        min-width: 80px;
        width: 80px;
        min-height: 80px;
        height: 80px;
        background-size: 274px
    }
}

@media only screen and (max-width: 1100px) {
    .award-wrap .created-by .creat-logo span {
        min-width: 70px;
        width: 70px;
        min-height: 70px;
        height: 70px;
        background-size: 246px
    }
}

.award-wrap .created-by .creat-logo span.iso-company {
    background-position: left center
}

.award-wrap .created-by .creat-logo span.only-iso {
    background-position: center center
}

.award-wrap .created-by .creat-logo span.cimme {
    background-position: right center
}

.footer-navbar {
    background-color: #f2f2f2;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -o-border-radius: 30px;
    padding: 36px 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px 10px
}

@media screen and (max-width: 1280px) {
    .footer-navbar {
        padding: 30px 32px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        border-radius: 24px;
        -o-border-radius: 24px
    }
}

@media screen and (max-width: 1100px) {
    .footer-navbar {
        padding: 30px 24px
    }
}

@media screen and (max-width: 1024px) {
    .footer-navbar {
        padding: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px;
        -o-border-radius: 20px;
        gap: 20px 10px
    }
}

@media screen and (max-width: 991px) {
    .footer-navbar {
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        border-radius: 16px;
        -o-border-radius: 16px
    }
}

@media screen and (max-width: 767px) {
    .footer-navbar {
        padding: 16px
    }
}

.footer-navbar .nav-box {
    width: calc(23% - 8px)
}

@media screen and (max-width: 1024px) {
    .footer-navbar .nav-box {
        width: calc(23% - 12px)
    }
}

@media screen and (max-width: 991px) {
    .footer-navbar .nav-box {
        width: calc(33.33% - 7px)
    }
}

@media screen and (max-width: 767px) {
    .footer-navbar .nav-box {
        width: calc(50% - 5px) !important
    }
}

@media screen and (max-width: 575px) {
    .footer-navbar .nav-box {
        width: 100% !important
    }
}

.footer-navbar .nav-box:last-child {
    flex: 1;
    display: flex;
    gap: 24px 10px
}

@media screen and (max-width: 1024px) {
    .footer-navbar .nav-box:last-child {
        gap: 20px 10px
    }
}

@media screen and (min-width: 768px)and (max-width: 991px) {
    .footer-navbar .nav-box:last-child {
        width: 100%
    }
}

@media screen and (max-width: 575px) {
    .footer-navbar .nav-box:last-child {
        flex-direction: column
    }
}

@media screen and (min-width: 768px)and (max-width: 991px) {
    .footer-navbar .nav-box:last-child>div {
        width: 100%
    }
}

@media screen and (min-width: 768px)and (max-width: 991px) {
    .footer-navbar .nav-box:last-child>div ul li {
        width: calc(50% - 3px)
    }
}

.footer-navbar .nav-box .nav-title {
    display: inline-block;
    position: relative;
    font-size: 20px;
    line-height: 26px;
    font-family: "UrbanistSemiBold";
    font-weight: 600;
    color: #333;
    padding-bottom: 10px;
    margin-bottom: 20px
}

@media screen and (max-width: 1440px) {
    .footer-navbar .nav-box .nav-title {
        font-size: 18px;
        line-height: 22px
    }
}

@media screen and (max-width: 1280px) {
    .footer-navbar .nav-box .nav-title {
        padding-bottom: 8px;
        margin-bottom: 15px
    }
}

@media screen and (max-width: 1024px) {
    .footer-navbar .nav-box .nav-title {
        padding-bottom: 5px;
        margin-bottom: 12px
    }
}

@media screen and (max-width: 991px) {
    .footer-navbar .nav-box .nav-title {
        margin-bottom: 8px
    }
}

.footer-navbar .nav-box .nav-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 52px;
    height: 1px;
    background-color: #f16122
}

.footer-navbar .nav-box ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

@media screen and (max-width: 991px) {
    .footer-navbar .nav-box ul {
        gap: 6px
    }
}

.footer-navbar .nav-box ul li {
    width: 100%
}

.footer-navbar .nav-box ul li .nav-link {
    display: inline-block;
    padding: 3px 0;
    font-size: 18px;
    line-height: 30px;
    font-family: Segoe UI, Helvetica, SF Pro Display, Ubuntu, sans-serif;
    font-weight: 400;
    color: #333
}

@media only screen and (max-width: 1600px) {
    .footer-navbar .nav-box ul li .nav-link {
        font-size: 17px;
        line-height: 28px
    }
}

@media only screen and (max-width: 1440px) {
    .footer-navbar .nav-box ul li .nav-link {
        font-size: 16px;
        line-height: 26px
    }
}

.footer-navbar .nav-box ul li .nav-link {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.footer-navbar .nav-box ul li .nav-link:hover {
    color: #f16122
}

.copyright-section {
    font-size: calc(14px + 0*(100vw - 320px)/1920);
    font-family: Segoe UI, Helvetica, SF Pro Display, Ubuntu, sans-serif;
    display: flex;
    align-items: center;
    gap: 10px 15px;
    padding: 30px 0px
}

@media screen and (max-width: 1440px) {
    .copyright-section {
        padding-right: 45px
    }
}

@media screen and (max-width: 1366px) {
    .copyright-section {
        padding-right: 65px
    }
}

@media screen and (max-width: 1280px) {
    .copyright-section {
        padding: 24px 55px 24px 0px;
        justify-content: center
    }
}

@media screen and (max-width: 1024px) {
    .copyright-section {
        padding: 20px 55px 20px 0px
    }
}

@media screen and (max-width: 991px) {
    .copyright-section {
        flex-wrap: wrap;
        text-align: center;
        padding: 20px 55px
    }
}

@media screen and (max-width: 480px) {
    .copyright-section {
        padding: 20px 55px 20px 0
    }
}

@media screen and (max-width: 359px) {
    .copyright-section {
        padding: 20px 40px 20px 0
    }
}

.copyright-section .ft-bottom-inner {
    width: calc(33.33% - 10px)
}

@media screen and (max-width: 1280px) {
    .copyright-section .ft-bottom-inner {
        width: auto
    }
}

@media screen and (max-width: 991px) {
    .copyright-section .ft-bottom-inner {
        width: 100%
    }
}

.copyright-section .ft-bottom-inner.privacy_certificate {
    display: flex;
    align-items: center;
    justify-content: center
}

.copyright-section .ft-bottom-inner.privacy_certificate img {
    display: flex;
    margin: 0 2.5px
}

.copyright-section .ft-bottom-inner.footer-links {
    text-align: right
}

@media screen and (max-width: 991px) {
    .copyright-section .ft-bottom-inner.footer-links {
        text-align: center;
        padding-left: 0
    }
}

.copyright-section .ft-bottom-inner.footer-links a {
    list-style: none;
    display: inline-block;
    font-size: calc(14px + 0*(100vw - 320px)/1920);
    line-height: 1;
    position: relative;
    margin: 0 15px;
    transition: all .35s ease 0s;
    text-decoration: none;
    color: #1d1e31
}

@media screen and (max-width: 480px) {
    .copyright-section .ft-bottom-inner.footer-links a {
        margin: 0 10px
    }
}

@media screen and (max-width: 359px) {
    .copyright-section .ft-bottom-inner.footer-links a {
        margin: 0 5px
    }
}

.copyright-section .ft-bottom-inner.footer-links a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    right: 0px;
    width: 1px;
    height: 15px;
    background: #1d1e31;
    pointer-events: none
}

@media screen and (max-width: 480px) {
    .copyright-section .ft-bottom-inner.footer-links a:after {
        left: -12px
    }
}

@media screen and (max-width: 359px) {
    .copyright-section .ft-bottom-inner.footer-links a:after {
        left: -7px
    }
}

.copyright-section .ft-bottom-inner.footer-links a:first-child {
    margin-left: 0px
}

.copyright-section .ft-bottom-inner.footer-links a:first-child:after {
    display: none
}

.copyright-section .ft-bottom-inner.footer-links a:last-child {
    margin-right: 0px
}

.copyright-section .ft-bottom-inner.footer-links a:hover {
    color: #f16122
}

.cookieSectionBG {
    background: #fff;
    padding: 20px 25px;
    width: 100%;
    z-index: 9999;
    position: fixed;
    bottom: 10px;
    right: 130px;
    max-width: 400px;
    box-shadow: 0px -4px 20px rgba(0, 0, 0, .0509803922);
    border-radius: 20px
}

@media screen and (max-width: 1200px) {
    .cookieSectionBG {
        padding: 15px
    }
}

@media screen and (max-width: 767px) {
    .cookieSectionBG {
        left: 50%;
        right: auto;
        max-width: 370px;
        z-index: 20000000001 !important;
        transform: translateX(-50%)
    }
}

@media screen and (max-width: 480px) {
    .cookieSectionBG {
        max-width: 300px
    }
}

@media screen and (max-width: 380px) {
    .cookieSectionBG {
        max-width: 280px
    }
}

@media screen and (max-width: 767px) {
    .cookieSectionBG .site-preferences {
        text-align: center
    }
}

.cookieSectionBG .site-preferences .cookieDesc {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    position: relative
}

@media screen and (max-width: 1200px) {
    .cookieSectionBG .site-preferences .cookieDesc {
        margin-bottom: 10px
    }
}

.cookieSectionBG .site-preferences .cookieDesc a {
    color: #f16122
}

.cookieSectionBG .site-preferences .cookieDesc a:hover {
    color: #000
}

.cookieSectionBG .site-preferences .cookiebtn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px
}

@media screen and (max-width: 767px) {
    .cookieSectionBG .site-preferences .cookiebtn {
        justify-content: center
    }
}

.cookieSectionBG .site-preferences .cookiebtn .acceptcookie {
    padding: 10px 15px;
    border-radius: 28px;
    background-color: #f16122;
    color: #fff;
    font-family: "UrbanistBold", sans-serif;
    font-size: 16px;
    line-height: 20px;
    width: calc(50% - 5px);
    text-align: center;
    cursor: pointer
}

@media screen and (max-width: 767px) {
    .cookieSectionBG .site-preferences .cookiebtn .acceptcookie {
        width: auto;
        padding: 5px 15px 6px
    }
}

.cookieSectionBG .site-preferences .cookiebtn .acceptcookie.hvr-shutter-out-horizontal-black {
    position: relative;
    z-index: 9;
    overflow: hidden
}

.cookieSectionBG .site-preferences .cookiebtn .acceptcookie.hvr-shutter-out-horizontal-black::before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #333;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    z-index: -1
}

@media screen and (max-width: 991px) {
    .cookieSectionBG .site-preferences .cookiebtn .acceptcookie.hvr-shutter-out-horizontal-black::before {
        transition: none
    }
}

.cookieSectionBG .site-preferences .cookiebtn .acceptcookie.hvr-shutter-out-horizontal-black:hover {
    color: #fff
}

.cookieSectionBG .site-preferences .cookiebtn .acceptcookie.hvr-shutter-out-horizontal-black:hover::before {
    width: 100%
}

.scrollToTop {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    z-index: 99;
    bottom: 125px;
    right: 38px;
    position: fixed;
    background: #f16122;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    cursor: pointer
}

.scrollToTop:hover {
    background: #000
}

@media screen and (max-width: 991px) {
    .scrollToTop {
        bottom: 95px;
        background: rgba(241, 97, 34, .4) !important
    }
}

.scrollToTop svg {
    height: 18px;
    width: 18px
}

/*# sourceMappingURL=home.min.css.map */