@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html {
    scroll-behavior: smooth;
}

html,
body {
    margin: 0;
    height: auto;
}

body {
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    line-height: 1.67;
}

* {
    box-sizing: border-box;
    margin: 0;

}

.hide {
    display: none !important;
}

section {
    position: relative;
    scroll-margin-top: 97px;
}

.main-wrapper {
    min-height: 100%;
}

.logo {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}


.main-wrapper .text-light {
    color: #fff !Important;
}

.main-body .navbar {
    height: 85px;
    z-index: 1000;
    position: relative;
}

.navbar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff !important;
    box-shadow: 0 0 10px #ccc;
    height: 85px;
    z-index: 1000;
}

.navbar .nav-link,
.navbar .navbar-brand {
    color: #252525;
    transition: color 0.3s ease;
}

.main-body .navbar-nav a {
    position: relative;
    font-weight: 600 !important;
    color: #252525;
    font-size: 16px;
}

.main-body .navbar-nav a:hover {
    color: #7bc245;
    outline: 0;
    text-decoration: none;
}

.main-body .navbar-nav li {
    display: inline-block;
    line-height: 3.125rem;
    margin-left: 1.5rem;
}

.main-body a {
    text-decoration: none;
    transition: all 300ms ease;
    word-break: break-word;
}

.navbar.fixed .nav-link,
.navbar.fixed .navbar-brand {
    color: #252525;
}


.main-body .cta-btn {
    background-color: #7bc245;
    color: white !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 50px;
}

.main-body .cta-btn.btn {
    position: relative;
    padding: 10px 20px;
    font: 500 14px "Poppins", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 50px;
}

body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 700px;
    width: 100%;
    z-index: -1;
    background: linear-gradient(rgba(35, 64, 145, .24) -13.49%, rgba(71, 178, 126, 0) 81.4%);
}

.hero-section {
    overflow-x: hidden;
}

.hero-section .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.banner-content p {
    padding: 5px 0;
    color: var(--text-black);
    opacity: .9;
    font-size: 18px;
    margin-bottom: 5px;
}

.text-blue {
    color: #2f3e63 !important;
    font-weight: 600;
}

.font-22 {
    font-size: 22px !important;
}

.fw-semibold {
    font-weight: 600 !important;
}

.banner-content h1 {
    color: #2e3d62;
    font-size: 34px;
    line-height: 1.3em;
    margin-bottom: 21px;
    font-weight: bold;
}

.swing {
    -webkit-animation-name: swing;
    -webkit-transform-origin: top center;
    animation-name: swing;
    transform-origin: top center;
}

.image-slider img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

.quote {
    max-width: 450px;
    margin: auto;
}

.quote .img {
    width: 100%;
}

.quote-content {
    background: url(../../assets/img/mid.png);
    background-size: 100%;
    align-items: flex-start;
    padding: 0 15px;
}

.quote-content img {
    border-radius: 70px;
    height: 120px;
    width: 120px;
    object-fit: cover;
}

.quote-content p {
    padding: 5px 0;
    opacity: .9;
    font-size: 18px;
    margin-bottom: 5px;
    padding-right: 15px !important;
    padding-left: 15px !important;
    text-align: left;
}

.client-logo-carousel img {
    max-height: 80px;
    margin: 0 auto;
    display: block;
}

.section-title {
    display: flex;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: center;
    width: 80%;
    margin: 0 auto 30px;
}

.section-title h2 {
    font-size: 30px;
    color: #2e3d62;
    display: inline-block;
    margin: 0;
    line-height: 1.3;
    font-weight: bold;
}

.section-title h2 span {
    color: #7bc245;
}

.service-section-bg {
    background-color: #f0f6ff;
}

.text-primary {
    color: #7bc245 !important;
}

.feature-section,
.top-feature-section .flex-card {
    display: flex;
    align-content: stretch;
}

.item-content p {
    font-size: 16px;
}

.single-feature {
    position: relative;
    background-color: #fff;
    border-radius: 0.5em;
    margin-bottom: 0;
    padding: 24px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
}

