.full-header {
    background: 0 0
}

.main-banner-sec {
    position: relative;
    padding-top: 85px
}

.inner-wraper {
    padding-top: 0
}

.main-banner-sec .container {
    padding: 10px 0 40px;
}

.main-banner-sec::after {
    background-image: url(../../images/2021-new/banner-shape.png);
    position: absolute;
    content: '';
    top: 0;
    z-index: -1;
    width: 373px;
    height: 260px;
    left: 0;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain
}

.banner-text-in {
    padding-bottom: 35px
}

.banner-text-in h6 {
    font-size: 22px;
    color: #000;
    margin-bottom: 5px
}

.banner-text-in h2, .banner-text-in h1 {
    font-size: 63px;
    line-height: 70px;
    color: #181b1b;
    margin-bottom: 10px
}

.banner-text-in p {
    font-size: 18px;
    color: #181b1b
}

.main-banner-sec .row .col-md-6 {
    display: flex;
    align-items: center
}

.banner-img-info {
    position: relative
}

.banner-img-info .btn.lets-btn {
    border: 1px solid transparent
}

.banner-img-info .btn.lets-btn.web-d {
    position: absolute;
    bottom: 90px;
    left: 10px
}

.banner-img-info .btn.lets-btn.app-d {
    position: absolute;
    top: 140px;
    right: -50px
}

.connect-with ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.purple-btn {
    background: #933ff4;
    border: 1px solid #933ff4;
    color: #fff
}

.shape-b {
    animation-name: float_up_down;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_up_down;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_up_down;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float_up_down;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float_left_right;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

@keyframes float_up_down {
    0% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1
    }
    50% {
        transform: translateY(30px);
        transform: translateY(30px);
        opacity: 1
    }
    100% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1
    }
}

.shape-c {
    animation-name: float_down_up;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_down_up;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_down_up;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float_down_up;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float_left_right;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

@keyframes float_down_up {
    0% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1
    }
    50% {
        transform: translateY(-30px);
        transform: translateY(-30px);
        opacity: 1
    }
    100% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1
    }
}

.service-content-box {
    padding: 25px;
    background: #fff;
    box-shadow: 0 2px 0 3px #2e2d2c;
    border-radius: 10px;
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s
}

.service-content-box figure {
    min-height: 60px
}

.service-content-box figcaption {
    padding-top: 15px
}

.service-content-box p {
    color: #5a5c7d;
    font-size: 15px;
    line-height: 24px
}

.service-content-box:hover {
    border-color: #f16729ba
}

h3.blue-head::before, h5.blue-head::before {
    content: "";
    background-image: url(../../images/2021-new/arrow.svg);
    position: absolute;
    right: -.625rem;
    z-index: 7;
    opacity: 0;
    transition: all .3s ease-in-out;
    width: 1.5rem;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    top: 0
}

.service-content-box:hover h3.blue-head::before, .service-content-box:hover h5.blue-head::before,
.service-content-card:hover h3.blue-head::before , .service-content-card:hover h5.blue-head::before {
    transform: translateX(24px);
    opacity: 1
}

.service-link-btn {
    display: flex;
    align-items: center
}

.service-link-btn span {
    margin-left: auto
}

.service-content-box .service-link-btn h3 {
    margin-bottom: 0
}

.service-content-box h3 {
    font-size: 18px;
    letter-spacing: 0;
    color: #1f18df;
    margin-bottom: 10px;
    position: relative;
    display: inline-block
}

.service-link .service-content-box {
    padding: 11px 25px
}

.service-content-card figure {
    height: 60px;
    width: 60px;
    padding: 2px
}

.service-content-card figure img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center
}

.service-content-card figcaption {
    padding-top: 15px
}

h3.blue-head, h5.blue-head {
    font-size: 22px;
    letter-spacing: 0;
    color: #454545;
    margin-bottom: 10px;
    position: relative;
    font-weight: 600;
    display: inline-block;
    position: relative;
}

.service-content-card p {
    color: #5a5c7d;
    font-size: 15px;
    line-height: 24px
}

.producat-section-rw .row.product-result-div {
    min-height: 830px
}

.service-list-right {
    margin-bottom: 30px
}

