@charset "UTF-8";
:root {
    --bs-white: #fff;
    --bs-gray: #455a64;
    --bs-gray-dark: #343a40;
    --bs-primary: #ff0042;
    --bs-secondary: #455a64;
    --bs-light: #f8f9fa;
    --bs-dark: #111111;
    /* --bs-dark: #232c3b; */
    --bs-body-bg: #fffcfc;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #0c0c0c;
    /* --bs-body-color: #6a7483; */
    --bs-dark-rgb: rgb(35, 44, 59);
    --bs-gray-rgb: rgb(69, 90, 100);
    --bs-primary-rgb: rgb(255, 0, 66);
    --bs-light-rgb: rgb(248, 249, 250);
    --bs-font-serif: 'PT Serif', serif;
    --bs-font-sans-serif: 'Lato', sans-serif;
    --bs-font-roboto: 'Roboto';
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-serif-font-family: var(--bs-font-serif);
    --bs-gradient: linear-gradient(180deg, rgb(255, 108, 58, 1), rgb(255, 0, 66, 1));
}
body {
    overflow-x: hidden;
    background: #fff !important;
}
section.py-5:first-of-type {
    padding-top: 120px !important;
}
section:first-of-type {
    padding-top: 120px !important;
}
/* Fonts Link */

/* Lato Fonts */
@font-face {
    font-family: 'Lato Hairline';
    src: url('../fonts/lato/Lato-Hairline.woff2') format('woff2'),
        url('../fonts/lato/Lato-Hairline.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato Hairline';
    src: url('../fonts/lato/Lato-HairlineItalic.woff2') format('woff2'),
        url('../fonts/lato/Lato-HairlineItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/Lato-Light.woff2') format('woff2'),
        url('../fonts/lato/Lato-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/Lato-LightItalic.woff2') format('woff2'),
        url('../fonts/lato/Lato-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/Lato-Regular.woff2') format('woff2'),
        url('../fonts/lato/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/Lato-Italic.woff2') format('woff2'),
        url('../fonts/lato/Lato-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/Lato-Bold.woff2') format('woff2'),
        url('../fonts/lato/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/Lato-BoldItalic.woff2') format('woff2'),
        url('../fonts/lato/Lato-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/Lato-BlackItalic.woff2') format('woff2'),
        url('../fonts/lato/Lato-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/Lato-Black.woff2') format('woff2'),
        url('../fonts/lato/Lato-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* PT Serif Fonts */
@font-face {
    font-family: 'PT Serif';
    src: url('../fonts/pt-serif/PTSerif-Regular.woff2') format('woff2'),
        url('../fonts/pt-serif/PTSerif-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PT Serif';
    src: url('../fonts/pt-serif/PTSerif-Italic.woff2') format('woff2'),
        url('../fonts/pt-serif/PTSerif-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'PT Serif';
    src: url('../fonts/pt-serif/PTSerif-BoldItalic.woff2') format('woff2'),
        url('../fonts/pt-serif/PTSerif-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'PT Serif';
    src: url('../fonts/pt-serif/PTSerif-Bold.woff2') format('woff2'),
        url('../fonts/pt-serif/PTSerif-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Bold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Scrollbar CSS */
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    background-color: var(--bs-body-bg);
}
::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background: var(--bs-gradient);
}

/* Selection CSS */
::-moz-selection {
    color: var(--bs-white);
    background: var(--bs-primary);
}
::-webkit-selection {
    color: var(--bs-white);
    background: var(--bs-primary);
}
::selection {
    color: var(--bs-white);
    background: #fff;
}
:focus-visible {
    outline: none;
}
/* Universal Form CSS */
.form_box {
    padding: 1rem;
    position: relative;
    border-radius: 1rem;
    background-color: var(--bs-white);
    box-shadow: 0rem 0.5rem 2rem 0rem rgba(35, 44, 59, 0.1);
}
.form_box .title_block .title {
    font-size: calc(var(--bs-body-font-size) + 0.25rem);
}
.form-label {
    font-size: 0.9rem;
}
.form-control {
    padding: 0.5rem 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgb(236, 236, 236);
}
.form-control:focus {
    outline: 0;
    box-shadow: none;
    color: var(--bs-dark);
    border: none;
    border-bottom: 1px solid rgb(35, 44, 59);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    box-shadow: none;
}
textarea {
    resize: none;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

/* Animation CSS */
.spin-animation {
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    -webkit-transform-origin: center;
    transform-origin: center;
}

/* Common CSS */
:focus-visible, -webkit-any-link:focus-visible {
    outline: none !important;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
    margin: 0;
    line-height: var(--bs-body-line-height);
}
p, li, td, .serif_font {
    font-family: var(--bs-serif-font-family);
}
h1, h2, h3, h4, h5, h6, .sans_font {
    font-family: var(--bs-body-font-family);
}

p{
    font-size: 18px;
}

.text-justify {
    text-align: justify !important;
}
.lh-2 {
    line-height: 2;
}
.primary_fill {
    fill : var(--bs-primary);
}
.dark_fill {
    fill : var(--bs-dark);
}
.gray_fill {
    fill : var(--bs-gray);
}
.white_fill {
    fill : var(--bs-white);
}
.text-gray {
    color: var(--bs-gray) !important;
}
.text-gradient {
    background: -webkit-linear-gradient(180deg, rgb(255, 108, 58, 1), rgb(255, 0, 66, 1));
    background: linear-gradient(180deg, rgb(255, 108, 58, 1), rgb(255, 0, 66, 1));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.title_block {
    padding-bottom: 2rem;
}
.title_border {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.25rem;
    align-items: center;
    justify-content: center;
}
.title_border span {
    width: 20px;
    height: 4px;
    border-radius: 50rem;
    background-color: var(--bs-primary);
}
.title_border span:first-child {
    width: 40px;
}
.title_border span:last-child {
    width: 10px;
}
.h3_title {
    padding-left: 1rem;
    position: relative;
}
.h3_title::before {
    content: '';
    width: 0.25rem;
    inset: 0 auto 0 0;
    position: absolute;
    border-radius: 1rem;
    background-color: var(--bs-primary);
}
.fw-thin {
    font-weight: 100 !important;
}
.fw-black {
    font-weight: 900 !important;
}
.smooth-trans {
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.ease-trans {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.text-primary {
    color: var(--bs-primary)!important;
}
.text-yellow {
    color: #f9ec4c !important;
}
.text-dark {
    color: var(--bs-dark)!important;
}
a {
    color: var(--bs-primary);
    text-decoration: none;
}
.btn {
    width: 100%;
    gap: 0.5rem;
    border: none;
    display: flex;
    overflow: hidden;
    position: relative;
    align-items: center;
    text-decoration: none;
    justify-content: center;
}
.btn-link:focus {
    box-shadow: none;
}
.btn:hover .icon, .btn:focus .icon, .btn:active .icon {
    transform: translateX(0.5rem);
}
/* Ripple Button CSS */
.btn_ripple_animate {
    overflow: visible;
    position: relative;
}
.btn_ripple_animate::before, .btn_ripple_animate::after {
    right: 0;
    bottom: 0;
    opacity: 0;
    content: '';
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 0.625rem;
    -webkit-animation: button_ripple 3s infinite cubic-bezier(0.65, 0, 0.34, 1);
    -moz-animation: button_ripple 3s infinite cubic-bezier(0.65, 0, 0.34, 1);
    -ms-animation: button_ripple 3s infinite cubic-bezier(0.65, 0, 0.34, 1);
    -o-animation: button_ripple 3s infinite cubic-bezier(0.65, 0, 0.34, 1);
    animation: button_ripple 3s infinite cubic-bezier(0.65, 0, 0.34, 1);
}
.btn_ripple_animate::after {
    animation-delay: 0.5s;
}
.btn_primary,
.btn_dark,
.btn_light {
    height: 3rem;
    color: var(--bs-white);
    border-radius: 0.625rem;
    background-color: var(--bs-primary);
    box-shadow: 0rem 0.5rem 1rem rgb(255 0 68 / 15%);
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}
.btn_primary::before,
.btn_dark::before,
.btn_light::before {
    z-index: -1;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background-color: var(--bs-dark);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.btn_primary:hover, .btn_primary:focus, .btn_primary:active,
.btn_dark:hover, .btn_dark:focus, .btn_dark:active {
    color: var(--bs-white);
    box-shadow: 0rem 0.5rem 1rem rgba(35, 44, 59, 0.15);
}
.btn_primary:hover::before, .btn_primary:focus::before, .btn_primary:active::before,
.btn_dark:hover::before, .btn_dark:focus::before, .btn_dark:active::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.btn_dark {
    background-color: var(--bs-dark);
    box-shadow: 0rem 0.5rem 1rem rgba(35, 44, 59, 0.15);
}
.btn_dark::before {
    background-color: var(--bs-primary);
}
.btn_dark:hover, .btn_dark:focus, .btn_dark:active {
    box-shadow: 0rem 0.5rem 1rem rgba(255, 0, 66, 0.15);
}
.btn_light {
    color: var(--bs-primary);
    background-color: var(--bs-light);
    box-shadow: 0rem 0.5rem 1rem rgba(248, 249, 250, 0.15);
}
.btn_primary.btn_ripple_animate:hover,
.btn_primary.btn_ripple_animate:focus,
.btn_primary.btn_ripple_animate:active {
    background-color: var(--bs-dark);
}
.btn_light.btn_ripple_animate:hover,
.btn_light.btn_ripple_animate:focus,
.btn_light.btn_ripple_animate:active {
    background-color: var(--bs-primary);
    box-shadow: 0rem 0.5rem 1rem rgba(255, 0, 66, 0.15);
}
.btn_dark.btn_ripple_animate:hover,
.btn_dark.btn_ripple_animate:focus,
.btn_dark.btn_ripple_animate:active {
    background-color: var(--bs-primary);
    box-shadow: 0rem 0.5rem 1rem rgba(255, 0, 66, 0.15);
}
.btn_primary.btn_ripple_animate::before,
.btn_primary.btn_ripple_animate::after {
    background-color: var(--bs-primary);
}
.btn_dark.btn_ripple_animate::before,
.btn_dark.btn_ripple_animate::after {
    background-color: var(--bs-dark);
}
.btn_light.btn_ripple_animate::before,
.btn_light.btn_ripple_animate::after {
    background-color: var(--bs-light);
}
.hover_primary:hover, .hover_primary:focus, .hover_primary:active {
    color: var(--bs-primary) !important;
}

/* Global Sticky Button Right Side */
.btn_global_sticky_right {
    right: 0;
    top: 50%;
    gap: 0.5rem;
    width: 12.5rem;
    position: fixed;
    z-index: 999;
    border-radius: 1rem 1rem 0 0;
    -webkit-transform: rotateZ(-90deg) translateY(300%);
    transform: rotateZ(-90deg) translateY(300%);
}
.btn_global_sticky_right.btn_ripple_animate::before,
.btn_global_sticky_right.btn_ripple_animate::after {
    border-radius: 1rem 1rem 0 0;
}
.btn_global_sticky_right.show {
    -webkit-transform: rotateZ(-90deg) translateY(160%);
    transform: rotateZ(-90deg) translateY(160%);
}
.btn_global_sticky_right .icon {
    font-weight: 300;
    font-size: 0.875rem;
}
.btn_global_sticky_right:hover .icon {
    transform: translate3d(0.25rem, -0.25rem, 0);
}
.btn_ripple_animate:hover::after, .btn_ripple_animate:hover::before,
.btn_ripple_animate:focus::after, .btn_ripple_animate:focus::before,
.btn_ripple_animate:active::after, .btn_ripple_animate:active::before {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
}
.hidden_button {
    display: none;
    pointer-events: none;
}

/* Banner CSS */
.banner_head {
    line-height: 1.2;
    font-size: calc(1.5rem + 2.5vw);
}
.banner_list li {
    position: relative;
    padding-left: 1.75rem;
}
.banner_list li:not(:last-child) {
    margin-bottom: 0.5rem;
}
.banner_list li::before {
    left: 0;
    content: "\F5A8";
    position: absolute;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: var(--bs-primary);
    font-family: bootstrap-icons;
}

/* Popover CSS */
.popover {
    border: none;
    max-width: calc(100vw - 1.5rem);
    border-radius: 1rem;
    box-shadow: 0rem 0.5rem 1.5rem rgba(35, 44, 59, 0.15);
}
.popover-header {
    font-weight: 600;
    border-bottom: none;
    color: var(--bs-dark);
    background-color: transparent;
}
.popover-body {
    margin-top: 0;
    color: var(--bs-body-text);
}

/* Download Profile CSS */
.down_profile {
    background: var(--bs-primary);
}
.down_profile .title {
    font-size: calc(1.375rem + 1.5vw);
}
.down_profile .btn_primary:hover,
.down_profile .btn_primary:focus,
.down_profile .btn_primary:active {
    border: 1px solid var(--bs-white);
}

/* Hiring Modal CSS */
.hire-design-box {
    min-height: auto;
    margin-top: 4rem;
    background: #fff;
    text-align: center;
    position: relative;
    border-radius: 1rem;
    padding: 70px 15px 15px;
    box-shadow: 0px 0px 15px rgba(69, 90, 100, 0.1);
}
.hire-design-box.highlight {
    background-color: var(--bs-dark);
    box-shadow: 0px 0px 17px rgb(255 0 66 / 25%);
}
.hire-img-cont {
    left: 50%;
    top: -50px;
    width: 110px;
    height: 110px;
    display: flex;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    align-items: center;
    justify-content: center;
    transform: translate(-50%);
    background-color: var(--bs-primary);
    box-shadow: 0px 0px 14px rgba(255, 0, 66, 0.25);
}
.hire-img-cont img {
    filter: brightness(0) invert(1);
}
.hire-design-box h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
    padding: 15px 0 7px;
    color: var(--bs-primary);
}
.hire-design-box.highlight .facilities_list li,
.hire-design-box.highlight .facilities_list li::before,
.hire-design-box.highlight h3 {
    color: var(--bs-light);
}
.hire-design-box.highlight .facilities_list li::before {
    color: var(--bs-primary);
}

.h1-hgl{
    color: #ebf784;
}

.spec-line {
    width: 100%;
    height: 15px;
    position: relative;
    margin: 10px 0 30px;
}
.spec-line:before, .spec-line:after {
    top: 7px;
    width: 35%;
    content: "";
    height: 2.5px;
    margin: 0 auto;
    position: absolute;
    border-radius: 10px;
    background-color: rgba(69, 90, 100, 0.1);
}
.spec-line:before {
    left: 20px;
}
.spec-line:after {
    right: 20px;
}
.spec-line .dot {
    z-index: 2;
    width: 15px;
    height: 15px;
    margin: 0 auto;
    border-radius: 50px;
    background-color: rgba(69, 90, 100, 0.1);
}
.hire-design-box.highlight .spec-line:after,
.hire-design-box.highlight .spec-line:before,
.hire-design-box.highlight .spec-line .dot {
    background-color: var(--bs-primary);
}
.hire-design-box .facilities_list li {
    font-size: 17px;
    text-align: left;
    line-height: 28px;
    position: relative;
    padding-left: 2rem;
}
.hire-design-box .facilities_list li:not(:last-child) {
    margin-bottom: 1rem;
}
.hire-design-box .facilities_list li::before {
    left: 0;
    font-size: 1rem;
    color: #ff80a1;
    content: '\f624';
    position: absolute;
    font-family: bootstrap-icons;
}

/* Why Choose Us CSS */
.choose-us-card .title{
    font-size: 1.15rem;
}
.choose-us-card .icon{
    flex-shrink: 0;
}

/* Inner Custom Tabs Navigation CSS */
.inner_nav_tab {
    position: relative;
    border-bottom: none;
    justify-content: center;
}
.inner_nav_tab .nav-item {
    flex: 1 0 100%;
    margin-bottom: 1rem;
}
.inner_nav_tab .nav-link {
    width: 100%;
    padding: 1rem;
    border: none;
    display: flex;
    overflow: hidden;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
    text-align: center;
    align-items: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    justify-content: center;
    color: var(--bs-body-color);
    font-family: var(--bs-body-font-family);
}
.inner_nav_tab .nav-link::before,
.inner_nav_tab .nav-link::after {
    content: '';
    height: 5px;
    inset: auto 0 0 0;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.inner_nav_tab .nav-link::before {
    z-index: 2;
    transform: scaleX(0);
    transform-origin: center;
    background-color: var(--bs-primary);
}
.inner_nav_tab .nav-link::after {
    z-index: 1;
    background-color: #f0f0f0;
}
.inner_nav_tab .nav-link:hover::before,
.inner_nav_tab .nav-link.active::before {
    transform: scaleX(1);
}
.inner_nav_tab .nav-link:hover,
.inner_nav_tab .nav-link.active {
    border: none;
    color: var(--bs-primary);
    background-color: transparent;
}
.tab-content.inner_tab_cnt > .tab-pane {
    gap: 1rem;
    width: 100%;
    display: none;
    flex-wrap: wrap;
    justify-content: center;
}
.tab-content.inner_tab_cnt > .tab-pane.active {
    display: flex;
}
.inner_tab_cnt .logo_block {
    flex-basis: 100%;
    padding: 1.25rem;
    text-align: center;
    border: 1px solid #e4e4e4;
}

/* Testimonials CSS */
.testimonials {
    background-image: url(/assets/new-formate/common/testimonial-imge3.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.testimonial-content .test_txt {
    min-height: 10rem;
}
#testimonialscarousel .carousel-indicators {
    margin-bottom: 0;
}
#testimonialscarousel .carousel-indicators [data-bs-target] {
    opacity: 1;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    background-color: transparent;
    border: 1px solid var(--bs-gray);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
#testimonialscarousel .carousel-indicators .active {
    background-color: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}

/* FAQ Accordion CSS */
.accordion-button:focus, .btn-close:focus {
    box-shadow: none;
    border-color: transparent;
}
#faqAccordion {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
#faqAccordion .accordion-item {
    overflow: hidden;
    border-bottom: 0;
    position: relative;
    border-radius: 0.25rem;
    border-left: 0.25rem solid var(--bs-primary);
    box-shadow: 0rem 0rem 0.5rem rgba(35, 44, 59, 0.15);
}
#faqAccordion .accordion-button {
    border: 0;
    gap: 1rem;
    padding: 1rem;
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--bs-dark);
    justify-content: space-between;
}
#faqAccordion .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: var(--bs-primary);
    background-color: transparent;
}
#faqAccordion .accordion-body {
    padding: 0.5rem 1rem 1rem;
}
.faq_lists li {
    position: relative;
    padding-left: 1.5rem;
}

.accordion-header .accordion-button-1{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.common-heading-section{
    display: flex;
}

.tech-choose{
    padding-top: 30PX;
}
.common-heading-section h2 {
    font-weight: 400;
    margin-top: ;
    margin-bottom: 1.125rem;
    color: inherit;
    z-index: 1;
    position: relative;
}

.counter__details{
    padding-top: 15PX;
}

.img-wrapper{
    margin-top: 3%;
    height: auto;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/assets/new-formate/maryland/mobile-development-banner-dubai-7.webp);
    border-radius: 15px;
}

.img-wrapper-section{
    margin-top: 20px;
}

.tec-tab-content-1{
    border: 0 !important
}

.quotes-left-1{
    margin-top: 10px;
}

.img-wrapper-inner h1{
    font-size: 38px;
    color: #fff;
}

.img-wrapper-inner p{
    color: #fff;
    font-size: 24px;
    font-weight: 400;
}
/* 
.img-wrapper-inner{
    margin-left: 20px;
} */

.img-wrapper-inner img{
    margin-top: 10px;
}



.common-heading-section p {
    font-size: 1.125rem;
    line-height: 1.5;
    text-align: justify;
}


.faq_lists li::before {
    left: 0;
    content: "\F151";
    font-size: 0.75rem;
    position: absolute;
    line-height: 1.5rem;
    color: var(--bs-primary);
    font-family: bootstrap-icons;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}
#faqAccordion .accordion-button::after {
    display: none;
}
#faqAccordion .accordion_icon {
    display: flex;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    position: relative;
    align-items: center;
    border-radius: 0.25rem;
    justify-content: center;
    background-color: var(--bs-dark);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
#faqAccordion .accordion_icon::before, #faqAccordion .accordion_icon::after {
    top: 50%;
    width: 10px;
    height: 2px;
    content: "";
    display: block;
    margin-top: -1px;
    position: absolute;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    background-color: var(--bs-light);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
#faqAccordion .accordion-button:not(.collapsed) .accordion_icon {
    background-color: var(--bs-primary);
}
#faqAccordion .accordion-button.collapsed .accordion_icon:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 1;
}

/* Quote Modal CSS */
#modalQuote .modal-content,
#modalDownload .modal-content,
#modalInterview .modal-content {
    border: none;
    border-radius: 1rem;
}
#modalQuote .btn-close,
#modalDownload .btn-close,
#modalInterview .btn-close {
    z-index: 9;
    padding: 0;
    top: 1rem;
    right: 1rem;
    position: absolute;
}
#modalQuote .form_box,
#modalDownload .form_box,
#modalInterview .form_box {
    padding: 0;
    box-shadow: none;
    background-color: transparent;
}

