.light_theme,
:root {
    --primary-colors-orange: #FF9F0A;
    --primary-colors-orange-dark: #EC8F00;
    --primary-colors-green: #41C979;
    --primary-colors-green-dark: #30B868;
    --primary-colors-blue: #0A84FF;
    --primary-colors-blue-dark: #0078F0;
    --primary-colors-purple: #15459d;
    --primary-colors-purple-dark: #15459d;
    --primary-colors-pink: #D04479;
    --primary-colors-pink-dark: #C9306A;
    --fix-color-white: #FFFFFF;
    --fix-color-black: #000000;
    --logo-color-logo-color: #F99B1C
}

*,
.intl-tel-input * {
    box-sizing: border-box
}

*,
ul {
    margin: 0;
    padding: 0
}

.marquee,
.modal-open,
.video-modal-open {
    overflow: hidden
}

.cta-des-top p,
.offer-box-close {
    line-height: 28px
}

.cta-2 h2,
.cta-2 h4 {
    text-transform: uppercase
}

.fab-menu,
ul {
    list-style: none
}

.fab-menu,
.intl-tel-input .v-hide {
    visibility: hidden
}

.bottom-menu ul li a,
.service-box figcaption p a,
.top-strip-inner p a {
    text-decoration: underline
}

.bottom-menu ul li a:hover,
.btn,
a {
    text-decoration: none
}

.b-shape3,
.b-shape4,
.b-shape6,
.b-shape7,
.btn-disabled,
.shade-effects1,
.shade-effects2,
.shade10,
.shade5,
.shade7,
.shade8,
.shade9 {
    pointer-events: none
}

:root {
    --regular: 'Satoshi Regular';
    --light: 'Satoshi Light';
    --medium: 'Satoshi Medium';
    --bold: 'Satoshi Bold';
    --black: 'Satoshi Black';
    --white-scale-900: #FFFFFF;
    --white-scale-800: #CCCCCC;
    --white-scale-700: #A6A6A6;
    --white-scale-600: #8C8C8C;
    --white-scale-500: #737373;
    --white-scale-400: #595959;
    --white-scale-300: #404040;
    --white-scale-200: #262626;
    --white-scale-100: #121212;
    --white-scale-50: #0D0D0D;
    --background-bg-body: #000000;
    --background-bg-block: #131313;
    --black-scale-900: #1D1B1B;
    --black-scale-800: #1C1B1B;
    --black-scale-700: #313131;
    --black-scale-600: #7E7D7D;
    --black-scale-500: #959494;
    --black-scale-400: #ADACAC;
    --black-scale-300: #C4C3C3;
    --black-scale-200: #DCDCDC;
    --black-scale-100: #EEEEEE;
    --black-scale-50: #F3F3F3;
    --logo-color-logo-white: #FFFFFF;
    --mix-color-mix-gry-mix-0: #00000000;
    --mix-color-mix-gry-mix-100: #000000;
    --mix-color-mix-white-mix-0: #FFFFFF00;
    --mix-color-mix-white-mix-100: #FFFFFF;
    --opacity-shade-white-white-100: #FFFFFF0D;
    --opacity-shade-white-white-200: #FFFFFF1A;
    --opacity-shade-white-white-300: #FFFFFF4D;
    --opacity-shade-white-white-400: #FFFFFF66;
    --opacity-shade-white-white-500: #FFFFFF80;
    --opacity-shade-black-black-100: #0000000D;
    --opacity-shade-black-black-200: #0000001A;
    --opacity-shade-black-black-300: #0000004D;
    --opacity-shade-black-black-400: #00000066;
    --opacity-shade-black-black-500: #00000080;
    --h1-headline: 60px;
    --h2-headline: 42px;
    --h3-headline: 34px;
    --h4-headline: 28px;
    --h5-headline: 24px;
    --h6-headline: 18px;
    --subtitle-1: 14px;
    --subtitle-2: 16px;
    --subtitle-3: 18px;
    --caption-text: 12px;
    --overline: 12px;
    --body-1: 14px;
    --body-2: 16px;
    --body-3: 18px;
    --text-link: 16px
}

html {
    scroll-behavior: smooth
}

section {
    scroll-margin-top: 80px
}

@font-face {
    font-family: 'Satoshi Regular';
    font-style: normal;
    font-weight: 400;
    src: local('Satoshi Regular'), url('../fonts/Satoshi-Regular.woff2') format('woff');
    font-display: swap
}

@font-face {
    font-family: 'Satoshi Light';
    font-style: normal;
    font-weight: 400;
    src: local('Satoshi Light'), url('../fonts/Satoshi-Light.woff2') format('woff');
    font-display: swap
}

@font-face {
    font-family: 'Satoshi Medium';
    font-style: normal;
    font-weight: 400;
    src: local('Satoshi Medium'), url('../fonts/Satoshi-Medium.woff2') format('woff');
    font-display: swap
}

@font-face {
    font-family: 'Satoshi Bold';
    font-style: normal;
    font-weight: 400;
    src: local('Satoshi Bold'), url('../fonts/Satoshi-Bold.woff2') format('woff');
    font-display: swap
}

@font-face {
    font-family: 'Satoshi Black';
    font-style: normal;
    font-weight: 400;
    src: local('Satoshi Black'), url('../fonts/Satoshi-Black.woff2') format('woff');
    font-display: swap
}

.light_theme {
    --white-scale-900: #141212;
    --white-scale-800: #434141;
    --white-scale-700: #666565;
    --white-scale-600: #7E7D7D;
    --white-scale-500: #959494;
    --white-scale-400: #ADACAC;
    --white-scale-300: #C4C3C3;
    --white-scale-200: #DCDCDC;
    --white-scale-100: #EEEEEE;
    --white-scale-50: #F3F3F3;
    --background-bg-body: #FFFFFF;
    --background-bg-block: #F6F6F6;
    --black-scale-900: #FFFFFF;
    --black-scale-800: #F0F0F0;
    --black-scale-700: #A6A6A6;
    --black-scale-600: #8C8C8C;
    --black-scale-500: #737373;
    --black-scale-400: #595959;
    --black-scale-300: #404040;
    --black-scale-200: #262626;
    --black-scale-100: #121212;
    --black-scale-50: #0D0D0D;
    --logo-color-logo-white: #000000;
    --mix-color-mix-gry-mix-0: #FFFFFF00;
    --mix-color-mix-gry-mix-100: #FFFFFF;
    --mix-color-mix-white-mix-0: #00000000;
    --mix-color-mix-white-mix-100: #000000;
    --opacity-shade-white-white-100: #0000000D;
    --opacity-shade-white-white-200: #0000001A;
    --opacity-shade-white-white-300: #0000004D;
    --opacity-shade-white-white-400: #00000066;
    --opacity-shade-white-white-500: #00000080;
    --opacity-shade-black-black-100: #FFFFFF0D;
    --opacity-shade-black-black-200: #FFFFFF1A;
    --opacity-shade-black-black-300: #FFFFFF4D;
    --opacity-shade-black-black-400: #FFFFFF66;
    --opacity-shade-black-black-500: #FFFFFF80
}

.fix-color-white,
.white-color {
    color: var(--fix-color-white) !important
}

.h1-headline,
.h2-headline,
.h3-headline,
.h4-headline,
.h5-headline,
.h5-headline a {
    font-weight: 400;
    color: var(--white-scale-900);
    font-family: var(--bold)
}

body {
    overflow-x: hidden
}

.h1-headline {
    font-size: var(--h1-headline)
}

.h2-headline {
    font-size: var(--h2-headline)
}

.h3-headline {
    font-size: var(--h3-headline)
}

.h4-headline {
    font-size: var(--h4-headline)
}

.h5-headline,
.h5-headline a {
    font-size: var(--h5-headline)
}

.h6-headline {
    font-size: var(--h6-headline);
    font-family: var(--bold);
    font-weight: 400;
    color: var(--white-scale-900)
}

.subtitle-1,
.subtitle-2,
.subtitle-3 {
    font-family: var(--medium);
    color: var(--white-scale-900);
    font-weight: 400
}

.subtitle-1 {
    font-size: var(--subtitle-1)
}

.subtitle-2 {
    font-size: var(--subtitle-2)
}

.subtitle-3 {
    font-size: var(--subtitle-3)
}

.caption-text {
    font-size: var(--caption-text);
    font-family: var(--bold);
    font-weight: 400
}

*,
.body-1,
.body-2,
.body-3,
.overline,
body {
    font-family: var(--regular)
}

.overline {
    font-size: var(--overline);
    font-weight: 400
}

.body-1 {
    font-size: var(--body-1);
    font-weight: 400;
    color: var(--black-scale-200)
}

.body-2 {
    font-size: var(--body-2);
    color: var(--white-scale-800);
    font-weight: 400
}

.body-3 {
    font-size: var(--body-3);
    color: var(--white-scale-700);
    font-weight: 400
}

.text-link {
    font-size: var(--text-link);
    font-family: var(--medium);
    font-weight: 400
}

a {
    transition: .4s ease-in-out;
    color: var(--primary-colors-orange)
}