.service-list-right .col-md-6 {
    display: flex;
    margin-bottom: 20px
}

.service-list-right .col-md-6>div {
    height: 100%;
    width: 100%
}

.service-link {
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

.customised-solution-in .main-heading-box {
    max-width: 100%;
    margin-bottom: 0;
    color: #fff
}

.customised-solution-in .main-heading-box h3, .customised-solution-in .main-heading-box h2 {
    color: #fff;
    margin-bottom: 15px;
    max-width: 700px
}

.main-heading-box p {
    color: #000;
    font-size: 16px;
    margin-bottom: 20px
}

.main-heading-box p:last-child {
    margin-bottom: 0
}

.customised-solution-in .main-heading-box p {
    color: #fff
}

.customised-solution-in {
    padding: 100px;
    padding-right: 0;
    position: relative
}

.customised-solution-in:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 150%;
    height: 100%;
    background: url(../../images/2021-new/bg-blue.jpg) no-repeat;
    z-index: -1;
    border-radius: 55px;
    background-size: cover
}

.cta-1 a {
    margin-top: 15px
}

.our-services {
    background: #f0fafe
}

.services-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 40px rgb(222 242 249/100%);
    filter: grayscale(1);
    padding: 30px
}

.services-box figure {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 40px rgb(222 242 249/100%);
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: -80px;
    margin-bottom: 40px
}

.services-box h4 {
    font-size: 20px;
    margin-bottom: 10px
}

.services-box p {
    font-size: 14px;
    line-height: 22px;
    color: #636678
}

.our-services .col-md-3 {
    display: flex
}

.our-services .main-heading-box {
    margin-bottom: 100px
}

.heading-with-btn {
    display: flex;
    justify-content: space-between
}

.heading-with-btn .main-heading-box {
    margin-left: 0
}

.industries-images a {
    transition: .3s ease-in-out;
    display: block;
    position: relative;
    height: 220px;
    overflow: hidden
}

.industries-images figure {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%
}

.industries-images figure img {
    transition: .3s ease-in-out;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%
}

.industries-images .row {
    margin-left: -5px;
    margin-right: -5px
}

.industries-images .row .col {
    padding: 5px
}

.industries-images figcaption {
    transition: .3s ease-in-out;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    font-size: 20px;
    color: #fff;
    z-index: 1;
}

.industries-images a:after {
    transition: .3s ease-in-out;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    height: 130px;
    opacity: .7
}

.home-industries {
    position: relative;
    padding-top: 30px
}

.home-industries:after {
    content: "";
    background: #f0fafe;
    height: 300px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.industries-images a:hover img {
    transform: scale(1.1)
}

.industries-images a:hover figcaption {
    height: 100%
}

.industries-images a:hover:after {
    height: 100%;
    background: linear-gradient(0deg, rgba(14, 45, 452, 1) 0%, rgba(0, 0, 0, 0) 100%)
}

.industries-images a:hover {
    border-radius: 10px
}

.d-flex {
    display: flex
}

.cta-2 .d-flex {
    align-items: center;
    justify-content: center
}

.cta-2 .d-flex a {
    margin-left: 30px;
    min-width: 150px;
    text-align: center
}

.cta-2 .d-flex h4 {
    font-size: 22px;
}

.cta-2 {
    margin: 30px 0
}

.portfolio-home .col-md-5 {
    display: flex;
    align-items: center;
    padding: 50px 10px
}

.portfolio-home .row {
    margin-bottom: 160px;
    justify-content: space-between;
    position: relative
}

.portfolio-home .row:after {
    content: "";
    position: absolute;
    left: -45%;
    width: 50%;
    height: 100%;
    background: url(../../images/2021-new/fff.svg) no-repeat;
    background-size: 100% 100%;
    z-index: -1
}

.portfolio-home .row:nth-child(even):after {
    right: -45%;
    left: auto;
    transform: rotate(180deg)
}

.portfolio-home figure {
    overflow: hidden;
    border-radius: 30px;
    height: 100%
}

.portfolio-home figure img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%
}

.portfolio-home .col-md-7 {
    display: flex
}

.portfolio-home .main-heading-box {
    margin-bottom: 0
}

