:root {
    --heading-color: #000;
    --sub-heading-color: #0a0a0e;
    --text-color: #6b6b6b;
    --second-text-color: #7d818b;
    --third-text-color: #323232;
    --orange: #FF600B;
    --white: #fff
}

.top-button {
    background-color: #FF600B;
    padding: 6px 8px;
    float: right;
    border-radius: 6px;
    margin: -5px 50px 0 0;
    rotate: -10deg;
    animation: heartbeat 1.5s ease-in-out infinite
}

@keyframes heartbeat {
    0% {
        transform: scale(1);
        opacity: 1
    }

    30% {
        transform: scale(1.1)
    }

    50% {
        transform: scale(1)
    }

    70% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

.wireframePrototype {
    width: 40%
}
.banner-form {
position: relative;
    background: linear-gradient(45deg, #ff600be3, #ff600b);
    border-radius: 8px;
    box-shadow: 9px 7px 30px #00000087;
    height: 90%;
    padding: 20px 30px 20px 30px;
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    backdrop-filter: blur(9px);

}
.banner-f-h2 {
    margin: 10px 0;
    padding-bottom: 10px;
    text-align: center;
    color: #fff;
    border-bottom: 3px solid #d3d3d4;
}
.home-b-input {
    display: flex;
    justify-content: space-between;
}
.banner-f-p {
    margin: 28px 0 0;
    font-size: 14px;
    color: #5a5a5a;
}
.banner-f-p label {
    color: #fff;
}
.b-input-name input {
    width: 87%;
}

.banner-f-p input {
    color: #d3d3d4;
}


.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7);
    display: none;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity .3s ease-in-out
}

.viewSpecificationsBtnContainer {
    width: 50%;
    margin-top: 30px !important
}

.container {
    max-width: 93% !important
}

.popup-overlay.show {
    visibility: visible;
    opacity: 1;
    display: flex
}

.bg-color2,
.bg-color3 {
    background-color: #fffbf8
}

.bg-color4 {
    background-color: #fff
}

.dark-mode .bg-color3 {
    background-color: #000
}

.dark-mode .bg-color2,
.dark-mode .bg-color4 {
    background-color: #373a40
}

.popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    max-width: 500px;
    width: 90%;
    position: relative
}

.popup-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    color: #333;
    cursor: pointer
}

.cardHead:hover {
    text-decoration: underline
}

.tabs button {
    margin: 5px;
    padding: 10px;
    border: 1px solid #ddd;
    cursor: pointer
}

.activeColor {
    color: #fff !important
}

.mobileHeaderCross {
    visibility: hidden !important
}

.tabs button.active {
    background-color: #007bff;
    color: #fff
}

.links-section ul {
    list-style-type: none;
    padding: 0
}

.links-section li {
    margin-bottom: 10px
}

.custom-slider p {
    text-align: left;
    width: 450px;
    border-left: 5px solid #fff;
    padding: 0 0 0 12px;
    font-size: 16px;
    font-family: NobelUno-Regular !important;
    margin: 0 0 0 -100px
}

.custom-slider h5 {
    text-align: right;
    float: right;
    font-size: 65px;
    font-weight: 700
}

.carousel-indicators {
    display: none !important
}

[data-theme=dark] {
    --background-color: #0d0d0d;
    --heading-color: #fff;
    --sub-heading-color: #fff;
    --text-color: #fff;
    --second-text-color: #7d818b;
    --third-text-color: #999;
    --button-background: #333;
    --white: #0d0d0d
}

body {
    background-color: var(--white);
    color: var(--heading-color)
}

body,
body.dark-mode {
    transition: background-color .5s ease, color .5s ease
}

body.dark-mode {
    background-color: #000
}

hr {
    margin: 0 !important
}

button.dark-mode,
button.light-mode {
    color: var(--white);
    width: 60px;
    font-size: 26px;
    padding: 0 0 3px;
    height: 60px;
    cursor: pointer;
    transition: background-color .3s ease, color .3s ease
}

.file-btn,
button.dark-mode,
button.light-mode {
    background-color: #FF600B;
    border: none;
    border-radius: 100%
}

.file-btn {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    transition: all .5s
}

.file-btn img {
    height: 20px;
    width: 20px
}

.navbar-expand-lg .navbar-collapse {
    align-items: center !important;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.lineCircle {
    background-color: #FF600B;
    color: #fff;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important
}

.dropuslinecross {
    cursor: pointer;
    transition: all .5s
}

.Clock-style {
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0
}

input:focus,
select:focus {
    box-shadow: none !important;
    border-color: #FF600B !important
}

input:focus::placeholder {
    color: #FF600B !important
}

.nameInp::placeholder {
    color: gray;
    opacity: 1
}

.formTextColor {
    color: #afafaf;
    font-size: 18px;
    font-weight: 400
}

.customInput {
    width: 100% !important;
    padding: 20px 10px 10px 0 !important;
    background-color: transparent
}

.dark-mode .customInput {
    color: #fff
}

.customInput:focus {
    outline: none !important
}

.webAppDevContainerFirst {
    margin-top: 5rem !important
}

.video-banner {
    height: 800px;
    position: relative;
    overflow: hidden
}

.video-second {
    height: 600px;
    transition: height .5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.video-second.parallax {
    background-attachment: fixed
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

a {
    text-decoration: none !important
}

.title-page {
    font-size: 45px;
    font-weight: 700px;
    color: #000;
    text-transform: capitalize;
    font-family: NobelUno-Bold
}

.second-last-section {
    padding: 100px 0
}

.title-page-p {
    font-size: 18px;
    line-height: 29px;
    color: #454545
}

.btn {
    background-color: #FF600B !important;
    border-color: #FF600B !important;
    padding: 12px 26px !important;
    color: #fff !important;
    border-radius: 100px !important
}

header {
    background-color: var(--white)
}

header.dark-mode {
    background: #83838320
}

#header {
    z-index: 99;
    width: 100%;
    padding: 0 2% !important;
    position: relative
}

.logo {
    width: 165px !important
}

.mega_menu {
    background: #ffffff90;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    z-index: 9;
    width: 100%;
    position: absolute;
    left: 0;
    top: 75px;
    display: block;
    height: 270px !important;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .3s ease-in-out, opacity .5s ease-in-out
}

.mega_menu.dark-mode {
    background-color: #1e1e1e
}

.what-we-do-container:hover .mega_menu {
    max-height: 700px;
    opacity: 1;
    transition: padding-top .3s ease-in-out, max-height .5s ease-in-out, opacity .5s ease-in-out
}
#section1{
    background-size: 100% !important;
    margin-top: 15px;
}
.website-logo {
    padding: 8px;
}
.website-links ul {
    margin: 0;
    padding-left: 0;
    justify-content: center;
    gap: 50px;
    display: flex;
}
.website-links ul li {
    display: inline;
    font-size: 19px;
    color: #495088;
    text-decoration: none;
}
.website-links ul li a {
    color: #000 !important;
    text-decoration: none;
    padding: 21px 0 0;
    cursor: pointer;
    text-transform: uppercase;
}
.website-links ul li a:hover {
    border-bottom: 2px solid #FF600B;
    color: #000 !important;
    transition: .1s;
}
.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}
.text-right {
    text-align: right !important;
}
.lets-talk button {
    font-size: 18px;
    color: #fff;
    border: 1px solid #FF600B;
    padding: 10px 14px;
    border-radius: 30px;
    letter-spacing: 1px;
    transition: 1s;
    background: #FF600B;
    font-weight: 500;
    text-transform: uppercase;
}
.services-dropdown {
    z-index: 99;
}
.services-dropdown {
    background-color: #fff !important;
    position: absolute;
    width: 100%;
    height: auto;
    padding: 20px;
    display: none;
    transition: none !important;
}
.dottedh {
    border-right: 3px dotted #d5d3d3;
    height: 480px;
    padding-right: 10px;
}
.services-drop-img {
    width: 90%;
}
.services-dropdown p {
    font-size: 15px;
    color: #706f6f;
}
.dottedh-2 {
    border-right: 3px dotted #d5d3d3;
    height: 480px;
    padding-right: 30px;
}
.services-inner {
    border-bottom: 3px dotted #d5d3d3;
}
.services-inner h6 {
    font-weight: bold;
    font-size: 20px;
}
.services-inner ul {
    list-style: none;
    padding: 0;
}
.services-inner ul li {
    margin-top: 5px !important;
}
.services-inner ul li a {
    color: #000000;
    font-size: 16px;
    font-weight: 400 !important;
    font-family: NobelUno-Medium !important;
    text-transform: capitalize;
}
.services-inner-2 {
    margin-top: 30px !important;
    border: none;
}
.services-inner-2-3 {
    border: none;
}
.navHeading {
    font-size: 18px !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important
}

.darkModeBg {
    background-color: #000 !important
}

.darkModeText {
    color: #fff !important
}

.navHeading.dark-mode {
    color: #fff
}

.contactusBtnArea {
    margin-top: 3rem !important;
    display: flex;
    align-items: center;
    justify-content: center
}

.formContainer {
    width: 45rem !important
}

.mid-mega-option {
    padding-top: 40px !important
}

.mid-mega-option a {
    font-size: 35px !important;
    color: var(--heading-color);
    font-family: NobelUno-Bold
}

.mid-mega-option.dark-mode a {
    color: #fff !important
}

.mid-mega-option a:hover {
    color: #FF600B;
    transition: all .3s !important
}

.right-mega-menu h2 {
    color: #000;
    font-weight: 800;
    border-bottom: 2px #000;
    margin: 0 0 0 15px;
    padding: 40px 10px 10px
}

.right-mega-menu ul {
    list-style-type: none !important;
    display: block !important;
    padding: 10px !important;
    margin-top: 10px !important
}

.right-mega-menu ul li {
    color: #FF600B;
    font-size: 10px;
    padding: 6px
}

.navigation .right-mega-menu ul li a:hover {
    background-color: #FF600B !important;
    color: var(--white) !important;
    transition: all .3s
}

.navigation {
    display: flex;
    align-items: center;
    justify-content: center
}

.navigation .active {
    color: #FF600B !important
}

.navigation ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 50px;
    margin: 0
}

.mega_menu .mid-mega-option a {
    font-size: 24px !important;
    color: #000;
    padding: 10px 26px !important;
    margin-top: 6px
}

.mega_menu .mid-mega-option a:hover {
    background-color: #FF600B !important;
    border-radius: 100px;
    color: var(--white) !important
}

.navigation ul li a:hover {
    color: #FF600B !important
}

.navigation ul li i {
    font-size: 23px
}

.navigation ul li a {
    color: var(--sub-heading-color);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px
}

button.whole-btn {
    background: transparent;
    border: 1px solid #FF600B;
    border-radius: 30px;
    padding: 10px 50px;
    font-size: 18px;
    font-weight: 400;
    transition: all .5s
}

button.whole-btn:hover {
    background: #FF600B;
    color: #fff;
    transition: all .5s
}

.buttons {
    display: flex;
    justify-content: flex-end;
    gap: 22px
}

.second-btn {
    background: #FF600B;
    color: #fff;
    border: 1px solid #FF600B;
    border-radius: 40px;
    padding: 13px 30px;
    font-size: 16px;
    font-weight: 400;
    transition: all .5s;
    text-align: left;
    line-height: 21px;
    position: relative
}

button.second-btn span {
    font-size: 11px
}

.dropuslinecross:hover,
.file-btn:hover,
.second-btn:hover,
.whole-btn2:hover {
    opacity: .9
}

.second-btn:hover {
    animation: bubble .4s ease-out
}

@keyframes bubble {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.2)
    }

    to {
        transform: scale(1)
    }
}

.headerListMobile {
    width: 500px
}

button.second-btn i {
    font-size: 22px;
    position: absolute;
    left: 18px;
    top: 17px
}