.text-center {
    text-align: center !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.our-offices-address-section .section-head-inner,
img {
    max-width: 100%
}

.pt-96 {
    padding-top: 155px
}

.mt-96 {
    margin-top: 155px
}

.form-control {
    appearance: auto !important
}

.day-night-switch,
.display-none,
.intl-tel-input .hide,
.modal-testimonial-slide,
.social-btn-header,
.testimonial-slide {
    display: none
}

.d-flex,
.modal-show .custom-modal-box {
    display: flex
}

.flex-1 {
    flex: 1
}

.d-inline-flex {
    display: inline-flex
}

.d-block,
.display-block,
.dropdown-box.active,
.globally-featured-list ul li a,
.modal-testimonial-slide.active,
.testimonial-slide.active {
    display: block
}

.flex-row {
    flex-direction: row
}

.flex-row-reverse {
    flex-direction: row-reverse
}

.cta-des,
.flex-column {
    flex-direction: column
}

.flex-column-reverse {
    flex-direction: column-reverse
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-nowrap {
    flex-wrap: nowrap
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse
}

.justify-content-start {
    justify-content: flex-start
}

.justify-content-end {
    justify-content: flex-end
}

.justify-content-center {
    justify-content: center
}

.justify-content-between {
    justify-content: space-between
}

.justify-content-around {
    justify-content: space-around
}

.justify-content-evenly {
    justify-content: space-evenly
}

.align-items-start {
    align-items: flex-start
}

.align-items-end {
    align-items: flex-end
}

.align-items-center {
    align-items: center
}

.align-items-baseline {
    align-items: baseline
}

.align-items-stretch {
    align-items: stretch
}

.align-content-start {
    align-content: flex-start
}

.align-content-end {
    align-content: flex-end
}

.align-content-center {
    align-content: center
}

.align-content-between {
    align-content: space-between
}

.align-content-around {
    align-content: space-around
}

.align-content-evenly {
    align-content: space-evenly
}

.flex-grow-0 {
    flex-grow: 0
}

.flex-grow-1 {
    flex-grow: 1
}

.flex-shrink-0 {
    flex-shrink: 0
}

.flex-shrink-1 {
    flex-shrink: 1
}

.flex-fill {
    flex: 1 1 auto
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order--1 {
    order: -1
}

.align-self-auto {
    align-self: auto
}

.align-self-start {
    align-self: flex-start
}

.align-self-end {
    align-self: flex-end
}

.align-self-center {
    align-self: center
}

.align-self-stretch {
    align-self: stretch
}

.align-self-baseline {
    align-self: baseline
}

.cta-box.active .btn,
.white {
    background: var(--fix-color-white) !important
}

.orange {
    background-color: var(--primary-colors-orange) !important
}

.orange-dark {
    background-color: var(--primary-colors-orange-dark)
}

.green {
    background-color: var(--primary-colors-green) !important
}

.green-dark {
    background-color: var(--primary-colors-green-dark)
}

.blue {
    background-color: var(--primary-colors-blue) !important
}

.blue-dark {
    background-color: var(--primary-colors-blue-dark)
}

.purple {
    background-color: var(--primary-colors-purple) !important
}

.purple-dark,
.slider-controls button:hover {
    background-color: var(--primary-colors-purple-dark)
}

.pink {
    background-color: var(--primary-colors-pink) !important
}

.pink-dark {
    background-color: var(--primary-colors-pink-dark)
}

@keyframes colorChange {
    0% {
        background-color: var(--primary-colors-orange)
    }

    25% {
        background-color: var(--primary-colors-green)
    }

    50% {
        background-color: var(--primary-colors-blue)
    }

    75% {
        background-color: var(--primary-colors-purple)
    }

    100% {
        background-color: var(--primary-colors-pink)
    }
}

.orange-color {
    color: var(--primary-colors-orange) !important
}

.orange-dark-color {
    color: var(--primary-colors-orange-dark)
}

.green-color {
    color: var(--primary-colors-green) !important
}

.green-dark-color {
    color: var(--primary-colors-green-dark)
}

.blue-color {
    color: var(--primary-colors-blue) !important
}

.blue-dark-color {
    color: var(--primary-colors-blue-dark)
}

.purple-color {
    color: var(--primary-colors-purple) !important
}

.purple-dark-color {
    color: var(--primary-colors-purple-dark)
}

.pink-color {
    color: var(--primary-colors-pink) !important
}

.pink-dark-color {
    color: var(--primary-colors-pink-dark)
}

.black-scale-900-color,
.testimonials-review-box .subtitle-2 {
    color: var(--black-scale-900)
}

.g-0 {
    gap: 0
}

.g-1 {
    gap: 4px
}

.g-2 {
    gap: 8px
}

.g-3 {
    gap: 16px
}

.g-4 {
    gap: 24px
}

.g-5 {
    gap: 32px
}

.gy-0 {
    row-gap: 0
}

.gy-1 {
    row-gap: 4px
}

.gy-2 {
    row-gap: 8px
}

.gy-3 {
    row-gap: 16px
}

.gy-4 {
    row-gap: 24px
}

.gy-5 {
    row-gap: 32px
}

.gx-0 {
    column-gap: 0
}

.gx-1 {
    column-gap: 4px
}

.gx-2 {
    column-gap: 8px
}

.gx-3 {
    column-gap: 16px
}

.gx-4 {
    column-gap: 24px
}

.gx-5 {
    column-gap: 32px
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-right: -12px;
    margin-left: -12px
}

.row>* {
    padding-right: 12px;
    padding-left: 12px
}

.col-1,
.col-lg-1,
.col-md-1,
.col-sm-1,
.col-xl-1,
.col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33%
}

.col-2,
.col-lg-2,
.col-md-2,
.col-sm-2,
.col-xl-2,
.col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66%
}

.col-3,
.col-lg-3,
.col-md-3,
.col-sm-3,
.col-xl-3,
.col-xxl-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4,
.col-lg-4,
.col-md-4,
.col-sm-4,
.col-xl-4,
.col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33%
}

.col-5,
.col-lg-5,
.col-md-5,
.col-sm-5,
.col-xl-5,
.col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66%
}

.col-6,
.col-lg-6,
.col-md-6,
.col-sm-6,
.col-xl-6,
.col-xxl-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7,
.col-lg-7,
.col-md-7,
.col-sm-7,
.col-xl-7,
.col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33%
}

.col-8,
.col-lg-8,
.col-md-8,
.col-sm-8,
.col-xl-8,
.col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66%
}

.col-9,
.col-lg-9,
.col-md-9,
.col-sm-9,
.col-xl-9,
.col-xxl-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10,
.col-lg-10,
.col-md-10,
.col-sm-10,
.col-xl-10,
.col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33%
}

.col-11,
.col-lg-11,
.col-md-11,
.col-sm-11,
.col-xl-11,
.col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66%
}

.col-12,
.col-lg-12,
.col-md-12,
.col-sm-12,
.col-xl-12,
.col-xxl-12 {
    flex: 0 0 auto;
    width: 100%
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
}

.mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
}

.mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
}

.mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
}

.mx-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
}

.px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
}

.px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
}

.px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
}

.px-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.ReqBtn,
.custom-modal-inner .intl-tel-input,
.custom-modal-inner .send-btn-form,
.form-box .intl-tel-input,
.form-box .send-btn-form,
.w-100,
body .intl-tel-input,
body .send-btn-form {
    width: 100%
}

.h-100 {
    height: 100%
}

.absolute {
    position: absolute
}

.top-0 {
    top: 0
}

.left-0 {
    left: 0
}

.right-0 {
    right: 0
}

.radius-r-t-b-16 {
    border-radius: 0 16px 16px 0
}

.radius-l-t-b-16 {
    border-radius: 16px 0 0 16px
}

.border-0 {
    border: none !important
}

@keyframes run {
    0% {
        top: -50%
    }

    100% {
        top: 100%
    }
}

.bg {
    background: var(--background-bg-body);
    font-family: var(--regular) !important
}

.container {
    padding: 0 12px;
    max-width: 1308px;
    margin: 0 auto
}

.light_theme .award-box {
    background: var(--black-scale-100);
    border-color: var(--black-scale-100)
}

.marquee {
    flex: 1;
    position: relative
}

.marquee-inner {
    display: flex;
    width: max-content;
    white-space: nowrap;
    animation: 15s linear infinite marquee;
    gap: 15px
}

@keyframes marquee {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

.intl-tel-input {
    position: relative;
    display: inline-block
}

.intl-tel-input * {
    -moz-box-sizing: border-box
}

.intl-tel-input input,
.intl-tel-input input[type=tel],
.intl-tel-input input[type=text] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0
}

.intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px
}

.intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 8px
}

.intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

.intl-tel-input .selected-flag .iti-arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.intl-tel-input .selected-flag .iti-arrow.up {
    border-top: 0;
    border-bottom: 4px solid #555
}

.intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover .selected-flag,
.iti-flag.np {
    background-color: transparent
}

.intl-tel-input .country-list.dropup {
    bottom: 100%;
    margin-bottom: -1px
}

.intl-tel-input .country-list .flag-box {
    display: inline-block;
    width: 20px
}

@media(max-width:500px) {
    .intl-tel-input .country-list {
        white-space: normal
    }
}

.intl-tel-input .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc
}

.intl-tel-input .country-list .country {
    padding: 5px 10px
}

.intl-tel-input .country-list .country .dial-code {
    color: #999
}

.intl-tel-input .country-list .country.highlight,
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: rgba(0, 0, 0, .05)
}

.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code,
.intl-tel-input .country-list .flag-box {
    vertical-align: middle
}

.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .flag-box {
    margin-right: 6px
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=tel],
.intl-tel-input.separate-dial-code input[type=text] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0
}

.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
    width: 46px
}

.dropdown-toggel,
.intl-tel-input.allow-dropdown .flag-container:hover,
.intl-tel-input.iti-container:hover {
    cursor: pointer
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover {
    cursor: default
}

.intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, .05);
    display: table
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px
}

.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text] {
    padding-left: 66px
}

.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 60px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text] {
    padding-left: 76px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 70px
}

.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text] {
    padding-left: 74px
}

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text] {
    padding-left: 95px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px
}

.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text] {
    padding-left: 82px
}

.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 76px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text] {
    padding-left: 92px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px
}

.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text] {
    padding-left: 90px
}

.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 84px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text] {
    padding-left: 100px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 94px
}

.intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px
}

.iti-mobile .intl-tel-input.iti-container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed
}

.iti-mobile .intl-tel-input .country-list {
    max-height: 100%;
    width: 100%
}

.iti-mobile .intl-tel-input .country-list .country {
    padding: 10px;
    line-height: 1.5em
}

.iti-flag.be,
.iti-flag.ne {
    width: 18px
}

.iti-flag.ch {
    width: 15px
}

.iti-flag.mc {
    width: 19px
}

.iti-flag.ac {
    height: 10px;
    background-position: 0 0
}

.iti-flag.ad {
    height: 14px;
    background-position: -22px 0
}

.iti-flag.ae {
    height: 10px;
    background-position: -44px 0
}

.iti-flag.af {
    height: 14px;
    background-position: -66px 0
}

.iti-flag.ag {
    height: 14px;
    background-position: -88px 0
}

.iti-flag.ai {
    height: 10px;
    background-position: -110px 0
}

.iti-flag.al {
    height: 15px;
    background-position: -132px 0
}

.iti-flag.am {
    height: 10px;
    background-position: -154px 0
}

.iti-flag.ao {
    height: 14px;
    background-position: -176px 0
}

.iti-flag.aq {
    height: 14px;
    background-position: -198px 0
}

.iti-flag.ar {
    height: 13px;
    background-position: -220px 0
}

.iti-flag.as {
    height: 10px;
    background-position: -242px 0
}

.iti-flag.at {
    height: 14px;
    background-position: -264px 0
}

.iti-flag.au {
    height: 10px;
    background-position: -286px 0
}

.iti-flag.aw {
    height: 14px;
    background-position: -308px 0
}

.iti-flag.ax {
    height: 13px;
    background-position: -330px 0
}

.iti-flag.az {
    height: 10px;
    background-position: -352px 0
}

.iti-flag.ba {
    height: 10px;
    background-position: -374px 0
}

.iti-flag.bb {
    height: 14px;
    background-position: -396px 0
}

.iti-flag.bd {
    height: 12px;
    background-position: -418px 0
}

.iti-flag.be {
    height: 15px;
    background-position: -440px 0
}

.iti-flag.bf {
    height: 14px;
    background-position: -460px 0
}

.iti-flag.bg {
    height: 12px;
    background-position: -482px 0
}

.iti-flag.bh {
    height: 12px;
    background-position: -504px 0
}

.iti-flag.bi {
    height: 12px;
    background-position: -526px 0
}

.iti-flag.bj {
    height: 14px;
    background-position: -548px 0
}