.portfolio-home .main-heading-box p {
    font-size: 14px;
    line-height: 22px;
    color: #636678
}

.portfolio-home .main-heading-box a {
    margin-top: 30px
}

.cta-animation {
    background: #181818
}

.cta-animation-in {
    padding-bottom: 60px;
    padding-top: 30px
}

.cta-animation .main-heading-box h3, .cta-animation .main-heading-box h6,
.cta-animation .main-heading-box p {
    color: #fff
}

.gry-pra {
    font-size: 16px;
    line-height: 22px;
    color: #636678;
}

.statistics-text h3 {
    font-size: 40px;
    margin-bottom: 10px
}

.statistics-text h5 {
    font-size: 30px;
    margin-bottom: 10px
}

.statistics-text p {
    margin-bottom: 40px
}

.statistics-text p:last-child {
    margin-bottom: 0
}

.cta-animation video {
    width: 100%
}

.statistics-ul li h3, .statistics-ul li h5 {
    margin-bottom: 0;
    font-size: 50px;
    position: relative;
    display: inline-block
}

.statistics-ul li h3 span, .statistics-ul li h5 span {
    position: absolute;
    right: -17px;
    font-size: 22px;
    top: 5px
}

.statistics-ul li p {
    padding-right: 10px;
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 26px;
    ;
    padding-left: 40px
}

.statistics-ul li {
    position: relative;
    margin: 25px 0;
    cursor: pointer
}

.statistics-ul li:after {
    transition: .3s ease-in-out;
    width: 30px;
    height: 100%;
    position: absolute;
    top: -3px;
    left: 8px;
    background: red;
    content: "";
    z-index: -1
}

.statistics-ul li:nth-child(1):after {
    background: #f9dada
}

.statistics-ul li:nth-child(2):after {
    background: #f9f7da
}

.statistics-ul li:nth-child(3):after {
    background: #daf9e8
}

.statistics-ul li:nth-child(4):after {
    background: #daf8f9
}

.statistics-ul li:nth-child(5):after {
    background: #e0daf9
}

.statistics-ul li:nth-child(6):after {
    background: #f9daf5
}

.statistics-ul li>div {
    min-width: 80px
}

.statistics-ul li:hover:after {
    width: 100%
}

.testimonial-home {
    position: relative
}

.testimonial-home:after {
    content: "";
    width: 65%;
    height: 100%;
    background: #f0fafe;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0
}

.testimonial-home.section-padding .container {
    position: relative;
    z-index: 1
}

.testimonial-box article {
    position: relative;
    border-radius: 10px;
    background: #0151c1;
    padding: 30px;
    box-shadow: 0 10px 30px rgb(1 81 192/23%);
    color: #fff;
    padding-bottom: 70px
}

.testimonial-box article p {
    font-size: 15px;
    line-height: 22px;
    color: #fff;
}

.testimonial-info figure {
    width: 75px;
    height: 75px;
    border-radius: 10px;
    overflow: hidden;
    border: 3px solid #fff;
    box-shadow: 0 10px 30px rgb(1 81 192/23%)
}

.testimonial-info figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.testimonial-info {
    position: absolute;
    margin-top: 40px;
    margin-bottom: -55px;
    width: 100%;
    left: 0;
    padding: 0 45px;
    bottom: 20px;
    z-index: 1
}

.testimonial-info h4 {
    font-size: 16px;
    margin-left: 20px;
    position: relative;
    top: 5px
}

.testimonial-box {
    margin-bottom: 40px
}

.testimonial-box article:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 100px;
    font-family: "inherit;";
    background: url(../../images/2021-new/quote.png) no-repeat;
    width: 94px;
    height: 74px;
    background-size: 100%
}

.case-home {
    background: linear-gradient(0deg, rgba(246, 248, 252, 1) 0%, rgba(255, 255, 255, 1) 100%)
}

.case-home-in article {
    margin: 15px 0;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    overflow: hidden;
    height: 450px;
    display: flex;
    flex-direction: column;
    background: #fff
}