footer {
    padding-top: 70px;
    background-image: url(../../../images/footer-circle.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

.first-row {
    padding: 0 100px;
    margin-bottom: 12px
}

.get-in-touch {
    width: 100%
}

ul.footer-info {
    margin-bottom: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 30px
}

ul.footer-info li {
    margin-bottom: 10px;
    font-size: 18px;
    color: var(--heading-color)
}

ul.footer-info.dark-mode li {
    color: #fff
}

ul.footer-info li span {
    width: 100px;
    display: inline-block
}

ul.footer-info li a {
    color: var(--heading-color);
    margin-left: 5px
}

.footer-info svg {
    fill: #FF600B
}

.footer-link h5 {
    font-size: 20px;
    color: #FF600B !important;
    font-weight: 600;
    border-bottom: 1px solid #FF600B;
    padding-bottom: 16px;
    width: 65%;
}

.footer-link ul {
    margin-bottom: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 20px
}

.footer-link ul li {
    margin-bottom: 12px
}

.footer-link ul li,
.footer-link ul li a {
    font-size: 16px;
    color: var(--text-color)
}

.footer-link ul li a:hover {
    color: #FF600B !important
}

.footer-link {
    /* padding: 0 0 20px 100px; */
    padding: 0 0 20px 2px;
    height: 222px
}

.second-row h2 {
    text-align: center;
    font-size: 280px;
    font-weight: 800;
    margin: 40px 0 0;
    line-height: 280px;
    background: linear-gradient(180deg, #ebebeb, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}
.awrd-img img{
    max-width: 110px;
    filter: drop-shadow(2px 4px 6px #ff600b26);
}
.awrd-img img:hover{
    filter: none;
}
.awrd-img{
    list-style:none;
    display:inline-flex;
    padding-left: 0px;
    margin-top: 15px;
    gap: 20px;
}
.copyright-sec {
    padding: 30px 100px
}

.copyright-sec strong {
    color: #FF600B
}

.copyright-sec p {
    margin: 0;
    font-size: 17px;
    color: var(--heading-color)
}

.copyright-sec ul.social-media {
    text-align: center;
    padding: 0;
    list-style-type: none;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px
}

.copyright-sec ul.social-media li {
    font-size: 20px;
    color: var(--heading-color)
}

.main-banner {
    background: url('../../../images/neww.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 100px 60px 60px !important;
    position: relative;
    height: 100vh
}
.main-banner p{
        font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}
.main-banner.dark-mode {
    background-color: #000
}

.main-banner h1 {
    color: var(--heading-color);
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px
}
.bnr-p-r{
    padding-right:10%
}
.android-list li {
    list-style: decimal;
    font-family: NobelUno-Regular
}

.main-banner button {
    background: #000;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 10px 50px;
    font-size: 18px;
    font-weight: 400;
    transition: all .5s;
    margin-top: 20px
}

.main-banner button:hover {
    background: #000;
    color: #fff;
    transition: all .5s
}

.mid-mobile-div {
    border: dashed #aaaebc;
    border-width: 0 1px
}

.mid-mobile-img {
    margin: -45px;
    animation: pulse 2s infinite, fade 2s infinite;
    cursor: pointer
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

@keyframes fade {
    0% {
        opacity: 1
    }

    50% {
        opacity: .7
    }

    to {
        opacity: 1
    }
}

@keyframes move {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(20px)
    }

    to {
        transform: translateX(0)
    }
}

.right-banner-div {
    position: absolute;
    top: 50%;
    right: -220px;
    transform: rotate(-90deg);
    display: flex;
    column-gap: 30px;
    align-items: center
}

.imgCardDesc {
    padding-bottom: 10rem !important
}

.right-banner-div span {
    color: var(--heading-color);
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase
}

.bg-color5 {
    background-color: #fef4ed
}

.dark-mode .bg-color5 {
    background-color: #373a40
}

.bg-color6 {
    background-color: #fff
}

.dark-mode .bg-color6 {
    background-color: #2a2a2a
}

.banner-social {
    display: flex;
    align-items: center;
    justify-items: center
}

.banner-social svg {
    transform: rotate(90deg);
    margin-right: 20px;
    margin-left: 6px;
    fill: var(--heading-color)
}

.banner-numbers h4 {
    font-size: 40px;
    font-weight: bolder
}

.banner-numbers h4:after {
    content: "";
    background-color: #FF600B;
    display: block;
    height: 10px;
    width: 80px;
    margin-top: -15px
}

.banner-numbers p {
    font-size: 14px;
    padding: 6px;
    border: solid #7d818b;
    border-width: 0 0 0 1px;
    margin: 20px 0
}

.banner-numbers button {
    font-size: 14px;
    border-color: #FF600B;
    border-width: 0 0 1px;
    border-radius: 0;
    padding: 10px 6px;
    font-weight: 700
}

.hotspotSection {
    padding: 50px !important;
    background-image: url(../../../images/top-view-globe.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.mapContainer {
    position: relative;
    width: 100%;
    height: 100%
}

.mobileFooterText {
    font-size: 16px;
    text-align: center
}

.mapImage {
    width: 100%;
    height: auto
}

.hotspot {
    position: absolute;
    cursor: pointer
}

.hotspot .label {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease
}

.hotspot:hover .label,
.hotspot:hover .marker {
    opacity: 1;
    visibility: visible
}

.marker {
width: 100px;
    height: 45px;
    background: url(../../../images/location.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 9;
    position: absolute;
    right: 66%;
    top: 52%;
}

.label {
    background-color: #f6f6f6;
    border: 1px solid #FF600B;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 0 6px 6px 6px
}

.label h6 {
    background-color: #FF600B;
    width: 48px;
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px 6px 0 0;
    margin-top: -40px;
    margin-left: -11px;
    margin-right: -11px
}

.custom-checkbox {
    display: inline-block;
    position: relative
}

.custom-checkbox input[type=checkbox] {
    display: none
}

.custom-checkbox label {
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #FF600B;
    border-radius: 2px;
    position: relative;
    cursor: pointer
}

.custom-checkbox input[type=checkbox]:checked+label:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 4px;
    width: 5px;
    height: 8px;
    border: solid #FF600B;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.label p {
    color: #000
}

.contactContainer {
    text-align: left
}

.contactContainer h2 {
    font-size: 48px;
    margin-bottom: 20px;
    color: var(--heading-color)
}

.cta-sec {
    background-image: url(../../../images/lines-back.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 26px
}

.mobileHeaderLink {
    font-weight: 700;
    font-size: 3rem;
    margin-top: 4px;
    cursor: pointer
}

.mobileHeaderLink:hover {
    color: #FF600B
}

.cta-sec h2,
.faqs h2 {
    font-size: 40px;
    font-weight: 600;
    color: var(--heading-color)
}

.accordion-header {
    margin-top: 1rem
}

.budgetHeading {
    font-size: 2.5vw !important
}

.accordion-button:not(.collapsed) {
    color: #FF600B !important;
    background-color: #0000 !important;
    box-shadow: none !important
}

.accordion-body {
    text-align: left;
    font-size: 18px !important
}

.faqs .accordion-item {
    border: 0 solid #d9d9d9 !important;
    border-radius: 10px !important;
    display: flex;
    background-color: #f9f9f9
}

.faqs.dark-mode .accordion-item.dark-mode {
    background-color: #2b2b2b
}

.accordion-item .number {
    font-size: 50px;
    color: #b5b5b5;
    padding: 14px 2px 2px 26px;
    font-weight: 700
}

.accordion-button {
    border-radius: 0 10px 10px 0 !important;
    font-size: 24px !important;
    background-color: transparent;
    font-weight: 700 !important
}

.budget-sec {
    padding: 40px 0 80px;
    background-color: var(--white)
}

.dark-mode .budget-sec {
    background-color: #000
}

.budget-sec h2 {
    font-size: 40px;
    font-weight: 600;
    color: var(--heading-color)
}

.budget-sec h3 {
    font-size: 20px
}

.budget-sec h4 {
    font-size: 34px;
    margin: 10px 0
}

.budget-sec p {
    color: var(--text-color)
}

.budget-sec h6 {
    font-size: 15px
}

.budget-sec h6 span {
    color: #FF600B;
    font-style: italic
}

.budg-sec {
    background-color: #f7f7f7;
    color: #2c3e52;
    font-size: 18px
}

.budgetLast {
    color: #2c3e52;
    font-size: 18px !important
}

.budg-sec ul {
    list-style: none;
    padding: 0
}

.budg-sec ul li {
    background: url(../../../images/check-mark.png) no-repeat 0;
    padding: 0 0 6px 27px
}

.divider {
    background-color: #2c3e52;
    height: 2px;
    width: 50px;
    margin-top: 26px;
    margin-bottom: 40px
}

.form-control,
.form-control-range,
.form-select {
    border-radius: 34px !important;
    padding: 18px !important;
    font-size: 15px !important;
    background-color: transparent !important;
    color: var(--heading-color)
}

.form-control::placeholder {
    color: var(--heading-color)
}

.dark-mode .form-control::placeholder {
    color: #fff
}

.dark-mode .form-control {
    color: #fff;
    border-color: #80808080
}

.form-control {
    border-color: #d8d7d7
}

.customSelect {
    background-color: transparent;
    padding: 18px;
    font-size: 15px;
    transition: all .3s;
    color: var(--heading-color);
    border: 1px solid #d8d7d7;
    border-radius: 34px;
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    align-items: center
}

.miniDropdown:hover {
    background-color: #ffd7b8;
    border-radius: 30px
}

.miniDropdownDark:hover {
    background-color: #ed8739;
    border-radius: 30px
}

.dropdownSubOption {
    padding: 4px 0 !important
}

.dropdownItem:hover,
.dropdownSubOption:hover,
.textHover:hover {
    color: #FF600B !important
}

.customSelectDropdown {
    position: absolute;
    top: 4rem;
    overflow-y: auto;
    z-index: 100;
    width: 100%;
    padding: 10px 0;
    max-height: 300px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.dark-mode .customSelectDropdown {
    background-color: #000;
    border: 1px solid #80808080
}

.form-control::placeholder {
    color: #000
}

.budgetLabel {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    color: #333
}

.budgetDisplay {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    font-weight: 700;
    color: #333
}

.customInput::placeholder {
    color: #afafaf
}

.range-cyn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: none !important;
    height: 4px;
    background-color: #ffe3ce;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    margin-bottom: 12px
}

.dark-mode .range-cyn {
    background-color: #4a2000
}

.range-cyn::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    background-color: #ddd;
    border-radius: 5px
}

.range-cyn::-moz-range-track {
    width: 100%;
    height: 2px;
    background-color: #ddd;
    border-radius: 5px
}

.range-cyn::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #FF600B !important;
    background-color: #fff;
    cursor: pointer;
    margin-top: -9px
}

.dark-mode .range-cyn::-webkit-slider-thumb {
    background-color: #000
}

.range-cyn::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #FF600B;
    cursor: pointer
}

.range-cyn::-webkit-slider-runnable-track {
    background: linear-gradient(to right, #FF600B 0, #FF600B calc(var(--value) * 1%), #ddd calc(var(--value) * 1%), #ddd 100%)
}

.range-cyn::-moz-range-progress {
    background-color: #FF600B;
    height: 2px;
    border-radius: 5px
}

section.future-mobile {
    text-align: center;
    padding: 50px 0 10px
}

.future-head h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    color: var(--heading-color);
    text-transform: uppercase;
    user-select: none;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;
}

.future-head p {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    color: var(--second-text-color);
    width: 70%;
    margin: 10px auto 50px;
    user-select: none;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;
}

section.future-mobile .row {
    margin-bottom: 40px
}

.future-box {
    border: 1px solid var(--heading-color);
    padding: 45px;
    border-radius: 30px;
    text-align: left
}

.future-box .future-img {
    margin-bottom: 30px;
    position: relative
}

.future-box .future-img:before {
    width: 42px;
    left: -45px
}

.future-box .future-img:after,
.future-box .future-img:before {
    content: "";
    position: absolute;
    background: #e84c3d;
    height: 40px;
    top: 14px
}

.future-box .future-img:after {
    width: 89%;
    left: 82px;
    right: -82px
}

.future-box img {
    width: 70px
}

.future-box h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px
}

.future-box p {
    font-size: 17px;
    font-weight: 300;
    color: var(--second-text-color)
}

.future-box ul {
    padding: 0;
    list-style: none;
    margin: 0
}

.future-box ul li {
    font-size: 17px;
    color: #343434;
    font-weight: 600;
    margin-bottom: 2px
}

.whole-btn2 {
    background: #FF600B;
    border: 1px solid #FF600B;
    border-radius: 30px;
    padding: 15px 50px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    cursor: pointer
}

@keyframes dim-orange {
    0% {
        background-color: #FF600B;
        border-color: #FF600B
    }

    50% {
        background-color: #f17e26;
        border-color: #f17e26
    }

    to {
        background-color: #FF600B;
        border-color: #FF600B
    }
}

@keyframes move-shade {
    0% {
        left: -150%
    }

    to {
        left: 150%
    }
}

.whole-btn2:hover {
    background: #FF600B;
    color: #fff;
    transition: all .5s
}

.main-process {
    position: relative;
    z-index: 1
}
.main-process h2, .main-process p{
    user-select: none;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;
}
.process-01,
.process-02,
.process-03,
.process-04 {
    background-color: #d6dcdc;
    color: #000;
    margin-top: 40px !important;
    border-radius: 36px;
    padding: 50px;
    position: -webkit-sticky;
    position: sticky;
    z-index: 2
}

.process-01 {
    top: 20px;
    background-color: #e4e4e4;
    color: #000
}

.process-02 {
    top: 45px;
    background-color: #1e1e1e;
    color: #fff
}
.process-04{
    background-color: #1e1e1e;
    color: #fff;
    top: 45px;
    position: -webkit-sticky;
    position: sticky
}
.process-03 {
    background-color: #e4e4e4;
    color: #000000;
    top: 80px;
}

section.evolution-sec {
    padding: 70px 0 10px;
    background-position: top;
    position: relative
}

section.evolution-sec,
section.evolution-sec:after {
    background-size: contain;
    background-repeat: no-repeat
}

section.evolution-sec:after {
    content: "";
    background-position: bottom;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -4
}

.evolution-head h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    color: var(--heading-color);
    text-transform: uppercase;
    user-select: none;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;
}
.phase_a h3, .phase_a li{
    user-select: none;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;
}
.phase_a {
    margin-top: 30px;
    position: relative;
    padding-bottom: 130px
}

.phase_a-head h4 {
    width: -moz-fit-content;
    width: fit-content;
    padding: 11px 35px;
    font-size: 26px;
    color: #fff;
    border-radius: 11px;
    box-shadow: 0 0 20px 0 #e84c3d54
}

.phase_a-head h4,
.phase_a:before {
    margin: 0 auto;
    background: #FF600B
}

.phase_a:before {
    content: "";
    width: 1px;
    left: 0;
    right: 0;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1
}

.phase_a-first-row {
    padding-top: 80px
}

.phase_a-first-col {
    padding-left: 6.4vw;
    position: relative
}

.phase_a-first-col:before {
    width: 5.3vw !important
}

.phase_a-first-col img {
    width: 60px;
    margin: -40px 0 37px
}

.whole-btn2 img {
    filter: brightness(0) invert(1)
}

.phase_a-first-col h3 {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 600;
    color: var(--heading-color)
}

.phase_a-first-col p {
    margin-bottom: 15px;
    color: var(--third-text-color);
    font-weight: 600
}

.phase_a-first-col ul {
    list-style-type: decimal;
    padding-left: 15px;
    margin-bottom: 15px
}

.phase_a-first-col ul li {
    font-size: 15px;
    color: var(--third-text-color);
    font-weight: 500;
    margin-bottom: 4px
}

.phase_a-first-col button {
    margin-top: 20px
}

.phase_a-first-col:before {
    content: "";
    position: absolute;
    height: 1px;
    background: #FF600B;
    width: 14%;
    top: 77px;
    left: -12px
}

.fancy {
    --offset: 3px;
    position: relative;
    background-color: #FF600B;
    border-radius: 50px;
    height: 60px;
    width: 100%;
    border: 1px solid #f4b17d;
    max-width: 100%;
    overflow: hidden;
    transition: all .3s ease-in-out
}

.fancy a {
    background: transparent;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    gap: 5px;
    border: none;
    position: absolute;
    inset: 0;
    z-index: 10
}

.fancy:hover {
    scale: 1.1
}

.fancy:before {
    background: conic-gradient(transparent 270deg, #fff, transparent);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    aspect-ratio: 1;
    width: 100%;
    animation: rotate 1.5s linear infinite
}

.fancy:after,
.fancy:before {
    content: "";
    position: absolute
}

.fancy:after {
    background: inherit;
    border-radius: inherit;
    inset: var(--offset);
    height: calc(100% - 2 * var(--offset));
    width: calc(100% - 2 * var(--offset))
}

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) scale(1.4) rotate(0turn)
    }

    to {
        transform: translate(-50%, -50%) scale(1.4) rotate(1turn)
    }
}

.phase_a-first-col .dot {
    background: #FF600B;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    top: 73px;
    position: absolute;
    left: -35px
}

.phase_a-first-col .dot-container {
    position: relative
}

.phase_a-first-col .dot-container:before {
    content: "";
    transform: translate(-50%, -50%);
    background-color: #e84c3d4f;
    border-radius: 70%;
    top: 78px;
    width: 30px;
    height: 30px;
    opacity: .5;
    position: absolute;
    left: -30px
}

.btn-link {
    margin: 0 10px 0 0 !important;
    width: 25px !important
}

.phase_a-second-col img {
    width: 60px;
    margin: -30px 0 30px
}

.phase_a-second-col {
    padding-right: 6.5vw;
    position: relative;
    text-align: right
}

.phase_a-second-col:before {
    width: 5.6vw !important;
    top: 77px
}

.phase_a-second-col h3 {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 600;
    color: var(--heading-color)
}

.phase_a-second-col p {
    color: var(--third-text-color);
    font-weight: 600;
    margin-bottom: 40px
}

.phase_a-second-col button {
    margin-top: 20px
}

.phase_a-second-col:before {
    content: "";
    position: absolute;
    height: 1px;
    background: #FF600B;
    width: 14%;
    top: 80px;
    left: 88%
}

.tagBtn {
    background: #ffd7b8;
    padding: 10px 35px;
    color: #FF600B;
    border-radius: 50px;
    font-weight: 400
}

.phase_a-second-col .dot {
    background: #FF600B;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    top: 75px;
    position: absolute;
    right: -1.1vw
}

.phase_a-second-col .dot-container {
    position: relative
}

.phase_a-second-col .dot-container:before {
    content: "";
    transform: translate(-50%, -50%);
    background-color: #e84c3d4f;
    border-radius: 70%;
    width: 30px;
    height: 30px;
    opacity: .5;
    top: 80px;
    position: absolute;
    left: 39vw
}

.phase_a-third-col {
    padding-left: 6.4vw;
    position: relative
}

.phase_a-third-col:before {
    width: 5.3vw !important
}

.phase_a-third-col img {
    width: 60px;
    margin: -47px 0 40px
}

.phase_a-third-col h3 {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 600;
    color: var(--heading-color)
}

.phase_a-third-col p {
    margin-bottom: 15px;
    color: var(--third-text-color);
    font-weight: 600
}

.phase_a-third-col ul {
    list-style-type: decimal;
    padding-left: 15px;
    margin-bottom: 15px
}

.phase_a-third-col ul li {
    font-size: 15px;
    color: var(--third-text-color);
    font-weight: 500;
    margin-bottom: 4px
}

.phase_a-third-col button {
    margin-top: 20px
}

.phase_a-third-col:before {
    content: "";
    position: absolute;
    height: 1px;
    background: #FF600B;
    width: 14%;
    top: 77px;
    left: -12px
}

.phase_a-third-col .dot {
    background: #FF600B;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    top: 73px;
    position: absolute;
    left: -35px
}

.phase_a-third-col .dot-container {
    position: relative
}

.phase_a-third-col .dot-container:before {
    content: "";
    transform: translate(-50%, -50%);
    background-color: #e84c3d4f;
    border-radius: 70%;
    top: 78px;
    position: absolute;
    left: -30px;
    width: 30px;
    height: 30px;
    opacity: .5
}

.phase_b-head h4 {
    margin: 0 auto;
    background: #FF600B;
    width: -moz-fit-content;
    width: fit-content;
    padding: 11px 35px;
    font-size: 26px;
    color: #fff;
    border-radius: 11px;
    box-shadow: 0 0 20px 0 #e84c3d54
}

.phase_b-head {
    margin-bottom: 80px
}

.phase_b-first-col {
    padding-right: 6.3vw;
    position: relative;
    text-align: right
}

.phase_b-first-col:before {
    top: 77px
}

.phase_b-first-col img {
    width: 60px;
    margin: -35px 0 30px
}

.phase_b-first-col h3 {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 600;
    color: var(--heading-color)
}

.phase_b-first-col p {
    margin-bottom: 15px;
    color: var(--third-text-color);
    font-weight: 600
}

.phase_b-first-col button {
    margin-top: 20px
}

.phase_b-first-col:before {
    content: "";
    position: absolute;
    height: 1px;
    background: #FF600B;
    width: 5.6vw !important;
    top: 80px;
    left: 88%
}

.phase_b-first-col .dot {
    background: #FF600B;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    top: 75px;
    position: absolute;
    right: -1.8vw
}

.phase_b-first-col .dot-container {
    position: relative
}

.phase_b-first-col .dot-container:before {
    content: "";
    transform: translate(-50%, -50%);
    background-color: #e84c3d4f;
    border-radius: 70%;
    top: 80px;
    position: absolute;
    left: 36.2vw;
    width: 30px;
    height: 30px;
    opacity: .5
}

.phase_b-process {
    position: relative
}

.phase_b-process:before {
    content: "";
    background: #FF600B;
    width: 1px;
    left: 0;
    right: 0;
    height: 76.8%;
    margin: 0 auto;
    position: absolute;
    top: 80px;
    z-index: -1
}

.phase_b-process:after {
    content: "We Repeat Until It’s Finished!";
    font-size: 26px;
    letter-spacing: 4px;
    text-transform: capitalize;
    font-weight: 700;
    color: var(--heading-color);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background: transparent;
    top: 480px;
    padding: 5px 30px;
    line-height: 30px;
    transform: rotate(-90deg);
    background-color: #fff
}

.phase_b-process.dark-mode:after {
    color: #fff;
    background-color: #000
}

.phase_b-second-row {
    padding-top: 30px
}

.phase_b-second-col {
    padding-left: 110px;
    position: relative
}

.phase_b-second-col:before {
    content: "";
    position: absolute;
    height: 1px;
    background: #FF600B;
    width: 100px !important;
    top: 77px;
    left: -1vw
}

.phase_b-second-col img {
    width: 60px;
    margin: -27px 0 20px
}

.phase_b-second-col h3 {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 600;
    color: var(--heading-color)
}

.phase_b-second-col p {
    margin-bottom: 15px;
    color: var(--third-text-color);
    font-weight: 600
}

.phase_b-second-col ul {
    list-style-type: decimal;
    padding-left: 15px;
    margin-bottom: 15px
}

.phase_b-second-col ul li {
    font-size: 15px;
    color: var(--third-text-color);
    font-weight: 500;
    margin-bottom: 4px
}

.phase_b-second-col button {
    margin-top: 20px
}

.phase_b-second-col .dot {
    background: #FF600B;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    top: 73px;
    position: absolute;
    left: -2vw
}

.phase_b-second-col .dot-container {
    position: relative
}

.phase_b-second-col .dot-container:before {
    content: "";
    transform: translate(-50%, -50%);
    background-color: #e84c3d4f;
    border-radius: 70%;
    top: 78px;
    position: absolute;
    left: -1.7vw;
    width: 30px;
    height: 30px;
    opacity: .5
}

.phase_b-third-row {
    padding-top: 30px
}

.phase_b-third-col {
    padding-right: 7vw;
    position: relative;
    text-align: right
}

.phase_b-third-col:before {
    width: 100px !important;
    top: 77px;
    left: 36vw !important
}

.phase_b-third-col img {
    width: 60px;
    margin: -7px 0 10px
}

.phase_b-third-col h3 {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 600;
    color: var(--heading-color)
}

.phase_b-third-col p {
    margin-bottom: 15px;
    color: var(--third-text-color);
    font-weight: 600
}

.phase_b-third-col button {
    margin-top: 20px
}

.phase_b-third-col:before {
    content: "";
    position: absolute;
    height: 1px;
    background: #FF600B;
    width: 14%;
    top: 80px;
    left: 88%
}

.phase_b-third-col .dot {
    background: #FF600B;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    top: 75px;
    position: absolute;
    right: -2.2vw
}

.phase_b-third-col .dot-container {
    position: relative
}

.phase_b-third-col .dot-container:before {
    content: "";
    transform: translate(-50%, -50%);
    background-color: #e84c3d4f;
    border-radius: 70%;
    top: 80px;
    position: absolute;
    left: 35.9vw;
    width: 30px;
    height: 30px;
    opacity: .5
}

.phase_b-forth-row {
    padding-top: 30px
}

.phase_b-forth-col {
    padding-left: 6.9vw;
    position: relative
}

.phase_b-forth-col:before {
    width: 5.8vw !important;
    left: -1vw !important
}

.phase_b-forth-col img {
    width: 60px;
    margin: -16px 0 20px
}

.phase_b-forth-col h3 {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 600;
    color: var(--heading-color)
}

.phase_b-forth-col p {
    margin-bottom: 15px;
    color: var(--third-text-color);
    font-weight: 600
}

.phase_b-forth-col ul {
    list-style-type: decimal;
    padding-left: 15px;
    margin-bottom: 15px
}

.phase_b-forth-col ul li {
    font-size: 15px;
    color: var(--third-text-color);
    font-weight: 500;
    margin-bottom: 4px
}

.phase_b-forth-col button {
    margin-top: 20px
}

.phase_b-forth-col:before {
    content: "";
    position: absolute;
    height: 1px;
    background: #FF600B;
    width: 14%;
    top: 77px;
    left: -12px
}

.phase_b-forth-col .dot {
    background: #FF600B;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    top: 73px;
    position: absolute;
    left: -2.5vw
}

.phase_b-forth-col .dot-container {
    position: relative
}

.phase_b-forth-col .dot-container:before {
    content: "";
    transform: translate(-50%, -50%);
    background-color: #e84c3d4f;
    border-radius: 70%;
    top: 78px;
    position: absolute;
    left: -2.2vw;
    width: 30px;
    height: 30px;
    opacity: .5
}

.phase_b-fifth-col {
    padding-right: 6.8vw;
    position: relative;
    text-align: right
}

.phase_b-fifth-col:before {
    width: 5vw !important;
    top: 77px;
    left: 36vw !important
}

.phase_b-fifth-col img {
    width: 60px;
    margin: -28px 0 20px
}

.phase_b-fifth-col h3 {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 600;
    color: var(--heading-color)
}

.phase_b-fifth-col p {
    margin-bottom: 15px;
    color: var(--third-text-color);
    font-weight: 600
}

.phase_b-fifth-col button {
    margin-top: 20px
}

.phase_b-fifth-col:before {
    content: "";
    position: absolute;
    height: 1px;
    background: #FF600B;
    width: 14%;
    top: 80px;
    left: 88%
}

.phase_b-fifth-col .dot {
    background: #FF600B;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    top: 75px;
    position: absolute;
    right: -2.2vw !important
}

.phase_b-fifth-col .dot-container {
    position: relative
}

.phase_b-fifth-col .dot-container:before {
    content: "";
    transform: translate(-50%, -50%);
    background-color: #e84c3d4f;
    border-radius: 70%;
    top: 80px;
    position: absolute;
    left: 36.1vw;
    width: 30px;
    height: 30px;
    opacity: .5
}

.phase_b-inprocess {
    position: relative
}

.phase_b-inprocess:after {
    height: 55%;
    bottom: 70%
}

.phase_b-fifth-row:after,
.phase_b-inprocess:after {
    content: "";
    border-right: 2px dashed #e84c3d80;
    width: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    z-index: -1
}

.phase_b-fifth-row:after {
    height: 175px;
    top: 130px
}

.phase_b-fifth-row {
    position: relative;
    margin-bottom: 100px
}
.padr-5{
    padding-right:3rem;
}
.phase_a-first-col:after {
    content: " ";
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #FF600B;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 45px;
    left: -120px;
    font-size: 40px;
    text-align: center;
    padding: 0;
    background-image: url(../../../images/side-sec-img.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 65%
}

.phase_a-second-col:after {
    right: -120px;
    background-image: url(../../../images/side-sec-img.png)
}

.phase_a-second-col:after,
.phase_a-third-col:after {
    content: " ";
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #FF600B;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 45px;
    font-size: 40px;
    text-align: center;
    padding: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 70%
}

.phase_a-third-col:after {
    left: -120px;
    background-image: url(../../../images/side-sec-img.png)
}

.smallParaText {
    font-size: 15px !important;
    line-height: 22px !important;
    color: #454545;
    font-weight: 400 !important
}

.phase_b-first-col:after {
    right: -110px;
    background-image: url(../../../images/B1.png);
    background-size: 50%
}

.phase_b-first-col:after,
.phase_b-second-col:after {
    content: " ";
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #FF600B;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 45px;
    font-size: 40px;
    text-align: center;
    padding: 0;
    background-position: 50%;
    background-repeat: no-repeat
}

.phase_b-second-col:after {
    left: -110px;
    background-image: url(../../../images/B2.png);
    background-size: 65%
}

.phase_b-third-col:after {
    right: -110px;
    background-image: url(../../../images/B3.png);
    background-size: 60%
}

.phase_b-forth-col:after,
.phase_b-third-col:after {
    content: " ";
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #FF600B;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 45px;
    font-size: 40px;
    text-align: center;
    padding: 0;
    background-position: 50%;
    background-repeat: no-repeat
}
.phase_b-forth-col:after {
    left: -110px;
    background-image: url(../../../images/B4.png);
    background-size: 65%
}

.phase_b-fifth-col:after {
    content: " ";
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #FF600B;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 49px;
    right: -42px;
    font-size: 40px;
    text-align: center;
    padding: 0;
    background-image: url(../../../images/B5.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 65%;
    background-color: transparent
}

button.dive_buttons {
    background: #FF600B;
    color: #fff;
    border: 1px solid #FF600B;
    border-radius: 40px;
    padding: 18px 30px;
    font-size: 18px;
    font-weight: 400;
    transition: all .5s;
    text-align: left;
    line-height: 21px;
    position: relative
}

.dive_line {
    height: 1px !important;
    width: 40% !important;
    position: absolute;
    left: -.1vw;
    bottom: 1.4vw;
    border-bottom: 2px dashed #e84c3d80
}

@keyframes grow {
    0% {
        width: 10px;
        height: 10px;
        opacity: 1
    }

    50% {
        width: 30px;
        height: 30px;
        opacity: .5
    }

    to {
        width: 10px;
        height: 10px;
        opacity: 1
    }
}

.kinetic_web_col {
    margin-top: 100px;
    margin-bottom: 100px;
    color: #fff;
    background: #373a40;
    padding: 100px 0;
    border-radius: 25px;
    text-align: center
}

.kinetic_web_col h2 {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 50px;
    text-transform: uppercase;
    user-select: none;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;
}

.kinetic_web_detail {
    width: 80%;
    margin: 0 auto
}
.kinetic_web_detail h4{
    user-select: none;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;
}
.back-to-top,
.callBtn {
    position: fixed;
    left: 20px;
    z-index: 1000;
    background-color: #FF600B;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    opacity: 0;
    transition: opacity .3s ease, transform .3s ease
}

.underlineHover:hover {
    text-decoration: underline;
    cursor: pointer
}

.underlineHover a {
    color: #1f1f1f
}

.callBtnList {
    position: absolute;
    width: 320px;
    left: 5px;
    z-index: 1200;
    color: #2c2c2c;
    bottom: 70px;
    background-color: #fff;
    border-radius: 10px;
    cursor: default;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    height: auto;
    overflow: hidden
}

.dark-mode .darkBorder {
    border-color: #2f2f2f !important
}

.dark-mode .callBtnList {
    background-color: #101010;
    color: #fff
}

.formHeading {
    font-size: 40px !important
}

.call-icon {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0 10px hsla(0, 0%, 100%, .5)
}

.call-icon:after,
.call-icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    box-shadow: 0 0 10px #FF600B;
    height: 120px;
    border: 2px solid #FF600B;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(.8);
    opacity: 0;
    animation: ripple 2s infinite;
    pointer-events: none !important
}

.call-icon:after {
    animation-delay: 1s
}

@keyframes ripple {
    0% {
        transform: translate(-50%, -50%) scale(.3);
        opacity: 1
    }

    to {
        transform: translate(-50%, -50%) scale(1);
        background-color: #FF600B;
        opacity: 0
    }
}

.callBtnArrow {
    position: absolute;
    top: -20px;
    right: 10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #FF600B
}

.back-to-top {
    bottom: 140px
}

.themeBtn {
    bottom: 80px
}

.callBtn {
    bottom: 20px !important
}

.formHeading {
    font-size: 35px !important
}

.back-to-top.visible,
.callBtn.visible,
.themeBtn.visible {
    opacity: 1;
    transform: translateY(0)
}

.back-to-top:hover,
.callBtn:hover {
    background-color: #bf4d00;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .15)
}

.cs_detail_01 {
    background-color: #161d23;
    background-size: contain;
    background-image: url(../../../images/faceOne.png);
    background-position: 100%;
    background-repeat: no-repeat;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    padding: 50px;
    border-radius: 20px;
    margin: 15px 0;
    height: 300px;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.blur-box-01 {
    background: hsla(0, 0%, 45%, .34);
    height: 90%;
    width: 95%;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 100%);
    -webkit-backdrop-filter: blur(9.3px);
    backdrop-filter: blur(9.3px);
    border-radius: 20px;
    border: 1px solid hsla(0, 0%, 100%, .16);
    padding: 36px;
    display: grid;
    align-items: center;
    transition: all .5s ease-in-out;
    opacity: 0
}

.cs_detail_01:hover .blur-box-01 {
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1
}

.cs_detail_01 button {
    background-color: #0000;
    color: #fff;
    text-decoration: underline;
    border: 0 solid #fff !important
}

.cs_detail_01 h4 {
    font-weight: 700;
    font-size: 36px
}

.cs_detail_02 {
    background-color: #686d76;
    background-image: url(../../../images/boxtwo.png);
    background-position: 100%;
    background-repeat: no-repeat;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    padding: 50px;
    border-radius: 20px;
    margin: 15px 0;
    height: 300px;
    background-size: contain;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.blur-box-02 {
    background: hsla(0, 0%, 45%, .34);
    height: 90%;
    width: 95%;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 100%);
    -webkit-backdrop-filter: blur(9.3px);
    backdrop-filter: blur(9.3px);
    border-radius: 20px;
    border: 1px solid hsla(0, 0%, 100%, .16);
    padding: 36px;
    display: grid;
    align-items: center;
    transition: all .5s ease-in-out;
    opacity: 0
}

.cs_detail_02:hover .blur-box-02 {
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1
}

.cs_detail_02 button {
    background-color: #0000;
    color: #fff;
    text-decoration: underline;
    border: 0 solid #fff !important
}

.cs_detail_02 h4 {
    font-weight: 700;
    font-size: 36px
}

.cs_detail_03 {
    background-color: #fafafa;
    background-image: url(../../../images/boxfour.png);
    background-position: 96% 84%;
    background-repeat: no-repeat;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    padding: 50px;
    border-radius: 20px;
    margin: 15px 0;
    height: 300px;
    color: #000;
    background-size: 26%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.blur-box-03 {
    background: hsla(0, 0%, 45%, .34);
    height: 90%;
    width: 95%;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 100%);
    -webkit-backdrop-filter: blur(9.3px);
    backdrop-filter: blur(9.3px);
    border-radius: 20px;
    border: 1px solid hsla(0, 0%, 100%, .16);
    padding: 36px;
    display: grid;
    align-items: center;
    transition: all .5s ease-in-out;
    opacity: 0
}

.cs_detail_03:hover .blur-box-03 {
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1
}

.cs_detail_03 button {
    background-color: #0000;
    color: #000;
    text-decoration: underline;
    border: 0 solid #000 !important
}

.cs_detail_03 h4 {
    font-weight: 700;
    font-size: 36px
}

.cs_detail_04 {
    background-color: #FF600B;
    background-image: url(../../../images/cs_detail_04.png);
    background-position: 100%;
    background-repeat: no-repeat;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    padding: 50px;
    border-radius: 20px;
    margin: 15px 0;
    height: 300px;
    color: #fff;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background-size: 40%;
}

.blur-box-04 {
    background: hsla(0, 0%, 45%, .34);
    height: 90%;
    width: 95%;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 100%);
    -webkit-backdrop-filter: blur(9.3px);
    backdrop-filter: blur(9.3px);
    border-radius: 20px;
    border: 1px solid hsla(0, 0%, 100%, .16);
    padding: 36px;
    display: grid;
    align-items: center;
    transition: all .5s ease-in-out;
    opacity: 0
}

.cs_detail_04:hover .blur-box-04 {
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1
}

.cs_detail_04 button {
    background-color: #0000;
    color: #fff;
    text-decoration: underline;
    border: 0 solid #000 !important
}

.cs_detail_04 h4 {
    font-weight: 700;
    font-size: 36px
}

.cs_detail_col img {
    width: 60px;
    margin-bottom: 20px
}

.cs_detail_col h4 {
    margin-bottom: 20px;
    color: var(--heading-color);
    font-weight: 600;
    font-size: 25px
}

.cs_detail_col p {
    margin: 0;
    color: #696969b3;
    font-size: 17px;
    font-weight: 600
}

.studio-slider {
    margin-top: 50px !important
}

.studio-slider img {
    width: 90%;
    height: 350px;
    object-fit: cover;
    border-radius: 12px;
    transform: scale(1);
    transition: transform .5s ease
}

.studio-slider .slick-slide {
    height: 500px;
    padding-top: 100px
}

.studio-slider .slick-slide.slick-active img {
    transform: scale(1.1)
}

.studio-slider .slick-slide.slick-center img {
    transform: scale(1)
}

section.recent_news {
    padding-bottom: 100px
}

.recent_news_head h2 {
    font-size: 48px;
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 60px;
    text-align: center;
    text-transform: uppercase;
}
.subHeading{
    user-select: none;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;
}
.recent_news .subHeading{
    text-transform: uppercase;
}
.blog_col img {
    margin-bottom: 25px;
    border-radius: 22px;
}

.blog_col span.date {
    color: #696969b3;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px !important;
    display: block
}

.blog_col h4 {
    margin-bottom: 20px;
    color: var(--heading-color);
    font-weight: 600;
    font-size: 25px
}

.blog_col p {
    color: #696969b3;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 25px
}

.blog_col button.blog-btn {
    background: #ffd7b8;
    border: 1px solid transparent;
    padding: 10px 30px;
    border-radius: 100px;
    font-size: 16px;
    color: #FF600B
}
.mobile-navs {
    width: 500px;
    position: absolute;
    top: 6%;
    right: 90%;
    z-index: 99
}

.div-1 {
    color: #fff
}

.div-1 h3 {
    font-size: 60px;
    font-weight: 700
}

.div-1 .divider {
    background-color: #fff;
    width: 20px;
    margin: 0 10px 10px 0
}

.testimonials {
    padding: 100px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #373a40
}

.testimonial-slider {
    background-color: #f9f9ff;
    perspective: 2000px
}

.orange-sec {
    padding: 50px !important;
    display: flex;
    justify-content: center;
    align-items: center
}

.orange-sec svg {
    background-color: #e17726;
    color: #fff;
    font-size: 60px;
    padding: 20px;
    border-radius: 100px;
    cursor: pointer;
    z-index: 2;
    position: absolute
}

.orange-sec svg:first-child {
    left: 50px;
    top: 65px;
    z-index: 99
}

.orange-sec svg:last-child {
    right: 50px;
    bottom: 65px;
    z-index: 99
}

.orange-sec {
    position: relative;
    overflow: hidden;
    width: 100%
}

.orange-sec .image-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 10%;
    left: -13%;
    transform-style: preserve-3d;
    transition: transform .8s cubic-bezier(.4, 2, .8, 1)
}

.orange-sec .image-container.current {
    transform: rotateY(0) scale(1);
    z-index: 3;
    opacity: 1
}

.orange-sec .image-container.hidden,
.orange-sec .image-container.next,
.orange-sec .image-container.prev {
    transform: rotateY(150deg) scale(.8);
    z-index: 2;
    opacity: 0 !important
}

.orange-sec .image-container.prev {
    transform: rotateY(-150deg) scale(.8);
    left: -20%
}

.orange-sec .image-container.next {
    right: -20%
}

.orange-sec img {
    width: 90% !important;
    height: 600px;
    object-fit: contain !important;
    object-position: center right !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.one-test button {
    padding: 12px 26px;
    margin: 0 -20px 0 50px
}

.one-test .divider {
    height: 4px;
    width: 20px;
    margin: 0;
    background-color: #e1e1e3
}

.one-test h4 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 50px
}

.one-test h5 {
    color: #fff
}

.one-test h3 {
    font-size: 56px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 26px
}

.one-test p {
    color: #fff;
    line-height: 30px;
    font-family: NobelUno-Light
}

.one-test button {
    background-color: #f2f2f6;
    border: 1px solid #0000;
    border-radius: 100px;
    float: right
}

.trustee {
    padding: 100px 50px !important
}

.trustee h2 {
    font-size: 40px;
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 45px
}

.trustee-card {
    background-color: #f6f6f6;
    border: 1px solid #ececec;
    border-radius: 12px
}

.trustee-card img {
    width: 80%;
    height: 150px;
    object-fit: contain;
    object-position: center
}

.testimonial-tabs {
    padding: 10px 50px !important
}

.testimonial-tabs h2 {
    font-size: 40px;
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 50px;
    text-transform: uppercase;
    user-select: none;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;
}

.review {
    background-color: #fbfbfb;
    padding: 40px;
    border-radius: 12px;
    width: 98% !important;
    height: 260px
}

.testimonial-tabs .middle-review {
    background-color: #ffe8dc !important;
}

.testimonial-tabs .slick-active .custom-dot {
    background-color: #FF600B !important
}

.avatar {
    display: flex;
    width: 200px;
    margin-bottom: 12px
}

.avatar img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%
}