.iti-flag.bl {
    height: 14px;
    background-position: -570px 0
}

.iti-flag.bm {
    height: 10px;
    background-position: -592px 0
}

.iti-flag.bn {
    height: 10px;
    background-position: -614px 0
}

.iti-flag.bo {
    height: 14px;
    background-position: -636px 0
}

.iti-flag.bq {
    height: 14px;
    background-position: -658px 0
}

.iti-flag.br {
    height: 14px;
    background-position: -680px 0
}

.iti-flag.bs {
    height: 10px;
    background-position: -702px 0
}

.iti-flag.bt {
    height: 14px;
    background-position: -724px 0
}

.iti-flag.bv {
    height: 15px;
    background-position: -746px 0
}

.iti-flag.bw {
    height: 14px;
    background-position: -768px 0
}

.iti-flag.by {
    height: 10px;
    background-position: -790px 0
}

.iti-flag.bz {
    height: 14px;
    background-position: -812px 0
}

.iti-flag.ca {
    height: 10px;
    background-position: -834px 0
}

.iti-flag.cc {
    height: 10px;
    background-position: -856px 0
}

.iti-flag.cd {
    height: 15px;
    background-position: -878px 0
}

.iti-flag.cf {
    height: 14px;
    background-position: -900px 0
}

.iti-flag.cg {
    height: 14px;
    background-position: -922px 0
}

.iti-flag.ch {
    height: 15px;
    background-position: -944px 0
}

.iti-flag.ci {
    height: 14px;
    background-position: -961px 0
}

.iti-flag.ck {
    height: 10px;
    background-position: -983px 0
}

.iti-flag.cl {
    height: 14px;
    background-position: -1005px 0
}

.iti-flag.cm {
    height: 14px;
    background-position: -1027px 0
}

.iti-flag.cn {
    height: 14px;
    background-position: -1049px 0
}

.iti-flag.co {
    height: 14px;
    background-position: -1071px 0
}

.iti-flag.cp {
    height: 14px;
    background-position: -1093px 0
}

.iti-flag.cr {
    height: 12px;
    background-position: -1115px 0
}

.iti-flag.cu {
    height: 10px;
    background-position: -1137px 0
}

.iti-flag.cv {
    height: 12px;
    background-position: -1159px 0
}

.iti-flag.cw {
    height: 14px;
    background-position: -1181px 0
}

.iti-flag.cx {
    height: 10px;
    background-position: -1203px 0
}

.iti-flag.cy {
    height: 13px;
    background-position: -1225px 0
}

.iti-flag.cz {
    height: 14px;
    background-position: -1247px 0
}

.iti-flag.de {
    height: 12px;
    background-position: -1269px 0
}

.iti-flag.dg {
    height: 10px;
    background-position: -1291px 0
}

.iti-flag.dj {
    height: 14px;
    background-position: -1313px 0
}

.iti-flag.dk {
    height: 15px;
    background-position: -1335px 0
}

.iti-flag.dm {
    height: 10px;
    background-position: -1357px 0
}

.iti-flag.do {
    height: 13px;
    background-position: -1379px 0
}

.iti-flag.dz {
    height: 14px;
    background-position: -1401px 0
}

.iti-flag.ea {
    height: 14px;
    background-position: -1423px 0
}

.iti-flag.ec {
    height: 14px;
    background-position: -1445px 0
}

.iti-flag.ee {
    height: 13px;
    background-position: -1467px 0
}

.iti-flag.eg {
    height: 14px;
    background-position: -1489px 0
}

.iti-flag.eh {
    height: 10px;
    background-position: -1511px 0
}

.iti-flag.er {
    height: 10px;
    background-position: -1533px 0
}

.iti-flag.es {
    height: 14px;
    background-position: -1555px 0
}

.iti-flag.et {
    height: 10px;
    background-position: -1577px 0
}

.iti-flag.eu {
    height: 14px;
    background-position: -1599px 0
}

.iti-flag.fi {
    height: 12px;
    background-position: -1621px 0
}

.iti-flag.fj {
    height: 10px;
    background-position: -1643px 0
}

.iti-flag.fk {
    height: 10px;
    background-position: -1665px 0
}

.iti-flag.fm {
    height: 11px;
    background-position: -1687px 0
}

.iti-flag.fo {
    height: 15px;
    background-position: -1709px 0
}

.iti-flag.fr {
    height: 14px;
    background-position: -1731px 0
}

.iti-flag.ga {
    height: 15px;
    background-position: -1753px 0
}

.iti-flag.gb {
    height: 10px;
    background-position: -1775px 0
}

.iti-flag.gd {
    height: 12px;
    background-position: -1797px 0
}

.iti-flag.ge {
    height: 14px;
    background-position: -1819px 0
}

.iti-flag.gf {
    height: 14px;
    background-position: -1841px 0
}

.iti-flag.gg {
    height: 14px;
    background-position: -1863px 0
}

.iti-flag.gh {
    height: 14px;
    background-position: -1885px 0
}

.iti-flag.gi {
    height: 10px;
    background-position: -1907px 0
}

.iti-flag.gl {
    height: 14px;
    background-position: -1929px 0
}

.iti-flag.gm {
    height: 14px;
    background-position: -1951px 0
}

.iti-flag.gn {
    height: 14px;
    background-position: -1973px 0
}

.iti-flag.gp {
    height: 14px;
    background-position: -1995px 0
}

.iti-flag.gq {
    height: 14px;
    background-position: -2017px 0
}

.iti-flag.gr {
    height: 14px;
    background-position: -2039px 0
}

.iti-flag.gs {
    height: 10px;
    background-position: -2061px 0
}

.iti-flag.gt {
    height: 13px;
    background-position: -2083px 0
}

.iti-flag.gu {
    height: 11px;
    background-position: -2105px 0
}

.iti-flag.gw {
    height: 10px;
    background-position: -2127px 0
}

.iti-flag.gy {
    height: 12px;
    background-position: -2149px 0
}

.iti-flag.hk {
    height: 14px;
    background-position: -2171px 0
}

.iti-flag.hm {
    height: 10px;
    background-position: -2193px 0
}

.iti-flag.hn {
    height: 10px;
    background-position: -2215px 0
}

.iti-flag.hr {
    height: 10px;
    background-position: -2237px 0
}

.iti-flag.ht {
    height: 12px;
    background-position: -2259px 0
}

.iti-flag.hu {
    height: 10px;
    background-position: -2281px 0
}

.iti-flag.ic {
    height: 14px;
    background-position: -2303px 0
}

.iti-flag.id {
    height: 14px;
    background-position: -2325px 0
}

.iti-flag.ie {
    height: 10px;
    background-position: -2347px 0
}

.iti-flag.il {
    height: 15px;
    background-position: -2369px 0
}

.iti-flag.im {
    height: 10px;
    background-position: -2391px 0
}

.iti-flag.in {
    height: 14px;
    background-position: -2413px 0
}

.iti-flag.io {
    height: 10px;
    background-position: -2435px 0
}

.iti-flag.iq {
    height: 14px;
    background-position: -2457px 0
}

.iti-flag.ir {
    height: 12px;
    background-position: -2479px 0
}

.iti-flag.is {
    height: 15px;
    background-position: -2501px 0
}

.iti-flag.it {
    height: 14px;
    background-position: -2523px 0
}

.iti-flag.je {
    height: 12px;
    background-position: -2545px 0
}

.iti-flag.jm {
    height: 10px;
    background-position: -2567px 0
}

.iti-flag.jo {
    height: 10px;
    background-position: -2589px 0
}

.iti-flag.jp {
    height: 14px;
    background-position: -2611px 0
}

.iti-flag.ke {
    height: 14px;
    background-position: -2633px 0
}

.iti-flag.kg {
    height: 12px;
    background-position: -2655px 0
}

.iti-flag.kh {
    height: 13px;
    background-position: -2677px 0
}

.iti-flag.ki {
    height: 10px;
    background-position: -2699px 0
}

.iti-flag.km {
    height: 12px;
    background-position: -2721px 0
}

.iti-flag.kn {
    height: 14px;
    background-position: -2743px 0
}

.iti-flag.kp {
    height: 10px;
    background-position: -2765px 0
}

.iti-flag.kr {
    height: 14px;
    background-position: -2787px 0
}

.iti-flag.kw {
    height: 10px;
    background-position: -2809px 0
}

.iti-flag.ky {
    height: 10px;
    background-position: -2831px 0
}

.iti-flag.kz {
    height: 10px;
    background-position: -2853px 0
}

.iti-flag.la {
    height: 14px;
    background-position: -2875px 0
}

.iti-flag.lb {
    height: 14px;
    background-position: -2897px 0
}

.iti-flag.lc {
    height: 10px;
    background-position: -2919px 0
}

.iti-flag.li {
    height: 12px;
    background-position: -2941px 0
}

.iti-flag.lk {
    height: 10px;
    background-position: -2963px 0
}

.iti-flag.lr {
    height: 11px;
    background-position: -2985px 0
}

.iti-flag.ls {
    height: 14px;
    background-position: -3007px 0
}

.iti-flag.lt {
    height: 12px;
    background-position: -3029px 0
}

.iti-flag.lu {
    height: 12px;
    background-position: -3051px 0
}

.iti-flag.lv {
    height: 10px;
    background-position: -3073px 0
}

.iti-flag.ly {
    height: 10px;
    background-position: -3095px 0
}

.iti-flag.ma {
    height: 14px;
    background-position: -3117px 0
}

.iti-flag.mc {
    height: 15px;
    background-position: -3139px 0
}

.iti-flag.md {
    height: 10px;
    background-position: -3160px 0
}

.iti-flag.me {
    height: 10px;
    background-position: -3182px 0
}

.iti-flag.mf {
    height: 14px;
    background-position: -3204px 0
}

.iti-flag.mg {
    height: 14px;
    background-position: -3226px 0
}

.iti-flag.mh {
    height: 11px;
    background-position: -3248px 0
}

.iti-flag.mk {
    height: 10px;
    background-position: -3270px 0
}

.iti-flag.ml {
    height: 14px;
    background-position: -3292px 0
}

.iti-flag.mm {
    height: 14px;
    background-position: -3314px 0
}

.iti-flag.mn {
    height: 10px;
    background-position: -3336px 0
}

.iti-flag.mo {
    height: 14px;
    background-position: -3358px 0
}

.iti-flag.mp {
    height: 10px;
    background-position: -3380px 0
}

.iti-flag.mq {
    height: 14px;
    background-position: -3402px 0
}

.iti-flag.mr {
    height: 14px;
    background-position: -3424px 0
}

.iti-flag.ms {
    height: 10px;
    background-position: -3446px 0
}

.iti-flag.mt {
    height: 14px;
    background-position: -3468px 0
}

.iti-flag.mu {
    height: 14px;
    background-position: -3490px 0
}

.iti-flag.mv {
    height: 14px;
    background-position: -3512px 0
}

.iti-flag.mw {
    height: 14px;
    background-position: -3534px 0
}