.case-home-in article figure {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.case-home .container {
    max-width: 1050px
}

.case-home-in {
    position: relative;
    margin-top: -30px
}

.case-home-in figcaption {
    padding: 40px 20px;
    text-align: center
}

.case-home-in figcaption span {
    font-size: 16px
}

.case-home-in figcaption h4 {
    font-size: 22px;
}

.tag-list li {
    display: inline-block;
    background-color: #eee;
    padding: 4px 15px;
    border-radius: 20px;
    font-size: 14px;
    color: #000;
    margin-bottom: 5px
}

ul.tag-list {
    margin-bottom: 30px
}

.url-list li {
    display: inline-block
}

.url-list li a.url-items {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
    background-color: #000;
    padding: 10px;
    border-radius: 40px
}

.url-list li a.url-items span {
    opacity: 0;
    font-size: 0;
    transition: ease .5s;
    margin-left: 0
}

.url-list li a.url-items:hover span {
    opacity: 1;
    font-size: 16px;
    margin-left: 10px
}

.url-list li a.url-items:hover {
    background-color: #f89b20
}

.portfolio-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transform: perspective(2000px)translate3d(0px, -66px, 198px)rotateX(-55deg)scale3d(0.86, 0.75, 1)translateY(50px);
    will-change: transform;
    transition: .6s ease-in-out transform
}

.portfolio-modal.active {
    transform: scale3d(1, 1, 1);
    opacity: 1;
    pointer-events: inherit
}

.portfolio-modal .col-md-8 {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
    padding: 0;
    height: 100vh;
    display: flex
}

.portfolio-modal .col-md-4 {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    padding: 0;
    display: flex;
    align-items: center;
    padding: 40px 100px
}

.portfolio-modal-body {
    height: 100vh;
    display: flex
}

.portfolio-modal-body .row {
    width: 100%
}