/* popup css */
    .Z3zhp7CS7tNsCSX6_KJW{
        border: 1px solid #000;
    }
    .calendly-overlay .calendly-popup {
        box-sizing: border-box !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translateY(-50%) translateX(-50%) !important;
        width: 60% !important;
        height: 90% !important;
        padding-top: 100px;
        background: #fff;
        max-width: none !important;
        max-height: none !important;
        border-radius: 10px !important;
    }

    .calendly-popup-content::before {
        content: 'Schedule Your Free Consultation';
        position: absolute;
        top: -46px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 40px;
        font-weight: 600;
        width: 100%;
        text-align: center;
    }
 
 
    .calendly-popup-content::after {
        content: 'Please select a date and time from the calendar below to schedule your free call.';
        position: absolute;
        /* top: 100px; */
        left: 50%;
        transform: translateX(-50%);
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        background: #fff;
        width: 100%;
        line-height: 35px;
    }
    .calendly-overlay {
        background-color: rgba(0, 0, 0, 0.7) !important;
    }

    .calendly-popup{
        padding-top: 30px;
    }

    .calendly-popup-content{
        padding-top: 50px;
    }

    /* .calendly-overlay .calendly-popup-close {
        position: absolute !important;
        top: 12px !important;
        right: 355px !important;
        color: #fff;
        width: 19px;
        height: 19px;
        cursor: pointer;
        background: url(../../assets/external/close-icon.svg) no-repeat;
        background-size: contain;
    } */
    