.top-feature-section .single-feature:hover {
    background: #234091;
    color: #fff;
    transform: scale(1.02);
    box-shadow: 0 5px 15px rgba(0 0 0 .3);
    transition: all .6s cubic-bezier(.165, .84, .44, 1);
}

.single-feature .icons-img img:first-child,
.single-feature:hover .icons-img img:last-child {
    display: block;
    width: 70px;
}

.single-feature:hover .icons-img img:first-child,
.single-feature .icons-img img:last-child {
    display: none;
}

.single-feature:hover .single-feature-content .titlesecond,
.single-feature:hover .single-feature-content p {
    color: #fff;
}

.top-feature-section .single-feature:hover .icons-img {
    transform: translateY(-5px);
    transition: all 1.5s;
}

.single-feature .single-feature-content .titlesecond {
    font-size: 15px;
    text-transform: uppercase;
    margin: 30px 0 15px;
    color: #234091;
}

.top-feature-section .single-feature:hover h3 {
    color: #fff !important;
}

.top-feature-section .single-feature .single-feature-content h3 {
    color: #363636;
}

.single-feature:hover h3 {
    color: #fff;
}

.single-feature .single-feature-content h3 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 0;
    text-transform: capitalize;
}

.single-feature::after {
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    border-radius: 50%;
    bottom: -60px;
    left: -50px;
    z-index: -1;
}

.single-feature:hover::after {
    position: absolute;
    content: "";
    border-radius: 50%;
    bottom: -60px;
    left: -50px;
}

.single-feature:hover::after,
.item-single:hover::before,
.item-single:hover::after {
    background-color: rgba(255, 255, 255, .8) !important;
    opacity: .1;
}

.feature-section .item-single .item-content {
    padding-top: 0;
    flex: 1 1 auto;
}

.item-single:hover .icon.icon-bg img {
    transform: rotateY(180deg);
    transition: all 1.5s;
}



.item-single {
    -webkit-transition: .6s !important;
    transition: .6s !important;
}

.item-single {
    transform: translateZ(0);
    will-change: transform;
    transition: transform .15s ease-out !important;
}

.single-feature {
    position: relative;
    background-color: var(--text-white);
    border-radius: 0.5em;
    margin-bottom: 0;
    padding: 24px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
}

.item-single .icon-bg img,
.infoGraphic .icon img,
.satic-data img,
.icon-bg-green img,
.technology-pencil img,
.themecard .icon.icon-bg-green img,
.java-logo img {
    width: 55px;
}

.item-single .icon-bg img,
.icon-bg-green img {
    width: 50px;
}

.service-section-bg .item-single {
    cursor: pointer;
}


.feature-section .item-single:hover {
    background-color: #fff;
}

.feature-section .item-single:hover {
    transform: scale(1.02);
    box-shadow: 0 5px 15px rgba(0 0 0/13%);
    transition: all .6s cubic-bezier(.165, .84, .44, 1);
    transition: .6s !important;
}

.feature-section .item-single .item-content h6 {
    margin-bottom: 12px;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 500 !important;
    line-height: 27px;
    color: #000;
}

.feature-section a {
    color: #252525;
    text-decoration: none;
    transition: all 300ms ease;
    word-break: break-word;
}

.feature-section .item-single {
    position: relative;
    padding: 0.7em 1.5em 1.5em;
    background-color: #fff;
    border-radius: 0.5em;
    text-align: left;
    box-shadow: 0 2px 25px 0 rgba(106, 99, 119, .1);
    display: flex;
    flex-direction: column;
    transition: .5s ease-in-out !important;
    width: 100%;
}

.feature-section .item-single .icon {
    font-weight: normal;
    font-size: 2.3em;
    padding-left: 0 !important;
}

.feature-section .item-single:hover h6 a.uidesign {
    color: #083e84 !important;
}

.feature-section .item-single:hover h6 a.web {
    color: #0e6fed !important;
}

.feature-section .item-single:hover h6 a.custom {
    color: #00a8c6 !important;
}

.feature-section .item-single:hover h6 a.cross {
    color: #784adf !important;
}

.feature-section .item-single:hover h6 a.mobile {
    color: #628f3f !important;
}