.portfolio-modal .col-md-8 figure {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.portfolio-modal .col-md-8 figure img {
    object-fit: contain;
    object-position: center;
    height: 85%;
    width: 85%
}

.portfolio-close {
    position: absolute;
    top: 25px;
    right: 25px
}

.statistics-ul .row {
    margin-right: -5px;
    margin-left: -5px
}

.branding-logo a {
    display: inline-block
}

.customised-solution,
.portfolio-home {
    overflow: hidden
}

@media(max-width:1366px) {
    .portfolio-home .row {
        align-items: center
    }
    .portfolio-home figure {
        height: auto
    }
    .portfolio-home .col-md-5 {
        padding: 50px 15px
    }
    .statistics-ul li p {
        font-size: 16px;
        padding-left: 30px
    }
}

@media(max-width:1280px) {
    .main-banner-sec .container {
        padding: 10px 40px 40px;
    }
    .testimonial-box article::after {
        bottom: 10px;
        width: 64px;
        height: 44px;
        background-size: 80%;
        z-index: 0
    }
    .our-partners {
        padding: 0 5%
    }
    .our-partners {
        margin-bottom: 35px
    }
    .btn-link-arrow img {
        width: 24px
    }
}

@media only screen and (min-width:1024px) and (max-width:1200px) {
    .main-banner-sec .container .row {
        max-width: 100%;
        margin: 0 auto;
    }
    .banner-text-in h6 {
        font-size: 20px
    }
    .banner-text-in h2, .banner-text-in h1 {
        font-size: 58px;
        line-height: 58px
    }
    .banner-text-in p {
        font-size: 16px
    }
    .banner-img-info .btn.lets-btn.app-d {
        right: 0
    }
    .portfolio-modal .col-md-8 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .portfolio-modal .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .cta-pink .container::after {
        right: 55px
    }
    .cta-pink .container::before {
        left: 55px
    }
    .services-box p {
        font-size: 15px
    }
}

@media(max-width:1120px) {
    .customised-solution-in {
        padding: 50px
    }
    .main-banner-sec .container {
        padding: 40px 15px
    }
    .banner-img-info .btn.lets-btn.app-d {
        top: 150px;
        right: 0;
        font-size: 14px
    }
    .banner-img-info .btn.lets-btn.web-d {
        bottom: 70px;
        left: 0;
        font-size: 14px
    }
    .section-padding {
        padding: 60px 0
    }
    .services-box {
        padding: 20px
    }
    .services-box figure {
        width: 80px;
        height: 80px;
        margin-top: -55px;
        margin-bottom: 20px
    }
    .portfolio-home .col-md-5 {
        padding: 30px 15px
    }
    .main-heading-box {
        max-width: 650px
    }
    .section-padding {
        padding: 60px 0
    }
    .statistics-ul li h3, .statistics-ul li h5 {
        font-size: 42px
    }
    .portfolio-home .row {
        margin-bottom: 100px
    }
}

@media(max-width:1024px) {
    .statistics-ul li p {
        font-size: 15px;
        padding-left: 10px
    }
    .statistics-ul li h3, .statistics-ul li h5 {
        font-size: 36px
    }
    .service-content-box {
        padding: 15px
    }
    .customised-solution-in::after {
        border-radius: 35px
    }
    .testimonial-box article {
        border-radius: 10px;
        padding: 15px;
        padding-bottom: 70px !important
    }
    .testimonial-info figure {
        width: 60px;
        height: 60px;
        border-radius: 8px;
        overflow: hidden;
        border: 2px solid #fff
    }
    .testimonial-info h4 {
        font-size: 15px;
        margin-left: 15px
    }
    .testimonial-info {
        margin-top: 25px;
        margin-bottom: -50px;
        padding: 0 15px;
        bottom: 30px
    }
}

@media(max-width:991px) {
    .main-banner-sec .container .row {
        max-width: 100%;
        margin: 0 auto
    }
    .banner-text-in h6 {
        font-size: 18px
    }
    .banner-text-in h2, .banner-text-in h1 {
        font-size: 52px;
        line-height: 52px
    }
    .banner-img-info .btn.lets-btn.app-d {
        right: 0
    }
    .portfolio-modal .col-md-8 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .portfolio-modal .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .portfolio-modal .col-md-4 {
        padding: 40px 50px
    }
    .main-banner-sec .container {
        padding: 40px 15px
    }
    .banner-img-info .btn.lets-btn.app-d {
        top: 100px;
        right: 0;
        height: 45px;
        padding: 10px 15px
    }
    .banner-img-info .btn.lets-btn.web-d {
        bottom: 50px;
        left: -20px;
        height: 45px;
        padding: 10px 15px
    }
    .banner-text-in h2, .banner-text-in h1 {
        font-size: 42px;
        line-height: 42px
    }
    .service-link .service-content-box {
        padding: 10px 15px;
        margin-bottom: 20px
    }
    .service-link .service-content-box:last-child {
        margin-bottom: 0
    }
    h3.blue-head::before, h5.blue-head::before {
        right: 0;
        z-index: 7;
        width: 16px;
        height: 15px;
        top: 6px;
        background-size: 94%
    }
    .service-content-box p {
        font-size: 16px;
        line-height: 22px
    }
    .service-content-card p {
        font-size: 16px;
        line-height: 22px
    }
    .customised-solution .container {
        padding: 0
    }
    .customised-solution-in::after {
        max-width: 100%;
        border-radius: 0
    }
    .our-services.section-padding .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
        padding-bottom: 25px
    }
    .industries-images figcaption {
        font-size: 16px
    }
    .portfolio-home .row {
        margin-bottom: 40px
    }
    .row.service-list-top .col-md-8 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row.service-list-top .col-md-4:first-child {
        flex: 0 0 100%;
        max-width: 100%
    }
    .service-list-right {
        margin-bottom: 30px;
        margin-top: 30px
    }
    .services-box {
        margin-top: 55px
    }
}