/* new form */
.form_icon {
    position: relative;
    padding-left: 2.5rem;
    border-bottom: 1px solid rgb(236, 236, 236);
}
.form_icon::before {
    content: '';
    position: absolute;
    background: url(../../../assets/icon/form_icon.svg) 0 0 no-repeat;
    width: 22px;
    height: 22px;
    left: 3px;
    top: 10px;
}
.form_quote .form-group:nth-child(2) .form_icon::before {
    background-position: -29px;
}
.form_quote .form-group:nth-child(3) .form_icon::before {
    background-position: -60px;
}
.form_quote .form-group:nth-child(4) .form_icon::before {
    background-position: -88px;
}
.form_icon>span {
    position: absolute;
    top: 0;
    left: 25px;
}
form .form-group {
    margin-bottom: 2rem;
}
.form_icon>input, .form_icon>textarea, .form_icon>input:focus, .form_icon>textarea:focus {
    border: unset;
}

/*popup media*/
@media (max-width : 375px){
    .calendly-popup-content::before{
        font-size: 19px;
        font-weight: 800;
        background: #fff;
        z-index: 9;
        padding-bottom: 17px;
        top: 0;
        padding: 3px;
    }

    .calendly-popup-content::after{
        line-height: 20px;
        z-index: 999;
        top: 50px;
        font-size: 13px;
        margin: 3px;
    }

    .calendly-overlay .calendly-popup {
        padding-top: 8px;

}

.calendly-overlay .calendly-popup-close{
    top: 4% !important;
    right: 4% !important;
}
.calendly-overlay .calendly-popup{
    width: 81% !important;
    height: 80% !important;
}
.calendly-popup-content>iframe {
    margin-top: 20px;
}

}
@media (min-width : 376px) and (max-width : 576px){
    .calendly-popup-content::before{
        font-size: 23px;
        font-weight: 600;
        background: #fff;
        z-index: 9;
        padding-bottom: 39px;
        top: 0;
    }

    .calendly-popup-content::after{
        line-height: 20px;
        z-index: 999;
        top: 33px;
        font-size: 13px;
    }

    .calendly-overlay .calendly-popup{
        padding-top: 20px;
        width: 91% !important;
        height: 54% !important;
    }

    .calendly-mobile{
        padding-top: 100px;
    }
    .calendly-overlay .calendly-popup-close{
        top: 20% !important;
        right: 10px !important;
    }
}