.feature-section .item-single:hover h6 a.commerce {
    color: #08849c !important;
}

.feature-section .item-single:hover h6 a.uidesign {
    color: #083e84 !important;
}

.feature-section .item-single:hover h6 a.digital {
    color: #47289a !important;
}

.technology-card .card {
    border: 0;
    transition: .3s;
    display: inline-block;
    transform: translateY(0);
    margin: 0 8px 15px 8px;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0 0 0 .1);
}

.technology-card.main-tech .card .card-body {
    width: 170px;
    height: 170px;
    overflow: hidden;
    padding: 10px;
    border: 0;
    border-radius: 8px;
}

.nop-commerce-bg .card-body {
    background-color: #e0faff !important;
}

.technology-card.main-tech .card .card-body img {
    width: 90px;
    height: 150px;
    max-width: inherit;
    object-fit: contain;
}

.technology-card .card img {
    width: 75px;
}

.technology-card .card:hover {
    cursor: pointer;
}

.glow-on-hover:hover {
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0 0 0 .14);
    transform: translateY(-5px);
}

.dot-net .card-body {
    background-color: #d5f3ff !important;
}

.angular-js .card-body {
    background-color: #ffccca !important;
}

.react-js .card-body {
    background-color: #d1f4fd !important;
}

.node-js .card-body {
    background-color: #e5fdde !important;
}

.java-bg .card-body {
    background-color: #ffebd9 !important;
}

.reactnative-bg .card-body {
    background-color: #e6fbff !important;
}

.android .card-body {
    background-color: #f2f7da !important;
}

.apple .card-body {
    background-color: #e5e5e5 !important;
}

.ionic-bg .card-body {
    background-color: #dce9fd !important;
}

.php-bg .card-body {
    background-color: #e3e3e3 !important;
}

.slider-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.font-20 {
    font-size: 20px;
}

.text-start {
    text-align: left !important;
}

.m-0 {
    margin: 0 !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.three-steps {
    background-color: #f5f8f7;
}

.three-steps ul.infoGraphic {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
}

.three-steps ul.infoGraphic li {
    max-width: 31.33%;
    transition: all .2s;
    list-style: none;
    background-color: #fff;
}

.infoGraphic li {
    margin-bottom: 1rem;
}

.numberWrap {
    width: 50px;
    height: 50px;
    top: -30px;
    border-width: 4px !important;
    background-color: #234091;
    position: relative !important;
    font-weight: 600;
    color: #fff;
    margin: auto;
    border-radius: 50%;
    border: 1px solid #dee2e6 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.three-steps ul.infoGraphic li .content {
    padding: 0 1.5em 1.5em;
    position: relative;
    text-align: center;
}

.font-18 {
    font-size: 18px;
}

.font-500 {
    font-weight: 500;
}

.book-session a {
    font-weight: 600;
    color: #234091;
}

.client-section .slider-item {
    padding-right: 2em;
    display: flex;
}

.client-section .client-img img {
    margin: auto;
    margin-bottom: 1em;
    width: 70%;
}

.client-section .inner-text p {
    font-weight: 500;
    color: #625d6a;
    line-height: 30px;
}

.client-section .inner-text .client-info p {
    font-weight: 500;
    color: #7bc245;
    margin-top: 15px;
    margin-bottom: 0;
}

.custom-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    font-size: 2rem;
    z-index: 10;
    cursor: pointer;
    transition: background 0.3s ease;
    color: #7bc245 !important;
}


.testimonial-section .slick-prev {
    left: 50px;
}

.testimonial-section .slick-next {
    right: 50px;
}

.testimonial-section .slick-prev:before,
.testimonial-section .slick-next:before {
    display: none;
}


.logo-tab {

    text-align: center;
    background-color: transparent;
    padding: 10px 10px;
    border: 1px solid #dedede;
    padding-left: 5px;
    width: 100%;
    border-bottom: 0;
    /*border-right: 5px solid transparent;*/
    cursor: pointer;
}

.logo-tab:last-child {
    border-bottom: 1px solid #dedede;
}

.logo-tab img {
    max-width: 100%;
}

.logo-tab.active {
    border-right: 5px solid #234091;
    background-color: #e4ebff;
}

