:root {
    --primary-bg-clr: rgba(252, 252, 252, 0.01);
    --primary-txt: #CE272E
}

.highlight-txt {
    color: var(--primary-txt)!important
}

.txt-light {
    color: var(--text-light)!important
}

.primary-bg {
    background-color: var(--primary-bg)
}

.bg-grey {
    background-color: #f7f6fb
}

.section-bg {
    background-color: var(--secondary-secondary-bg)
}

.errors {
    margin-top: 5px;
    text-align: left
}

body {
    font-family: var(--typography);
    color: #5a5a5a
}

.primary-btn {
    background-color: var(--primary-btn)!important
}

h1,h2,h3,h4,h5,h6 {
    color: var(--heading-color)
}

h2,.h2 {
    font-size: 36px;
    line-height: 50px
}

.container {
    max-width: 1300px
}

.font-weight-normal {
    font-weight: 400!important
}

.w-85 {
    max-width: 85%
}

.border-radius {
    border-radius: var(--border-radius)
}

.shadow {
    box-shadow: var(--shadow)!important
}

.bg-black {
    background-color: #000!important
}

.bg-purple {
    background-color: #7d01c5!important
}

.bg-blue {
    background-color: #052aba!important
}

.bg-green {
    background-color: #00a478!important
}

.iti {
    width: 100%
}

.shape {
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    margin: 0 auto;
    width: 388px;
    height: 388px;
    background-color: var(--primary-bg)!important;
    border-radius: 50%;
    opacity: .2;
    box-shadow: 0 0 0 100px #ffbaba;
    display: none
}

.hero h1 {
    font-size: 50px;
    font-weight: 700
}

.hero p {
    font-size: 18px
}

.technology-slider__blk {
    margin-right: 80px
}

.link-area {
    display: flex;
    text-decoration: none
}

.link-area img {
    width: 50px;
    margin-right: 10px
}

.link-area span {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}

.hero__media img {
    max-height: 580px;
    z-index: -1;
    object-position: 20px 100%
}

.infiniteslide_wrap {
    height: 100%
}

.section-intro__subheading,.section-intro__mainheading {
    text-transform: capitalize
}

.about__blk {
    box-shadow: 4px 8px 39px rgba(0,0,0,.1);
    border-radius: var(--border-radius);
    padding: 70px 40px 20px;
    width: 95%;
    margin: 0 auto;
    position: relative;
    height: 350px
}

.about__blk img {
    margin: 0 auto 60px;
    display: block
}

.about__blk span {
    width: 80px;
    height: 80px;
    border-radius: 30px 0 20px 0;
    border: 1px solid #e2e2e2;
    display: inline-block;
    text-align: center;
    line-height: 80px;
    font-size: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer
}

.about__blk span i {
    color: #000
}

.about__blk span:hover {
    box-shadow: 0 0 11px 0 rgb(4 232 255/20%)
}

.about__blk span:hover i {
    color: rgb(43 216 233)
}

.about__blk,.counter__blk {
    box-shadow: 4px 8px 39px rgba(0,0,0,.1);
    border-radius: var(--border-radius);
    padding: 60px 40px;
    width: 95%;
    margin: 0 auto
}

.counter1 {
    background: url(../images/counter-bg.jpg);
    background-position: center center;
    background-attachment: fixed
}

.counter1 .col-md-4 {
    display: flex;
    margin-bottom: 40px
}

.counter__blk i {
    font-size: 100px;
    line-height: 80px;
    color: #fff;
    margin-bottom: 40px;
    display: inline-block
}

.counter-1 {
    background-color: #ffbf2a
}

.counter-2 {
    background-color: #2a7fff
}

.counter-3 {
    background-color: #ef476f
}

.counter-4 {
    background-color: #06d6a0
}

.counter-5 {
    background-color: #915bff
}

.counter-6 {
    background-color: #88be07
}

.services__blk {
    box-shadow: 4px 8px 39px rgba(0,0,0,.1);
    border-radius: var(--border-radius);
    padding: 40px;
    position: relative;
    overflow: hidden;
    height: 100%
}

.services__blk:hover {
    box-shadow: rgb(50 50 93/25%) 0 0 42px -20px,rgb(0 0 0/30%) 0 7px 22px -7px,rgb(10 37 64/35%) 0 -2px 5px -3px inset;
    transition: .5s ease-in-out
}