@media (min-width : 577px) and (max-width : 992px){

    .calendly-popup-content::before{
        font-size: 36px;
        background: #fff;
        z-index: 9;
        padding-bottom: 39px;
        top: 0;
        padding-top: 5px;
    }

    .calendly-popup-content::after{
        line-height: 42px;
        z-index: 999;
        top: 40px;
        font-size: 16px;
    }
    .calendly-overlay .calendly-popup{
        padding-top: 25px;
        width: 88% !important;
        height: 69% !important;
    }

    .calendly-popup-content{
        padding-top: 65px;
    }
    .calendly-mobile{
        padding-top: 63px;

    }
    .calendly-overlay .calendly-popup-close{
        top: 4px !important;
        right: 111px !important;
    }
 

}
@media (min-width: 577px) and (max-width: 750px){
.calendly-overlay .calendly-popup-close {
    top: 12% !important;
    right: 4% !important;
}
}

@media (min-width: 751px) and (max-width: 992px){
    .calendly-overlay .calendly-popup-close {
        top: 12% !important;
        right: 4% !important;
    }
    }



@media (min-width : 993px) and (max-width : 1199px){
    .calendly-popup-content::before{
        font-size: 34px;
        background: #fff;
        z-index: 9;
        padding-top: 8px;
        top: 0;
    }

    .calendly-popup-content::after{
        line-height: 20px;
        z-index: 999;
        top: 38px;
        font-size: 20px;
        width: 78%;
        padding: 20px;
    }
    .calendly-overlay .calendly-popup{
        padding-top: 20px;
        width: 94% !important;
    }

     .calendly-mobile{
        padding-top: 40px;
    }

    .calendly-overlay .calendly-popup-close{
        top: 16px !important;
        right: 26px !important;
    }
}