.iti-flag.mx {
    height: 12px;
    background-position: -3556px 0
}

.iti-flag.my {
    height: 10px;
    background-position: -3578px 0
}

.iti-flag.mz {
    height: 14px;
    background-position: -3600px 0
}

.iti-flag.na {
    height: 14px;
    background-position: -3622px 0
}

.iti-flag.nc {
    height: 10px;
    background-position: -3644px 0
}

.iti-flag.ne {
    height: 15px;
    background-position: -3666px 0
}

.iti-flag.nf {
    height: 10px;
    background-position: -3686px 0
}

.iti-flag.ng {
    height: 10px;
    background-position: -3708px 0
}

.iti-flag.ni {
    height: 12px;
    background-position: -3730px 0
}

.iti-flag.nl {
    height: 14px;
    background-position: -3752px 0
}

.iti-flag.no {
    height: 15px;
    background-position: -3774px 0
}

.iti-flag.np {
    width: 13px;
    height: 15px;
    background-position: -3796px 0
}

.iti-flag.nr {
    height: 10px;
    background-position: -3811px 0
}

.iti-flag.nu {
    height: 10px;
    background-position: -3833px 0
}

.iti-flag.nz {
    height: 10px;
    background-position: -3855px 0
}

.iti-flag.om {
    height: 10px;
    background-position: -3877px 0
}

.iti-flag.pa {
    height: 14px;
    background-position: -3899px 0
}

.iti-flag.pe {
    height: 14px;
    background-position: -3921px 0
}

.iti-flag.pf {
    height: 14px;
    background-position: -3943px 0
}

.iti-flag.pg {
    height: 15px;
    background-position: -3965px 0
}

.iti-flag.ph {
    height: 10px;
    background-position: -3987px 0
}

.iti-flag.pk {
    height: 14px;
    background-position: -4009px 0
}

.iti-flag.pl {
    height: 13px;
    background-position: -4031px 0
}

.iti-flag.pm {
    height: 14px;
    background-position: -4053px 0
}

.iti-flag.pn {
    height: 10px;
    background-position: -4075px 0
}

.iti-flag.pr {
    height: 14px;
    background-position: -4097px 0
}

.iti-flag.ps {
    height: 10px;
    background-position: -4119px 0
}

.iti-flag.pt {
    height: 14px;
    background-position: -4141px 0
}

.iti-flag.pw {
    height: 13px;
    background-position: -4163px 0
}

.iti-flag.py {
    height: 11px;
    background-position: -4185px 0
}

.iti-flag.qa {
    height: 8px;
    background-position: -4207px 0
}

.iti-flag.re {
    height: 14px;
    background-position: -4229px 0
}

.iti-flag.ro {
    height: 14px;
    background-position: -4251px 0
}

.iti-flag.rs {
    height: 14px;
    background-position: -4273px 0
}

.iti-flag.ru {
    height: 14px;
    background-position: -4295px 0
}

.iti-flag.rw {
    height: 14px;
    background-position: -4317px 0
}

.iti-flag.sa {
    height: 14px;
    background-position: -4339px 0
}

.iti-flag.sb {
    height: 10px;
    background-position: -4361px 0
}

.iti-flag.sc {
    height: 10px;
    background-position: -4383px 0
}

.iti-flag.sd {
    height: 10px;
    background-position: -4405px 0
}

.iti-flag.se {
    height: 13px;
    background-position: -4427px 0
}

.iti-flag.sg {
    height: 14px;
    background-position: -4449px 0
}

.iti-flag.sh {
    height: 10px;
    background-position: -4471px 0
}

.iti-flag.si {
    height: 10px;
    background-position: -4493px 0
}

.iti-flag.sj {
    height: 15px;
    background-position: -4515px 0
}

.iti-flag.sk {
    height: 14px;
    background-position: -4537px 0
}

.iti-flag.sl {
    height: 14px;
    background-position: -4559px 0
}

.iti-flag.sm {
    height: 15px;
    background-position: -4581px 0
}

.iti-flag.sn {
    height: 14px;
    background-position: -4603px 0
}

.iti-flag.so {
    height: 14px;
    background-position: -4625px 0
}

.iti-flag.sr {
    height: 14px;
    background-position: -4647px 0
}

.iti-flag.ss {
    height: 10px;
    background-position: -4669px 0
}

.iti-flag.st {
    height: 10px;
    background-position: -4691px 0
}

.iti-flag.sv {
    height: 12px;
    background-position: -4713px 0
}

.iti-flag.sx {
    height: 14px;
    background-position: -4735px 0
}

.iti-flag.sy {
    height: 14px;
    background-position: -4757px 0
}

.iti-flag.sz {
    height: 14px;
    background-position: -4779px 0
}

.iti-flag.ta {
    height: 10px;
    background-position: -4801px 0
}

.iti-flag.tc {
    height: 10px;
    background-position: -4823px 0
}

.iti-flag.td {
    height: 14px;
    background-position: -4845px 0
}

.iti-flag.tf {
    height: 14px;
    background-position: -4867px 0
}

.iti-flag.tg {
    height: 13px;
    background-position: -4889px 0
}

.iti-flag.th {
    height: 14px;
    background-position: -4911px 0
}

.iti-flag.tj {
    height: 10px;
    background-position: -4933px 0
}

.iti-flag.tk {
    height: 10px;
    background-position: -4955px 0
}

.iti-flag.tl {
    height: 10px;
    background-position: -4977px 0
}

.iti-flag.tm {
    height: 14px;
    background-position: -4999px 0
}

.iti-flag.tn {
    height: 14px;
    background-position: -5021px 0
}

.iti-flag.to {
    height: 10px;
    background-position: -5043px 0
}

.iti-flag.tr {
    height: 14px;
    background-position: -5065px 0
}

.iti-flag.tt {
    height: 12px;
    background-position: -5087px 0
}

.iti-flag.tv {
    height: 10px;
    background-position: -5109px 0
}

.iti-flag.tw {
    height: 14px;
    background-position: -5131px 0
}

.iti-flag.tz {
    height: 14px;
    background-position: -5153px 0
}

.iti-flag.ua {
    height: 14px;
    background-position: -5175px 0
}

.iti-flag.ug {
    height: 14px;
    background-position: -5197px 0
}

.iti-flag.um {
    height: 11px;
    background-position: -5219px 0
}

.iti-flag.us {
    height: 11px;
    background-position: -5241px 0
}

.iti-flag.uy {
    height: 14px;
    background-position: -5263px 0
}

.iti-flag.uz {
    height: 10px;
    background-position: -5285px 0
}

.iti-flag.va {
    width: 15px;
    height: 15px;
    background-position: -5307px 0
}

#overlay,
.modal.hire-modal-box {
    display: none;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed
}

.iti-flag.vc {
    height: 14px;
    background-position: -5324px 0
}

.iti-flag.ve {
    height: 14px;
    background-position: -5346px 0
}

.iti-flag.vg {
    height: 10px;
    background-position: -5368px 0
}

.iti-flag.vi {
    height: 14px;
    background-position: -5390px 0
}

.iti-flag.vn {
    height: 14px;
    background-position: -5412px 0
}

.iti-flag.vu {
    height: 12px;
    background-position: -5434px 0
}

.iti-flag.wf {
    height: 14px;
    background-position: -5456px 0
}

.iti-flag.ws {
    height: 10px;
    background-position: -5478px 0
}

.iti-flag.xk {
    height: 15px;
    background-position: -5500px 0
}

.iti-flag.ye {
    height: 14px;
    background-position: -5522px 0
}

.iti-flag.yt {
    height: 14px;
    background-position: -5544px 0
}

.iti-flag.za {
    height: 14px;
    background-position: -5566px 0
}

.iti-flag.zm {
    height: 14px;
    background-position: -5588px 0
}

.iti-flag.zw {
    height: 10px;
    background-position: -5610px 0
}

.iti-flag {
    width: 20px;
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url(../../img/flags.png);
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2 / 1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .iti-flag {
        background-size: 5630px 15px;
        background-image: url(../../img/flags@2x.png)
    }
}

#overlay {
    z-index: 999;
    height: 100%;
    background: rgba(0, 0, 0, .6)
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #ddd;
    border-top: 4px solid #2e93e6;
    border-radius: 50%;
    animation: .8s linear infinite sp-anime
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg)
    }
}

.margin-bottom,
.section-head {
    margin-bottom: 80px
}

.hire-modal-box .modal-content .modal-body,
.offer-modal-box .modal-content,
.offer-modal-box-price .modal-content {
    padding: 50px
}

.hire-modal-box .modal-content .modal-header {
    border: none;
    position: absolute;
    right: -10px;
    top: -10px;
    padding: 0;
    margin: 0
}

.hire-modal-box .modal-content .modal-header button.close {
    width: 35px;
    height: 35px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e34690;
    color: #fff;
    font-size: 24px
}

.hire-modal-box-head h4 {
    font-size: 32px;
    font-family: Cambria-Bold;
    color: #181b1b;
    margin-bottom: 10px
}

.hire-modal-box-head {
    text-align: center;
    margin-bottom: 40px
}

.hire-modal-box-head p {
    font-size: 17px;
    color: #010101;
    font-family: OpenSans-Regular;
    max-width: 440px;
    margin: 0 auto
}

.hire-modal-box-form .send-btn-form input {
    max-width: 240px;
    background: #e34690
}

.modal-open .modal.hire-modal-box,
.video-modal-open .modal.hire-modal-box {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 60px 0 0;
    background: rgb(0 0 0 / 50%)
}