@media only screen and (min-width:768px) and (max-width:992px) {
    .portfolio-modal .col-md-8 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .portfolio-modal .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media(max-width:767px) {
    .section-padding {
        padding: 50px 0
    }
    .main-banner-sec .container .row {
        flex-direction: column-reverse
    }
    .main-banner-sec .container .row .col-md-6 {
        width: 100%;
        max-width: 100%
    }
    .banner-img-info {
        max-width: 450px;
        margin: 0 auto 50px
    }
    .banner-img-info .btn.lets-btn.app-d {
        right: -50px
    }
    .banner-img-info .btn.lets-btn.web-d {
        left: 0
    }
    .banner-text-in h2 br, .banner-text-in h1 br {
        display: none
    }
    .banner-head-info {
        text-align: center;
        max-width: 600px;
        margin: 0 auto
    }
    .our-services .col-md-3 {
        max-width: 50%;
        flex: 0 0 50%;
        margin-top: 10px
    }
    .our-services .col-md-3:first-child,
    .our-services .col-md-3:nth-child(2) {
        margin-top: 0
    }
    .portfolio-home .row {
        flex-direction: column;
        margin-bottom: 30px;
        border-bottom: 5px solid #fafafa
    }
    .portfolio-home .row:last-child {
        border: none
    }
    .portfolio-home .row .col-md-6,
    .portfolio-home .row .col-md-5 {
        max-width: 100%
    }
    .portfolio-home .row:nth-child(even) {
        flex-direction: column-reverse
    }
    .portfolio-home figure {
        max-width: 500px;
        margin: 0 auto
    }
    .portfolio-home .row::after {
        left: 0;
        background-size: 100% 50%
    }
    .portfolio-home .row:nth-child(even)::after {
        right: 0;
        background-size: 100% 150%
    }
    .portfolio-home .main-heading-box.text-left {
        text-align: center !important
    }
    .statistics-text h3 {
        font-size: 28px;
        text-align: center
    }
    .statistics-ul li {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%
    }
    .testimonial-home.section-padding {
        padding: 30px 0
    }
    .testimonial-box .col-md-4 {
        max-width: 50%;
        flex: 0 0 50%;
        margin-bottom: 80px
    }
    .row.testimonial-box {
        justify-content: center;
        margin-bottom: 0
    }
    .case-home-in article {
        height: 320px
    }
    .portfolio-modal-body .row {
        flex-direction: column;
        height: 100%;
        position: relative
    }
    .portfolio-modal .col-md-8 {
        flex: 0 0 50%;
        max-width: 100%;
        max-height: 320px
    }
    .portfolio-modal .col-md-4 {
        flex: 0 0 50%;
        max-width: 100%;
        height: calc(100% - 320px);
        position: initial;
        padding: 40px 50px
    }
    .menu-btn.portfolio-close {
        background-color: #fff;
        border: 2px solid #fff;
        border-radius: 80px;
        padding: 3px;
        right: 15px;
        top: 15px
    }
    .portfolio-modal-text {
        height: 100%;
        overflow: auto
    }
    .menu-btn img {
        margin-left: 10px
    }
    .heading-with-btn {
        display: block;
        margin-bottom: 10px
    }
    .heading-with-btn .main-heading-box {
        margin-bottom: 0
    }
    .case-home-in {
        margin-top: 0
    }
    .main-heading-box h3 {
        text-align: center;
        font-size: 24px
    }
    .main-heading-box p {
        text-align: center
    }
    .our-services.section-padding .col-md-3 {
        padding-bottom: 25px
    }
    .portfolio-home .col-md-5 article {
        margin: auto
    }
    .portfolio-home .main-heading-box a {
        margin-top: 10px
    }
    .connect-with-sec {
        padding: 40px 0
    }
    
    .service-list-right {
        margin-bottom: 20px;
        margin-top: 20px
    }
    h3.blue-head, h5.blue-head {
        font-size: 14px
    }
    .industries-images .row .col-md-4.col:nth-child(10) {
        max-width: 50%;
        flex: 0 0 50%
    }
    .industries-images .row .col:nth-child(11) {
        max-width: 50%;
        flex: 0 0 50%
    }
    .industries-images .row .col-md-4.col {
        max-width: 33.33%;
        flex: 0 0 33.33%
    }
    .industries-images .row .col-md-2.col {
        max-width: 33.33%;
        flex: 0 0 33.33%
    }
    .industries-images .row .col:nth-child(6) {
        max-width: 100%;
        flex: 0 0 100%
    }
    .industries-images .row .col:nth-child(4) {
        max-width: 50%;
        flex: 0 0 50%
    }
    .industries-images .row .col:nth-child(5) {
        max-width: 50%;
        flex: 0 0 50%
    }
    .industries-images .row .col {
        max-width: 33.33%;
        flex: 0 0 33.33%
    }
    .connect-with li {
        padding: 0 10px
    }
    .case-home-in figcaption h4 {
        font-size: 18px;
        margin-bottom: 5px
    }
    .case-home-in figcaption {
        padding: 20px
    }
    .btn-link-arrow {
        font-size: 15px
    }
    .btn-link-arrow img {
        width: 20px
    }
    .statistics-text p {
        margin-bottom: 40px;
        text-align: center
    }
    .statistics-text h5 {
        font-size: 28px;
        text-align: center
    }
    .statistics-ul li h3, .statistics-ul li h5 {
        font-size: 28px
    }
    .statistics-ul li>div {
        min-width: 75px
    }
    .statistics-ul li p {
        font-size: 14px;
        padding-left: 10px;
        text-align: left;
        line-height: initial
    }
    .main-heading-box h5 {
        text-align: center
    }
    .btn-link {
        text-align: center
    }
    .services-box p {
        font-size: 16px
    }
    .portfolio-home .main-heading-box p {
        font-size: 16px
    }
    .testimonial-box article p {
        font-size: 14px;
        line-height: 24px
    }
}

@media(max-width:576px) {
    .row.service-list-top .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 30px
    }
    .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: 100%;
}
    .main-banner-sec .container {
        padding: 20px 0
    }
    .banner-img-info {
        max-width: 320px
    }
    .banner-img-info .btn.lets-btn.app-d {
        font-size: 14px;
        height: 36px;
        top: 80px;
        right: -40px
    }
    .banner-img-info .btn.lets-btn.web-d {
        font-size: 14px;
        height: 36px;
        bottom: 30px
    }
    .banner-text-in h2, .banner-text-in h1 {
        font-size: 36px;
        line-height: initial
    }
    .connect-with-sec {
        padding: 50px 0
    }
    .connect-with ul {
        flex-flow: wrap
    }
    .connect-with li {
        max-width: 33.33%;
        padding: 10px
    }
    .connect-with li a {
        display: block;
        width: 100%;
        height: 60px
    }
    .connect-with li a img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center
    }
    .service-list-top>.col-md-4,
    .service-list-top>.col-md-8 {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 20px
    }
    .service-list-right .col-md-6 {
        max-width: 100%;
        flex: 0 0 100%
    }
    .service-list-right .col-md-6:last-child {
        margin-bottom: 0
    }
    .service-link .service-content-box {
        margin-bottom: 20px
    }
    .service-link .service-content-box:last-child {
        margin-bottom: 0
    }
    .service-list-top>.col-md-4:last-child {
        margin-bottom: 0
    }
    .industries-images .row .col {
        max-width: 50%;
        flex: 0 0 50%
    }
    .industries-images .row .col:nth-child(5) {
        max-width: 100%;
        flex: 0 0 100%
    }
    .industries-images a {
        height: 200px
    }
    .customised-solution-in::after {
        left: 0;
        border-radius: 0
    }
    .main-heading-box h5 {
        font-size: 16px
    }
    .portfolio-home .main-heading-box a {
        margin-top: 0
    }
    .cta-animation-in {
        padding-bottom: 0
    }
    .cta-animation video {
        height: 50px;
        object-fit: cover;
        object-position: center
    }
    .statistics-text h3 {
        font-size: 28px
    }
    .statistics-text h5 {
        font-size: 28px
    }
    .statistics-ul li {
        width: 100%;
        max-width: 50%;
        display: block
    }
    .statistics-ul li>div {
        margin-bottom: 10px
    }
    .statistics-ul li p {
        padding-left: 0
    }
    .row.testimonial-box {
        margin-bottom: 0
    }
    .testimonial-box .col-md-4 {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 60px
    }
    .testimonial-box article {
        padding: 30px;
        padding-bottom: 20px;
        padding-bottom: 70px
    }
    .case-home-in article {
        height: 350px
    }
    .case-home-in article figure img {
        object-fit: contain;
        height: 100%;
        width: 100%;
        object-position: bottom center
    }
    .case-home-in figcaption h4 {
        font-size: 18px
    }
    .connect-with li {
        padding: 10px
    }
    .banner-img-info {
        max-width: 80%
    }
    .row.service-list-top .col-md-4 {
        padding-bottom: 0
    }
    .industries-images .row .col-md-4.col {
        max-width: 50%;
        flex: 0 0 50%
    }
    .industries-images .row .col-md-2.col {
        max-width: 50%;
        flex: 0 0 50%
    }
    .industries-images .row .col:nth-child(11) {
        max-width: 100%;
        flex: 0 0 100%
    }
    .case-home-in figcaption {
        padding: 15px 10px
    }
    .case-home-in figcaption h4 {
        font-size: 18px
    }
    .case-home-in article {
        height: 290px
    }
}