@media (min-width : 1200px) and (max-width : 1399px){
    .calendly-popup-content::before{
        font-size: 34px;
        background: #fff;
        z-index: 9;
        padding-top: 7px;
        top: 0;
    }

    .calendly-popup-content::after{
        line-height: 20px;
        z-index: 999;
        top: 38px;
        font-size: 20px;
        padding: 28px;
    }
    .calendly-overlay .calendly-popup{
        padding-top: 20px;
        width: 81% !important;
    }

     .calendly-mobile{
        padding-top: 40px;
    }

    .calendly-overlay .calendly-popup-close{
        top: 2px !important;
        right: 45px !important;
    }
}
@media (min-width : 1400px){
    .calendly-popup-content::before{
        font-size: 40px;
        background: #fff;
        z-index: 9;
        padding-top: 10px;
        top: 5px;
    }

    .calendly-popup-content::after{
        line-height: 47px;
        z-index: 999;
        top: 7%;
        font-size: 20px;
    }
    .calendly-overlay .calendly-popup{
        padding-top: 20px;
        width: 72% !important;
    }

     .calendly-mobile{
        padding-top: 40px;
    }

    .calendly-overlay .calendly-popup-close{
        top: 5px !important;
        right: 13% !important;
    }
    }

    @media (min-width : 1600px){
        .calendly-overlay .calendly-popup{
            width: 58% !important;

        }

    }

    @media (min-width : 1700px){
        .calendly-overlay .calendly-popup-close{
            top: 6px !important;
            right: 344px !important;
        }
    }