.modal.hire-modal-box {
    z-index: 1050;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.hire-modal-box .modal-dialog {
    max-width: 585px;
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade.hire-modal-box .modal-dialog {
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
    margin-top: 20px
}

.bottom-fixed-box {
    position: fixed;
    bottom: -110px;
    background-size: cover;
    background-position: center;
    width: 100%;
    left: 0;
    z-index: 999;
    transition: .3s ease-in-out
}

.bottom-fixed-box.show {
    bottom: 0
}

.bottom-fixed-box-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.bottom-fixed-box-content .btn.btn-pink {
    min-width: 120px;
    border: 1.05px solid #fff;
    background: 0 0;
    box-shadow: none;
    font-size: 14px;
    font-weight: 400 !important;
    font-family: OpenSans-Regular;
    height: 46px;
    padding: 0 15px
}

.bottom-fixed-box-content h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0
}

.bottom-fixed-content-left {
    background: #181818;
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    min-height: 85px
}

.bottom-fixed-content-right {
    background: #7045ae;
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    min-height: 85px
}

.bottom-p-5 footer {
    margin-bottom: 75px
}

.hire-modal-box-form form .btn-pink {
    display: block;
    margin: auto
}

.success-form-content h4 {
    font-size: 20px;
    font-family: OpenSans-Bold;
    margin-bottom: 10px
}

.btn,
.cta-2 h2,
strong {
    font-family: var(--bold)
}

.success-form-content .btn-pink.btn-block {
    width: 100%;
    height: fit-content;
    max-width: 140px;
    margin-top: 30px;
    justify-content: center
}

.success-form-content {
    text-align: center;
    display: block
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade.hire-modal-box .modal-dialog {
        transition: none
    }
}

.modal.show.hire-modal-box .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static.hire-modal-box .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.hire-modal-box .modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.hire-modal-box .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.hire-modal-box .modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.hire-modal-box .modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.hire-modal-box .modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.hire-modal-box .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.hire-modal-box .modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.hire-modal-box .modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.hire-modal-box .modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.hire-modal-box .modal-content {
    background: padding-box #fff;
    box-shadow: 0 2px 26px rgb(0 0 0 / 16%);
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.day-night-switch .switch input:checked~.slider .star,
.modal-backdrop.fade {
    opacity: 0
}

.close-box,
.modal-backdrop.show {
    opacity: .5
}

.hire-modal-box .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.hire-modal-box .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.hire-modal-box .modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.hire-modal-box .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.hire-modal-box .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.hire-modal-box .modal-footer>* {
    margin: .25rem
}

.hire-modal-box .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.modal-header .close {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    margin: 0 0 0 auto;
    border: none;
    padding: 0;
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9
}

.offer-modal-btn {
    position: fixed;
    left: 0;
    bottom: 15px;
    z-index: 99;
    cursor: pointer;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out
}

.offer-modal-btn.hide-modal {
    left: -335px
}

.offer-modal-open .offer-modal-box {
    display: block !important
}

.offer-modal-box,
.offer-modal-box-price {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 60px 0 0;
    background: rgba(0, 0, 0, .5)
}

.offer-modal-box .modal-dialog,
.offer-modal-box-price .modal-dialog {
    max-width: 585px
}

.offer-modal-box .modal-header .close,
.offer-modal-box-price .modal-header .close {
    background: #000
}

.offer-modal-box .modal-header .close span,
.offer-modal-box-price .modal-header .close span {
    color: #fff;
    top: -1px;
    font-size: 26px
}

.offer-box-close {
    position: absolute;
    border: 1px solid #fff;
    background: #000;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    right: -10px;
    top: -10px
}

.btn,
.quick-btn {
    font-size: 16px;
    cursor: pointer
}

.margin-bottom .offer-modal-btn {
    bottom: 165px
}

@media (min-width:576px) {
    .hire-modal-box .modal-dialog {
        margin: 1.75rem auto
    }

    .hire-modal-box .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .hire-modal-box .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .hire-modal-box .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .hire-modal-box .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .hire-modal-box.modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .hire-modal-box.modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .hire-modal-box.modal-xl {
        max-width: 1140px
    }
}

@media (max-width:767px) {
    .hire-modal-box-head h4 {
        font-size: 28px
    }

    .hire-modal-box-head h4 br {
        display: none
    }

    .hire-modal-box-head p {
        font-size: 16px
    }

    .bottom-fixed-box-content h4 {
        font-size: 14px
    }

    .margin-bottom {
        margin-bottom: 85px !important
    }

    .offer-modal-box .modal-content,
    .offer-modal-box-price .modal-content {
        padding: 50px 30px
    }

    .margin-bottom .offer-modal-btn {
        bottom: 80px
    }

    .bottom-fixed-box {
        bottom: -180px
    }

    .bottom-fixed-content-right {
        display: none !important
    }

    .row>* {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%
    }

    .pt-96 {
        padding-top: 96px
    }

    .mt-96 {
        margin-top: 96px
    }
}

@media (max-width:480px) {
    .hire-modal-box-head h4 {
        font-size: 20px
    }

    .hire-modal-box .modal-content .modal-body {
        padding: 30px 20px
    }

    .hire-modal-box-head {
        margin-bottom: 20px
    }

    .bottom-fixed-box-content {
        flex-wrap: wrap
    }

    .bottom-fixed-content-left,
    .bottom-fixed-content-right {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.quick-content-box {
    position: fixed;
    left: 0;
    bottom: 10px;
    z-index: 999;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out
}

.quick-btn {
    color: #222;
    font-weight: 600;
    background-color: #e5f4ff;
    padding: 12px 17px;
    display: inline-block;
    border: none
}

.quick-content {
    background-color: #f9fcff;
    box-shadow: 3px 0 44px 1px hsla(210, 8%, 75%, .24);
    padding: 35px 24px 24px;
    width: 320px;
    margin-bottom: -44px;
    position: relative;
    z-index: 1;
    display: none
}

.quick-link-list li a {
    color: #005eb8;
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    padding: 6px 0;
    cursor: pointer
}

.quick-content h3 {
    padding-bottom: 10px;
    font-size: 22px
}

.close-box {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    border: none;
    background: 0 0
}

.button-effect1,
.company-experience-section,
.cta-2-inner,
.cta-des,
.cta-ger-box,
.cta-section,
.cta-section-box,
.dropdown-bg,
.footer-blog-section,
.header-menu ul li,
.new-solutions-section,
.our-offices-address-list ul li,
.relative,
.services-section,
.social-btn-header,
.step-tab-des {
    position: relative
}

.close-box svg {
    width: 24px;
    height: 24px;
    color: #000
}

.quick-link-head figure {
    margin-right: 14px
}

.quick-btn svg,
.scrolling-wrap .comm .cmn-textslide img {
    margin-right: 10px
}

.quick-link-head {
    display: flex;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px
}

.quick-btn svg {
    vertical-align: top
}

.quick-content-box.show {
    bottom: 100px
}

.price-btn {
    margin-top: 15px;
    width: 100%
}

.price-btn .btn {
    width: 100%;
    height: 45px;
    font-size: 15px;
    justify-content: center;
    text-align: center
}

@media(max-width:767px) {

    .cta-1,
    .quick-content-box {
        display: none
    }

    .quick-content-box.show {
        bottom: 185px
    }
}

@media (max-width:1400px) {
    :root {
        --h1-headline: 50px;
        --h2-headline: 36px;
        --h3-headline: 30px;
        --h4-headline: 26px;
        --h5-headline: 22px
    }

    .container {
        padding: 0 15px
    }
}

@media (max-width:1306px) {
    :root {
        --h1-headline: 42px;
        --h2-headline: 32px;
        --h3-headline: 28px;
        --h4-headline: 24px;
        --h5-headline: 22px;
        --h6-headline: 18px
    }

    .container {
        max-width: 100%
    }
}

@media (max-width:1023px) {
    :root {
        --h1-headline: 40px;
        --h2-headline: 32px;
        --h3-headline: 28px;
        --h4-headline: 24px;
        --h5-headline: 22px;
        --h6-headline: 18px
    }

    .cta-1 {
        padding: 0 15px
    }
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 20px;
    text-align: center;
    border-radius: 8px;
    transition: .3s ease-in-out;
    border: none;
    height: 56px;
    color: var(--white-scale-900)
}

.btn-blue,
.btn-green,
.btn-orange,
.btn-pink,
.btn-purple,
.client-photo-box figcaption .h6-headline,
.client-photo-box figcaption p,
.client-review-message h2,
.cta-des-top h2,
.cta-des-top p,
.customer-rating span,
.explore-btn .btn,
.get-touch-btn a i,
.get-touch-btn a span,
.guide-box .footer-blog-box figcaption .h6-headline,
.innovate-btn .btn,
.our-offices-address-des a,
.our-offices-address-des p,
.scrolling-wrap .comm .cmn-textslide,
.service-box figure i,
.serving-countries-des .h4-headline,
.serving-countries-des p,
.step-tab-des figcaption h5,
.step-tab-des figcaption p {
    color: var(--fix-color-white)
}

.btn i {
    font-size: 20px
}

.icon-btn {
    width: 56px;
    height: 56px;
    padding: 0;
    justify-content: center;
    flex: 0 0 56px
}

.icon-btn i {
    font-size: 28px
}

.btn-sm {
    padding: 6px 12px;
    font-size: 14px
}

.btn-md {
    padding: 10px 20px;
    font-size: 16px
}

.btn-lg {
    padding: 14px 28px;
    font-size: 18px
}

.btn-orange {
    background: var(--primary-colors-orange)
}

.btn-purple {
    background: var(--primary-colors-purple)
}

.btn-pink {
    background: var(--primary-colors-pink)
}

.btn-green {
    background: var(--primary-colors-green)
}

.btn-blue {
    background: var(--primary-colors-blue)
}

.btn-blur {
    background: linear-gradient(180deg, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .04) 100%);
    border: 1px solid rgba(255, 255, 255, .1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px)
}

.btn-outline-orange {
    background: 0 0 !important;
    border: 2px solid var(--primary-colors-orange) !important;
    color: var(--primary-colors-orange) !important
}

.btn-outline-purple {
    background: 0 0 !important;
    border: 2px solid var(--primary-colors-purple) !important;
    color: var(--primary-colors-purple) !important
}

.btn-outline-green,
.btn-outline-pink {
    background: 0 0 !important;
    border: 2px solid var(--primary-colors-pink) !important;
    color: var(--primary-colors-pink) !important
}

.btn-disabled {
    opacity: .5;
    cursor: not-allowed
}

.btn-rounded {
    border-radius: 10px
}

.btn-pill {
    border-radius: 50px;
    padding: 10px 30px
}

.btn-square {
    border-radius: 0
}

.btn-shadow {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .2)
}

.btn-glow {
    box-shadow: 0 0 10px rgba(0, 123, 255, .7)
}

.btn-animated {
    animation: 1.5s infinite pulse
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }
}

.button-effect1 {
    border-radius: 15px;
    appearance: none;
    padding: 16px 28px;
    border: 0;
    background-color: var(--opacity-shade-white-white-200);
    font-size: 16px;
    color: var(--white-scale-900);
    z-index: 2
}

.button-effect1:after {
    --m-i: linear-gradient(#000, #000);
    --m-o: content-box, padding-box;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 4px;
    border-radius: 15px;
    background-image: conic-gradient(#488cfb, #29dbbc, #ddf505, #ff9f0e, #e440bb, #655adc, #488cfb);
    -webkit-mask-image: var(--m-i), var(--m-i);
    mask-image: var(--m-i), var(--m-i);
    -webkit-mask-origin: var(--m-o);
    mask-origin: var(--m-o);
    -webkit-mask-clip: var(--m-o);
    mask-clip: var(--m-o);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-filter: hue-rotate(0);
    filter: hue-rotate(0);
    animation: .5s linear infinite rotate-hue
}

.button-effect1:hover::after,
.scrolling-wrap:hover .comm {
    animation-play-state: paused
}

@keyframes rotate-hue {
    to {
        -webkit-filter: hue-rotate(1turn);
        filter: hue-rotate(1turn)
    }
}

.button-effect1,
.button-effect1::after {
    box-sizing: border-box
}

.button-effect1:active {
    border-width: 5px
}

.button-effect1 svg path {
    fill: var(--white-scale-900)
}

.cta-1 {
    background: var(--primary-colors-purple);
    margin: 0 50px;
    border-radius: 16px;
    padding: 0 30px
}

.cta-des {
    padding: 60px 0;
    display: flex;
    gap: 25px;
    z-index: 1
}

.cta-des-top,
.footer-blog-box figcaption {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.cta-ger-box {
    top: 80px;
    text-align: center;
    width: 100%
}

.cta-2-inner {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.cta-2 h4 {
    letter-spacing: 1px
}

.cta-2 h2 {
    font-size: 152px;
    line-height: normal
}

.shape5-box {
    position: absolute;
    top: -30%;
    left: 20%
}

.cta2-inner-des,
.service-list {
    position: relative;
    z-index: 1
}

.marquee-section-1,
.mycustom-marque.style-2 {
    z-index: 9;
    position: relative
}

.get-touch-btn {
    position: absolute;
    left: 44%;
    top: 38%
}

.get-touch-btn a {
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 100px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    background: var(--primary-colors-green);
    align-items: center;
    justify-content: center;
    transform: scale(0)
}

.get-touch-btn a i,
.service-box figure i {
    width: 24px;
    height: 24px;
    font-size: 24px
}

.cta2-inner-des:hover .get-touch-btn a {
    transform: scale(1)
}

.mycustom-marque.style-2 {
    background: var(--primary-colors-green);
    /* transform: rotate(5.913deg); */
    margin-top: 1px
}

.scrolling-wrap {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    gap: 20px;
    margin-top: -14px
}

.scrolling-wrap .comm {
    display: flex;
    align-items: center;
    animation: 60s linear infinite scroll;
    gap: 30px;
    cursor: pointer
}

.mycustom-marque.style-2 .scrolling-wrap .comm .cmn-textslide {
    color: var(--fix-color-white);
    padding-top: 10px
}

.scrolling-wrap .comm .cmn-textslide {
    font-size: var(--h2-headline);
    font-family: var(--bold);
    line-height: 80px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px
}

.mycustom-marque.style-3 {
    background: var(--primary-colors-purple);
    transform: rotate(-2.772deg);
    margin-top: -52px;
    position: relative;
    z-index: 7
}

@keyframes scroll {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-100%)
    }
}

@keyframes scroll3 {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(100%)
    }
}

@keyframes scroll2 {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-200%)
    }
}