.avatar h5 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    color: #000
}

.avatar h6 {
    font-size: 12px;
    margin: 0;
    color: #000
}

.review p {
    color: #000
}

.mobile-experiences {
    padding: 100px 0 !important
}

.mobile-experiences h2 {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 26px
}

.mobile-experiences button {
    color: var(--heading-color);
    margin: 26px auto;
    background-color: #0000;
    border: 1px solid #FF600B;
    padding: 14px 36px;
    border-radius: 100px;
    width: 200px
}

.hide-scrollbar {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;

    &::-webkit-scrollbar {
        display: none
    }
}

.mobile-experiences img {
    border-radius: 20px
}

.nav-item button {
    background-color: #0000 !important;
    color: #000 !important;
    margin-left: 10px
}

.nav-item .active,
.nav-item button {
    border-radius: 100px;
    border: 1px solid #FF600B !important
}

.nav-item .active {
    background-color: #FF600B !important;
    color: var(--white) !important
}

.growth-sec {
    background-color: #fff;
    background: url(../../../images/back-gradient.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 !important
}

.right-mega-menu ul li a {
    color: #000;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 100px
}

.marquee-slider {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    padding: 20px 0;
    position: relative
}

.marquee-content {
    display: inline-flex;
    animation: marquee 15s linear infinite
}

.marquee-content .item {
    display: inline-block;
    width: 350px;
    padding: 26px 0;
    background-color: #0000;
    border-radius: 200px;
    font-size: 16px;
    color: #fff;
    text-align: center
}

.marquee-content .item span {
    font-weight: 700;
    font-size: 32px
}

@keyframes marquee {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

.clr-r {
    background-color: #0000 !important;
    color: var(--white) !important
}

.clr-t,
.clr-u {
    background-color: #0000 !important;
    color: #fff !important
}

.growthfirst-sec {
    padding: 100px 0
}

.growthfirst-sec h2 {
    font-weight: 700;
    padding-bottom: 40px
}

.growthfirst-sec h4 {
    font-weight: 700;
    font-size: 36px
}

.growthfirst-sec p {
    font-size: 13px
}

.app-page {
    background-color: #f8f8f8;
    padding: 200px 0 0;
    border-top: 2px solid #eaeaea
}

.app-page h1 {
    font-size: 60px;
    font-weight: 600
}

.app-page h3 {
    font-size: 30px;
    font-weight: 600
}

.second-section {
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0
}

.second-section .accordion-item {
    background-color: #0000 !important;
    border: 0 !important
}

.dark-mode .second-section .accordion-button {
    border-color: #fff
}

.dark-mode .second-section .accordion-button:after {
    background-color: transparent !important
}

.second-section .accordion-body {
    border-top: none !important;
    border-bottom: 1px solid #FF600B;
    color: #000;
    padding: 26px 6px
}

.second-section .accordion-button {
    width: 100%;
    border-bottom: 1px solid #FF600B;
    background-color: #0000 !important;
    color: #000 !important;
    padding: 30px 0 !important;
    font-size: 40px !important;
    font-weight: 700 !important;
    border-radius: 0 !important
}

.second-section .accordion-button:after {
    background-color: #fff !important;
    border-radius: 100px;
    height: 50px;
    width: 50px;
    background-image: url(../../../images/down-Arrow.png) !important;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.second-section .accordion-button:focus {
    border-bottom: 1px solid #FF600B !important;
    box-shadow: none !important
}

.accordion-button:focus {
    border: 0 !important;
    box-shadow: none !important
}

.second-section .accordion-button:not(.collapsed):after {
    background-image: url(../../../images/up-orrange-Arrow.png) !important;
    transform: none !important
}

.case-study h2 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px
}

.case-study button {
    background-color: #FF600B;
    border: 0;
    color: #fff;
    padding: 10px 26px;
    border-radius: 100px
}

.slider-container,
.slider-container div {
    position: relative;
}

.case-study h2 {
    text-align: center;
    text-transform: capitalize
}

.case-study .slick-arrow {
    display: none !important
}

.case-study p {
    text-align: center;
    width: 900px;
    margin: 0 auto;
    font-size: 18px
}

.slider-container h3 {
    font-size: 26px;
    font-weight: 600;
    margin-top: 30px;
    text-align: center
}

.slider-container p {
    text-align: center
}

.slider-container img {
    height: 120px;
    object-position: center;
    width: 120px;
    width: 120px !important;
    justify-content: center;
    margin: 80px auto;
    border-radius: 100%;
    display: table !important
}

.over-all-h3 h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700
}

.over-all-h3 img {
    width: 130px;
    height: 130px;
    object-fit: contain
}

.over-all-h3 .slick-dots {
    bottom: -50px
}

.over-all-h3 .slick-dots li button:before {
    background-color: #FF600B !important;
    color: #FF600B !important;
    border-radius: 100px;
    height: 20px
}

.over-all-h3 .slick-dots .slick-active {
    background-color: #FF600B !important;
    border-radius: 100px;
    width: 50px;
    height: 20px
}

.slide-1,
.slide-2,
.slide-3,
.slide-4,
.slide-5 {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex !important;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 100px 26px;
    text-align: center;
    border-radius: 12px;
    margin: 0 12px
}

.slide-1 {
    background-image: url(../../../images/services-slider/back-one.png)
}

.slide-2 {
    background-image: url(../../../images/services-slider/back-two.png)
}

.slide-3 {
    background-image: url(../../../images/services-slider/back-three.png)
}

.slide-4 {
    background-image: url(../../../images/services-slider/back-four.png)
}

.slide-5 {
    background-image: url(../../../images/services-slider/back-five.png)
}

.ios-android h1 span {
    color: #FF600B
}

.line-image {
    height: 500px
}

.title-page-p-2 p {
    font-size: 14px
}

.line-image {
    height: 540px;
    width: 60px
}

.custom-arrow {
    position: absolute !important;
    top: -75px !important;
    z-index: 1 !important;
    width: 30px !important;
    height: 30px !important
}

.next-arrow {
    right: 23% !important
}

.slick-prev {
    left: 73% !important
}

.slick-next:before,
.slick-prev:before {
    color: #FF600B !important
}

.slider-container .slick-slide div {
    padding: 0 10px
}

.second-trusted {
    background-color: #000;
    padding: 100px 0 0;
    color: #fff
}

.blogcardHeading:hover {
    text-decoration: underline
}

.about-banner {
    padding: 10px 70px 0 0;
    margin: 0;
    background-color: #f8f8f8
}

.dark-mode .about-banner {
    background-color: #0d0d0d;
    color: #fff
}

.dark-mode .textColor {
    color: #fff
}

.textColor {
    color: #181818
}

.about-banner h1 {
    font-size: 77px !important;
    font-weight: 700;
    margin: 100px 0 18rem
}

.title-page-2 {
    font-size: 30px;
    font-weight: 700px;
    color: #000;
    text-transform: capitalize;
    font-family: NobelUno-Bold
}
.about-middle{
    padding: 80px 0px;
}
.about-middle h2 {
    font-size: 50px
}

.about-middle h3 {
    font-size: 24px;
    font-weight: 600
}

.about-middle p {
    font-size: 18px
}

.bg-abt-orange {
    background-color: #fff;
    padding: 26px;
    margin: 16px
}

.bg-abt-orange:hover {
    background-color: #FF600B;
    transition: all .3s;
    border-radius: 26px;
    cursor: pointer
}

.bg-abt-orange:hover h4,
.bg-abt-orange:hover p {
    color: #fff
}

.bg-abt-orange h4 {
    color: #000;
    text-transform: capitalize
}

.about-text {
    display: flex;
    justify-content: space-around;
    flex-direction: column
}

.about-text h2 {
    font-size: 112px;
    text-transform: uppercase;
    font-weight: bolder;
    margin-left: -318px
}

.about-text h2 span {
    color: #fff
}

.about-text p {
    font-size: 17px
}

.react-tabs__tab-list {
    display: flex;
    justify-content: space-evenly
}

.react-tabs__tab-list li {
    list-style: none
}

.react-tabs__tab-list {
    margin: 0
}

.tab-pannell {
    background-color: #fef4ed;
    padding: 50px 0 30px
}

.tab-pannell h2 {
    font-size: 200px;
    color: #FF600B;
    font-weight: bolder;
    text-align: center
}

.row-height {
    height: 600px
}

.sticky-number {
    height: 260px;
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    left: 0;
    z-index: 999
}
.bnr-ul{
list-style: none;
padding-left: 0rem;
}
.tab-pannell h3 {
    color: #FF600B;
    text-align: center;
    margin: 20px 0 30px
}

.tab-pannell h3,
.tab-pannell h4 {
    font-size: 30px;
    font-weight: bolder
}

.tab-pannell h5 {
    font-size: 22px;
    font-weight: bolder
}

.tab-pannell h4 span {
    color: #FF600B
}

.react-tabs__tab {
    font-size: 24px;
    color: #a5a3a3;
    cursor: pointer;
    padding: 14px;
    border-radius: 18px 18px 0 0
}

.react-tabs__tab:focus-visible {
    outline: 0 auto -webkit-focus-ring-color !important
}

.react-tabs__tab--selected {
    color: #000;
    background-color: #fef4ed;
    padding: 14px;
    border-radius: 18px 18px 0 0;
    border-width: 1px 1px 0 !important;
    border: solid #FF600B
}

.how-steps {
    margin-top: 26px !important;
    padding: 50px 0 0 50px;
    border-top: 6px solid #dfdfdf;
    position: relative
}

.dotted {
    position: absolute;
    width: 50px !important;
    height: 50px !important;
    top: -28px;
    left: -28px;
    z-index: 9;
    object-position: center;
    object-fit: contain
}

.faqs-page .accordion-item {
    border: 1px solid #ebebeb;
    border-radius: 10px !important;
    margin-bottom: 12px
}

.dark-mode .faqs-page .accordion-item {
    border-color: #000
}

.faqs-page .accordion-button:after {
    display: none
}

.background-terms {
    background-image: url(../../../images/background-terms.png);
    background-size: contain
}

.dark-mode .background-terms {
    background-image: url(../../../images/background-terms-dark.png);
    background-size: contain;
    filter: brightness(1.5)
}

.faqs .accordion-button:after {
    width: 40px !important;
    height: 40px !important;
    background-image: url(../../../images/minus.svg) !important;
    background-position: 50%;
    background-size: cover !important
}

.faqs .collapsed:after {
    background-image: url(../../../images/plus.svg) !important;
    background-position: 50%
}

.inner-cta {
    background-image: url(../../../images/inner-cta.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    padding: 70px 0;
    text-align: center
}

.inner-cta h2 {
    font-weight: 600;
    color: #fff;
    text-transform: capitalize
}

.inner-cta h2 span {
    color: #FF600B !important
}

.inner-cta button {
    color: #fff;
    background-color: #FF600B;
    padding: 12px 56px;
    margin-top: 20px;
    border: 0;
    border-radius: 100px
}

.contact-right {
    background-color: #fafafa;
    padding: 26px
}

.dark-mode .contact-right {
    background-color: #292929;
    color: #fff
}

.contact-right h4 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px
}

.steps {
    position: relative
}

.steps:before {
    content: " ";
    display: block;
    height: 70%;
    width: 2px;
    background-color: #dcdcdc;
    position: absolute;
    left: 5%;
    top: 18px;
    z-index: 7
}

.step-1 {
    display: flex;
    z-index: 9;
    position: relative
}

.step-1:before {
    content: "1";
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #FF600B;
    font-size: 20px;
    padding: 15px 27px;
    margin: 6px 18px 18px 0;
    color: #fff;
    border-radius: 50%
}

.step-2 {
    display: flex;
    margin-top: 16px;
    z-index: 9;
    position: relative
}

.step-2:before {
    content: "2";
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #FF600B;
    font-size: 20px;
    padding: 15px 27px;
    margin: 6px 18px 18px 0;
    color: #fff;
    border-radius: 50%
}

.step-3 {
    display: flex;
    margin-top: 16px;
    z-index: 9;
    position: relative
}

.step-3:before {
    content: "3";
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #FF600B;
    font-size: 20px;
    padding: 15px 27px;
    margin: 6px 18px 18px 0;
    color: #fff;
    border-radius: 50%
}

.contact-form input {
    border: 0;
    border-bottom: 1px solid #dcdcdc;
    border-radius: 0 !important
}

.contact-form button {
    background: #FF600B;
    color: #fff;
    border: 1px solid #FF600B;
    border-radius: 40px;
    padding: 12px 33px;
    font-size: 18px;
    font-weight: 400;
    margin-top: 26px
}

.linkCircle {
    padding: 10px 15px;
    border: 1px solid #cbcbcb;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer
}

.linkCircle:hover {
    border-color: #FF600B
}

.linkCircle img {
    width: 20px
}

.contact-main .social-media {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

.contact-main .social-media svg {
    color: #FF600B;
    font-size: 46px;
    border: 1px solid #dcdcdc;
    border-radius: 100px;
    padding: 9px;
    margin-right: 12px
}

.contact-main .phone-details {
    display: flex;
    list-style: none;
    flex-direction: column;
    margin: 0;
    padding: 0
}

.contact-main .phone-details li {
    font-weight: 700;
    font-size: 20px
}

.btn-app {
    background-color: #FF600B;
    color: #fff;
    border: 0;
    padding: 16px 26px;
    border-radius: 100px
}

.benefits-of-working h2 {
    font-size: 66px;
    font-weight: 700
}

.maintenance-process {
    background-color: #fffbf8;
    padding: 100px 0
}

.maintenance-process h2 {
    font-size: 66px;
    font-weight: 700
}

.MobileAppTabs {
    padding: 100px 0
}

.MobileAppTabs h2 {
    font-size: 66px;
    font-weight: 700
}

.MobileAppTabs .tabs {
    list-style-type: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 50px
}

.MobileAppTabs .tabs li {
    margin-right: 20px;
    cursor: pointer;
    font-size: 26px;
    font-weight: 700;
    color: #999;
    padding: 12px;
    border: 2px solid var(--white);
    border-radius: 12px
}

.MobileAppTabs .tabs li.active,
.MobileAppTabs .tabs li:hover {
    font-weight: 700;
    border: 2px solid #FF600B;
    color: #FF600B;
    box-shadow: 0 10px 26px -8px rgba(0, 0, 0, .275);
    transition: all .6s
}

.MobileAppTabs .tab-content {
    margin-top: 26px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 50px
}

.MobileAppTabs .tab-image {
    width: 200px;
    height: 160px;
    object-fit: contain;
    margin-bottom: 10px
}

.app-quality-main {
    padding: 100px 0
}

.app-quality-main h2 {
    font-size: 50px;
    font-weight: 700
}

.heading50 {
    font-size: 2.5vw;
    font-weight: 700;
    color: #292929
}

.dark-mode .heading50 {
    color: #fff
}

.app-quality-main h2 span {
    color: #FF600B
}

.effect7:hover {
    background-image: url(../../../images/back-maintainence.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .6s;
    transform: translateX(40px)
}

.effect7:hover .cardDesc {
    color: #454545 !important
}

.specialists-for-platforms {
    padding: 20px 0 100px
}

.specialists-for-platforms h2 {
    font-size: 66px;
    font-weight: 700
}

.inner-blog-section-1 {
    background-image: url(../../../images/inner-blog-section-1.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 46px 50px 1rem 20px;
    color: #fff;
    height: 400px
}

.inner-blog-section-1 h3 {
    font-size: 26px;
    font-weight: 700
}

.inner-blog-section-1 p {
    font-size: 14px
}

.inner-blog-section-2 {
    background-image: url(../../../images/inner-blog-section-2.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 46px 50px 0 20px;
    color: #000;
    height: 400px
}

.inner-blog-section-2 h3 {
    font-size: 26px;
    font-weight: 700
}

.inner-blog-section-2 p {
    font-size: 14px
}

.effect8:hover {
    transition: all .6s;
    background-color: #FF600B;
    border: 4px solid #FF600B;
    background-image: url(../../../images/back-top-notch.png);
    background-position: 100% 0;
    background-repeat: no-repeat;
    color: #fff !important;
    border: none !important;
    animation: fadeInUp .6s forwards
}

.effect8:hover .cardBottomLine {
    background-color: #fff !important
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.benefit-rectangle {
    background-color: #ababab;
    height: 4px;
    border-radius: 100px;
    width: 60%;
    margin-bottom: -16px
}

.pythonImg {
    margin-left: 60%;
    margin-bottom: 1rem
}

.kotlinImg {
    margin-left: 70%;
    margin-bottom: -8rem
}

.reactnativeImg {
    margin-left: 90%
}

.reactnativeImg,
.rubyImg {
    margin-top: 10rem !important
}

.rubyImg {
    margin-left: -60%
}

.flutterImg {
    margin-left: -40%;
    margin-top: 8rem !important
}

.xiosImg {
    margin-left: -30%;
    margin-top: 10rem !important
}

.appCardContainer,
.appImageCardContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.5rem
}

.appCardContainer,
.appImageCardContainer {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    background-color: #fbfbfb
}

.appImageCardContainer {
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, .3);
    padding: 1.5rem 1.5rem 1rem 2rem
}

.appCardContainer:hover p {
    color: #fff !important
}

.cardBottomLine {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    left: 20%;
    height: 4px;
    background-color: #ababab
}

.cardHeading {
    font-size: 30px !important;
    font-weight: 600 !important
}

.appCardHeading {
    font-size: 30px !important;
    font-weight: 600 !important
}

.cardHeading25 {
    font-size: 20px !important;
    font-weight: 700 !important
}

.bg-transparent {
    background-color: transparent
}

.cardDesc {
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #656565;
    line-height: 25px !important;
    margin-top: 15px !important
}

.effect1:hover {
    cursor: pointer;
    background-image: url(../../../images/Group1707479841.png);
    background-size: cover;
    color: #fff !important;
}


.effect1:hover {
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #e6632a;
}

.app-cta {
    border-radius: 16px;
    background-image: url(../../../images/app-cta-back.png);
    background-size: cover;
    padding: 80px 0 0;
    margin-top: 120px !important;
    box-shadow: 1px 1px 4px #7b7b7b;
}

.mobile-cta {
    margin: -226px 0 -1px 12px
}

.app-cta h2 {
    color: #000;
    font-size: 66px;
    font-weight: 700;
    text-transform: capitalize
}

.app-cta button {
    border-radius: 100px;
    border: 1px solid #ff600b;
    padding: 12px 50px;
    margin-top: 10px;
}

.navs-app {
    padding: 100px 50px !important;
    background-color: #fffbf8
}

@keyframes tiltAnimation {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.3)
    }

    to {
        transform: scale(1)
    }
}

.tilt-effect {
    animation: tiltAnimation 3s ease-in-out infinite
}

.name-slide {
    background-color: #e0e0e0;
    overflow: hidden !important
}
.name-slide img{
    max-width: 200px;
}
.about-bottom-ban {
    height: 100vh;
    background-image: url(../../../images/about-banner.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.achievements-page h2 {
    font-weight: 700;
    margin-bottom: 12px
}

.achievements-page p {
    margin-bottom: 60px;
    width: 85%
}

.cardTags {
    display: flex;
    gap: 20px
}

.cardTags button {
    background-color: #ffd7b8;
    color: #FF600B;
    border: 0;
    padding: 10px 16px;
    border-radius: 100px
}

.arrows-div {
    position: relative
}

.arrows-div img {
    right: 2px;
    top: 30px;
    position: absolute
}

.case-studies-slider {
    background-color: #f0f0f0;
    padding: 100px 0
}

.dark-mode .case-studies-slider {
    background-color: #000
}

.case-studies-slider h2 {
    font-size: 48px;
    font-weight: 700;
    color: var(--heading-color)
}

.case-studies-slider .arrow {
    display: none
}

.case-studies-slider .slide-item {
    padding: 12px
}

.case-studies-slider .slide-item img {
    height: 296px;
    object-fit: fill;
    border-radius: 0
}

.case-studies-slider .slide-item h3 {
    margin: 18px 0 0;
    font-weight: 600;
    font-size: 24px
}

.case-studies-slider .slide-item p {
    margin-top: 10px
}

.case-studies-slider button {
    padding: 0;
    margin: 0;
    border: 0
}

.case-studies-slider button svg {
    color: #FF600B;
    font-size: 28px
}

.case-studies-slider .slick-list {
    margin-right: -250px !important
}

.bars-btn-container {
    position: relative;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease, visibility .5s ease
}

.bars-btn {
    background-color: #FF600B;
    border-radius: 100px;
    border: 0;
    width: 70px;
    height: 70px;
    position: fixed;
    cursor: pointer;
    top: 26px;
    right: 26px;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: center
}

.bars-btn svg {
    font-size: 26px;
    fill: var(--white)
}

.bars-btn-container.show {
    opacity: 1;
    visibility: visible
}

.main-full-menu {
    transform: translateY(-100%)
}

.dropusline,
.main-full-menu {
    background-color: var(--white);
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100;
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease
}

.dropusline {
    transform: translateX(100%)
}

.videoModal {
    background-color: var(--white);
    height: 90vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1300;
    opacity: 1
}

.menu-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.left-menu-img {
    background-image: url(../../../images/main-menu-img.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.header-image-container {
    position: relative;
    overflow: hidden
}

.headerSideImage {
    object-fit: cover !important;
    position: absolute;
    right: 24px;
    height: 100%;
    transition: transform .5s ease-in-out, opacity .3s
}

.slide-in {
    opacity: 0;
    transform: translateX(20px);
    animation: fadeSlideIn .6s ease-in-out forwards
}

@keyframes wavyIn {
    0% {
        transform: translateY(-50px) rotate(-5deg);
        opacity: 0
    }

    50% {
        transform: translateY(5px) rotate(2deg)
    }

    to {
        transform: translateY(0) rotate(0);
        opacity: 1
    }
}

@keyframes zoomBlurIn {
    0% {
        opacity: 0;
        transform: scale(1.2);
        filter: blur(10px)
    }

    to {
        opacity: 1;
        transform: scale(1);
        filter: blur(0)
    }
}

@keyframes maskReveal {
    0% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0)
    }

    to {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0)
    }
}

@keyframes flipIn {
    0% {
        transform: rotateY(90deg);
        opacity: 0
    }

    to {
        transform: rotateY(0);
        opacity: 1
    }
}

@keyframes fadeSlideIn {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes slideBlurIn {
    0% {
        opacity: 0;
        filter: blur(10px);
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        filter: blur(0);
        transform: translateY(0)
    }
}

@keyframes revealAnimation {
    0% {
        -webkit-clip-path: circle(0 at 50% 50%);
        clip-path: circle(0 at 50% 50%)
    }

    to {
        -webkit-clip-path: circle(100% at 50% 50%);
        clip-path: circle(100% at 50% 50%)
    }
}

@keyframes fadeInScale {
    0% {
        opacity: 0;
        transform: scale(1.1)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes slideFromTop {
    0% {
        transform: translateY(-100%);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.right-main-menu {
    padding: 50px 100px !important;
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: column;
    overflow: scroll
}

.right-main-menu ul li {
    color: var(--heading-color)
}

.right-main-menu .social-media {
    text-align: start;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px
}

.right-main-menu .main-ul-li,
.right-main-menu .social-media {
    padding: 0;
    list-style-type: none;
    margin: 0
}

.right-main-menu .main-ul-li li a {
    color: var(--heading-color);
    font-size: 42px;
    text-transform: capitalize;
    font-weight: 700
}

.right-main-menu .main-ul-li li a:hover {
    color: #FF600B
}

.main-popup {
    padding: 20px;
    z-index: 1100;
    opacity: 0;
    animation: fadeIn .3s ease-in-out forwards
}

.main-popup,
.popupBg {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0
}

.popupBg {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    display: flex;
    transition: all .5s;
    justify-content: center;
    align-items: center;
    z-index: 1200
}

.card {
    border-radius: 15px;
    overflow: hidden
}

.dark-mode .card {
    background-color: #181818
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.popup-inner {
    background-color: var(--white);
    border-radius: 16px;
    padding: 40px 50px
}

.dark-mode .popup-inner {
    background-color: #0d0d0d
}

.popup-inner h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px
}
.budget-btns {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.budget-btns button {
    background-color: #0000;
    border: 1px solid #FF600B;
    border-radius: 8px;
    font-size: 16px;
    white-space: nowrap;
    padding: 10px 20px
}

.cancel-btn {
    background: #0000;
    color: #000;
    border: 1px solid #FF600B;
    border-radius: 40px;
    padding: 12px 40px;
    font-size: 18px;
    font-weight: 400;
    transition: all .5s;
    text-align: left;
    line-height: 21px;
    position: relative
}

.own-process {
    display: flex
}

.process-bottom-div {
    border-bottom: 1px solid #FF600B;
    height: 10px;
    width: 100%;
    margin: 30px 0 0
}

.process-bottom-1 {
    position: relative
}

.process-bottom-1 img {
    padding: 0 30px 0 0
}

.process-bottom-1 h3 {
    padding: 31px 36px 0 0;
    margin-bottom: 56px;
    -webkit-text-stroke: 1px #FF600B;
    color: #0000;
    font-size: 65px;
    width: 104px;
    border-right: 1px solid #FF600B
}

.process-bottom-1 p {
    width: 268px
}

.process-bottom-1 .dot {
    width: 10px;
    height: 10px;
    background-color: #FF600B;
    border-radius: 100px;
    position: absolute;
    left: 98px;
    bottom: 211px
}

.process-bottom-2 h3 {
    padding: 31px 36px 0 0;
    margin-bottom: 56px;
    -webkit-text-stroke: 1px #FF600B;
    color: #0000;
    font-size: 65px;
    width: 104px;
    border-right: 1px solid #FF600B
}

.process-bottom-2 .dot {
    width: 10px;
    height: 10px;
    background-color: #FF600B;
    border-radius: 100px;
    position: absolute;
    left: 98px;
    bottom: 211px
}

.process-bottom-2 .process-bottom-div {
    border-bottom: 1px solid #FF600B;
    height: 10px;
    width: 100%;
    margin: 30px 0 0
}

.mobile-sidebar {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #0d0d0d;
    z-index: 9999;
    transform: translateX(-100%);
    transition: transform .3s ease-in-out;
    padding: 20px;
    color: #fff
}

.mobile-sidebar.open {
    display: block;
    transform: translateX(0)
}

.div-header {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.close-btn {
    background-color: #FF600B;
    padding: 9px 12px !important;
    margin: 0;
    border: 0;
    border-radius: 100px
}

.close-btn svg {
    color: #fff !important;
    fill: #fff !important
}

.nav-link {
    text-align: center;
    font-size: 26px !important;
    margin-top: 10px
}

.navbar-toggler {
    background-color: #FF600B !important;
    color: #fff;
    border-radius: 100px !important;
    padding: 10px !important
}

.navbar-toggler-icon {
    background-image: url(../../../images/white-bar.png) !important;
    width: 26px !important;
    height: 26px !important
}

.why-choose-us {
    padding: 100px 0
}

.why-choose-us h2 {
    font-size: 45px;
    font-weight: 700
}

.why-choose-sec {
    padding: 100px 0;
    background-color: #fffbf8
}

.why-choose-sec h2 {
    font-size: 66px;
    font-weight: 700
}

.choose-sec-1 {
    text-align: center;
    padding: 3rem 2rem 1.5rem;
    background-color: #fafafa;
    box-shadow: 0 0 5px 5px hsla(0, 0%, 43%, .07);
    min-height: 240px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    cursor: pointer;
    margin: 0 3px
}

.choose-sec-1:hover .choose-rectangle {
    transition: all .6s;
    background-color: #FF600B
}

.choose-sec-1:hover {
    background-color: #fff;
    transition: all .6s;
    background-image: url(../../../images/choose-back.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    animation: fadeInUp .6s forwards
}

.choose-sec-1:hover h4 {
    color: #FF600B
}

.choose-rectangle {
    background-color: #ababab;
    height: 4px;
    border-radius: 100px;
    width: 50%;
    margin-bottom: -22px
}

.choose-sec-1 h4 {
    font-size: 28px;
    font-weight: 700
}

.choose-sec-1 p {
    font-size: 14px;
    color: #656565
}

.number-selector {
    display: flex;
    gap: 50px
}

.number-selector .active {
    color: var(--white);
    border-bottom: 4px solid #fff;
    width: 30px
}

.number-selector h4 {
    width: 30px;
    color: #5f6166;
    display: flex;
    justify-content: center
}

#accordion-main .accordion-body {
    padding: 0 26px 26px 20px !important
}

.main-video-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f8f8
}

.main-video-banner.dark-mode {
    background-color: #0d0d0d
}

.orange-wrap {
    background-color: #fffbf8
}

.line-image-1 {
    height: 100%;
    width: 100px;
    padding: 6rem 0;
    object-fit: contain
}

.right-let-mid {
    padding: 100px 0
}

.right-let-mid h2 {
    font-size: 54px;
    font-weight: 700
}

.blogLastSection {
    background-image: url(../../../images/blogContactus.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
    background-color: #181818
}

.collapseHeading {
    font-size: 40px;
    font-weight: 700
}

.paragraph {
    font-size: 18px;
    color: #696969
}

.subparagraph {
    font-size: 20px;
    color: #454545
}

.blogSection3Row img {
    width: 100%
}

.app-testing {
    padding: 100px 0
}

.blogSection1 {
    padding: 60px 0 !important
}

.blogSection3Row {
    padding-left: 6rem
}

.app-testing h2 {
    font-size: 55px;
    font-weight: 700
}

.blogSection2 {
    padding: 7rem 6rem
}

.smallCircle {
    padding: 2px;
    border-radius: 20px;
    background-color: #696969
}

.appTestRight {
    background-image: url(../../../images/Group1707479836.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 500px
}

.appTestBox {
    background-color: #fff;
    box-shadow: 2.84px 5.68px 23.6px 0 #0000002b;
    padding: 3rem 1.5rem 2rem;
    text-align: center;
    border-radius: 12px;
    transition: all .4s;
    cursor: pointer;
    min-height: 315px;
    width: 98%
}

.appTestBox:hover,
.effect9:hover {
    background-image: url(../../../images/Group1707479837.png);
    background-repeat: no-repeat;
    background-size: cover;
    border: none !important;
    margin: 0
}

.appTestBox:hover h4,
.effect9:hover h4 {
    color: #FF600B
}

.effect9:hover p {
    color: #454545 !important
}

.appTestBox h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px
}

.appTestBox p {
    font-size: 13px;
    margin: 0
}

.TestingProcess {
    padding: 100px 0
}

.TestingProcess h2 {
    font-size: 66px;
    font-weight: 700
}

.topNotchSection {
    background-image: url(../../../images/Group17074798435.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    background-color: #fffbf8
}

.dark-mode .topNotchSection {
    background-color: #373a40
}

.topNotchSection h2 {
    font-size: 50px;
    font-weight: 700
}

.topNotchSection h2 span {
    color: #FF600B
}

.topNotchSection p {
    color: #454545;
    font-size: 14px
}

.topNotchSection h4 {
    margin-top: 36px;
    font-size: 26px;
    font-weight: 700
}

.StudiosWhy {
    background-color: #fffbf8;
    padding: 100px 0
}

.StudiosWhy h2 {
    font-size: 60px;
    font-weight: 700
}

.IOS-services {
    position: relative;
    padding: 100px 0
}

.IOS-services h2 {
    font-size: 55px;
    font-weight: 700
}

.IOS-services p {
    font-size: 16px
}

.IOS-services .IOS-slider {
    text-align: center;
    padding: 3rem 1.5rem 2rem;
    box-shadow: 0 5.19px 16.62px 0 #f66a0026;
    background-color: var(--white);
    border-radius: 20px;
    margin: 16px;
    position: relative;
    min-height: 275px;
    gap: 16px;
    cursor: pointer;
    transition: all .4s ease
}

.IOS-services .IOS-slider:hover {
    background-color: #FF600B;
    background-image: url(../../../images/Group534584.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.IOS-services .slick-list {
    margin-right: -300px
}

.IOS-services .IOS-slider:hover button,
.IOS-services .IOS-slider:hover h3,
.IOS-services .IOS-slider:hover p {
    color: var(--white) !important
}

.IOS-services .IOS-slider h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0
}

.IOS-services .IOS-slider p {
    font-size: 14px;
    color: #666;
    margin: 0
}

.IOS-services .IOS-slider button {
    background: #0000;
    border: 0;
    text-decoration: underline;
    color: #000;
    font-size: 14px
}

.IOS-services .slick-next,
.IOS-services .slick-prev {
    position: absolute
}

.IOS-services .slick-prev {
    top: -50%;
    left: 88% !important
}

.IOS-services .slick-next {
    top: -50%;
    right: 5%
}

.IOS-services .slick-prev:before {
    background-image: url(../../../images/Group353453.png)
}

.IOS-services .slick-next:before,
.IOS-services .slick-prev:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 70px;
    width: 70px;
    display: block;
    content: " " !important
}

.IOS-services .slick-next:before {
    background-image: url(../../../images/Group353454.png)
}

.iosDesignProcess {
    padding: 100px 0
}

.iosDesignProcess h2 {
    font-size: 55px;
    font-weight: 700;
    text-align: center
}

.iosDesignProcess p {
    font-size: 14px
}

.effect3:hover {
    background: #FF600B;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    transition: all .4s ease;
    color: #fff
}

.appImageCardContainer img {
    width: 80px;
    height: 80px;
    position: relative;
    z-index: 9;
    filter: grayscale(1);
    transition: filter .3s ease
}

.appImageCardContainer:hover img {
    filter: grayscale(0);
    transition: filter .3s ease
}

.appImageCardContainer span {
    position: absolute;
    top: 5%;
    left: 49%;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    background-color: #f5f5f5;
    z-index: 7;
    transition: background-color .3s ease
}

.effect6:hover {
    background-image: url(../../../images/Group1707479839.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.effect6:hover h4 {
    color: #FF600B
}

.effect6:hover img {
    filter: grayscale(0)
}

.effect6:hover span {
    background-color: #fcefe6
}

.IosChoose {
    padding: 100px 0
}

.IosChoose h2 {
    font-size: 55px;
    font-weight: 700
}

.IosChoose p {
    font-size: 14px
}

.mobileAppDesign {
    padding: 100px 0
}

.mobileAppDesign h2 {
    font-size: 55px;
    font-weight: 700
}

.mobileAppDesign p {
    font-size: 14px
}

.mobileAppDesignBox {
    height: 355px;
    background-color: var(--white);
    border-radius: 12px;
    padding: 26px;
    box-shadow: 2.84px 5.68px 23.21px 0 #0000001e;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    transition: all .4s ease
}

.mobileAppDesignBox img {
    width: 50px;
    filter: brightness(1) invert(0);
    transition: filter .3s
}

.mobileAppDesignBox h4 {
    font-weight: 700;
    font-size: 24px;
    margin: 12px 0
}

.mobileAppDesignBox p {
    margin: 0
}
.services-inner h6 a {
    color: #ff600b;
    font-size: 18px;
    font-weight: 900;
}
.mobileAppDesignBox:hover {
    background-image: url(../../../images/Group453767.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #FF600B
}

.mobileAppDesignBox:hover h4 {
    color: var(--white)
}

.mobileAppDesignBox:hover p {
    color: var(--white) !important
}

.mobileAppDesignBox:hover img {
    filter: brightness(0) invert(1)
}

.DesignProcess {
    padding: 40px 0
}

.DesignProcess h2 {
    font-size: 55px;
    font-weight: 700
}

.DesignProcess p {
    font-size: 14px
}

.DesignProcessBox {
    padding: 3rem 1rem 2rem;
    background-color: var(--white);
    box-shadow: 1px 1px 23.21px 0 #0000001e;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
    transition: all .4s ease;
    margin-top: 20px;
    min-height: 370px
}

.DesignProcessBox h4 {
    font-size: 24px;
    font-weight: 700;
    margin: 12px 0
}

.DesignProcessBox p {
    font-size: 14px;
    margin: 0;
    line-height: 24px;
    color: #656565
}

.text60 {
    font-size: 3vw !important
}

.contactUsPara {
    font-size: 21px !important;
    color: #afafaf !important;
    line-height: 27px !important;
    font-weight: 400 !important
}

.effect2:hover {
    cursor: pointer;
    transition: all .4s;
    background-color: #FF600B;
    color: #fff
}

.effect2:hover p {
    color: #fff !important
}

.DesignProcessBox:hover {
    background-color: #FF600B
}

.DesignProcessBox:hover h4 {
    color: var(--white)
}

.DesignProcessBox:hover p {
    color: var(--white) !important
}

.highAndroid {
    padding: 100px 0
}

.highAndroid h2 {
    font-size: 55px;
    font-weight: 700
}

.highAndroid p {
    font-size: 14px
}

.WhyChooseUsMobile {
    padding: 100px 0
}

.WhyChooseUsMobile h2 {
    font-size: 55px;
    font-weight: 700;
    text-align: center
}

.WhyChooseUsMobile p {
    font-size: 14px
}

.innovativeHeading {
    font-size: 4.5vw !important;
    font-weight: 700 !important;
    user-select: none;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;
}

.btn-schedule:hover {
    background-color: #fff !important;
    color: #FF600B !important
}

.webAppDev {
    padding: 80px 0 100px 140px !important
}

.webAppDev h2 {
    margin-top: 7rem
}

.TechAndTools {
    padding: 100px 0
}

.TechAndTools h2 {
    font-size: 55px;
    font-weight: 700
}

.TechAndTools h2,
.TechAndTools p {
    text-align: center
}

.TechAndToolSlider {
    margin-top: 26px;
    padding-top: 12px
}

.TechAndToolSlider .TechBoxSlide img {
    width: 165px;
    height: 135px;
    object-fit: contain;
    background-color: var(--white);
    box-shadow: 0 0 20px 0 #00000012;
    padding: 12px 30px;
    margin: 50px 30px;
    border-radius: 10px
}

.TechBoxSlide {
    transition: transform .3s ease
}

.TechBoxSlide.scale-up img {
    transform: scale(1.5);
    border-top: 2px solid #FF600B;
    border-bottom: 2px solid #FF600B;
    transition: transform .3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .35)
}

.TechBoxSlide img {
    width: 150px !important;
    height: 120px !important
}

.WebAppDevelopmentServices {
    padding: 100px 0
}

.WebAppDevelopmentServices h2 {
    font-size: 55px;
    font-weight: 700
}

.WebAppDevBox:hover {
    background-color: #FF600B !important;
    transform: translateX(-20px)
}

.effect4 {
    background-color: var(--white);
    cursor: pointer;
    transition: all .4s ease
}

.effect4:hover {
    background-color: #FF600B !important;
    transform: translateX(-20px) !important;
    color: #fff !important
}

.WebAppDevBox:hover h4,
.WebAppDevBox:hover p {
    color: var(--white) !important
}

.DevelopmentProcess {
    padding: 100px 0;
    background-color: #fffbf8
}

.DevelopmentProcess h2 {
    font-size: 55px;
    font-weight: 700
}

.effect5 {
    background-color: var(--white);
    cursor: pointer;
    transition: all .4s ease
}

.effect5:hover {
    background-image: url(../../../images/Group3485457.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.effect5:hover h4 {
    color: #FF600B
}

.effect5:hover p {
    color: #454545 !important
}

.effect2:hover .cardBottomLine,
.effect5:hover .cardBottomLine {
    background-color: #FF600B !important
}

.WebAppSolutions h2 {
    font-size: 55px;
    font-weight: 700;
    text-align: center
}

.WebAppSolutions p {
    text-align: center;
    font-size: 14px
}

.LowCodeNoCode {
    padding: 100px 0
}

.LowCodeNoCode h2 {
    font-size: 55px;
    font-weight: 700
}

.LowCodeNoCode h4 {
    font-size: 30px;
    font-weight: 700
}

.SuccessfullDeveloped {
    padding: 100px 0
}

.SuccessfullDeveloped h2 {
    font-size: 55px;
    font-weight: 700
}

.SuccessfullBox {
    position: relative
}

.SuccessfullBox h3 {
    font-size: 36px;
    font-weight: 700;
    margin: 24px 0 14px
}

.SuccessfullBox p {
    font-size: 14px;
    width: 80%
}

.SuccessfullBox button {
    border: 0;
    background-color: #fbd7bb;
    color: #FF600B;
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 100px
}

.SuccessfullBox .Arrow17 {
    position: absolute;
    top: 70%;
    right: 2%;
    width: 30px
}

.AISoftwareDevelopment {
    padding: 100px 0
}

.AISoftwareDevelopment h2 {
    font-size: 55px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize
}

.AISoftwareDevelopment p {
    font-size: 14px;
    text-align: center
}

.KeyOfAi {
    padding: 100px 0;
    background-color: #fffbf8
}

.dark-mode .KeyOfAi {
    background-color: #373a40
}

.KeyOfAi h2 {
    font-size: 55px;
    font-weight: 700
}

.KeyOfAi h4 {
    color: #FF600B;
    font-weight: 700
}

.weCommitbox {
    box-shadow: 0 5.19px 16.62px 0 #f66a0026;
    background-color: var(--white);
    margin: 10px 20px;
    height: 606px;
    padding-bottom: 10px
}

.weCommitbox,
.weCommitbox img {
    border-radius: 10px
}

.weCommitbox h4 {
    padding: 28px 28px 0;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 16px
}

.weCommitbox p {
    padding: 10px 24px 28px 28px;
    font-size: 14px;
    color: #656565
}

.weCommitboxNavs .slick-prev {
    top: -30%;
    left: 88% !important
}

.weCommitboxNavs .slick-next {
    top: -30%;
    right: 5%
}

.OurChooseOpt {
    padding: 100px 0
}

.OurChooseOpt h2 {
    font-size: 55px;
    font-weight: 700
}

.OurChooseOpt p {
    font-size: 14px
}

.midMobileAdd {
    padding: 100px 0;
    position: relative
}

.midMobileAdd h2 {
    font-size: 55px;
    font-weight: 700
}

.midMobileAdd p {
    font-size: 14px
}

.panelBoxLeft {
    margin-left: -70px
}

.panelBoxLeft h2 {
    font-size: 55px;
    font-weight: 700
}

.panelBoxLeft h4 {
    font-size: 24px;
    font-weight: 700
}

.panelBoxRight {
    margin-right: -140px;
    margin-left: 60px
}

.panelBoxRight h4 {
    font-size: 24px;
    font-weight: 700
}

.lines-1,
.lines-2,
.lines-3,
.lines-4 {
    position: absolute
}

.lines-1 {
    width: 40% !important;
    left: -75px;
    top: 36%
}

.lineHeading {
    font-size: 1.5vw !important;
    font-weight: 600 !important
}

.lines-2 {
    width: 28% !important;
    left: 4%;
    top: 62%
}

.lines-3 {
    width: 18% !important;
    right: 17%;
    top: 58%
}

.lines-4 {
    width: 25% !important;
    right: 8%;
    top: 65%
}

.mid-mob {
    margin: -50px 0 120px
}

.androidDeveloper {
    padding: 100px 0
}

.androidDeveloper h2 {
    font-weight: 700;
    font-size: 55px
}

.line-android {
    width: 100%;
    height: 485px;
    object-fit: cover
}

.lines-andrd h4 {
    font-size: 22px;
    font-weight: 700
}

.lines-andrd P {
    font-size: 14px
}

.IOSDevelopmentServices {
    padding: 100px 0
}

.IOSDevelopmentServices h2 {
    font-size: 55px;
    font-weight: 700
}

.ahh2 .accordion-item h2 button {
    font-size: 36px !important;
    font-weight: 400 !important
}

.budget-btn-active {
    background-color: #FF600B !important;
    color: var(--white) !important
}

.budgetSubHeading {
    font-size: 2.1vw !important;
    font-weight: 500 !important
}

.divPadding {
    padding-left: 3rem !important;
    padding-right: 3rem !important
}

.accordionText {
    font-size: 60px !important;
    font-weight: 600 !important
}
.workingTogetherText {
    user-select: none;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;
}
.mainHeadingMobile {
    font-size: 3.6vw !important;
    font-weight: 700 !important;
    user-select: none;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;
}
p{
    user-select: none;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;
}
.mainHeading{
    text-transform: capitalize !important;
    user-select: none;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;
}

.blogHeading {
    font-size: 3vw !important
}

.blogHeadingSub {
    font-size: 2.5vw !important
}

.paragraphText {
    font-size: 18px !important;
    line-height: 26px !important;
    font-weight: 400 !important;
    color: #454545
}

.dark-mode .mainHeadingMobile,
.dark-mode .paragraphText {
    color: #fff
}

.paddingLeft3 {
    padding-left: 3rem !important
}

.webAppDev h2 {
    margin-top: 2rem !important
}

.paddingRight3 {
    padding-right: 3rem !important
}

.workingTogether {
    justify-content: center
}

.contactusContainer {
    margin-top: 6rem
}

.cardTopMargin {
    margin-top: 3rem !important
}

.logoFoot {
    width: 16vw !important
}

@media only screen and (min-width:1900px) {
    .lineHeading {
        font-size: 30px !important
    }
}

.mid-mega-option {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    padding-top: 10px
}

.mid-mega-option a {
    font-size: 25px !important;
    font-weight: 600 !important;
    color: var(--heading-color) !important;
    font-family: NobelUno-Regular;
    cursor: pointer;
    border-radius: 100px
}

.mid-mega-option ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0 !important
}

  .banner-f-h2 {
    margin: 10px 0;
    padding-bottom: 10px;
    text-align: center;
    color: #fff;
    border-bottom: 3px solid #d3d3d4;
  }
 .banner-f-p label{
    color: #fff;
 }
  input {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: none;
    outline: none;
    resize: none;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    transition: all .3s;
    border-bottom: 2px solid #bebed2;
  }

  input:focus {
    border-bottom: 2px solid #78788c;
  }

  .banner-f-p {
    margin: 28px 0 0;
    font-size: 14px;
    color: #5a5a5a;
  }

  .banner-f-p input{
    color: #fff;
  }

  .banner-f-p input::placeholder{
    color: #fff !important;
  }

  .banner-form-btn {
    float: right;
    padding: 8px 12px;
    margin: 21px 0 0px 0;
    font-family: 'Montserrat', sans-serif;
    border: 2px solid #6d0706;
    background: none;
    color: #f2f2f2;
    cursor: pointer;
    transition: all .3s;
  }

  .banner-form-btn:hover {
    background: #6d0706;
    color: #fff;
  }

  .form-ex-div{
    position: absolute;
    bottom: -15px;
    right: 11px;
    background: #b20101;
    color: #fff;
    width: 386px;
    padding: 16px 4px 16px 17px;
    border-radius: 6px;
    font-size: 13px;
    box-shadow: 10px 10px 40px -14px #000;
  }

  .form-ex-div span {
    margin: 0 5px 0 15px;
  }

  .home-b-input{
    display: flex;
    justify-content: space-between;
  }

  .b-input-name input{
    width: 87%;
  }

  .kwb-img{
    width: 13%;
  }

.kwb-h4{
    font-size: 39px;
    font-weight: 800;
    text-decoration: auto !important;
}

.industries-sec{
    background: #fff;
    padding: 55px 0 0 0;
}

.slick-slider {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* typing Text */

  .typing-text {
    display: inline-block;
    
    color: var(--heading-color);
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
    border-right: 4px solid transparent;
    white-space: nowrap;
    /* white-space: wrap; */
    overflow: hidden;
    width: 0;
    animation: typing 4s steps(30) 1s forwards, blink 0.75s step-end infinite;
  }
  
  @keyframes typing {
    from {
      width: 0;
    }
    to {
      width: 100%;
    }
  }
  
  @keyframes blink {
    50% {
      border-color: transparent;
    }
  }
  

  .counter h4{
    font-size: 40px;
    font-weight: bold;
    transition: all 0.5s ease;
  }

  .ios-banner-p{
    line-height: 26px !important;
    font-weight: 400 !important;
    color: #838181;
    font-size: 21px !important;
    width: 73%;
  }

  
  .skills-card{
    background: #fff5f4;
    text-wrap: initial;
    text-align: left;
  }

  .skills-card h5{
    text-align: left;
    font-size: 26px;
    font-weight: bolder;
  }
.ios-skil-head-h{
    font-size: 58px;
    font-weight: 800;
}

.ios-skil-head-p{
font-size: 20px;
}

.skills-card-w{
    width: 20rem;
    height: 41vh;
}

.red-color{
    color:#FF600B !important;
}

/* CTA Section Start */
.cta-sec{
    background: linear-gradient(90deg, #ff600b 0%, #4d1b00 50%);
    padding: 60px 0;
    border-radius: 17px;
}

.cta-area h2{
    font-size: 40px !important;
    color: #fff;
    line-height: 54px;
}

.cta-area p{
    padding: 5px 0px;
}

.cta-btn{
    padding-top: 19px;
}

.cta-btn a{
    margin: 0px 0px 0px 35px;
}
/* CTA Section End */


.main-nave-bar{
    position: absolute;
    z-index: 1;
    width: 100%;
}
@media(max-width:800px){
    .main-nave-bar{
        display: none;
    }
    .mob-hide{
    display: none;
}
}
.footer-1stp{
    color: #000;
    padding-top: 10px;
}



@media only screen and (max-width:1550px) {
    .cardHeading {
        font-size: 24px !important
    }
}

@media only screen and (max-width:1319px) {
    .viewSpecificationsBtnContainer {
        width: 70% !important
    }

    .wireframePrototype {
        width: 85% !important
    }
}

@media only screen and (max-width:1132px) {
    .usaMap {
        bottom: 70% !important;
        left: 20% !important
    }
}

@media only screen and (max-width:991px){
    .r-text-center{
        text-align: center !important;
    }

    .footer-link h5{
        margin: 0 auto;
    }
}

@media only screen and (max-width:948px) {
    .webAppDev {
        padding-left: 40px !important
    }

    .viewSpecificationsBtnContainer,
    .wireframePrototype {
        width: 100% !important
    }

    .right-mega-menu ul li a {
        color: #000 !important;
        padding: 6px 12px;
        border-radius: 100px
    }
}

@media only screen and (max-width:831px) {
    .budget-btns {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 15px
    }
}

@media only screen and (max-width:768px) {
    .testimonialArrow {
        height: 0 !important;
        top: 2rem !important;
        right: 1rem !important
    }
    .marker{
        right: 54%;
    top: 84%;
    }

    .slideInContainer {
        overflow: hidden !important
    }

    .workingTogether {
        display: flex !important;
        align-items: flex-start !important;
        justify-self: start !important;
        justify-content: flex-start !important
    }

    .workingTogetherText {
        font-size: 7vw
    }

    .mapContainer {
        margin-top: 100px
    }

    .testimonialArrow button {
        width: 25px !important;
        height: 25px !important;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .webAppDevContainer {
        gap: 30px !important
    }

    .accordionText,
    .budgetHeading,
    .mainHeadingMobile {
        font-size: 6vw !important
    }

    .innovativeHeading {
        font-size: 40px !important
    }

    .mainContainerAppCta {
        padding-left: 2rem !important
    }

    .webAppDevContainerFirst {
        margin-top: 0 !important
    }
}

@media only screen and (max-width:600px) {
    .australiaMap {
        bottom: -8.5em !important
    }

    .usaMap {
        top: 6% !important;
        left: 27% !important
    }
}

@media only screen and (max-width:572px) {
    .evolutionBtn {
        display: block !important
    }

    .fancyProtoType {
        margin-top: 30px
    }
}

@media only screen and (max-width:480px) {

    .eveolutionImgMargin,
    .phase_a-first-row,
    .phase_a-third-col img,
    .phase_b-fifth-col img,
    .phase_b-first-col img,
    .phase_b-second-col img {
        padding-top: 30px
    }
.bnr-p-r{
    padding-right:0%
}
    .dive_button {
        margin-top: -50px
    }

    .phase_a {
        padding-bottom: 40px
    }

    .kinetic_web_col {
        margin-top: 80px
    }

    .phase_b-head {
        margin-bottom: 30px
    }

    .mobileHeaderCross {
        visibility: visible !important
    }

    .usaMap {
        top: -2% !important
    }

    .mainHeading {
        font-size: 35px !important
    }

    .dive_line,
    .phase_b-inprocess:after {
        display: none
    }

    .mobileFooterText {
        font-size: 12px
    }

    .headerListMobile {
        width: 100%
    }

    .mobileHeaderLink {
        font-size: 2.5rem
    }

    .effect7:hover {
        transform: none
    }

    .cardImgHeight {
        height: 230px !important
    }

    .tab-pannell .pe-5 {
        padding-right: 1.5rem !important
    }

    .homeBanner {
        height: 100%
    }

    .how-steps {
        border: none !important;
        padding: 20px 0 20px 20px !important
    }

    .dotted {
        display: none
    }

    .react-tabs__tab {
        font-size: 12px !important
    }

    .right-main-menu .main-ul-li li a {
        color: var(--heading-color);
        font-size: 22px;
        font-weight: 700
    }

    .phase_a-first-col:before,
    .phase_a-second-col:before,
    .phase_a-third-col:before,
    .phase_b-fifth-col:before,
    .phase_b-first-col:before,
    .phase_b-forth-col:before,
    .phase_b-second-col:before,
    .phase_b-third-col:before {
        display: none
    }

    .right-mega-menu {
        border-left: none
    }

    .appCardContainer {
        height: 300px !important;
        padding: 1.5rem 1rem 1rem !important
    }

    .appImageCardContainer {
        height: 400px !important;
        padding: 1.5rem 1rem 1rem !important
    }

    .cardDescArea {
        height: 200px !important;
        padding-bottom: 30px !important
    }

    .mid-mega-option a {
        font-size: 15px !important;
        font-weight: 400;
        color: var(--heading-color) !important;
        font-family: NobelUno-Regular;
        cursor: pointer;
        border-radius: 100px;
        text-align: left !important
    }

    .mid-mega-option ul li.active {
        background-color: #FF600B;
        color: "#fff"
    }

    .mid-mega-option ul li a.active {
        background-color: #FF600B;
        flex-direction: row;
        align-items: center;
        justify-content: space-between
    }

    .right-main-menu {
        padding: 20px 40px !important;
        margin: 0;
        overflow: scroll
    }

    .mid-mega-option,
    .right-main-menu {
        display: flex;
        align-items: start;
        justify-content: start;
        flex-direction: column
    }

    .mid-mega-option {
        padding-top: 10px
    }

    .mid-mega-option ul {
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0 !important
    }

    .mid-mega-option .right-main-menu .main-ul-li.mobile-menu-updated .mobile-popup li a {
        color: #fff !important;
        line-height: 20px !important;
        font-size: 12px
    }

    .right-main-menu .main-ul-li {
        padding: 0;
        list-style-type: none;
        margin: 0;
        width: 100%
    }

    .right-mega-menu ul li {
        color: #FF600B;
        font-size: 10px;
        padding: 6px
    }

    .mid-mega-option ul li a:first-child:after {
        content: " ➔";
        color: #fff;
        font-size: 16px;
        display: flex;
        flex-direction: row-reverse;
        width: 0;
        align-items: center
    }

    .mid-mega-option ul li a.active {
        color: #fff !important;
        padding: 5px 30px;
        font-size: 22px !important;
        width: 100%;
        display: flex
    }

    .mid-mega-option ul li a {
        padding: 5px 30px;
        font-size: 18px !important;
        width: 100%;
        display: flex
    }

    .divPadding {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .logoFoot {
        width: 14rem !important
    }

    .container {
        max-width: 100% !important
    }

    .paragraphText {
        margin-top: 20px !important
    }

    .mobileCardPadding {
        padding: 1.5rem !important
    }

    .sticky-number {
        height: 260px;
        position: -webkit-sticky;
        position: sticky;
        top: 90px;
        left: 0;
        display: none
    }

    .tab-pannell h4 {
        font-size: 26px;
        font-weight: 700
    }

    .phase_b-fifth-row:after {
        content: "";
        border-right: 2px dashed #e84c3d80;
        width: 0;
        left: 0;
        right: 0;
        height: 175px;
        margin: 0 auto;
        position: absolute;
        z-index: -1;
        top: 130px;
        height: 0
    }

    button.dive_buttons:before {
        content: "";
        position: absolute;
        left: -188px;
        height: 1px;
        width: 60%;
        top: 28px;
        border-bottom: 2px dashed #e84c3d80;
        width: 0
    }

    .bannerHeading {
        font-size: 11vw !important
    }

    .bannerContainer {
        height: 250px !important
    }

    .whole-btn2 {
        background: #FF600B;
        border: 1px solid #FF600B;
        border-radius: 30px;
        padding: 15px 10px;
        font-size: 13px;
        font-weight: 400;
        transition: all .5s;
        text-align: center;
        color: #fff
    }

    .blogSection1Text {
        margin-top: 0 !important
    }

    .blogSection1Img {
        margin-top: 2rem !important
    }

    .popup-inner {
        padding: 20px !important
    }

    .appMobilePadding {
        padding: 50px 20px !important
    }

    .imgWidth95 {
        width: 95% !important
    }

    .main-popup {
        padding: 2px
    }

    .appMobilePaddingSmall {
        padding: 50px 10px !important
    }

    .accordionText,
    .blogHeading,
    .blogHeadingSub,
    .budgetHeading,
    .cardHeading,
    .lineHeading,
    .mainHeadingMobile,
    .text60 {
        font-size: 6.5vw !important
    }

    .growthfirst-sec {
        display: flex !important;
        width: 100% !important;
        flex-direction: row !important
    }

    .heading50 {
        font-size: 6vw !important
    }

    .budgetLast {
        font-size: 16px !important;
        line-height: 24px !important
    }

    .navappImg img {
        width: 30% !important;
        margin: 2rem 0 !important
    }

    .blogLastSection {
        overflow: hidden !important
    }

    .navappImg {
        justify-content: center
    }

    .navs-app {
        overflow-x: hidden !important
    }

    .subHeading {
        font-size: 5vw !important
    }

    .case-study p {
        width: 100% !important
    }

    .mgBottom {
        margin-bottom: 50px !important
    }

    .TechAndToolSlider .TechBoxSlide img {
        width: 165px;
        height: 135px;
        padding: 12px 30px;
        margin-left: 30vw !important
    }

    .scheduleBtn {
        position: absolute;
        bottom: 10px
    }

    .mobileAppLeftRightPadding {
        padding: 0 20px !important
    }

    .mobile-cta {
        margin: 0 0 0 12px !important
    }

    .accordion-item .number {
        font-size: 20px;
        padding: 22px 6px 2px 7px;
    }

    .whatwedo {
        margin-bottom: 20px !important
    }

    .footerSection {
        margin-top: 50px !important
    }

    .IOS-services {
        overflow-x: hidden !important
    }

    .mgTop25 {
        margin-top: 25px !important
    }

    .bars-btn {
        width: 40px;
        height: 40px;
        top: 15px !important;
        right: 15px !important
    }

    .mgTop15 {
        margin-top: 15px !important
    }

    .mgTopNegative15 {
        margin-top: -15px !important
    }

    .removemb {
        margin-bottom: 10rem !important
    }

    .mgBottom25 {
        margin-bottom: 25px !important
    }

    .blogSection2 {
        margin: 0 !important;
        padding: 4rem .5rem !important
    }

    .marginTopMobile {
        margin-top: 2rem !important
    }

    .mobSmallHeading {
        font-size: 5vw !important
    }

    .about-banner h1 {
        font-size: 7vw !important;
        margin: 100px 0 5rem
    }

    .paddingLeft3 {
        padding-left: 1rem !important
    }

    .paddingRight3 {
        padding-right: 1rem !important
    }

    .accordion-button:after {
        width: 30px !important;
        height: 30px !important
    }

    .IOS-services .slick-list {
        margin-right: -45rem !important
    }

    .faqs .accordion-button:after {
        width: 30px !important;
        height: 30px !important
    }

    .weCommitboxNavs .slick-next {
        top: -3rem !important;
        right: 3rem !important
    }

    .IOS-services .slick-next:before,
    .IOS-services .slick-prev:before {
        position: absolute;
        top: 7.5rem
    }

    .weCommitboxNavs .slick-prev:before {
        position: absolute;
        top: 6.8rem
    }

    .weCommitboxNavs .slick-list {
        margin-right: -65rem !important
    }

    .weCommitboxNavs .slick-next:before {
        position: absolute;
        top: -.3rem;
        left: 5px !important
    }

    .IOS-services .slick-next:before {
        left: -.5rem
    }

    .IOS-services .slick-prev:before {
        right: 2rem
    }

    .appTestBox:hover {
        background-size: cover
    }

    .MobileAppTabs .tabs {
        width: 95% !important;
        overflow-x: auto !important
    }

    .MobileAppTabs .tabs::-webkit-scrollbar {
        display: none !important
    }

    .formBtn {
        white-space: nowrap;
        padding: 10px 20px !important;
        font-size: 15px
    }

    .popup-inner {
        max-height: 90%;
        overflow-y: auto
    }

    .case-study {
        overflow-x: hidden !important
    }

    .achievements-page .tags {
        flex-wrap: wrap !important;
        gap: 10px;
        margin-top: -2rem
    }

    .case-studies-slider {
        overflow-x: hidden !important
    }

    .case-studies-slider .slick-list {
        margin-right: -45rem !important
    }

    .caseStudy .slick-list {
        margin-right: -50rem !important
    }

    .cardTopMargin {
        margin-top: 1rem !important
    }

    .blogSection3Row {
        margin: 0 !important;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .lines-1,
    .lines-2,
    .lines-3,
    .lines-4 {
        display: none !important
    }

    .back-to-top,
    .callBtn {
        left: 5px
    }

    .panelBoxLeft,
    .panelBoxRight {
        margin-left: 0;
        margin-right: 0
    }

    .mid-mob {
        margin: 0
    }

    .formHeading {
        font-size: 25px !important
    }

    .line-android {
        width: 100%;
        height: 95%
    }

    .achievements-page p {
        width: 100%
    }

    .accordion-header {
        margin-top: 0 !important
    }

    .accordion-button {
        font-size: 16px !important;
        margin-right: 10px !important
    }

    .accordion-body {
        font-size: 14px !important
    }

    .line-area1 {
        width: 75% !important
    }

    .line-area2 {
        width: 25% !important
    }

    .step-1:before {
        width: 100px;
        height: 45px
    }

    .step-2:before {
        width: 160px;
        height: 45px
    }

    .step-3:before {
        width: 140px;
        height: 45px
    }

    .steps:before {
        left: 22px
    }
}

@media only screen and (max-width:431px) {
    .australiaMap {
        bottom: -9.5em !important
    }

    .usaMap {
        bottom: 5.5em !important
    }
}

@media only screen and (max-width:400px) {
    .step-1:before {
        width: 120px
    }

    .step-2:before {
        width: 200px
    }

    .usaMap {
        bottom: 4em !important
    }

    .step-3:before {
        width: 180px
    }

    .steps:before {
        left: 22px
    }

    .mainHeading {
        font-size: 40px !important
    }
}

@media only screen and (max-width:361px) {
    .usaMap {
        bottom: 3em !important
    }
}
/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
    background-color: #555;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 280px;
  }
  
  /* The popup form - hidden by default */
  .form-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9;
  }
  
  /* Add styles to the form container */
  .form-container {
    max-width: 300px;
    padding: 10px;
    background-color: white;
  }
  
  /* Full-width input fields */
  .form-container input[type=text], .form-container input[type=password] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
  }
  
  /* When the inputs get focus, do something */
  .form-container input[type=text]:focus, .form-container input[type=password]:focus {
    background-color: #ddd;
    outline: none;
  }
  
  /* Set a style for the submit/login button */
  .form-container .btn {
    background-color: #04AA6D;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom:10px;
    opacity: 0.8;
  }
  
  /* Add a red background color to the cancel button */
  .form-container .cancel {
    background-color: red;
  }
  
  /* Add some hover effects to buttons */
  .form-container .btn:hover, .open-button:hover {
    opacity: 1;
  }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.fade.show {
    opacity: 1;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.new-popup {
    border-radius: 30px;
    padding: 50px;
}

.modal-content {
    position: absolute;
    width: 100%;
    max-width: 70%;
    left: 0;
    right: 0;
    margin: auto;
    top: 230px;
    bottom: 0;
    height: 520px;
    justify-content: center;
}
.new-popup .row {
    width: 100%;
}
.new-popup .close {
    background: #FF0D0D;
    border-radius: 50%;
    top: 20px;
    right: 20px;
}
.new-popup .close span {
    font-size: 30px;
    color: #fff;
    font-weight: 100;
}
.new-popup .new-pop h2 {
    font-size: 35px !important;
    color: #000;
    text-transform: uppercase;
}
.new-popup .new-pop p {
    font-family: 'poppins';
    color: #000;
    font-size: 14px;
    margin-top: 20px;
}
.new-popup .new-pop img {
    width: 70%;
}
.new-popup form label {
    font-family: 'poppins';
    color: #000;
    font-size: 14px;
}
.new-popup form .form-control {
    background: #fff !important;
}
.new-popup .lets-talk button {
    width: 50%;
}
.lets-talk button {
    font-size: 18px;
    color: #fff;
    border: 1px solid #FF600B;
    padding: 10px 14px;
    border-radius: 30px;
    letter-spacing: 1px;
    transition: 1s;
    background: #FF600B;
    font-weight: 500;
    text-transform: uppercase;
}
.hamburger img{
    filter: invert(1);
}
@media only screen and (min-width: 1024px) {
    .cd-dropdown-trigger {
      font-size: 1.5rem;
    }
    .cd-dropdown-trigger.dropdown-is-active {
      background-color: #ff0000;
    }
    .no-touch .cd-dropdown-trigger.dropdown-is-active:hover {
      background-color: #ff0000b9;
    }
    .cd-dropdown-trigger.dropdown-is-active::before, .cd-dropdown-trigger.dropdown-is-active::after {
      /* transform the arrow into a 'X' */
      width: 14px;
    }
    .cd-dropdown-trigger.dropdown-is-active::before {
      /* transform the arrow into a 'X' */
      -webkit-transform: translateX(5px) rotate(-45deg);
      -moz-transform: translateX(5px) rotate(-45deg);
      -ms-transform: translateX(5px) rotate(-45deg);
      -o-transform: translateX(5px) rotate(-45deg);
      transform: translateX(5px) rotate(-45deg);
    }
    .cd-dropdown-trigger.dropdown-is-active::after {
      /* transform the arrow into a 'X' */
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  }
  #main-header-home .row{
    align-items: center;
  }
  .cd-dropdown h2,
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    height: 50px;
    line-height: 50px;
  }
  @media only screen and (min-width: 768px) {
    .cd-dropdown h2,
    .cd-dropdown-content a,
    .cd-dropdown-content ul a {
      height: 60px;
      line-height: 60px;
    }
  }
  @media only screen and (min-width: 1024px) {
    .cd-dropdown h2,
    .cd-dropdown-content a,
    .cd-dropdown-content ul a {
      height: 50px;
      line-height: 50px;
    }
  }
  
  .cd-dropdown h2,
  .cd-dropdown-content a,
  .cd-dropdown-content ul a,
  .cd-dropdown-content .cd-divider {
    padding: 0 20px;
  }
  
  .cd-dropdown {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #fffffff7, #f0bda3f7);
    color: #ffffff;
    visibility: hidden;
    /* Force Hardware Acceleration */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
    transition: transform 0.5s 0s, visibility 0s 0.5s;
    padding: 10px 5px;
  }
  .cd-dropdown h2 {
    /* dropdown title - mobile version only */
    position: relative;
    z-index: 1;
    color: #585a70;
    background: linear-gradient(to right,#030e67,#050e4f);
    border-bottom: 1px solid #fff;
  }
  .cd-dropdown .cd-close {
    /* 'X' close icon - mobile version only */
    position: absolute;
    z-index: 1;
    right: 0;
    top: 10px;
    height: 50px;
    width: 50px;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
  }
  .cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
    /* this is the 'X' icon */
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 20px;
    width: 5px;
    background-color: #ff600b;
  }
  .cd-dropdown .cd-close::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  .cd-dropdown .cd-close::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  .cd-dropdown.dropdown-is-active {
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
    transition: transform 0.5s 0s, visibility 0s 0s;
  }
  @media only screen and (min-width: 768px) {
    .cd-dropdown .cd-close {
      top: 5px;
    }
  }
  @media only screen and (min-width: 1024px) {
    .cd-dropdown {
      position: absolute;
      top: calc(100% - 2px);
      /* reset style*/
      height: auto;
      width: auto;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      background-color: #ffffff;
      color: #111433;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      opacity: 0;
      -webkit-transform: translateY(30px);
      -moz-transform: translateY(30px);
      -ms-transform: translateY(30px);
      -o-transform: translateY(30px);
      transform: translateY(30px);
      -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
      -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
      transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
    }
    .open-to-left .cd-dropdown {
      /* use the .open-to-left class if you want to open the dropdown on the left */
      right: 0;
      left: auto;
    }
    .cd-dropdown h2, .cd-dropdown .cd-close {
      /* on desktop - hide title and 'X' */
      display: none;
    }
    .cd-dropdown.dropdown-is-active {
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
      -moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s;
      transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
    }
  }
  
  .cd-dropdown-content, .cd-dropdown-content ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    padding: 110px 0 0 0;
  }
  .cd-dropdown-content a, .cd-dropdown-content ul a {
    display: block;
    color: #ffffff;
    /* truncate text with ellipsis if too long */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top-width: 0px;
    border-color: #fff;
    border-style: solid;
    border: 0;
    font-size: 16px;
  }
  .cd-dropdown-content li:first-of-type > a, .cd-dropdown-content ul li:first-of-type > a {
    border: 0;
  }
  .cd-dropdown-content li:last-of-type > a, .cd-dropdown-content ul li:last-of-type > a {
    border-bottom-width: 0px;
    border: 0;
  }
  .cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #0b0e23;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 1px;
    color: #585a70;
    text-transform: uppercase;
  }
  .cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
    border-top-width: 0;
  }
  .cd-dropdown-content a, .cd-dropdown-content .cd-search, .cd-dropdown-content .cd-divider, .cd-dropdown-content ul a, .cd-dropdown-content ul .cd-search, .cd-dropdown-content ul .cd-divider {
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
  }
  .cd-dropdown-content.is-hidden, .cd-dropdown-content ul.is-hidden {
    /* push the secondary dropdown items to the right */
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
    opacity: 0;
  }
  .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    /* push the dropdown items to the left when secondary dropdown slides in */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
    -webkit-overflow-scrolling: touch;
  }
  @media only screen and (min-width: 768px) {
    .cd-dropdown-content, .cd-dropdown-content ul {
      padding-top: 60px;
    }
    .cd-dropdown-content a, .cd-dropdown-content ul a {
      font-size: 1.8rem;
    }
  }
  @media only screen and (min-width: 1024px) {
    .cd-dropdown-content, .cd-dropdown-content ul {
      padding-top: 0;
      overflow: visible;
    }
    .cd-dropdown-content a, .cd-dropdown-content ul a {
      color: #111433;
      height: 50px;
      line-height: 50px;
      font-size: 1.5rem;
      border-color: #ebebeb;
    }
    .cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
      background-color: transparent;
      color: #b3b3b3;
      border-top: 1px solid #ebebeb;
    }
    .cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
      border-top-width: 0px;
    }
    .cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
      /* reset mobile style */
      opacity: 1;
    }
  }
  
  .cd-dropdown-content .see-all a {
    color: #ff600b;
    border: 0;
    font-weight: 700;
    text-transform: uppercase;
  }
  .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    /* items with picture (or icon) and title */
    height: 80px;
    line-height: 80px;
  }
  .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
    /* truncate text with ellipsis if too long */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
    padding-left: 90px;
  }
  .cd-dropdown-content .cd-dropdown-gallery img {
    position: absolute;
    display: block;
    height: 40px;
    width: auto;
    left: 20px;
    top: 50%;
    margin-top: -20px;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    padding-left: 75px;
    position: relative;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
    color: #111433;
    font-size: 1.3rem;
    /* hide description on small devices */
    display: none;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
    /* item icon */
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-1::before {
    background-image: url("../img/mob-menu/nucleo-icon-1.svg");
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-2::before {
    background-image: url("../img/mob-menu/nucleo-icon-2.svg");
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-3::before {
    background-image: url("../img/mob-menu/nucleo-icon-3.svg");
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-4::before {
    background-image: url("../img/mob-menu/nucleo-icon-4.svg");
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-5::before {
    background-image: url("../img/mob-menu/nucleo-icon-5.svg");
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-6::before {
    background-image: url("../img/mob-menu/nucleo-icon-6.svg");
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-7::before {
    background-image: url("../img/mob-menu/nucleo-icon-7.svg");
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-8::before {
    background-image: url("../img/mob-menu/nucleo-icon-8.svg");
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-9::before {
    background-image: url("../img/mob-menu/nucleo-icon-9.svg");
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-10::before {
    background-image: url("../img/mob-menu/nucleo-icon-10.svg");
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-11::before {
    background-image: url("../img/mob-menu/nucleo-icon-11.svg");
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-12::before {
    background-image: url("../img/mob-menu/nucleo-icon-12.svg");
  }
  @media only screen and (min-width: 1024px) {
    .cd-dropdown-content {
      /* reset mobile style */
      position: static;
      height: auto;
      width: 280px;
    }
    .cd-dropdown-content > li:last-of-type a {
      border-bottom: none;
    }
    .no-touch .cd-dropdown-content > li:not(.has-children) a:hover {
      color: #ff0000;
    }
    .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider {
      /* reset mobile style */
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
    }
    .cd-dropdown-content .cd-secondary-dropdown, .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      left: 100%;
      height: auto;
      background-color: #ffffff;
      box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
    }
    .cd-dropdown-content .cd-secondary-dropdown::after, .cd-dropdown-content .cd-dropdown-gallery::after, .cd-dropdown-content .cd-dropdown-icons::after {
      clear: both;
      content: "";
      display: table;
    }
    .open-to-left .cd-dropdown-content .cd-secondary-dropdown, .open-to-left .cd-dropdown-content .cd-dropdown-gallery, .open-to-left .cd-dropdown-content .cd-dropdown-icons {
      /* use the .open-to-left class if you want to open the dropdown on the left */
      left: auto;
      right: 100%;
    }
    .cd-dropdown-content .cd-secondary-dropdown.is-hidden, .cd-dropdown-content .cd-dropdown-gallery.is-hidden, .cd-dropdown-content .cd-dropdown-icons.is-hidden {
      /* reset mobile style */
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
    }
    .cd-dropdown-content .cd-secondary-dropdown.fade-in, .cd-dropdown-content .cd-dropdown-gallery.fade-in, .cd-dropdown-content .cd-dropdown-icons.fade-in {
      /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
      -webkit-animation: cd-fade-in 0.2s;
      -moz-animation: cd-fade-in 0.2s;
      animation: cd-fade-in 0.2s;
    }
    .cd-dropdown-content .cd-secondary-dropdown.fade-out, .cd-dropdown-content .cd-dropdown-gallery.fade-out, .cd-dropdown-content .cd-dropdown-icons.fade-out {
      /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
      -webkit-animation: cd-fade-out 0.2s;
      -moz-animation: cd-fade-out 0.2s;
      animation: cd-fade-out 0.2s;
    }
    .cd-dropdown-content .cd-secondary-dropdown > .go-back, .cd-dropdown-content .cd-dropdown-gallery > .go-back, .cd-dropdown-content .cd-dropdown-icons > .go-back {
      display: none;
    }
    .cd-dropdown-content .cd-secondary-dropdown > .see-all, .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
      position: absolute;
      bottom: 20px;
      height: 45px;
      text-align: center;
    }
    .cd-dropdown-content .cd-secondary-dropdown > .see-all a, .cd-dropdown-content .cd-dropdown-gallery > .see-all a, .cd-dropdown-content .cd-dropdown-icons > .see-all a {
      margin: 0;
      height: 100%;
      line-height: 45px;
      background: #ebebeb;
      pointer-events: auto;
      -webkit-transition: color 0.2s, background-color 0.2s;
      -moz-transition: color 0.2s, background-color 0.2s;
      transition: color 0.2s, background-color 0.2s;
    }
    .no-touch .cd-dropdown-content .cd-secondary-dropdown > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-gallery > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-icons > .see-all a:hover {
      color: #ffffff;
      background: linear-gradient(to right,#030e67,#050e4f);
    }
    .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item, .cd-dropdown-content .cd-secondary-dropdown a, .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-gallery a, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons a {
      border: none;
    }
    .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
      padding: 20px 30px 100px;
    }
    .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
      width: calc(100% - 60px);
    }
    .cd-dropdown-content .cd-dropdown-icons > li, .cd-dropdown-content .cd-secondary-dropdown > li {
      width: 50%;
      float: left;
    }
    .cd-dropdown-content .cd-secondary-dropdown {
      overflow: hidden;
      width: 550px;
      padding-bottom: 65px;
    }
    .cd-dropdown-content .cd-secondary-dropdown::before {
      /* this is the separation line in the middle of the .cd-secondary-dropdown element */
      position: absolute;
      content: '';
      top: 290px;
      left: 15px;
      height: 1px;
      width: 520px;
      background-color: #ebebeb;
    }
    .cd-dropdown-content .cd-secondary-dropdown > li > a {
      color: #ff0000;
      font-size: 1.6rem;
      margin-bottom: 10px;
      line-height: 30px;
      height: 30px;
      pointer-events: none;
    }
    .cd-dropdown-content .cd-secondary-dropdown > li > a::after, .cd-dropdown-content .cd-secondary-dropdown > li > a::before {
      /* hide the arrow */
      display: none;
    }
    .cd-dropdown-content .cd-secondary-dropdown.move-out > li > a {
      /* reset mobile style */
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
    }
    .cd-dropdown-content .cd-secondary-dropdown > li {
      margin: 20px 0;
      border-right-width: 1px;
      border-color: #ebebeb;
      border-style: solid;
      padding: 0 30px;
      height: 250px;
    }
    .cd-dropdown-content .cd-secondary-dropdown > li:nth-of-type(2n) {
      border-right-width: 0;
    }
    .cd-dropdown-content .cd-secondary-dropdown > li > ul {
      /* reset mobile style */
      -webkit-transform: translate(0);
      -moz-transform: translate(0);
      -ms-transform: translate(0);
      -o-transform: translate(0);
      transform: translate(0);
      position: relative;
      height: auto;
    }
    .cd-dropdown-content .cd-secondary-dropdown > li > ul > .go-back {
      display: none;
    }
    .cd-dropdown-content .cd-secondary-dropdown a {
      line-height: 25px;
      height: 25px;
      font-size: 1.3rem;
      padding-left: 0;
    }
    .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
      color: #ff0000;
    }
    .cd-dropdown-content .cd-secondary-dropdown ul {
      padding-bottom: 25px;
      overflow: hidden;
      height: auto;
    }
    .cd-dropdown-content .cd-secondary-dropdown .go-back a {
      padding-left: 20px;
      color: transparent;
    }
    .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
      color: transparent;
    }
    .cd-dropdown-content .cd-secondary-dropdown .go-back a::before, .cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
      left: 0;
    }
    .cd-dropdown-content .cd-secondary-dropdown .see-all {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
    }
    .cd-dropdown-content .cd-dropdown-gallery {
      width: 600px;
      padding-bottom: 100px;
    }
    .cd-dropdown-content .cd-dropdown-gallery > li {
      width: 48%;
      float: left;
      margin-right: 4%;
    }
    .cd-dropdown-content .cd-dropdown-gallery > li:nth-of-type(2n) {
      margin-right: 0;
    }
    .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
      padding: 0;
      height: auto;
      line-height: normal;
      color: #ff0000;
      margin-bottom: 2em;
    }
    .cd-dropdown-content .cd-dropdown-gallery > li:nth-last-of-type(2) a,
    .cd-dropdown-content .cd-dropdown-gallery > li:last-of-type a {
      margin-bottom: 0;
    }
    .cd-dropdown-content .cd-dropdown-gallery img {
      position: static;
      height: auto;
      width: 100%;
      margin: 0 0 0.6em;
    }
    .cd-dropdown-content .cd-dropdown-icons {
      width: 600px;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
      height: 80px;
      line-height: 1.2;
      padding: 24px 0 0 85px;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
      background: #ebebeb;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
      color: #ff0000;
      font-weight: bold;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
      display: block;
      font-size: 1.2rem;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
      left: 25px;
    }
    .cd-dropdown-content > .has-children > ul {
      visibility: hidden;
    }
    .cd-dropdown-content > .has-children > ul.is-active {
      /* when hover over .cd-dropdown-content items - show subnavigation */
      visibility: visible;
    }
    .cd-dropdown-content > .has-children > .cd-secondary-dropdown.is-active > li > ul {
      /* if .cd-secondary-dropdown is visible - show also subnavigation */
      visibility: visible;
    }
    .cd-dropdown-content > .has-children > a.is-active {
      /* hover effect for .cd-dropdown-content items with subnavigation */
      box-shadow: inset 2px 0 0 #ff0000;
      color: #ff0000;
    }
    .cd-dropdown-content > .has-children > a.is-active::before, .cd-dropdown-content > .has-children > a.is-active::after {
      background: #ff0000;
    }
    .open-to-left .cd-dropdown-content > .has-children > a.is-active {
      box-shadow: inset -2px 0 0 #ff0000;
    }
  }
  
  @-webkit-keyframes cd-fade-in {
    0% {
      opacity: 0;
      visibility: visible;
    }
    100% {
      opacity: 1;
      visibility: visible;
    }
  }
  @-moz-keyframes cd-fade-in {
    0% {
      opacity: 0;
      visibility: visible;
    }
    100% {
      opacity: 1;
      visibility: visible;
    }
  }
  @keyframes cd-fade-in {
    0% {
      opacity: 0;
      visibility: visible;
    }
    100% {
      opacity: 1;
      visibility: visible;
    }
  }
  @-webkit-keyframes cd-fade-out {
    0% {
      opacity: 1;
      visibility: visible;
    }
    100% {
      opacity: 0;
      visibility: visible;
    }
  }
  @-moz-keyframes cd-fade-out {
    0% {
      opacity: 1;
      visibility: visible;
    }
    100% {
      opacity: 0;
      visibility: visible;
    }
  }
  @keyframes cd-fade-out {
    0% {
      opacity: 1;
      visibility: visible;
    }
    100% {
      opacity: 0;
      visibility: visible;
    }
  }
  .cd-search input[type="search"] {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #fff;
    color: #ffffff;
    border: none;
    border-radius: 0;
  }
  .cd-search input[type="search"]::-webkit-input-placeholder {
    color: #ffffff;
  }
  .cd-search input[type="search"]::-moz-placeholder {
    color: #ffffff;
  }
  .cd-search input[type="search"]:-moz-placeholder {
    color: #ffffff;
  }
  .cd-search input[type="search"]:-ms-input-placeholder {
    color: #ffffff;
  }
  .cd-search input[type="search"]:focus {
    background: #ffffff;
    color: #111433;
    outline: none;
  }
  .cd-search input[type="search"]:focus::-webkit-input-placeholder {
    color: rgba(17, 20, 51, 0.4);
  }
  .cd-search input[type="search"]:focus::-moz-placeholder {
    color: rgba(17, 20, 51, 0.4);
  }
  .cd-search input[type="search"]:focus:-moz-placeholder {
    color: rgba(17, 20, 51, 0.4);
  }
  .cd-search input[type="search"]:focus:-ms-input-placeholder {
    color: rgba(17, 20, 51, 0.4);
  }
  @media only screen and (min-width: 1024px) {
    .cd-search input[type="search"] {
      background-color: #ebebeb;
    }
    .cd-search input[type="search"]::-webkit-input-placeholder {
      color: #b3b3b3;
    }
    .cd-search input[type="search"]::-moz-placeholder {
      color: #b3b3b3;
    }
    .cd-search input[type="search"]:-moz-placeholder {
      color: #b3b3b3;
    }
    .cd-search input[type="search"]:-ms-input-placeholder {
      color: #b3b3b3;
    }
  }
  
  .has-children > a, .go-back a {
    position: relative;
  }
  .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    /* arrow icon in CSS - for element with nested unordered lists */
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 4px;
    width: 10px;
    background: #ff600b;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .has-children > a::before, .go-back a::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .has-children > a::after, .go-back a::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  @media only screen and (min-width: 1024px) {
    .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
      background: #b3b3b3;
    }
  }
  
  .has-children > a {
    padding-right: 40px;
    border: 0;
  }
  .has-children > a::before, .has-children > a::after {
    /* arrow goes on the right side - children navigation */
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -moz-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    -o-transform-origin: 9px 50%;
    transform-origin: 9px 50%;
  }
  
  @media only screen and (min-width: 1024px) {
    .open-to-left .cd-dropdown-content > .has-children > a {
      padding-left: 40px;
      padding-right: 20px;
    }
    .open-to-left .cd-dropdown-content > .has-children > a::before, .open-to-left .cd-dropdown-content > .has-children > a::after {
      right: auto;
      left: 20px;
      -webkit-transform-origin: 1px 50%;
      -moz-transform-origin: 1px 50%;
      -ms-transform-origin: 1px 50%;
      -o-transform-origin: 1px 50%;
      transform-origin: 1px 50%;
    }
  }
  .cd-dropdown-content .go-back a {
    padding-left: 40px;
  }
  .cd-dropdown-content .go-back a::before, .cd-dropdown-content .go-back a::after {
    /* arrow goes on the left side - go back button */
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
  }
  
  .cd-main-content {
    background-color: #e6e6e6;
    min-height: calc(100vh - 100px);
    padding: 2em 5%;
    line-height: 2;
  }
  
  .no-js .cd-dropdown-wrapper:hover .cd-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  
  .no-js .cd-dropdown-wrapper .cd-close {
    display: none;
  }
  
  .mob-logo {
    display: block;
    width: 180px;
  }
  
  .cd-dropdown ul li {
    list-style: none;
  }
  
  .cd-dropdown-content .lets-talk button {
    width: 90%;
    line-height: 26px;
  }
  @media(max-width:800px){
    .cd-dropdown{
        position: absolute !important;
        width: 100%;
        z-index: 99;
    }
    .cd-dropdown-content a, .cd-dropdown-content ul a{
        color:#000;
    }
  }
  #main-header-home {
      display: none !important
  }
  
  @media(max-width:992px) {
      #main-header-home {
          display: block !important;
          padding: 10px;
      }
      #main-header {
          display: none
      }
  }
  .about-bannerr{
    background: url('../../../images/about-page.jpg');
    background-position: top center;
    background-size: cover;
  }
  .about-bannerr p{
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    width: 73%;
  }
.about-mid {
  position: relative;
  transition: transform 0.6s ease, filter 0.6s ease;
  -webkit-filter: drop-shadow(5px 5px 5px #838383);
  filter: drop-shadow(5px 5px 5px #838383);
  color: white;
  border-radius: 12px;
  overflow: hidden;
}

.about-mid::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 165, 0, 0.2), rgba(255, 165, 0, 0.4)); /* Light orange overlay */
  opacity: 0;
  transition: all 0.6s ease;
  z-index: 1;
}

.about-mid:hover {
  transform: scale(1.05) rotate(135deg);;
  filter: drop-shadow(5px 5px 2px rgba(255, 200, 162, 0.8));
}

.about-mid:hover::before {
  left: 0;
  opacity: 1;
}

.about-mid * {
  position: relative;
  z-index: 2; /* Ensure content stays above the ::before overlay */
}

.team-section {
            padding: 30px 0;
            background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
            position: relative;
            overflow: hidden;
        }

        .team-section::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -20%;
            width: 400px;
            height: 400px;
            background: linear-gradient(45deg, var(--primary-orange), #ff8c5a);
            border-radius: 50%;
            opacity: 0.1;
            z-index: 1;
        }

        .team-section::after {
            content: '';
            position: absolute;
            bottom: -30%;
            left: -15%;
            width: 300px;
            height: 300px;
            background: linear-gradient(45deg, var(--primary-orange), #ff8c5a);
            border-radius: 50%;
            opacity: 0.05;
            z-index: 1;
        }

        .container {
            position: relative;
            z-index: 2;
        }

        .mainHeadingMobile {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--primary-dark);
            margin-bottom: 1rem;
            position: relative;
        }

        .mainHeadingMobile::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 4px;
            background: linear-gradient(90deg, var(--primary-orange), #ff8c5a);
            border-radius: 2px;
        }

        .textColor {
            color: var(--text-color);
            font-size: 1.1rem;
            line-height: 1.6;
            margin-bottom: 2rem;
        }

        .team-card {
            background: #ffffff;
            border-radius: 20px;
            padding: 2rem;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            height: 100%;
            border: 1px solid rgba(255, 107, 53, 0.1);
            height: 500px;
        }

        .team-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, var(--primary-orange), #ff8c5a);
        }

        .team-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(255, 107, 53, 0.2);
        }

        .team-avatar {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--primary-orange), #ff8c5a);
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem;
            position: relative;
            overflow: hidden;
        }
        .team-avatar img{
            max-width: 120px;
        }
        .team-avatar i {
            font-size: 3rem;
            color: white;
            z-index: 2;
        }

        .team-avatar::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transform: rotate(45deg);
            transition: all 0.6s ease;
        }

        .team-card:hover .team-avatar::before {
            left: 100%;
        }

        .team-name {
            font-size: 1.4rem;
            font-weight: 600;
            color: var(--primary-dark);
            margin-bottom: 0.5rem;
            user-select: none;
            -webkit-user-select: none; /* Safari */
            -moz-user-select: none;    /* Firefox */
            -ms-user-select: none;
        }

        .team-role {
            color: var(--primary-orange);
            font-weight: 500;
            font-size: 1rem;
            margin-bottom: 1rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            user-select: none;
            -webkit-user-select: none; /* Safari */
            -moz-user-select: none;    /* Firefox */
            -ms-user-select: none;
        }

        .team-description {
            color: var(--text-color);
            font-size: 0.95rem;
            line-height: 1.6;
            margin-bottom: 1.5rem;
        }

        .team-skills {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;
            margin-bottom: 1.5rem;
            justify-content: center;
        }

        .skill-tag {
            background: rgba(255, 107, 53, 0.1);
            color: var(--primary-orange);
            padding: 0.3rem 0.8rem;
            border-radius: 15px;
            font-size: 0.8rem;
            font-weight: 500;
        }

        .team-social {
            display: flex;
            justify-content: center;
            gap: 1rem;
        }

        .social-link {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: rgba(255, 107, 53, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primary-orange);
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .social-link:hover {
            background: var(--primary-orange);
            color: white;
            transform: translateY(-2px);
        }

        .slideInContainer {
            animation: slideInUp 0.8s ease-out;
        }

        @keyframes slideInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @media (max-width: 768px) {
            
            .team-section {
                padding: 50px 0;
            }
            
            .team-card {
                margin-bottom: 2rem;
            }
            .main-banner .slideInContainer{
                backdrop-filter: blur(6px);
                background-color: #ffffffa1;
            }
        }
        .about-section {
            padding: 20px 0;
            background: #ffffff;
            position: relative;
            overflow: hidden;
        }

        .about-center-graphic {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
            min-height: 300px;
        }

        .stats-circle {
            width: 250px;
            height: 250px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--primary-orange), #ff8c5a);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            position: relative;
            box-shadow: 0 20px 40px rgba(255, 107, 53, 0.3);
            animation: float 6s ease-in-out infinite;
            user-select: none;
            -webkit-user-select: none; /* Safari */
            -moz-user-select: none;    /* Firefox */
            -ms-user-select: none;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-10px); }
        }

        .stat-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin: 8px 0;
        }

        .stat-number {
            font-size: 1.8rem;
            font-weight: 700;
            color: #ff600b;
            line-height: 1;
        }

        .stat-label {
            font-size: 0.7rem;
            color: #000;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-top: 2px;
        }
        .address{
    background: url(../../../images/address.jpg);
    background-position: center;
    background-size: contain;
    height: 40vh;
    background-repeat: no-repeat;
        }