@media (min-width : 576px) {
    .title_block .title {
        font-size: calc(1.25rem + 0.75vw);
    }
    .popover {
        max-width: 20rem;
    }
    .testimonial-content .test_txt {
        min-height: auto;
    }
}
@media (min-width : 768px) {
    .title_block .sub-title {
        line-height: 1.75;
    }
    .popover {
        max-width: 25rem;
    }
    .form_box {
        padding: 1.5rem;
        border-radius: 1.5rem;
    }
    .form_box .title_block .title {
        font-size: calc(1.25rem + 0.5vw);
    }
    .down_profile .details {
        width: 75%;
        margin: auto;
    }
    .inner_nav_tab::before {
        height: 5px;
        content: '';
        width: 100%;
        bottom: 2rem;
        position: absolute;
        background-color: #f0f0f0;
    }
    .inner_nav_tab .nav-item {
        flex: 0 0 15%;
        margin-bottom: 2rem;
    }
    .inner_tab_cnt .logo_block {
        flex-basis: 20%;
        padding: 1.5rem;
    }
    #faqAccordion .accordion-button {
        padding: 1.25rem;
    }
    #faqAccordion .accordion-body {
        padding: 0.5rem 1.25rem 1.25rem;
    }
    #modalQuote .form_box,
    #modalDownload .form_box,
    #modalInterview .form_box {
        padding: 0.5rem;
    }
}
@media (min-width : 992px) {
    .banner_head {
        font-size: calc(1.5rem + 2vw);
    }
    .form_box .title_block .title {
        font-size: calc(1.25rem + 0.25vw);
    }
    .hire-design-box.highlight {
        transform: scale(1.07);
    }
    .inner_tab_cnt .logo_block {
        padding: 2rem;
        flex-basis: 15%;
    }
    .inner_tab_cnt .logo_block .icon {
        width: 64px;
        height: 64px;
    }
    #faqAccordion .accordion-button {
        padding: 1.5rem;
    }
    #faqAccordion .accordion-body {
        padding: 0.5rem 1.5rem 1.5rem;
    }
}
@media (max-width : 992px) {
    .btn_global_sticky_right {
        display: none;
    }
}
@media (min-width : 1200px) {
    :root {
        --bs-body-font-size: 1.05rem;
    }
    .banner_head {
        font-size: calc(1.5rem + 1.75vw);
    }
    .banner_txt {
        font-size: 1.25rem;
    }
    .banner_list li {
        padding-left: 2rem;
    }
    .banner_list li:not(:last-child) {
        margin-bottom: 1rem;
    }
    .banner_list li::before {
        line-height: 1.5;
    }
    .down_profile .title {
        font-size: 2.5rem;
    }
    .why_us_img {
        width: 90%;
    }
}
@media (min-width : 1440px) {
    .banner_head {
        font-size: calc(1.5rem + 1.5vw);
    }
    .down_profile .details {
        width: 60%;
    }
}