.b-shape3 {
    left: 0
}

.b-shape4 {
    position: absolute;
    top: 50px;
    right: 0
}

.cta-4 .cta-des {
    padding: 75px 0
}

.rotate-0 {
    transform: none !important
}

.cta-section.cta-5 {
    background: url(../images/blockchain-development-company/cta5-ger.webp) no-repeat right top var(--primary-colors-purple)
}

.cta-6 {
    border-radius: 0 !important;
    background: linear-gradient(95.02deg, var(--primary-colors-orange-dark) 0, var(--primary-colors-purple) 99.83%)
}

.cta-6 .cta-des,
.rating-social-box {
    padding: 50px 0
}

.cta-6 .cta-img-ger {
    margin-top: -125px;
    margin-bottom: -25px
}

.cta-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(259px, 1fr));
    gap: 30px
}

.form-cta,
.globally-featured-section {
    background: var(--background-bg-block)
}

.cta-box {
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    width: 100%;
    background: var(--white-scale-800);
    cursor: pointer;
    gap: 25px
}

.cta-box.active {
    background: var(--primary-colors-orange);
    border-color: var(--primary-colors-orange)
}

.custom-modal-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 15px;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .8);
    z-index: 99999;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px)
}

.modal-show {
    position: fixed
}

.custom-modal-inner {
    background: var(--white-scale-200);
    padding: 30px;
    border-radius: 16px;
    position: relative
}

.custom-modal-inner .form-control,
.custom-modal-inner .form-control:active,
.custom-modal-inner .form-control:focus {
    background: var(--background-bg-block);
    border: solid 1px var(--white-scale-200);
    color: var(--white-scale-900);
    border-radius: 5px !important
}

.custom-modal-inner .selected-dial-code,
.footer-blog-box h6,
.form-box .intl-tel-input.separate-dial-code .selected-dial-code {
    color: var(--white-scale-900)
}

.custom-modal-inner #btnSubmit {
    width: 100%;
    background: var(--primary-colors-orange)
}

.modal-close {
    position: absolute;
    right: -32px;
    top: -32px;
    z-index: 9
}

.fixed .top-strip-section,
.top-strip,
header {
    z-index: 999;
    position: fixed;
    width: 100%
}

.form-cta-bg {
    padding: 15px 0 !important
}

.form-cta-bg img {
    width: 100%;
    height: auto;
    object-fit: cover
}

.cta-7 {
    padding: 80px 0
}

.top-strip-section {
    background: var(--background-bg-block);
    padding: 20px;
    border-radius: 16px;
    transition: .5s ease-in-out
}

.fixed .top-strip-section {
    left: 0;
    top: 141px;
    right: 0;
    border-radius: 0
}

.top-strip {
    left: 0;
    top: 0;
    background: #333;
    padding: 5px 10px
}

.top-strip-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap
}

.top-strip-inner p {
    color: var(--fix-color-white);
    font-family: var(--medium)
}

.read-more-btn .btn {
    padding: 10px;
    height: 35px;
    text-transform: capitalize
}

.top-strip .read-more-btn img {
    width: 30px !important
}

header {
    padding: 20px 40px;
    /* top: 45px */
}

header {
    /* top: 45px; */
    background: linear-gradient(180deg, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .04) 100%) !important;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px)
}

.bottom-menu,
.clutch-review-left,
.header-left,
.header-menu {
    gap: 30px
}

.header-menu ul {
    gap: 40px
}

.header-menu ul li a,
.header-menu ul li span {
    font-size: var(--subtitle-2);
    color: var(--white-scale-900);
    font-family: var(--medium)
}

.customer-review-box,
.header-right,
.social-box-new ul {
    gap: 10px
}

.dropdown-box {
    position: absolute;
    display: none;
    left: 0;
    top: 45px;
    background: var(--background-bg-block);
    border: solid 1px var(--white-scale-200);
    width: 250px;
    padding: 15px;
    border-radius: 15px
}

.dropdown-box ul {
    display: flex;
    flex-direction: column;
    gap: 15px !important
}

.paddTB120 {
    padding-top: 80px;
    padding-bottom: 80px
}

.bg .page-warper {
    padding-top: 0
}

.day-night-switch .switch {
    font-size: 17px;
    position: relative;
    display: inline-block;
    width: 4em;
    height: 2.2em;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.day-night-switch .switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.day-night-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2a2a2a;
    transition: .4s;
    border-radius: 30px;
    overflow: hidden
}

.day-night-switch .slider:before {
    position: absolute;
    content: "";
    height: 1.2em;
    width: 1.2em;
    border-radius: 20px;
    left: .5em;
    bottom: .5em;
    transition: .4s cubic-bezier(0.81, -0.04, 0.38, 1.5);
    box-shadow: inset 8px -4px 0 0 #fff
}

.day-night-switch .switch input:checked+.slider {
    background-color: #00a6ff
}

.day-night-switch .switch input:checked+.slider:before {
    transform: translateX(1.8em);
    box-shadow: inset 15px -4px 0 15px #ffcf48
}

.day-night-switch .star {
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    width: 5px;
    transition: .4s;
    height: 5px
}

.day-night-switch .star_1 {
    left: 2.5em;
    top: .5em
}

.day-night-switch .star_2 {
    left: 2.2em;
    top: 1.2em
}

.day-night-switch .star_3 {
    left: 3em;
    top: .9em
}

.day-night-switch .cloud {
    width: 3.5em;
    position: absolute;
    bottom: -1.4em;
    left: -1.1em;
    opacity: 0;
    transition: .4s
}

.day-night-switch .switch input:checked~.slider .cloud {
    opacity: 1
}

.fab-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 70px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    transform: scale(.8);
    transition: opacity .3s, transform .3s
}

.fab-menu.open {
    opacity: 1;
    transform: scale(1);
    visibility: visible
}

.fab-menu li {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .3s
}

.fab-menu li i {
    color: var(--fix-color-white);
    font-size: 30px
}

.fab-menu li:hover {
    transform: scale(1.1)
}

.shade-effects1,
.shade5 {
    position: absolute;
    left: 0;
    top: 0
}

.shade-effects2,
.shade7 {
    position: absolute;
    right: 0;
    top: 0
}

.partners-list ul li a {
    opacity: 50%
}

.globally-featured-list ul li a svg,
.partners-list ul li a svg {
    max-width: 100%;
    height: auto
}

.partners-list ul li a:hover {
    opacity: 100%
}

#launcher {
    bottom: 100px !important
}

.section-head-inner {
    max-width: 848px;
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.section-head h2,
.service-box figcaption h5 {
    margin-bottom: 15px
}

.section-head p {
    color: var(--white-scale-700);
    max-width: 665px;
    margin: auto
}

.section-head.text-left p {
    margin-left: 0;
    margin-right: 0
}

.streaming-sensation-section .section-head {
    padding: 0 15px
}

.new-solutions-left {
    padding-right: 30px;
    position: sticky;
    top: 125px;
    padding-bottom: 30px
}

.innovate-box,
.innovate-box-inner {
    border-radius: 16px;
    position: relative
}

.innovate-box {
    overflow: hidden;
    max-width: 394px
}

.innovate-box-inner {
    border: 1px solid var(--opacity-shade-white-white-200);
    background: var(--opacity-shade-white-white-100);
    backdrop-filter: blur(60.1px);
    -webkit-backdrop-filter: blur(60.1px);
    padding: 30px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 50px
}

.circle01 {
    position: absolute;
    right: 50px;
    top: 0
}

.circle02 {
    position: absolute;
    right: 20px;
    bottom: 0
}

.footer-blog-box a,
.get-touch-list ul,
.innovate-box-top {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.innovate-box-top h3,
.innovate-box-top h4 {
    margin-bottom: 9px
}

.footer-menu-box-new,
.new-solutions-list ul {
    display: flex;
    flex-direction: column;
    gap: 35px
}

.new-solutions-list-box {
    background: var(--background-bg-block);
    padding: 20px;
    border-radius: 16px;
    gap: 15px
}

.new-solutions-list-box figcaption {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.get-touch-list ul li figcaption p,
.new-solutions-list-box figcaption p {
    line-height: 24px
}

.new-solutions-list-box figcaption p a {
    color: var(--primary-colors-orange)
}

.new-solutions-list-box figure {
    width: 65px;
    flex: 0 0 65px;
    height: 65px;
    border-radius: 40px;
    background: var(--black-scale-800);
    display: flex;
    align-items: center;
    justify-content: center
}

.new-solutions-list-box figure i {
    width: 24px;
    height: 24px;
    color: var(--black-scale-400);
    font-size: 24px
}

.b-shape3 {
    position: absolute;
    bottom: 0;
    right: 0
}

.industry-awards-section {
    position: relative;
    background: var(--background-bg-block)
}

.industry-awards-section:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 80%;
    height: 7px;
    background: var(--primary-colors-blue)
}

.industry-awards-section:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80%;
    height: 7px;
    background: var(--primary-colors-purple)
}

.company-experience-list {
    margin-top: 0px;
    position: relative;
    z-index: 1
}

.b-shape6,
.b-shape7,
.shade10,
.shade9 {
    position: absolute
}

.company-experience-list ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(237px, 1fr));
    gap: 24px
}