.text-stories h2 {
    font-size: 22px;
    color: #4a4a4a;
    margin: 10px 0 20px;
    font-weight: 600;
}

.image-stories img {
    max-height: 460px;
    object-fit: cover;
    object-position: top;
}

.success-stories .btn-outline-primary {
    color: #234091;
    border-color: transparent;
    font-size: 24px;
}

.success-stories .btn-outline-primary:hover {
    color: #234091 ! Important;
    background-color: transparent;
    border-color: transparent;
}

.success-stories .btn-outline-primary:not(:disabled):not(.disabled).active,
.success-stories .btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #234091 ! Important;
    background-color: transparent;
    border-color: transparent;
}

.success-stories .slick-arrow.slick-disabled {
    opacity: 0.3 !important;
    pointer-events: none !important;
    cursor: default;
}

/*.success-slide[aria-hidden="true"] .content-portfolio {
    display: none;
}*/

.content-portfolio {
    width: 100%;
    overflow: hidden;
}

:focus,
:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.footer-area .footer-widget {
    margin-bottom: 0.5em;
}

.footer-widget h5 {
    margin-bottom: 20px;
    font-size: 1.3rem;
    color: #393939;
}

.footer-area .footer-widget .footer-quick-links {
    padding: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.footer-area .footer-widget .footer-quick-links li {
    margin-bottom: 10px;
}

.footer-area a {
    color: #252525;
    text-decoration: none;
    transition: all 300ms ease;
    word-break: break-word;
}

.footer-area a .f-icon,
.footer-area .f-icon {
    width: 20px;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.lh-37 {
    line-height: 37px;
}

.copy-right-area {
    background-color: #234091;
    padding: 0.75em 1.3rem 0.6em;
    border-top: 1px solid rgba(25, 25, 25, .15);
}

.copy-right-area .copy-right-content p {
    margin-bottom: 0;
    color: #fff;
}

.copy-right-area .copy-right-content a {
    color: #fff;
}

/** contact modal **/
.contact-us .modal-header {
    border: none;
}

.contact-us .section-title {
    width: 100%;
}

.contact-us .modal-dialog {
    border-radius: 10px;
}

.contact-us .modal-content {
    background-color: #e0e4f0;
    position: relative;
    border-radius: 10px;
}

.contact-us .modal-body {
    padding: 10px 40px 30px;
}

.contact-us .cta-btn {
    background-color: #7bc245;
    color: white !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 50px;
    border: 1px solid #7bc245;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    width: 240px;
    height: 52px;
}

.contact-us .cta-btn:hover {
    background: #2e3d62;
    border: 1px solid #2e3d62;
}

.contact-us label {
    font-size: 1rem;
}
.modal-open a.nav__toggle {
    display: none;
}

@media (min-width: 576px) {
    .contact-us .modal-dialog {
        max-width: 600px;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-right: 30px;
    padding-left: 30px;
}


@media (min-width: 992px) {
    .ps-lg-0 {
        padding-left: 0 !important;
    }
}

@media (min-width: 993px) {
    .hide-for-desktop {
        display: none;
    }
}




.footer-area {
    background-image: url(../../assets/img/footer-bg.png);
    background-size: cover;
    padding-top: 170px !important;
}

@media screen and (max-width: 1200px) {
    .footer-area {
        padding-top: 100px !important;
    }

    .banner-content h1 {
        font-size: 28px;
        margin-bottom: 10px;
        margin-top: 15px;
    }

}




@media screen and (min-width: 1201px) and (max-width: 1280px) {
    .main-wrapper .container {
        max-width: 1150px;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-body .navbar-nav li {
        margin-left: .6rem;
    }

    .main-body .navbar-nav li a {
        font-size: 15px;
    }

    a.navbar-brand img {
        height: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    .three-steps ul.infoGraphic li {
        max-width: 23em;
    }

}

@media only screen and (max-width: 992px) {
    .quote-content img {
        width: 30%;
        height: auto;
    }

    .hide-for-mob {
        display: none !important;
    }

    /* mob nav */
    :root {
        --screen-width: 320px;
        --screen-height: 560px;
        --header-bg-color: #673ab7;
        --splash-bg-color: #07182c;
    }

    .nav__toggle {
        display: inline-block;
        position: fixed;
        z-index: 9999;
        padding: 0;
        border: 0;
        background: transparent !important;
        outline: 0;
        right: 20px;
        top: 7px;
        cursor: pointer;
        border-radius: 50%;
        transition: background-color 0.15s linear;
    }

    .nav__toggle:hover,
    .nav__toggle:focus {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .nav__menu {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        height: var(--screen-height);
        position: relative;
        z-index: 5;
        visibility: hidden;
        padding-left: 0;
        width: 100%;
    }

    .nav__item {
        opacity: 0;
        transition: all 0.3s cubic-bezier(0, 0.995, 0.99, 1) 0.3s;
    }

    .nav__item:nth-child(1) {
        transform: translateY(-40px);
    }

    .nav__item:nth-child(2) {
        transform: translateY(-80px);
    }

    .nav__item:nth-child(3) {
        transform: translateY(-120px);
    }

    .nav__item:nth-child(4) {
        transform: translateY(-160px);
    }

    .nav__item:nth-child(5) {
        transform: translateY(-200px);
    }

    .nav__item:nth-child(6) {
        transform: translateY(-240px);
    }

    ul#menu li {
        list-style: none !important;
        padding-left: 0 !important;
    }

    .nav__link {
        color: white;
        display: block;
        text-decoration: none;
        font-weight: 400;
        font-size: 25px;
        line-height: 34px;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        margin-bottom: 14px;
        margin-top: 14px;
    }

    .nav__link:hover,
    .nav__link:focus {
        outline: 0;
        background-color: transparent;
        color: #fff;
        text-decoration: none;
    }

    .menuicon {
        display: block;
        cursor: pointer;
        color: #00283b;
        transform: rotate(0deg);
        transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .menuicon__bar,
    .menuicon__circle {
        fill: none;
        stroke: currentColor;
        stroke-width: 3;
        stroke-linecap: round;
    }

    .menuicon__bar {
        transform: rotate(0deg);
        transform-origin: 50% 50%;
        transition: transform 0.25s ease-in-out;
    }

    .menuicon__circle {
        transition: stroke-dashoffset 0.3s linear 0.1s;
        stroke-dashoffset: 144.513262038;
        stroke-dasharray: 144.513262038;
    }

    .splash {
        position: absolute;
        top: 40px;
        right: 40px;
        width: 1px;
        height: 1px;
    }

    .splash::after {
        content: "";
        display: block;
        position: absolute;
        border-radius: 50%;
        background-color: var(--splash-bg-color);
        width: 284vmax;
        height: 284vmax;
        top: -142vmax;
        left: -142vmax;
        transform: scale(0);
        transform-origin: 50% 50%;
        transition: transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
        will-change: transform;
    }

    .nav:target>.splash::after,
    .nav--open>.splash::after {
        transform: scale(1);
    }

    .nav:target .menuicon,
    .nav--open .menuicon {
        color: white;
        transform: rotate(180deg);
    }

    .nav:target .menuicon__circle,
    .nav--open .menuicon__circle {
        stroke-dashoffset: 0;
    }

    .nav:target .menuicon__bar:nth-child(1),
    .nav:target .menuicon__bar:nth-child(4),
    .nav--open .menuicon__bar:nth-child(1),
    .nav--open .menuicon__bar:nth-child(4) {
        opacity: 0;
    }

    .nav:target .menuicon__bar:nth-child(2),
    .nav--open .menuicon__bar:nth-child(2) {
        transform: rotate(45deg);
    }

    .nav:target .menuicon__bar:nth-child(3),
    .nav--open .menuicon__bar:nth-child(3) {
        transform: rotate(-45deg);
    }

    .nav:target .nav__menu,
    .nav--open .nav__menu {
        visibility: visible;
    }

    .nav:target .nav__item,
    .nav--open .nav__item {
        opacity: 1;
        transform: translateY(0);
    }

    .viewport .header {
        position: fixed;
        z-index: 9999;
        right: 0;
        top: 0;
        width: 100vw;
        height: 60px;
        background: #fff;
        -webkit-box-shadow: 0 1px 10px 0 #01547B26;
        box-shadow: 0 1px 10px 0 #01547B26;
    }

    .modal-open .viewport .header {
        position: relative;
        z-index: inherit;
    }

    .nav {
        height: 70px;
    }

    .menu-show [hidden] {
        display: flex !important;
    }

    /** mob nav END **/
    img.logo-mob {
        margin-top: 10px;
        max-width: 200px;
        margin-left: 20px;
        height: auto ! Important;
        width: 100% !important;
    }

    .hero-section {
        padding-top: 100px;
    }

}


@media screen and (max-width: 767px),
(max-device-width: 992px) and (orientation:landscape) {

    .hide-for-mob {
        display: none !important;
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-right: 0px;
        padding-left: 0px;
    }

    img.logo-mob {
        margin-top: 10px;
        max-width: 200px;
        margin-left: 20px;
        height: auto ! Important;
        width: 100% !important;
    }

    .main-wrapper .row {
        margin-right: 10px;
        margin-left: 10px;
    }

    .main-wrapper.hide-for-desktop.viewport.menu-show {
        position: fixed;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        width: 100%;
        overflow: hidden;
        overflow-y: auto;
        z-index: 999;
    }


    .banner-content p {
        padding: 0;
        font-size: 15px !important;
    }

    .banner-content h1 {
        margin-bottom: 15px;
        font-size: 24px;
    }

    .hero-section {
        padding-top: 100px;
    }

    .quote {
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 20px;
    }

    .section-title h2 {
        font-size: 22px;
    }

    .client-logo-carousel img {
        max-height: 60px;
    }

    .review-bar>div {
        font-size: 14px;
        margin-bottom: 8px;
    }

    img.stars-icon {
        height: 15px !important;
    }
    .main-body .row {
      margin-left: 0 !important;
      margin-right: 0 !important;
    }

    .section-title {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .section-title.mb-5 {
        margin-bottom: 2rem !important;
    }

    .feature-section .item-single .item-content h6 {
        font-size: 16px;
    }

    h3 {
        font-size: calc(1rem + .6vw) !important;
    }

    .section-title p {
        font-size: 16px;
    }

    .why-tech-content {
        padding-top: 20px;
    }

    .why-home-wrapper {
        text-align: center;
    }

    section.py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .client-section .inner-text p {

        text-align: center;
    }

    .client-info {
        text-align: center;
    }

    .custom-arrow {
        position: absolute;
        top: 20%;
        transform: translateY(-20%);
        border: none;
        font-size: 2rem;
        z-index: 10;
        cursor: pointer;
        transition: background 0.3s ease;
        color: #7bc245 !important;
    }

    .client-section .slider-item {
        padding-right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 16px 0;
    }

    .slider-arrows {
        text-align: center;
    }

    .text-stories {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .footer-area .footer-widget {
        margin-bottom: 2em !important;
    }

    .contact-us .modal-body {
        padding: 10px 20px 30px;
    }

    .contact-us label {
        font-size: 16px;
    }
    .single-feature::before, .single-feature::after{
        opacity: 0;
    }
    .image-stories {
       padding-left: 0;
    }


}

@media (max-width: 650px) {
    .main-body .cta-btn.btn {
        padding: 10px;
        font-size: 12px;
    }

    .three-steps ul.infoGraphic {
        padding-left: 0;
    }
}

@media only screen and (max-width: 575px) {
    .review-bar {
        display: block !important;
        text-align: center !important;
    }

    .copy-right-content {
        text-align: center !important;
    }
}


@media screen and (max-width: 480px) {
    .main-wrapper.hide-for-desktop.viewport.menu-show {
        overflow: hidden;
    }

    .technology-card.main-tech .card .card-body {
        width: 130px;
        height: 130px;
    }

    .technology-card.main-tech .card .card-body img {
        width: 90px;
        height: 110px;
    }
    h1 br {
        display: none;
    }     


}

@media screen and (max-width: 320px) {

    .main-wrapper.hide-for-desktop.viewport.menu-show {
        max-width: 320px;
    }

}