@media(max-width:479px) {
    .main-banner-sec .container {
        padding: 15px 0 0
    }
    .our-services .main-heading-box {
        margin-bottom: 40px
    }
    .banner-img-info .btn.lets-btn.app-d {
        right: 0;
        top: 120px
    }
    .banner-text-in h2, .banner-text-in h1 {
        font-size: 32px
    }
    .banner-text-in p {
        font-size: 16px
    }
    .customised-solution-in {
        padding: 40px 15px
    }
    .customised-solution-in .main-heading-box p {
        font-size: 14px;
        line-height: 24px
    }
    .our-services .col-md-3 {
        max-width: 100%;
        flex: 0 0 100%;
        margin-top: 20px
    }
    .our-services .col-md-3:first-child,
    .our-services .col-md-3:nth-child(2) {
        margin-top: 20px
    }
    .our-services .col-md-3:first-child {
        margin: 0
    }
    h3.blue-head, h5.blue-head {
        font-size: 18px
    }
    .service-content-card p {
        font-size: 16px
    }
    .service-content-box p {
        font-size: 16px
    }
    .portfolio-home .col-md-5 {
        padding: 30px 15px
    }
    .cta-animation-in {
        padding: 40px 15px 0
    }
    .heading-with-btn {
        display: block;
        margin-bottom: 20px
    }
    .heading-with-btn .main-heading-box {
        margin-bottom: 0
    }
    .case-home-in .col-md-6 {
        max-width: 100%;
        flex: 0 0 100%
    }
    .case-home-in {
        margin-top: 0
    }
    .case-home-in article {
        height: 320px
    }
    .cta-pink-left h3 {
        font-size: 32px
    }
    .cta-pink-left p {
        font-size: 18px
    }
    .cta-pink .container:before {
        height: 105%
    }
    .services-box figure {
        width: 80px;
        height: 80px;
        margin-bottom: 20px
    }
    .cta-2 .d-flex {
        display: block;
        text-align: center
    }
    .cta-2 .d-flex h4 {
        margin-bottom: 20px
    }
    .cta-2 .d-flex a {
        margin-left: 0
    }
    .testimonial-info {
        padding: 0 20px;
        z-index: 1
    }
    .industries-images a {
        height: 160px
    }
    .industries-images a figcaption {
        font-size: 18px
    }
    .statistics-ul li h3, .statistics-ul li h5 {
        font-size: 32px
    }
    .statistics-ul li p {
        font-size: 14px
    }
    .statistics-ul li>div {
        margin-bottom: 0
    }
    .statistics-ul li::after {
        height: 100%
    }
    .banner-img-info {
        max-width: 90%;
        margin: 0 auto 40px
    }
    .banner-img-info .btn.lets-btn.app-d {
        right: 0;
        top: 80px
    }
    .banner-text-in h6 {
        font-size: 16px
    }
    .connect-with-sec {
        padding: 15px 0
    }
    .section-padding {
        padding: 30px 0
    }
    .our-services.section-padding .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .our-services.section-padding .col-md-3 {
        padding-bottom: 5px
    }
    .industries-images a figcaption {
        font-size: 16px
    }
    .portfolio-home figure {
        border-radius: 15px
    }
    .cta-pink-left h3 {
        font-size: 32px
    }
    .method .btn.btn-pink {
        width: 100%
    }
    .cta-pink .container::after {
        right: 0
    }
    .cta-pink .container::before {
        left: 0
    }
    .menu-btn img {
        margin-left: 0
    }
}