.company-experience-list ul li {
    border-radius: 16px;
    padding: 50px 20px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    border: solid 1px var(--white-scale-200);
    position: relative;
    overflow: hidden
}

.company-experience-list ul li:before {
    background: linear-gradient(180deg, var(--mix-color-mix-white-mix-0) 0, var(--mix-color-mix-white-mix-100) 100%);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 10%;
    content: ""
}

.seperator {
    margin: auto;
    width: 38px;
    height: 4px;
    background: var(--primary-colors-orange)
}

.seperator.green {
    background: var(--primary-colors-green)
}

.seperator.purple {
    background: var(--primary-colors-purple)
}

.seperator.pink {
    background: var(--primary-colors-pink)
}

.seperator.blue {
    background: var(--primary-colors-blue)
}

.b-shape6 {
    top: 0;
    left: 0
}

.b-shape7 {
    bottom: 65px;
    right: 0
}

.blog-list ul,
.service-list ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(303px, 1fr));
    gap: 24px
}

.footer-blog-box {
    height: 100%;
    padding: 20px;
    background: var(--white-scale-100);
    border-radius: 16px;
    border: solid 1px var(--white-scale-200)
}

.footer-blog-box figure {
    text-align: center;
    width: 100%
}

.footer-blog-box figure img {
    width: 100%;
    aspect-ratio: 6/3;
    border-radius: 8px;
    height: auto
}

.footer-blog-box .overline {
    color: var(--white-scale-600)
}

.footer-blog-box p {
    color: var(--white-scale-900);
    line-height: 24px
}

.blog-list ul li.guide-box .footer-blog-box {
    background: var(--primary-colors-blue);
    border-color: var(--primary-colors-blue)
}

.footer-blog-box .eguide-tag span {
    background: var(--fix-color-white);
    color: var(--fix-color-black);
    display: inline-block;
    padding: 4px 15px;
    border-radius: 30px
}

.guide-box .footer-blog-box figure img {
    aspect-ratio: none;
    width: auto;
    max-height: 205px
}

.shade9 {
    left: 0;
    top: -50px
}

.shade10 {
    right: 0;
    bottom: 50px
}

.testimonials-content-des {
    border-radius: 32px;
    background: var(--white-scale-900);
    padding: 20px
}

.testimonials-review-box {
    width: 488px;
    flex: 0 0 488px;
    padding: 20px 40px 20px 20px;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px;
    display: flex
}

.testimonials-review-top .caption-text {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px
}

.testimonials-review-box .clutch-review-box {
    padding: 20px;
    border-radius: 32px;
    background: var(--opacity-shade-black-black-100)
}

.testimonial-client-info {
    border-radius: 16px;
    background: var(--primary-colors-purple);
    padding: 40px;
    flex: 1;
    position: relative;
    max-width: 100%;
    overflow: hidden
}

.testimonial-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    margin: auto
}

.slider-controls {
    display: flex;
    align-items: center;
    gap: 15px;
    position: absolute;
    right: 57px;
    bottom: 63px
}

.slider-controls button {
    border: 1px solid rgba(255, 255, 255, .15);
    cursor: pointer;
    width: 54px;
    height: 54px;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .25) 0, rgba(255, 255, 255, .05) 100%);
    backdrop-filter: blur(47.05px);
    -webkit-backdrop-filter: blur(47.05px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: var(--fix-color-white)
}

.slider-controls button i {
    width: 24px;
    height: 24px
}

.testimonial-slide-box {
    display: flex;
    flex-direction: column;
    gap: 30px
}

.clutch-review-left span {
    font-size: 84px;
    color: var(--white-scale-900)
}

.clutch-review-right {
    text-align: center;
    flex-direction: column;
    display: flex;
    gap: 10px
}

.clutch-review-stars {
    background: var(--white-scale-200);
    border-radius: 50px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px
}

.clutch-review-stars i {
    font-size: 20px;
    color: var(--primary-colors-orange)
}

.client-review-message {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 325px
}

.client-review-message p {
    color: var(--fix-color-white);
    line-height: 24px
}

.client-photo-des {
    border-radius: 32px;
    background: rgba(255, 255, 255, .1);
    padding: 15px
}

.client-photo-box,
.clutch-rating-box ul {
    gap: 15px
}

.client-photo-box figure {
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    border-radius: 24px;
    overflow: hidden
}

.client-photo-box figure img,
.step-tab-des figure img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.client-photo-box figcaption,
.contact-info,
.get-touch-list ul li figcaption,
.subscribe-newsletter-des {
    display: flex;
    flex-direction: column;
    gap: 5px
}

.globally-featured-list ul {
    display: flex;
    gap: 24px;
    justify-content: space-between
}

.globally-featured-list ul li {
    padding: 10px;
    border-radius: 8px;
    border: 1px solid var(--black-scale-700);
    display: flex;
    align-items: center;
    justify-content: center
}

.globally-featured-list ul li a img {
    max-height: 40px
}

.our-offices-address-list ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px
}

.our-offices-address-list ul li figure {
    margin: 0
}

.our-offices-address-list ul li img {
    aspect-ratio: 5/7;
    width: 100%;
    border-radius: 16px;
    object-fit: cover
}

.our-offices-address-list ul li figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px
}

.our-offices-address-des {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .26);
    background: rgba(255, 255, 255, .14);
    backdrop-filter: blur(44.1px);
    -webkit-backdrop-filter: blur(44.1px);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.our-offices-address-des .h6-headline {
    margin-bottom: 5px;
    color: var(--fix-color-white)
}

.serving-countries-section {
    background: var(--primary-colors-purple);
    padding: 60px 0
}

.serving-countries-des {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px
}

.clutch-rating-box ul li {
    background: var(--fix-color-white);
    border-radius: 100px;
    padding: 10px;
    display: flex;
    align-items: center;
    min-height: 60px
}

.get-touch-menu-bg {
    gap: 55px
}

.get-touch-bg {
    width: 292px;
    max-width: 292px;
    flex: 0 0 292px;
    display: flex;
    flex-direction: column;
    gap: 35px
}

.get-touch-list ul li {
    display: flex;
    align-items: flex-start;
    gap: 15px
}

.get-touch-list ul li figure {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    flex: 0 0 32px;
    background: var(--opacity-shade-white-white-200);
    display: flex;
    align-items: center;
    justify-content: center
}

.customer-rating i,
.get-touch-list ul li figure i {
    width: 24px;
    height: 24px;
    align-items: center;
    font-size: 18px;
    display: flex
}

.get-touch-list ul li figure i {
    justify-content: center;
    color: var(--white-scale-900)
}

.get-touch-list ul li figcaption .caption-text {
    text-transform: uppercase;
    color: var(--white-scale-900);
    letter-spacing: 1px
}

.footer-menu-newsletter-des {
    border-radius: 16px;
    background: var(--opacity-shade-white-white-100);
    padding: 40px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 50px
}

.subscribe-input-box .form-control,
.subscribe-input-box .form-control:focus {
    border-radius: 8px;
    background: var(--black-scale-50);
    height: 56px;
    border: none;
    padding-right: 50px;
    outline: 0;
    box-shadow: none;
    color: var(--black-scale-900);
    font-size: 16px
}

.subscribe-input-box .form-group {
    margin: 0;
    position: relative;
    width: 100%
}

.subscribe-input-box .subscribe-submit {
    border: none;
    background: 0 0;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 15px
}

.subscribe-input-box .subscribe-submit i {
    font-size: 28px;
    color: var(--black-scale-900)
}