.services__blk a.link-box {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.services__icon {
    position: relative;
    width: 100px;
    height: 100px
}

.services__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.services__icon svg {
    width: 150px;
    position: absolute;
    content: "";
    top: -27px;
    left: -20px;
    z-index: -1
}

.services-divider {
    width: 140px;
    height: 5px;
    background-color: #2d2d2d;
    display: inline-block
}

.steps__blk {
    display: flex;
    margin-bottom: 20px;
    height: 150px
}

.steps__blk span {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    display: inline-block
}

.steps__blk div {
    width: calc(100% - 60px);
    padding-left: 20px
}

.steps__descp p {
    line-height: 26px
}

.our-process__blk {
    border: 1px solid #e3e3e3;
    padding: 30px;
    border-radius: var(--border-radius);
    height: 100%;
    background: #fff
}

.our-process__blk h4 {
    font-size: 1.3rem
}

.our-process__blk img {
    height: 76px;
    width: auto
}

.grid,.features {
    margin-bottom: -30px
}

section.work.grid .grid__blk h5 {
    margin-top: 20px;
    margin-bottom: 0
}

.grid__blk {
    background-color: #fff;
    box-shadow: var(--shadow);
    padding: 40px 30px;
    border-radius: var(--border-radius);
    width: 100%;
    margin-bottom: 30px
}

.grid__blk h5 {
    font-size: 1.1rem;
    font-weight: 500
}

.work .grid__blk img {
    height: 90px;
    width: auto
}

.grid .col-md-3,.grid .col-md-2 {
    display: flex
}

.apps-category .grid .col-md-2 {
    width: 20%
}

.features_blk {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #cec9c9;
    padding: 40px;
    border-radius: var(--border-radius);
    background-color: #fff;
    position: relative;
    height: 100%
}

.features__icon {
    background-color: #fff;
    position: absolute;
    top: -50px;
    padding: 0 10px;
    border-radius: 60px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center
}

.features__icon img {
    width: 46px
}

.features__content {
    width: 100%
}

.app-category img {
    width: 100px;
    height: 100px
}

.call-action {
    background: url(../images/cutom-web-bg.webp) rgba(0,0,0,.5);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-blend-mode: overlay
}

.grid__blk__icon {
    position: relative
}

.grid__blk__icon img {
    position: relative;
    z-index: 1
}

.grid__blk__icon::before {
    width: 60px;
    height: 60px;
    background: #fbb;
    position: absolute;
    top: -10px;
    left: 0;
    content: "";
    border-radius: 50%;
    left: 36px
}

.technology-wrapper {
    background-color: #0c0b17
}

.technology__box {
    background-color: #fff;
    height: 180px;
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    justify-content: center
}

.technology-divider {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px
}

.technology-divider::after {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    content: "";
    bottom: 0;
    left: 0
}

.speciality {
    background: url(../images/speciality-bg.webp);
    background-size: cover
}

.speciality__blk {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center
}

.speciality__blk span {
    display: inline-block
}

.speciality__heading {
    font-size: 3rem;
    margin-bottom: 20px
}

.speciality__content {
    position: relative;
    height: 50px
}

.speciality__content::before {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 2px;
    background-color: #fff;
    content: "";
    width: 125px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.divider-first::before {
    background-color: #facbff
}

.divider-second::before {
    background-color: #a4ffe9
}

.divider-third::before {
    background-color: #a8c2ff
}

.divider-fourth::before {
    background-color: #ffe19c
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    background-color: #2b2b2b;
    color: #fff!important
}

.nav-pills .nav-link {
    color: #5a5a5a!important
}

.our-services .nav-link {
    padding: 10px 40px;
    border: 1px solid #eee;
    border-radius: var(--border-radius);
    margin-right: 15px
}

.apps-category {
    background-color: #fff5f5
}

.enterprise.spacer {
    background-color: #f8f8f8
}

.enterprise__blk img {
    width: 70px
}

.enterprise__blk span {
    width: calc(100% - 70px);
    padding-left: 20px;
    font-size: 1.3rem
}

.client-block {
    background-image: url(../images/quotes-icon-bg.svg);
    background-repeat: no-repeat;
    background-size: 95%;
    background-position: center center;
    position: relative
}

.client-block::after {
    content: "";
    position: absolute;
    bottom: -20px;
    right: 30px;
    width: 56px;
    height: 46px;
    background-image: url(../images/quotes-icon-btm.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.client-info-block .client-avtar {
    border-radius: 20px;
    width: 160px!important;
    height: auto
}

.client-info .client-position {
    font-size: 1.125rem;
    color: #a8a8a8;
    margin-bottom: 5px
}

.client-location {
    font-size: 1.25rem;
    color: #a8a8a8
}

.client-content {
    font-size: 1rem
}

.client-slider .owl-dots,.platform-slider .owl-dots {
    display: block!important;
    text-align: center;
    margin-top: 40px
}

.client-slider .owl-dot,.platform-slider .owl-dot {
    margin: 0 3px
}

.client-slider .owl-dots span,.platform-slider .owl-dots span {
    display: block;
    width: 23px;
    height: 9px;
    background-color: #e9e9e9
}

.client-slider .owl-dots .active span,.platform-slider .owl-dots .active span {
    background-color: #6c6c6c
}

.client-logos img {
    width: 230px;
    height: auto;
    margin: 0 auto 20px
}

.pship-block {
    box-shadow: 4px 8px 39px rgba(0,0,0,.1);
    border-radius: var(--border-radius);
    padding: 40px;
    height: 100%
}

.pship-icon img {
    height: 100px;
    object-fit: contain
}

.section-create {
    background-color: var(--bg-blue)
}

.cdevice-bg img {
    max-width: 650px
}

.section-social li {
    display: inline-block
}

.section-social li img {
    width: 26px
}

.section-social li {
    display: inline-block;
    margin-right: 20px
}

.blog-block {
    border-radius: 15px;
    overflow: hidden
}

.bblock-content .blog-date {
    background-color: var(--bg-blue);
    color: #fff;
    padding: 12px 20px;
    display: inline-block;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.bg-blue {
    background-color: var(--bg-blue)!important
}

.footer-nav h4 {
    margin-bottom: 20px
}

.site-footer ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.site-footer ul .nav-link {
    padding: 6px 0;
    color: var(--text-light)
}

footer.site-footer ul li a {
    transition: .5s all;
    display: inline-block
}

footer.site-footer ul li a:hover {
    color: var(--primary-btn)
}

.footer-address-block h5 {
    text-transform: uppercase
}

.footer-address-block p {
    margin-bottom: 5px;
    color: var(--text-light)
}

footer .copyright-wrapper a {
    text-decoration: none;
    color: #fff;
    transition: .5s all
}

footer .copyright-wrapper a:hover {
    color: var(--primary-btn)
}

footer .copyright-wrapper p {
    font-size: 14px
}

.p-blk-form.modal-dialog {
    max-width: 900px;
    margin: 4rem auto
}

.sm-icon-blk {
    width: 10%
}

.p-blk-form .card {
    border: none;
    border-radius: 0
}

.p-blk-form .card form .row .col-md-6:nth-child(3),.p-blk-form .card form .row .col-md-6:nth-child(4) {
    width: 100%
}

.p-blk-form .card form .iti.iti--allow-dropdown {
    width: 36%
}

.p-blk-form .card-body {
    padding: 1rem 0
}

.p-blk-form .card-body .container {
    padding-right: 0!important;
    padding-left: 0!important
}

.popup-form-blk form label {
    display: none
}

.modal-header .p-header-txt {
    width: 85%
}

.modal-body.row.popup-blk {
    padding: 1rem 2rem
}

.popup-form-blk form input.form-control {
    background-color: #fbe2e3;
    border: 1px solid #fbe2e3!important;
    border-radius: 0;
    height: 52px
}

.popup-form-blk form textarea.form-control {
    background-color: #fbe2e3;
    border: 1px solid #fbe2e3!important;
    border-radius: 0;
    height: 70px;
    resize: none
}

.popup-form-blk form .form-control:focus {
    box-shadow: none;
    border-color: #ffbfc2!important
}

.p-blk-form button.btn.btn-primary {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    background-image: linear-gradient(to right,#ce272e 0%,#ff8a12 50%,#d2303b 100%)!important;
    transition: .5s;
    position: relative;
    overflow: hidden;
    background-size: 200% auto!important;
    color: #fff!important;
    text-transform: uppercase;
    font-size: 1.188rem;
    background-color: var(--primary-btn)!important;
    border: 1px solid #f67917!important;
    margin-top: -10px
}

.p-blk-form button.btn.btn-primary:hover {
    background-position: right center!important
}

.video-iframe {
    background: #000
}

.chat-blk {
    background: #ef476f;
    width: 150px;
    padding: 0 5px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    position: fixed;
    bottom: 0;
    right: 120px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1
}

.chat-img {
    width: 10%;
    margin-right: 10px
}

.contact-num i {
    background-color: var(--bg-blue);
    border-radius: 60px;
    color: #fff;
    width: 24px;
    height: 24px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    line-height: 24px
}

.contact-num a {
    color: var(--bs-body-color);
    text-decoration: none;
    font-weight: 700
}

.contact-num {
    margin-top: 10px
}

.web-overview-media {
    padding-right: 50px
}

.web-overview-media::before {
    content: "";
    position: absolute;
    top: -60px;
    right: 0;
    left: auto;
    width: 190px;
    height: 190px;
    background-color: var(--primary-bg);
    border-radius: 40px;
    z-index: 0
}

.web-overview-media img {
    border-radius: 40px
}

.section-we-offer::after {
    content: "";
    position: absolute;
    width: 370px;
    height: 310px;
    background-image: url(../images/development-offer-bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 10px;
    right: 10px
}

.offer-block {
    height: 100%;
    width: 100%
}

.offer-block .offer-heading {
    display: flex;
    margin-bottom: 20px
}

.offer-icon {
    background-color: #fbb;
    width: 80px;
    height: 80px;
    display: inline-block;
    line-height: 80px;
    text-align: center;
    border-radius: 60px;
    margin-right: 20px
}

.platform-work .services__icon img {
    position: relative;
    left: 0;
    width: 70px
}

.platform-work .col-md-4 {
    margin-bottom: 30px
}

.platform-work .services__blk {
    background-color: #fff;
    margin-bottom: 0;
    height: 100%
}

.platform-slider img {
    max-width: 100%!important;
    width: auto!important;
    max-height: 500px;
    margin: 0 auto
}

.technology__box img {
    width: 90px
}

.our-services .tab-pane img {
    border-radius: 20px
}

.mdev-platform .owl-dots {
    position: absolute;
    bottom: -50px
}

.hero_technology p {
    line-height: 1.7rem
}

.hero_technology h1 {
    font-size: 3rem
}

.gt-form-wrapper .form-control,.request-form-wrapper .form-control {
    background-color: #fbe2e3;
    border: 1px solid #fbe2e3;
    border-radius: 0
}

.gt-form-wrapper input.form-control,.request-form-wrapper input.form-control {
    height: 52px
}

.gt-form-wrapper .form-control:focus,.request-form-wrapper .form-control:focus {
    box-shadow: none;
    border-color: #ffbfc2
}

.gt-form-wrapper textarea.form-control,.request-form-wrapper textarea.form-control {
    resize: none
}

.gt-form-wrapper input::placeholder,.gt-form-wrapper textarea::placeholder,.request-form-wrapper ::placeholder {
    color: #5a5a5a
}

.navbar-collapse.open {
    display: block
}

.banner-list li {
    position: relative;
    margin-bottom: 18px;
    padding-left: 30px;
    font-size: 18px
}

.banner-list ul {
    padding-left: 0;
    list-style: none
}

.banner-list li::before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(../images/check-double-fill.svg);
    content: "";
    background-repeat: no-repeat;
    background-size: 20px
}

.blk span {
    border-radius: 50px;
    text-align: center;
    width: 80px!important;
    height: 80px!important;
    display: block;
    line-height: 80px
}

.blk+h4,.blk+.h4 {
    width: calc(100% - 100px)
}

span.offer-icon+h4,span.offer-icon+.h4 {
    width: calc(100% - 100px)
}

.why-rsoft-content .blk+h4,.why-rsoft-content .blk+.h4 {
    width: 100%
}

.solution-offers-blk.shadow {
    padding: 30px 40px;
    height: 100%;
    width: 100%
}

.solution-offers-blk li {
    line-height: 30px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px
}

.solution-offers-blk ul {
    padding-left: 2rem;
    list-style: none
}

.solution-offers-blk li::before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(../images/check-double-fill.svg);
    content: "";
    background-repeat: no-repeat;
    background-size: 20px
}

.blk-blue span {
    background-color: #8ae5fc
}

.blk-pink span {
    background-color: #e447de
}

.blk-green span {
    background-color: #10ee44
}

.blk-yellow span {
    background-color: #fff700
}

.blk-orange span {
    background-color: #ffa237
}

.blk-green span {
    background-color: #9bffb9
}

.ecommerce-effc .services__icon img {
    position: static
}

a.anchor-design-blk {
    text-decoration: none
}

a.anchor-design-blk ul li {
    color: #5a5a5a
}

.m-bottom {
    margin-bottom: var(--spacer-bottom)
}

.sub-services a {
    text-decoration: none;
    color: #000
}

section.hero_technology.contact-bnr {
    background: url(../images/contact-us-bnr02.webp) #000000a6;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    background-position-y: 5px
}

.contactblk {
    height: 100%
}

.cont-heading-blk span {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin-right: 20px
}

.contactblk p {
    height: auto
}

section.contact-us-blk .cont-heading-blk span i {
    font-size: 22px;
    color: #fff
}

section.contact-us-blk .contactblk ul {
    display: flex;
    flex-direction: column
}

section.contact-us-blk ul li {
    list-style: none;
    text-align: left
}

section.contact-us-blk ul li a {
    text-decoration: none;
    color: #5a5a5a
}

section.contact-us-blk ul li a:hover {
    color: var(--primary-btn)
}

img.flg-img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-right: 5px
}

.shadow-new {
    box-shadow: 0 .5rem 4rem rgba(0,0,0,.15)!important
}

.solution-we-offer .row {
    width: 75%
}

.career-form-blk select.form-select {
    height: 52px
}

.spectrum-work .services__blk {
    background-color: #fff;
    margin-bottom: 0;
    height: 100%
}

.spectrum-work .services__icon img {
    width: 50px
}

section.case-study {
    background: #ffefef
}

.case-image {
    width: 65%;
    position: relative;
    text-align: center;
    z-index: 1;
    border: 1px solid #e3e3e3
}

.case-image a {
    display: block
}

.case-image img {
    height: 350px;
    width: 100%;
    object-fit: cover
}

.case-image:before {
    position: absolute;
    content: "";
    width: 500px;
    height: 200px;
    top: -27px;
    right: 50px;
    border: 5px solid var(--primary-bg);
    z-index: -1;
    display: none
}

.case-image:after {
    position: absolute;
    content: "";
    width: 500px;
    height: 200px;
    bottom: -27px;
    left: 50px;
    border: 5px solid var(--primary-bg);
    background: var(--primary-bg);
    z-index: -1;
    display: none
}

.case-content {
    width: 34%!important;
    background: #181818;
    border-radius: 5px;
    margin-left: 1%;
    box-shadow: 0 .5rem 10px rgba(0,0,0,.05)!important
}

.case-content h4,.case-content p {
    color: #fff
}

.case-content a {
    font-size: 16px;
    white-space: nowrap;
    padding: 10px;
    width: 100%
}

.case-study-blk {
    border-bottom: 1px solid #efd6d6;
    padding-bottom: 50px;
    margin-bottom: 40px
}

.cs-pagination .page-numbers {
    padding: 5px 15px;
    background: #000;
    color: #fff;
    margin-right: 5px;
    text-decoration: none
}

span.page-numbers.current {
    background: var(--primary-btn)
}

.cs-pagination .page-numbers:hover {
    background: var(--primary-btn)
}

.career-form-blk button {
    padding: 10px 20px
}

.our-mv-blk img {
    width: 250px
}

.founder-blk-img {
    width: 90%;
    border-right: 2px solid #ddd
}

.founder-blk-img img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 50%
}

section.thankyou-blk .col-md-12.text-center>h1 {
    font-size: 80px;
    font-weight: 500;
    margin-top: 0;
    color: #ce272e!important
}

section.thankyou-blk p {
    font-size: 20px;
    color: #000!important
}

section.thankyou-blk .col-md-12.text-center img {
    width: 450px;
    text-align: center;
    margin: 0 auto
}

section.thankyou-blk .col-md-12 {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.side-image-blk img {
    width: 50%;
    object-fit: contain
}

.launch-contents ul li {
    flex-basis: 50%;
    list-style: none;
    position: relative;
    margin-bottom: 15px
}

.launch-contents ul li:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background: url(../images/yellow-check.svg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    top: 0;
    left: -30px
}

.efficient-blk {
    position: relative;
    overflow: hidden;
    background-image: radial-gradient( circle farthest-corner at 50.4% 50.5%,rgba(251,32,86,1) 0%,rgba(135,2,35,1) 90% );
    background: -webkit-gradient(linear,left top,right top,from(#01387d),to(#00d4ff));
    background: linear-gradient(90deg,#dc4326 0%,#ff8a12 100%)
}

/* .efficient-blk .solution-img img {
    height: 350px;
    object-fit: contain;
    transform: scale(2.5) rotateZ(-56deg);
    object-position: 0 126px;
    position: absolute
} */

.get-in-blk {
    padding: 30px 20px;
    height: 100%;
    width: 100%
}

.get-in-blk li {
    line-height: 30px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    list-style: none
}

.get-in-blk li::before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(../images/check-double-fill.svg);
    content: "";
    background-repeat: no-repeat;
    background-size: 20px
}

.why-rsoft-content {
    padding: 20px;
    height: 100%
}

.key-challenge-box {
    background: #e4e6ef;
    padding: 50px 10px;
    text-align: center
}

.user-fndly-blk {
    padding: 50px;
    background: #dadada;
    border-radius: 10px
}

.request-form-wrapper .card {
    border: none;
    border-radius: 0
}

.request-form-wrapper .card-body.card-bg-btm {
    padding: 0
}

.request-form-wrapper form .row {
    --bs-gutter-x: 1rem
}

.request-form-wrapper form label {
    display: none
}

.request-form-wrapper button.btn.btn-primary {
    width: 270px!important
}

.request-form-wrapper form .row .col-md-6:nth-child(3),.request-form-wrapper form .row .col-md-6:nth-child(4) {
    width: 100%
}

.request-form-wrapper form .iti.iti--allow-dropdown {
    width: 36%
}

.get-touch .card {
    border-radius: 20px;
    border: none;
    margin-top: 30px
}

.form-width {
    max-width: 600px;
    margin: 0 auto
}

.quote-huspot iframe {
    width: 90%!important;
    margin: 0 auto
}

.get-touch .card-body.card-bg-btm {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border-radius: 20px;
    padding: 50px 35px;
    max-width: 70%;
    margin: 0 auto
}

.quote-form .card-body {
    max-width: 100%!important
}

.get-touch.no-spacer.quote-form {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    padding-top: 30px
}

.get-touch.no-spacer.quote-form .card-body.card-bg-btm {
    padding: 30px 35px;
    border-radius: 0!important;
    box-shadow: none!important
}

.get-touch .card-body .container {
    padding-left: 0;
    padding-right: 0
}

.get-touch .card form .iti.iti--allow-dropdown {
    width: 62%
}

.get-touch form .row {
    --bs-gutter-x: 1rem
}

.get-touch form label {
    display: none
}

.get-touch .form-control,.request-form-wrapper .form-control {
    background-color: #fbe2e3!important;
    border: 1px solid #fbe2e3!important;
    border-radius: 0;
    height: 52px
}

.get-touch textarea.form-control,.request-form-wrapper textarea.form-control {
    resize: none;
    height: 90px
}

.get-touch .form-control:focus,.request-form-wrapper .form-control:focus {
    box-shadow: none;
    border-color: #ffbfc2!important
}

.get-touch button.btn.btn-primary,.request-form-wrapper button.btn.btn-primary {
    width: 270px;
    max-width: 100%;
    padding: 10px;
    background-image: linear-gradient(to right,#ce272e 0%,#ff8a12 50%,#d2303b 100%)!important;
    transition: .5s;
    position: relative;
    overflow: hidden;
    background-size: 200% auto!important;
    color: #fff!important;
    text-transform: capitalize;
    font-size: 1.188rem;
    background-color: var(--primary-btn)!important;
    border: 1px solid #f67917!important
}

.get-touch button.btn.btn-primary:hover,.request-form-wrapper button.btn.btn-primary:hover {
    background-position: right center!important
}

.no-spacer .card {
    margin-top: 0
}

.documents__inner {
    width: 100%;
    height: 100%;
    display: flex
}

.documents__inner__icon {
    margin-right: 15px
}

.documents__inner__icon i {
    font-size: 35px;
    line-height: 35px;
    color: #6c0202
}

.documents {
    margin-top: 50px
}

.video-block-section {
    background: #000;
    border-radius: 10px
}

.mobile-app-dev-hero {
    background-image: url(../images/map.png);
    background-size: contain;
    background-position: center;
    background-color: #cc1820;
    background-blend-mode: normal;
    overflow: hidden
}

.mobile-app-quote-form {
    background-color: #fff;
    border-radius: 10px
}

.mobile-app-quote-form .col-md-6 {
    width: 100%
}

.mobile-app-quote-form .col-md-6 .iti.iti--allow-dropdown {
    width: 36%!important
}

.mobile-app-quote-form input.form-control {
    background-color: transparent!important;
    border: 1px solid #c9c9c9!important;
    border-radius: 5px!important;
    height: 52px!important
}

.mobile-app-quote-form textarea.form-control {
    background-color: transparent!important;
    border: 1px solid #c9c9c9!important;
    border-radius: 5px!important
}

.mobile-app-quote-form .d-flex .iti--allow-dropdown input {
    border-radius: 5px 0 0 5px!important;
    border-right: 0!important
}

.mobile-app-quote-form .d-flex .countrycode {
    border-radius: 5px 5px 5px 5px!important
}

.subtitle {
    display: inline-block;
    position: relative;
    padding: 0 70px
}

.custom__grid__blk {
    width: 77px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 30px
}

.custom-mobileapp .app-category:hover .custom__grid__blk {
    transform: rotateZ(360deg);
    transition: 2s all
}

.custom__grid__blk img {
    max-width: 50px;
    width: 100%!important;
    height: auto!important;
    margin: 0!important
}

.bg-black.shadow {
    box-shadow: 0 .5rem 1rem #000!important
}

.bg-green.shadow {
    box-shadow: 0 .5rem 1rem #00a478!important
}

.bg-purple.shadow {
    box-shadow: 0 .5rem 1rem #7d01c5!important
}

.bg-blue.shadow {
    box-shadow: 0 .5rem 1rem #1f235a!important
}

.custom-call-action {
    background: linear-gradient(90deg,#404CE7,#1824B9)
}

.custom-call-action .btn {
    color: var(--primary-txt)!important
}

.custom-grid-section .offer-icon {
    position: relative;
    width: 60px!important;
    height: 60px!important
}

.custom-grid-section .offer-icon img {
    position: relative;
    position: absolute;
    left: 0;
    bottom: -15px
}

.custom-grid-section [class*=col-] {
    display: flex
}

.custom-grid-section .grid__blk {
    margin-bottom: 0;
    border: 1px solid #ebebeb;
    box-shadow: none
}

.custom-grid-section .grid__blk:hover {
    margin-bottom: 0;
    border: 1px solid #ebebeb;
    box-shadow: var(--shadow)
}

.bg-clr {
    background: #f8f8ff!important
}

.custom-technology-wrapper .technology__box {
    height: 132px;
    width: 132px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

.nw-tech-wrapper {
    padding: 25px;
    border-radius: 20px
}

.nw-tech-wrapper .technology__box img {
    width: 65px
}

.custom-technology-wrapper .row .col-md-6:first-child .nw-tech-wrapper {
    background: #073b4c
}

.custom-technology-wrapper .row .col-md-6:nth-child(2) .nw-tech-wrapper {
    background: #118ab2
}

.custom-technology-wrapper .row .col-md-6:nth-child(3) .nw-tech-wrapper {
    background: #06d6a0
}

.custom-technology-wrapper .row .col-md-6:nth-child(4) .nw-tech-wrapper {
    background: #ffd166
}

.custom-technology-wrapper .row .col-md-6:nth-child(5) .nw-tech-wrapper {
    background: #ef476f
}

.nw-app-category {
    background: #000230!important
}

.outsrc-img-box {
    width: 100%;
    padding: 10px;
    box-shadow: 0 8px 9px rgb(0 0 0/20%)
}

.outsrc-img-box img {
    width: 100px;
    height: 85px;
    object-fit: contain
}

.nw-choose-blk {
    background: #fff;
    padding: 25px
}

.nw-choose-blk-img {
    width: 65px;
    height: 65px;
    background: #00e8ff;
    line-height: 65px;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 20px
}

.nw-choose-blk-img img {
    width: 30px;
    height: 30px;
    object-fit: contain
}

section.nw-should-choose-blk .row .col-md-4:first-child .nw-choose-blk-img {
    background: #8ae5fc;
    box-shadow: 0 5px 6px rgb(138 229 252/50%)
}

section.nw-should-choose-blk .row .col-md-4:nth-child(2) .nw-choose-blk-img {
    background: #ff6bc4;
    box-shadow: 0 5px 6px rgb(255 107 196/50%)
}

section.nw-should-choose-blk .row .col-md-4:nth-child(3) .nw-choose-blk-img {
    background: #ffa237;
    box-shadow: 0 5px 6px rgb(255 162 55/50%)
}

section.nw-should-choose-blk .row .col-md-4:nth-child(4) .nw-choose-blk-img {
    background: #8ea5ff;
    box-shadow: 0 5px 6px rgb(155 162 255/50%)
}

section.nw-should-choose-blk .row .col-md-4:nth-child(5) .nw-choose-blk-img {
    background: #9ccf7a;
    box-shadow: 0 5px 6px rgb(156 207 122/50%)
}

section.nw-should-choose-blk .row .col-md-4:nth-child(6) .nw-choose-blk-img {
    background: #9ba2ff;
    box-shadow: 0 5px 6px rgb(155 162 255/50%)
}

section.nw-should-choose-blk .row .col-md-4:nth-child(7) .nw-choose-blk-img {
    background: #61e689;
    box-shadow: 0 5px 6px rgb(97 230 137/50%)
}

section.nw-should-choose-blk .row .col-md-4:nth-child(8) .nw-choose-blk-img {
    background: #ff7b7b;
    box-shadow: 0 5px 6px rgb(255 123 123/50%)
}

.nw-our-service__blk {
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 15px
}

.nw-our-service__img {
    width: 50px;
    height: 80px;
    background: #ddd;
    padding: 10px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-top: -20px;
    box-shadow: 0 5px 6px rgb(0 0 0/20%)
}

.nw-our-service__img img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-top: 20px
}

.nw-our-service__content {
    width: calc(100% - 60px);
    margin-left: 10px
}

section.nw-our-service .row .col-md-6:first-child .nw-our-service__img {
    background: #ffc0a8;
    box-shadow: 0 5px 6px rgb(255 192 168/50%)
}

section.nw-our-service .row .col-md-6:nth-child(2) .nw-our-service__img {
    background: #ff907e;
    box-shadow: 0 5px 6px rgb(255 144 126/50%)
}

section.nw-our-service .row .col-md-6:nth-child(3) .nw-our-service__img {
    background: #8199f7;
    box-shadow: 0 5px 6px rgb(129 153 247/50%)
}

section.nw-our-service .row .col-md-6:nth-child(4) .nw-our-service__img {
    background: #88addb;
    box-shadow: 0 5px 6px rgb(136 173 219/50%)
}

section.nw-our-service .row .col-md-6:nth-child(5) .nw-our-service__img {
    background: #b4d572;
    box-shadow: 0 5px 6px rgb(180 213 114/50%)
}

section.nw-our-service .row .col-md-6:nth-child(6) .nw-our-service__img {
    background: #c4d37c;
    box-shadow: 0 5px 6px rgb(196 211 124/50%)
}

section.nw-our-service .row .col-md-6:nth-child(7) .nw-our-service__img {
    background: #76d2bb;
    box-shadow: 0 5px 6px rgb(118 210 187/50%)
}

section.nw-our-service .row .col-md-6:last-child .nw-our-service__img {
    background: #ff7da7;
    box-shadow: 0 5px 6px rgb(255 125 167/50%)
}

section.section-nw-support .pship-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain
}

.nw-certified-box {
    width: 100%;
    height: 100%;
    padding: 10px
}

.bg-prymary {
    background-color: var(--primary-bg-clr)
}

.hero-banner-list {
    list-style: none
}

.new-contact-form .card-body .row .col-md-6:nth-child(4) {
    position: relative
}

.new-contact-form .card-body .row .col-md-6:nth-child(4)::after {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PScxNicgdmlld0JveD0nMCAwIDE2IDE2JyBmaWxsPSdub25lJz48cGF0aCBkPSdNMTMuMjgwMiA1Ljk2NjhMOC45MzM1NSAxMC4zMTM1QzguNDIwMjEgMTAuODI2OCA3LjU4MDIxIDEwLjgyNjggNy4wNjY4OCAxMC4zMTM1TDIuNzIwMjEgNS45NjY4JyBzdHJva2U9JyM5OEEyQjMnIHN0cm9rZS13aWR0aD0nMS41JyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcvPjwvc3ZnPg==);
    position: absolute;
    top: 18px;
    right: 20px;
    pointer-events: none
}

.logo-infinite-slider .swiper-wrapper {
    transition-timing-function: linear
}

.infi-img {
    text-align: center;
    border-right: 1px solid rgba(0,0,0,.3)
}

.infi-img img {
    height: 100px
}

@media screen and (max-width: 991px) {
    .shape {
        top:40px;
        width: 258px;
        height: 258px;
        box-shadow: 0 0 0 40px #ffbaba
    }

    .about__blk,.counter__blk {
        padding: 20px;
        width: 100%
    }

    .section-intro p.w-85 {
        max-width: 100%
    }

    .services__blk {
        padding: 15px
    }

    .steps__blk {
        margin-bottom: 20px
    }

    .our-process__blk {
        padding: 10px
    }

    .grid__blk {
        padding: 20px 10px
    }

    .our-process__blk img,.work .grid__blk img {
        height: 48px
    }

    .our-process__blk h4 {
        font-size: 1.1rem;
        margin-top: 20px!important
    }

    .work .grid__blk img {
        margin-bottom: 20px!important
    }

    .client-info-block .client-avtar {
        border-radius: 10px;
        width: 80px!important
    }

    .client-info .client-position,.client-location {
        font-size: 1rem
    }

    .client-info-block .client-info {
        margin-left: 10px!important
    }

    .client-content {
        font-size: 1rem;
        margin-top: 20px!important
    }

    .client-block {
        padding: 20px!important
    }

    .pship-icon img {
        height: 48px;
        width: auto
    }

    .pship-block {
        padding: 20px
    }

    .pship-block h3 {
        margin-bottom: 20px!important
    }

    .footer-brands img {
        width: 100px
    }

    .hero_technology {
        padding-top: 40px
    }

    .hero_technology h1 {
        font-size: 2.5rem
    }

    .web-overview-media {
        margin-top: 3.5rem
    }

    .get-touch .card-body.card-bg-btm {
        max-width: 100%;
        padding: 30px 20px
    }
}

@media screen and (max-width: 767px) {
    .infiniteslide_wrap {
        height:auto;
        padding-top: 15px
    }

    .hero__media img {
        width: 400px
    }

    .shape {
        width: 198px;
        height: 198px
    }

    .link-area span {
        font-size: .85rem
    }

    .about__blk img {
        margin: 0 auto 40px
    }

    .about__blk span {
        width: 60px;
        height: 60px;
        line-height: 60px
    }

    .about__blk {
        margin-bottom: 20px
    }

    .counter__blk i {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 20px
    }

    .services__blk .services__icon {
        margin: 20px 0!important
    }

    .spectrum-work .services__blk .services__icon {
        margin: 20px auto!important
    }

    .services__icon img {
        width: 70px
    }

    .services__icon svg {
        width: 120px;
        left: -12px
    }

    .services-divider {
        width: 100px;
        margin-bottom: 30px!important
    }

    .steps .device-model {
        display: none
    }

    .grid,.features {
        margin-bottom: 0
    }

    .cdevice-bg img {
        width: 100%
    }

    .blog-block {
        margin-bottom: 20px
    }

    .bblock-title {
        margin-top: 24px!important
    }

    .footer-brands {
        flex-wrap: wrap;
        justify-content: center!important
    }

    .footer-brands img {
        width: 100px;
        margin: 10px
    }

    .technology-wrapper .col {
        flex: 1 0 100%;
        margin-bottom: 20px
    }

    .our-services .nav-item {
        margin-bottom: 10px
    }

    .apps-category .grid .col-md-2 {
        width: 50%
    }

    .platform-slider .item {
        flex-wrap: wrap
    }

    .platform-slider .platform-content {
        width: 100%
    }

    .platform-screen {
        width: 51%;
        margin: 30px auto
    }

    .section-we-offer::after {
        content: none
    }

    .footer-nav {
        margin-bottom: 20px
    }

    .contact-us-blk .row {
        --bs-gutter-y: 1rem!important
    }

    .solution-we-offer .row {
        width: 100%
    }

    .section-we-offer .row {
        --bs-gutter-y: 1rem!important
    }

    .solution-offers-blk.shadow {
        padding: 20px 15px
    }
    .blk span {
        width: 70px !important;
        height: 70px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .blk span img {
        width: 100%;
        max-width: 44px;
    }

    .platform-work .container>div.row:nth-child(2) {
        --bs-gutter-y: 1rem!important
    }

    .video-iframe iframe {
        width: 250px;
        height: 200px
    }

    .link-area img {
        width: 42px
    }

    .case-study-blk {
        flex-direction: column
    }

    .case-image {
        width: 100%!important;
        margin-bottom: 20px
    }

    .case-content {
        width: 100%!important
    }

    .case-image img {
        width: 100%;
        height: 150px;
        object-fit: cover
    }

    .founder-blk-img {
        width: 100%;
        border-right: none
    }

    .founder-words {
        margin-top: 20px
    }

    section.thankyou-blk h1 {
        font-size: 40px;
        font-weight: 400
    }

    .launch-contents ul li {
        flex-basis: 100%
    }

    .efficient-blk .solution-img img {
        display: none
    }

    .request-form-wrapper {
        padding-left: 5px!important;
        padding-right: 5px!important
    }

    .quote-huspot iframe {
        width: 95%!important;
        margin: 0 auto
    }

    .col-md-6.popup-img-blk.mai__img {
        display: none
    }

    .form-ios {
		padding: 20px 20px;
	}
    section.new-services-blk .solution-offers-blk {
        padding: 24px 15px;
    }
}

@media screen and (max-width: 567px) {
    section.about .about__blk {
        height:300px
    }

    .hero_technology .row div:nth-child(1) {
        order: 2
    }

    .steps__blk {
        height: auto
    }

    .video-iframe iframe {
        width: 200px;
        height: 200px
    }

    section.hero_technology.contact-bnr {
        background-size: cover;
        background-position-y: 5px
    }

    .custom-mobileapp div.row:nth-child(2) {
        width: 100%!important
    }

    .technology-wrapper .col {
        margin-bottom: 20px;
        flex-basis: 50%
    }

    .popup-img-blk {
        display: none
    }

    .platform-screen {
        width: 100%
    }

    .subtitle {
        padding: 0 50px
    }

    .subtitle::before {
        left: -3%;
        width: 50px
    }

    .subtitle::after {
        right: -3%;
        width: 50px
    }

    .custom-technology-wrapper .technology__box {
        height: 120px;
        width: 120px
    }

    .p-blk-form .card form .iti.iti--allow-dropdown {
        width: 60%
    }

    .get-touch .card form .iti.iti--allow-dropdown {
        width: 65%
    }

    .video-block-section video {
        display: none
    }

    .app-category>div {
        margin: 0 auto
    }

    .app-category>div+h5 {
        text-align: center;
        margin-top: 20px
    }

    .nw-choose-blk-img {
        margin: 0 auto;
        margin-bottom: 20px
    }

    .nw-choose-blk {
        padding: 10px
    }

    .blk {
        width: 90px
    }

    .pship-block {
        text-align: center
    }

    .pship-block p {
        text-align: left
    }

    .get-touch.no-spacer.quote-form .card-body.card-bg-btm {
        padding: 30px 20px
    }

    .grid__blk img {
        width: 60px;
        height: 60px;
        object-fit: contain
    }
}

@media(prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: auto
    }
}

@media(max-width: 430px) {
    .mobile-app-dev-hero h1 {
        font-size:1.4rem
    }
}