.footer-menu-box-new ul {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.footer-menu-box-new ul li a {
    color: var(--white-scale-900);
    font-size: 14px;
    font-family: var(--medium)
}

.customer-rating {
    gap: 10px;
    border-radius: 8px;
    background: var(--primary-colors-green-dark);
    padding: 8px 10px
}

.customer-rating i {
    justify-content: center;
    color: var(--fix-color-white)
}

.bottom-footer-section {
    background: var(--opacity-shade-white-white-100);
    padding: 20px 0
}

.bottom-menu ul {
    display: flex;
    align-items: center;
    gap: 30px
}

.bottom-menu ul li a {
    font-size: 14px;
    color: var(--white-scale-900)
}
.bottom-menu a{
    color: var(--fix-color-white);
    font-size: 16px;
    font-weight: 600;
}
.bottom-menu-2 a{
    color: var(--fix-color-black);
    font-size: 16px;
    font-weight: 600;
}

.portfolio-section-bg {
    background: var(--black-scale-800)
}

.shade8 {
    position: absolute;
    left: 0;
    bottom: 50px
}

.bottom-fixed-box-content .btn.btn-pink {
    font-family: var(--bold) !important;
    justify-content: center
}

.grecaptcha-badge {
    display: none !important
}

.form-group {
    margin-bottom: 20px;
    position: relative
}

.b-shape8,
.shade6,
.shape2 {
    position: absolute;
    right: 0;
    pointer-events: none
}

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: .375rem .75rem;
    font-size: 15px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

textarea.form-control {
    height: 120px
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

select.form-control[multiple],
select.form-control[size] {
    height: auto
}

.foucs-box {
    background: red;
    color: #fff;
    font-size: clamp(18px, 4vw, 47px);
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: clamp(15px, 4vw, 40px)
}

.service-box {
    background: var(--background-bg-block);
    border: solid 1px var(--white-scale-200);
    border-radius: 16px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: 100%
}

.service-box figure {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.service-box figcaption p {
    color: var(--white-scale-800);
    margin: 0;
    line-height: 26px
}

.shade6 {
    bottom: 0
}

.shape2 {
    top: 100px
}

.b-shape8 {
    bottom: 0;
    z-index: -1
}

.step-tab-des figure {
    width: 433px;
    height: 331px;
    overflow: hidden;
    border-radius: 16px
}

.step-tab-des figcaption {
    background: var(--primary-colors-purple);
    padding: 30px;
    border-radius: 16px;
    margin-left: 215px;
    margin-top: -165px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    z-index: 1
}

.step-tab-des .subtitle-2 {
    color: var(--opacity-shade-white-white-400)
}

.form-box {
    background: var(--opacity-shade-white-white-200);
    padding: 30px;
    border-radius: 16px
}

.form-box .form-control {
    background: var(--fix-color-white);
    border: solid 1px var(--white-scale-200);
    color: var(--fix-color-black);
    outline: 0;
    box-shadow: none;
    border-radius: 5px !important
}

.inner-cta-section {
    border-radius: 16px;
    padding: 30px
}

.form-box .btn {
    width: 100%;
    background: var(--primary-colors-orange);
    text-transform: uppercase
}

.loader-inner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5)
}

.response {
    margin-top: 15px
}

.offer-modal-btn img {
    max-width: 320px !important
}

body .offer-modal-box {
    padding: 0
}

body .offer-modal-box .modal-dialog {
    max-width: 1100px;
    margin: auto;
    padding: 30px 0;
    width: auto
}

body .offer-modal-box .modal-dialog .modal-content {
    padding: 0;
    background: 0 0;
    border: none;
    position: relative;
    pointer-events: auto
}

body .send-btn-form input {
    background: #f0aa0e;
    background: -moz-linear-gradient(left, #f0aa0e 0, #f56916 100%);
    background: -webkit-linear-gradient(left, #f0aa0e 0, #f56916 100%);
    background: linear-gradient(to right, #f0aa0e 0, #f56916 100%);
    border: none;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    height: 55px;
    border-radius: 4px;
    padding: 0 15px;
    text-transform: uppercase;
    color: #fff
}

body .offer-modal-box .client-review-message {
    min-height: 385px
}

.award-logo-modal {
    margin-top: 30px
}

body .offer-modal-box .slider-controls {
    right: 20px;
    bottom: 23px
}

.modal-award-list {
    border-radius: 32px;
    background: var(--primary-colors-purple);
    padding: 15px;
    margin-top: 30px
}

.modal-award-list ul {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between
}

.modal-award-list ul li img {
    object-fit: contain
}

@media (max-width:2000px) {
    .button-effect1 {
        padding: 12px 25px
    }

    header {
        padding: 15px 40px
    }

    .fixed .top-strip-section {
        top: 122px
    }
}

@media (max-width:1400px) {
    .btn {
        height: 50px;
        padding: 10px 20px
    }

    .icon-btn {
        width: 50px;
        height: 50px;
        flex: 0 0 50px
    }

    .button-effect1 {
        padding: 15px 28px
    }

    .get-touch-btn a {
        transform: scale(1)
    }

    .cta-1 {
        margin: 0 15px
    }

    .cta-2 h2 {
        font-size: 130px
    }

    .get-touch-btn {
        top: 33%
    }

    .service-list ul {
        grid-template-columns: repeat(auto-fill, minmax(295px, 1fr))
    }

    .paddTB120 {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .header-menu ul {
        gap: 30px
    }

    .section-head {
        margin-bottom: 50px
    }

    .blog-list ul {
        grid-template-columns: repeat(auto-fill, minmax(298px, 1fr))
    }

    header {
        padding: 20px 15px
    }

    .company-experience-list ul {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr))
    }

    .fixed .top-strip-section {
        top: 137px
    }
}

@media (max-width:1306px) {
    .cta-2 h2 {
        font-size: 105px
    }

    .get-touch-btn a {
        width: 130px;
        height: 130px
    }

    .cta-des {
        padding: 50px 0
    }

    .cta-ger-box img {
        max-height: 400px
    }

    .cta-ger-box {
        top: 57px;
        text-align: center
    }

    .paddTB120 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .header-menu ul {
        display: none
    }

    .innovation-title {
        font-size: 50px
    }

    .client-review-message {
        min-height: 385px
    }

    .footer-menu-newsletter-des,
    .testimonial-client-info {
        padding: 30px
    }

    .blog-list ul,
    .our-offices-address-list ul {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr))
    }

    .get-touch-menu-bg {
        flex-wrap: wrap;
        gap: 30px
    }

    .get-touch-bg {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%
    }

    .get-touch-list ul {
        flex-direction: inherit;
        flex-wrap: wrap
    }

    .company-experience-list ul {
        grid-template-columns: repeat(auto-fill, minmax(175px, 1fr))
    }

    .company-experience-list ul li {
        padding: 20px 15px;
        gap: 5px
    }

    .step-tab-des figure {
        height: 250px;
        width: 90%
    }

    .step-tab-des figcaption {
        margin-left: 100px
    }
}

@media (max-width:1280px) {
    body .offer-modal-btn img {
        max-width: 255px !important
    }

    .top-strip {
        display: none
    }

    .social-btn-header {
        display: block
    }

    body.fixed header,
    header {
        top: 0 !important
    }

    body .page-warper {
        padding-top: 95px
    }

    .fixed .top-strip-section {
        top: 90px
    }
}

@media (max-width:1023px) {
    .cta-1 {
        padding: 0 15px
    }

    .cta-des {
        padding: 30px 0
    }

    .cta-6 .cta-img-ger {
        margin: 0
    }

    .fixed .top-strip-section {
        position: inherit
    }

    body.fixed header,
    header {
        top: 0
    }

    .paddTB120 {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .header-menu {
        display: none !important
    }

    .section-head {
        margin-bottom: 35px
    }

    .testimonials-content-des {
        flex-wrap: wrap
    }

    .testimonials-review-box {
        max-width: 100%;
        flex: 0 0 100%;
        width: 100%;
        gap: 15px
    }

    .testimonials-review-top br {
        display: none
    }

    .client-review-message {
        min-height: 10px
    }

    .company-experience-list {
        margin-top: 30px
    }

    .blog-list ul,
    .our-offices-address-list ul {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr))
    }

    .rating-social-box {
        padding: 30px 0;
        flex-wrap: wrap;
        gap: 15px
    }

    .social-box-new {
        width: 100%
    }

    .social-box-new ul {
        justify-content: center
    }

    .bottom-footer-section-inner {
        flex-wrap: wrap;
        gap: 15px
    }

    .copy-right {
        width: 100%;
        text-align: center
    }

    .bottom-menu {
        width: 100%;
        justify-content: center
    }

    .footer-menu-box-new,
    .serving-countries-section .row {
        gap: 15px
    }

    .footer-menu-box-new ul {
        gap: 10px
    }

    .serving-countries-section .row>* {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%
    }

    .clutch-rating-box,
    .customer-review-box {
        margin-right: auto
    }

    .clutch-review-box {
        margin-right: auto;
        margin-left: inherit !important
    }

    .partners-list {
        margin-top: 50px
    }

    .partners-list li {
        padding: 0 10px
    }

    .step-tab-des figure {
        height: 210px
    }

    .step-tab-des figcaption {
        margin-left: 35px;
        padding: 15px
    }
}

@media (max-width:767px) {
    .cta-2 h2 {
        font-size: 50px
    }

    .get-touch-btn a {
        width: 115px;
        height: 115px
    }

    .get-touch-btn {
        top: 14%;
        left: 37%
    }

    .cta-img-ger,
    .header-right .btn,
    .header-right .btn.btn-orange i,
    .home-intro-img,
    .marquee-section-1,
    .modal-award-list,
    .new-solutions-list-box figure,
    .offer-modal-box .clutch-review-box,
    .offer-modal-box .testimonial-client-info,
    .partners-list-section,
    .shade-effects1,
    .shade-effects2 {
        display: none
    }

    .modal-close {
        right: 0
    }

    .header-right .btn.btn-blur {
        display: flex
    }

    .slider-controls {
        position: relative;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        margin-top: 25px;
        justify-content: center
    }

    .section-head,
    .section-head-inner {
        flex-wrap: wrap;
        gap: 15px
    }

    .clutch-rating-box ul,
    .clutch-review-box,
    .globally-featured-list ul {
        flex-wrap: wrap
    }

    .globally-featured-list ul li {
        width: 46%
    }

    .footer-menu-newsletter-des {
        padding: 15px;
        gap: 25px
    }

    .new-solutions-list ul,
    .service-box,
    .subscribe-newsletter-box .row {
        gap: 15px
    }

    .customer-review-box {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center
    }

    .bottom-menu {
        flex-wrap: wrap;
        justify-content: center
    }

    .bottom-menu ul {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%
    }

    .day-night-switch {
        position: fixed;
        right: 15px;
        top: 78px
    }

    .header-right .btn.btn-orange {
        display: flex;
        padding: 10px 15px
    }

    .brand-box a svg {
        max-width: 145px
    }

    .testimonials-review-box {
        padding: 0 0 15px
    }

    .clutch-review-right {
        margin-left: inherit !important
    }

    .form-box,
    .testimonial-client-info,
    .testimonials-content-des,
    body .offer-modal-box .modal-dialog {
        padding: 15px
    }

    .guide-box .footer-blog-box figure img {
        max-width: none;
        max-height: none
    }

    .footer-menu-bg {
        gap: 20px
    }

    .company-experience-list ul {
        grid-template-columns: repeat(auto-fill, minmax(144px, 1fr))
    }

    .company-experience-list ul li:last-child {
        /* grid-column: 1/-1 */
    }

    .new-solutions-list-box figcaption {
        flex: 1
    }

    .social-btn-header .fab-menu {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
        position: fixed;
        top: 120px;
        right: 15px
    }

    .social-btn-header .fab-menu .btn {
        display: flex !important
    }

    .fab-menu {
        gap: 5px
    }

    .home-intro-des h1 {
        padding-right: 65px
    }

    .offer-modal-box .modal-header .close {
        top: -40px
    }

    .offer-modal-box .testimonials-content-des {
        border-radius: 15px
    }

    .top-strip-section {
        margin-bottom: 25px !important;
        padding-right: 67px
    }
}

.award-box {
    border: solid 1px var(--black-scale-700);
    padding: 15px;
    border-radius: 16px;
    background: var(--opacity-shade-white-white-200)
}

.solution-check-list a {
    border-radius: 10px;
    padding: 6px;
    align-items: center;
    gap: 5px;
    background: var(--white-scale-100);
    color: var(--white-scale-900)
}

.solution-check-list a i {
    color: var(--primary-colors-pink);
    font-size: 24px
}

.hire-modal-bg .modal-content {
    background: var(--black-scale-900) !important;
    border-radius: 16px
}
.gaprem{
    gap: 10rem;
}
.home-intro-des p{
    font-size: 20px;
}
.pr-2{
    padding-right: 2rem;
}



.webnav_toggle svg {
  width: 45px;
  height: 45px;
  fill: #fff;
  transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  -webkit-transition: .5s;
}
.headerContainer .webnav_toggle, .webheader.is-sticky .headerContainer .webnav_toggle {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #EF5C20;
  color: #fff;
}
.webnav_toggle {
  position: relative;
  z-index: 99999;
  margin: 0 0 0 auto;
  vertical-align: middle;
  cursor: pointer;
  transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
  -webkit-transition: .7s;
}
.headerContainer::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(https://assets.owebest.com/images/header-shape.webp);
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  z-index: -1;
}
.headerContainer_inner{
    /* display: none; */
    /* position: fixed; */
    /* z-index: 999; */
    /* background-color: #fff; */
}

.headerContainer_inner {
    position: fixed;
    top: 0;
    right: -300px;  /* hidden by default */
    width: 250px;
    height: 100vh;
    background: white;
    padding: 20px;
    transition: right 0.3s ease;
    box-shadow: -2px 0 10px rgba(0,0,0,0.2);
}

.headerContainer_inner.active {
    right: 0;   /* slide in */
}