/* Navebar section css strat */
@font-face {
    font-family: "icons";
    src: url(/fonts/icons.eot?);
    src: url(/fonts/icons.eot?#iefix) format("eot"),url(/fonts/icons.woff2) format("woff2"),url(/fonts/icons.woff) format("woff"),url(/fonts/icons.ttf) format("truetype"),url(/fonts/icons.svg#icons) format("svg")
}

.icon:before {
    font-family: "icons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none
}

h1,
.h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 20px;
    font-size: 38px;
}

.success-stories-wrapper .story-body .story-content .badge-section .card-cta-button:hover {
    background-color: #fc4906;
    color: white;
}

h2,
.h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: normal;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 20px;
}

h3,
.h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: normal;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 20px;
}

h4,
.h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 20px;
}

h5,
.h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 20px;
}

h6,
.h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0;
    color: #000;
}

p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

a {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000;
}

    a:hover {
        color: #fc4906;
    }

.icon-hamburger:before {
    content: "";
}

* {
    font-family: "Poppins", sans-serif;
}

p {
    font-family: "Poppins", sans-serif;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
    font-family: "Poppins", sans-serif;
}

header {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 2;
    top: 0;
}

#nav {
    border-bottom: 2px solid gainsboro;
    padding: 0px 30px;
}

    #nav .nav-header {
        position: static;
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }

        #nav .nav-header .nav-end {
            display: flex;
            align-items: center;
            justify-content: end;
            margin-bottom: 0;
            gap: 15px;
        }

            #nav .nav-header .nav-end .btn---primary {
                padding: 5.5px 20px;
                min-width: 140px;
                background: linear-gradient(to right, #fc4906, #fc0d5e);
                border-radius: 28px;
                position: relative;
                color: #000;
                z-index: 9;
                font-weight: 500;
                font-size: 18px;
            }

                #nav .nav-header .nav-end .btn---primary:after {
                    content: '';
                    position: absolute;
                    top: 1px;
                    right: 1px;
                    bottom: 1px;
                    left: 1px;
                    background-color: white;
                    border-radius: 28px;
                    z-index: -1;
                }

            #nav .nav-header .nav-end .socal-icon {
                display: flex;
                align-items: center;
                gap: 15px;
            }

                #nav .nav-header .nav-end .socal-icon img {
                    cursor: pointer;
                    width: 30px;
                }

        #nav .nav-header .logo {
            display: flex;
        }

        #nav .nav-header .menu-list {
            position: static;
            display: flex;
            width: 100%;
            justify-content: flex-end;
            align-items: center;
        }

        #nav .nav-header .nav-links {
            display: flex;
            gap: 15px;
            margin-bottom: 0;
            align-items: center;
            margin-right: 15px;
        }

            #nav .nav-header .nav-links .logo-png {
                display: none;
            }

            #nav .nav-header .nav-links .nav-link {
                list-style: none;
                display: flex;
                align-items: center;
                justify-content: space-between;
                list-style: none;
                padding: 30px 0px;
            }

                #nav .nav-header .nav-links .nav-link .link {
                    color: black;
                    text-decoration: none;
                    font-size: 1rem;
                    font-weight: 600;
                }

                    #nav .nav-header .nav-links .nav-link .link:hover {
                        color: #ef5d25;
                    }

.nav-header input {
    display: none;
}

#nav .btn {
    color: black;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

.menu-btn {
    margin-inline-end: 30px;
}

.nav-header .btn.cancel-btn {
    position: absolute;
    right: 18px;
    top: 25px;
}

@media screen and (max-width: 575px) {
    .nav-header .btn.cancel-btn {
        top: 16px;
    }
}

@media screen and (max-width: 1042px) and (max-width: 405px) {
    html #nav .nav-links .logo-png {
        width: 165px;
    }
}

@media screen and (max-width: 992px) {
    #nav .nav-header .nav-end {
        display: none;
    }
}
@media screen and (max-width: 1175px) {
    #nav .nav-header .nav-links .nav-link .link {
        font-size: 12px;
    }
}

    @media all and (max-width: 1037px) {
        #nav .nav-header .nav-links .nav-end-small {
            display: flex;
            align-items: center;
            justify-content: left;
            gap: 15px;
        }

            #nav .nav-header .nav-links .nav-end-small .socal-icon {
                display: none;
                align-items: center;
                gap: 15px;
            }

                #nav .nav-header .nav-links .nav-end-small .socal-icon img {
                    cursor: pointer;
                    width: 30px;
                }


        html #nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 12px 20px;
        }

            html #nav .btn {
                display: block;
                padding: 0.1rem;
                margin-left: 1rem;
                font-size: 1.9rem;
                margin-right: 0;
            }

            html #nav .nav-links .logo-png {
                display: block !important;
                padding: 20px 0 0 20px;
            }

            html #nav .nav-header .menu-list {
                position: fixed;
                height: 100vh;
                width: 100%;
                background: white;
                display: block;
                top: 0;
                left: -100%;
                line-height: 45px;
                padding: 20px 20px;
                box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
                z-index: 90;
            }

                html #nav .nav-header .menu-list .nav-links {
                    display: block;
                    padding: 0 !important;
                    height: 100%;
                    overflow: auto;
                    position: relative;
                }

                    html #nav .nav-header .menu-list .nav-links .cancel-btn .icon-cross {
                        background: linear-gradient(to top, #fc0d5e, #fc4906);
                        -webkit-background-clip: text;
                        -webkit-text-fill-color: transparent;
                        font-size: larger;
                    }

                    html #nav .nav-header .menu-list .nav-links .nav-link {
                        list-style: none;
                        display: block;
                        padding: 0px;
                    }



            html #nav .nav-links .desktop-item {
                display: none !important;
            }

            html #nav .menu-list .nav-links .mobile-item {
                display: flex;
                color: black;
                font-size: 1rem;
                justify-content: space-between;
                font-weight: 600;
                cursor: pointer;
                padding: 0px 20px 0 10px;
                transition: all 0.3s ease;
            }

                html #nav .menu-list .nav-links .mobile-item:hover {
                    color: #ef5d25;
                }

            html #nav .menu-list .nav-link:hover .mobile-item {
                color: #ef5d25;
            }

            html #nav .menu-list .nav-link .mobile-item .label-top-arr {
                transition: transform 0.4s ease-in-out !important;
            }

            html #nav #menu-btn:checked ~ .menu-list {
                left: 0%;
                padding: 0;
            }

            html #nav .nav-header .nav-links::-webkit-scrollbar {
                width: 0px;
            }

            html #nav .nav-links .nav-link {
                margin: 15px 10px;
            }

                html #nav .nav-links .nav-link .link {
                    display: block;
                    font-size: 20px;
                    padding-left: 20px;
                }

                    html #nav .nav-links .nav-link .link:hover {
                        color: #ef5d25;
                    }

            html #nav .btn {
                display: block;
                padding: .1rem;
                margin-left: 1rem;
                font-size: 1.9rem;
                margin-right: 0;
            }

                html #nav .btn .icon-hamburger {
                    background: linear-gradient(to top,#fc0d5e,#fc4906);
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                    font-size: larger;
                    font-weight: bold
                }
    }
    /* Navber section css end */

    /* Hero section css strat */
    main {
        position: relative;
        top: 86px;
    }

    @media screen and (max-width: 1042px) {
        main {
            top: 87px;
        }
    }

    .hero-wrapper {
        padding-top: 60px;
        padding-bottom: 20px;
        text-align: center;
        position: relative;
    }

    @media (min-height: 900px) and (min-width: 992px) {
        .hero-wrapper {
            padding-top: 110px;
        }
    }

    @media screen and (max-width: 575px) {
        .hero-wrapper {
            padding: 40px 10px;
        }
    }

    .hero-wrapper .hero-head {
        margin-bottom: 30px;
    }

    @media (min-height: 900px) and (min-width: 992px) {
        .hero-wrapper .hero-head {
            margin-bottom: 60px;
        }
    }

    .hero-wrapper .hero-head .first-heading {
        font-size: 30px;
        color: black;
        margin-bottom: 10px;
        line-height: 40px;
        font-weight: 600;
    }

    @media (min-height: 900px) and (min-width: 992px) {
        .hero-wrapper .hero-head .first-heading {
            font-size: 36px;
            margin-bottom: 30px;
        }
    }

    @media screen and (max-width: 767px) {
        .hero-wrapper .hero-head .first-heading {
            font-weight: 600;
            font-size: 26px;
        }
    }

    .hero-wrapper .hero-head h1,
    .hero-wrapper .hero-head .h1 {
        font-size: 56px;
        line-height: 66px;
    }

    @media screen and (min-width: 1024px) {
        .hero-wrapper .hero-head h1,
        .hero-wrapper .hero-head .h1 {
            font-size: 60px;
            line-height: 80px;
        }
    }

    @media (min-height: 900px) and (min-width: 992px) {
        .hero-wrapper .hero-head h1,
        .hero-wrapper .hero-head .h1 {
            font-size: 70px !important;
            line-height: 90px;
        }
    }

    @media screen and (max-width: 992px) {
        .hero-wrapper .hero-head h1,
        .hero-wrapper .hero-head .h1 {
            font-size: 40px;
            line-height: 55px;
        }
    }

    @media screen and (max-width: 767px) {
        .hero-wrapper .hero-head h1,
        .hero-wrapper .hero-head .h1 {
            font-size: 30px;
            line-height: 45px;
        }
    }

    .hero-wrapper .hero-head .heading1 {
        background: linear-gradient(140deg, #fc4906 54%, #fc0d5e 56%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 0;
    }

        .hero-wrapper .hero-head .heading1 span {
            background: linear-gradient(140deg, #fc0d5e 40%, #fc4906 56%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

    .hero-wrapper .hero-body {
        margin-bottom: 30px;
    }

    @media (min-height: 900px) and (min-width: 992px) {
        .hero-wrapper .hero-body {
            margin-bottom: 100px;
        }
    }

    .hero-wrapper .hero-body p {
        font-size: 24px;
        color: #000000;
        margin-bottom: 40px;
        line-height: 30px;
        padding: 0 12%;
    }

    @media screen and (min-width: 1024px) {
        .hero-wrapper .hero-body p {
            font-size: 24px;
            line-height: 34px;
        }
    }

    @media (min-height: 900px) and (min-width: 992px) {
        .hero-wrapper .hero-body p {
            margin-bottom: 60px;
        }
    }

    @media screen and (max-width: 992px) {
        .hero-wrapper .hero-body p {
            padding: 0 20px;
        }
    }

    @media screen and (max-width: 767px) {
        .hero-wrapper .hero-body p {
            font-size: 16px;
            line-height: 26px;
            font-weight: 400;
        }
    }

    .hero-wrapper .hero-body a {
        font-size: 18px;
        text-decoration: none;
        background-color: #fc0d5e;
        text-transform: capitalize;
        padding: 7px 22px;
        color: #ffffff;
        font-weight: 500;
        border-radius: 25px;
        display: inline-block;
        text-align: center;
        border : 0;
    }

        .hero-wrapper .hero-body a:hover {
            background-color: #fc4906;
        }

    .hero-wrapper .hero-icon-container .hero-icon {
        padding: 10px 0px 20px 0px;
    }

        .hero-wrapper .hero-icon-container .hero-icon .hero-logo-img-container {
            height: 70px;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            padding-block-end: 0.5rem;
        }

    /* Hero section css end */

    /* Certified Kentico Development Partner css :start */
    .kentico-development-partner-wrapper {
        background-color: #000;
    }

        .kentico-development-partner-wrapper .context-main {
            padding: 80px 0;
        }

            .kentico-development-partner-wrapper .context-main .context-pri-content {
                color: #fff;
                width: 100%;
            }

                .kentico-development-partner-wrapper
                .context-main
                .context-pri-content
                .context-title {
                    color: #fff;
                    text-align: left;
                    font-weight: 600;
                    font-size: 40px;
                    font-family: 'Poppins', sans-serif;
                }

                .kentico-development-partner-wrapper
                .context-main
                .context-pri-content
                .context-para {
                    text-align: left;
                    border-left: 4px solid;
                    -o-border-image: linear-gradient(to bottom, #fc4906, #fc0d5e) 1 50%;
                    border-image: linear-gradient(to bottom, #fc4906, #fc0d5e) 1 50%;
                    border-radius: 2px;
                }

                    .kentico-development-partner-wrapper
                    .context-main
                    .context-pri-content
                    .context-para
                    .context-description {
                        font-size: 18px;
                        font-weight: 400;
                        font-family: 'Poppins', sans-serif;
                        margin-left: 20px;
                        padding: 8px 0;
                        margin-bottom: 0;
                    }

                .kentico-development-partner-wrapper
                .context-main
                .context-pri-content
                .content {
                    margin-top: 20px;
                    display: grid;
                    grid-template-columns: repeat(3, 1fr);
                    gap: 15px 15px;
                    text-align: left;
                }

                    .kentico-development-partner-wrapper
                    .context-main
                    .context-pri-content
                    .content
                    .content-card {
                        border: 1px solid #fff;
                        text-align: center;
                        background: #000;
                        padding: 1.5rem 1.5rem 0.5rem 1.5rem;
                        width: -moz-fit-content !important;
                        width: fit-content !important;
                        height: 100% !important;
                        cursor: auto;
                        margin-bottom: 10px;
                    }

                        .kentico-development-partner-wrapper
                        .context-main
                        .context-pri-content
                        .content
                        .content-card
                        .card-icon-container {
                            padding-inline-start: 0.25rem;
                            padding-block: 0.75rem;
                            width: 100%;
                        }

                            .kentico-development-partner-wrapper
                            .context-main
                            .context-pri-content
                            .content
                            .content-card
                            .card-icon-container
                            img {
                                width: 40%;
                            }

                        .kentico-development-partner-wrapper
                        .context-main
                        .context-pri-content
                        .content
                        .content-card
                        h3,
                        .kentico-development-partner-wrapper
                        .context-main
                        .context-pri-content
                        .content
                        .content-card
                        .h3 {
                            padding: 20px 0 0 0;
                            color: #fc0d5e;
                            font-weight: 600;
                            font-size: 22px;
                            margin-bottom: 0;
                        }

                        .kentico-development-partner-wrapper
                        .context-main
                        .context-pri-content
                        .content
                        .content-card
                        .card-body {
                            padding: 0 0 0.75rem 0;
                            color: #fff;
                        }

                            .kentico-development-partner-wrapper
                            .context-main
                            .context-pri-content
                            .content
                            .content-card
                            .card-body
                            p {
                                margin-bottom: 0;
                            }

                                .kentico-development-partner-wrapper
                                .context-main
                                .context-pri-content
                                .content
                                .content-card
                                .card-body
                                p
                                a {
                                    font-size: 16px;
                                    color: #fc4906;
                                }

                            .kentico-development-partner-wrapper
                            .context-main
                            .context-pri-content
                            .content
                            .content-card
                            .card-body
                            .card-read-more {
                                text-decoration: none;
                                color: #fff;
                                font-weight: 500;
                                font-size: 18px;
                                background: transparent;
                                border: none;
                            }

                                .kentico-development-partner-wrapper
                                .context-main
                                .context-pri-content
                                .content
                                .content-card
                                .card-body
                                .card-read-more:hover {
                                    background: #fc4906;
                                    -webkit-background-clip: text;
                                    -webkit-text-fill-color: transparent;
                                }

                .kentico-development-partner-wrapper
                .context-main
                .context-pri-content
                .view-all-link-btn {
                    font-size: 18px;
                    text-decoration: none;
                    background-color: #fc0d5e;
                    padding: 7px 22px;
                    text-transform: capitalize;
                    color: #fff;
                    font-weight: 500;
                    border-radius: 28px;
                    display: inline-block;
                    text-align: center;
                    margin: 30px 0 0 24px;
                }
                    .kentico-development-partner-wrapper .context-main .context-pri-content .view-all-link-btn:hover {
                        background-color: #fc4906;
                    }

                    .kentico-development-partner-wrapper
                    .context-main
                    .kentico-development-partner {
                        padding-top: 100px;
                        text-align: center;
                    }

                .kentico-development-partner-wrapper
                .context-main
                .kentico-development-partner
                .context-partner-title {
                    color: #fff;
                    font-weight: 600;
                    font-size: 36px;
                    font-family: 'Poppins', sans-serif;
                    text-align: center;
                }

                .kentico-development-partner-wrapper
                .context-main
                .kentico-development-partner
                .img-box {
                    text-align: -webkit-center;
                    border: none;
                    border-radius: 20px;
                    width: initial;
                    padding: 10px 10px;
                    margin: 10px 0;
                }

                .kentico-development-partner-wrapper
                .context-main
                .kentico-development-partner
                .patner-all-link-btn {
                    font-size: 18px;
                    text-decoration: none;
                    background-color: #fc0d5e;
                    padding: 10px 22px;
                    text-transform: uppercase;
                    color: #fff;
                    font-weight: 500;
                    border-radius: 28px;
                    display: inline-block;
                    text-align: center;
                    margin: 30px 0 10px;
                }

    .kentico-development-partner-wrapper {
        background-color: #000;
    }

        .kentico-development-partner-wrapper .context-main {
            padding: 80px 0;
        }

            .kentico-development-partner-wrapper .context-main .context-pri-content {
                color: #fff;
                width: 100%;
            }

                .kentico-development-partner-wrapper
                .context-main
                .context-pri-content
                .context-title {
                    color: #fff;
                    text-align: left;
                    font-weight: 600;
                    font-size: 40px;
                    font-family: 'Poppins', sans-serif;
                }

                .kentico-development-partner-wrapper
                .context-main
                .context-pri-content
                .context-para {
                    text-align: left;
                    border-left: 4px solid;
                    -o-border-image: linear-gradient(to bottom, #fc4906, #fc0d5e) 1 50%;
                    border-image: linear-gradient(to bottom, #fc4906, #fc0d5e) 1 50%;
                    border-radius: 2px;
                }

                    .kentico-development-partner-wrapper
                    .context-main
                    .context-pri-content
                    .context-para
                    .context-description {
                        font-size: 18px;
                        font-weight: 400;
                        font-family: 'Poppins', sans-serif;
                        margin-left: 20px;
                        padding: 8px 0;
                        margin-bottom: 0;
                    }

                .kentico-development-partner-wrapper
                .context-main
                .context-pri-content
                .content {
                    margin-top: 20px;
                    display: grid;
                    grid-template-columns: repeat(3, 1fr);
                    gap: 15px 15px;
                    text-align: left;
                }

                    .kentico-development-partner-wrapper
                    .context-main
                    .context-pri-content
                    .content
                    .content-card {
                        border: 1px solid #fff;
                        text-align: center;
                        background: #000;
                        padding: 1.5rem 1.5rem 0.5rem 1.5rem;
                        width: -moz-fit-content !important;
                        width: fit-content !important;
                        height: 100% !important;
                        cursor: auto;
                        margin-bottom: 10px;
                    }

                        .kentico-development-partner-wrapper
                        .context-main
                        .context-pri-content
                        .content
                        .content-card
                        .card-icon-container {
                            padding-inline-start: 0.25rem;
                            padding-block: 0.75rem;
                            width: 100%;
                        }

                            .kentico-development-partner-wrapper
                            .context-main
                            .context-pri-content
                            .content
                            .content-card
                            .card-icon-container
                            img {
                                width: 40%;
                            }

                        .kentico-development-partner-wrapper
                        .context-main
                        .context-pri-content
                        .content
                        .content-card
                        h3,
                        .kentico-development-partner-wrapper
                        .context-main
                        .context-pri-content
                        .content
                        .content-card
                        .h3 {
                            padding: 20px 0 0 0;
                            color: #fc0d5e;
                            font-weight: 600;
                            font-size: 22px;
                            margin-bottom: 0;
                        }

                        .kentico-development-partner-wrapper
                        .context-main
                        .context-pri-content
                        .content
                        .content-card
                        .card-body {
                            padding: 0 0 0.75rem 0;
                            color: #fff;
                        }

                            .kentico-development-partner-wrapper
                            .context-main
                            .context-pri-content
                            .content
                            .content-card
                            .card-body
                            p {
                                margin-bottom: 0;
                            }

                                .kentico-development-partner-wrapper
                                .context-main
                                .context-pri-content
                                .content
                                .content-card
                                .card-body
                                p
                                a {
                                    font-size: 16px;
                                    color: #fc4906;
                                }

                            .kentico-development-partner-wrapper
                            .context-main
                            .context-pri-content
                            .content
                            .content-card
                            .card-body
                            .card-read-more {
                                text-decoration: none;
                                color: #fff;
                                font-weight: 500;
                                font-size: 18px;
                                background: transparent;
                                border: none;
                            }

                                .kentico-development-partner-wrapper
                                .context-main
                                .context-pri-content
                                .content
                                .content-card
                                .card-body
                                .card-read-more:hover {
                                    background: #fc4906;
                                    -webkit-background-clip: text;
                                    -webkit-text-fill-color: transparent;
                                }

                .kentico-development-partner-wrapper
                .context-main
                .context-pri-content
                .view-all-link-btn {
                    font-size: 18px;
                    text-decoration: none;
                    background-color: #fc0d5e;
                    padding: 7px 22px;
                    text-transform: capitalize;
                    color: #fff;
                    font-weight: 500;
                    border-radius: 28px;
                    display: inline-block;
                    text-align: center;
                    margin: 30px 0 0 24px;
                }

            .kentico-development-partner-wrapper
            .context-main
            .kentico-development-partner {
                padding-top: 100px;
                text-align: center;
            }

                .kentico-development-partner-wrapper
                .context-main
                .kentico-development-partner
                .context-partner-title {
                    color: #fff;
                    font-weight: 600;
                    font-size: 36px;
                    font-family: 'Poppins', sans-serif;
                    text-align: center;
                }

                .kentico-development-partner-wrapper
                .context-main
                .kentico-development-partner
                .img-box {
                    text-align: -webkit-center;
                    border: none;
                    border-radius: 20px;
                    width: initial;
                    padding: 10px 10px;
                    margin: 10px 0;
                }

                .kentico-development-partner-wrapper
                .context-main
                .kentico-development-partner
                .patner-all-link-btn {
                    font-size: 18px;
                    text-decoration: none;
                    background-color: #fc0d5e;
                    padding: 10px 22px;
                    text-transform: uppercase;
                    color: #fff;
                    font-weight: 500;
                    border-radius: 28px;
                    display: inline-block;
                    text-align: center;
                    margin: 30px 0 10px;
                }

    @media screen and (max-width: 992px) {
        .kentico-development-partner-wrapper
        .context-main
        .context-pri-content
        .content {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media screen and (max-width: 767px) {
        .kentico-development-partner-wrapper
        .context-main
        .context-pri-content
        .content {
            grid-template-columns: repeat(1, 1fr);
        }

        .kentico-development-partner-wrapper
        .context-main
        .kentico-development-partner
        .context-partner-title,
        .kentico-development-partner-wrapper
        .context-main
        .context-pri-content
        .context-title,
        .kentico-development-partner-wrapper
        .context-main
        .kentico-development-partner
        .context-partner-title,
        .kentico-development-partner-wrapper
        .context-main
        .context-pri-content
        .context-title {
            font-size: 30px;
        }

        .kentico-development-partner-wrapper
        .context-main
        .kentico-development-partner {
            padding: 60px 0 0;
        }
    }

    @media screen and (max-width: 575px) {
        .kentico-development-partner-wrapper .context-main .context-pri-content {
            padding: 0 1rem;
        }

            .kentico-development-partner-wrapper
            .context-main
            .context-pri-content
            .content
            .content-card {
                padding: 20px 20px;
                margin: 0 10px;
            }

        .kentico-development-partner-wrapper .context-main {
            padding: 50px 0;
        }

        .kentico-development-partner-wrapper .context-main {
            padding: 50px 0;
        }
    }
    /* <!-- Certified Kentico Development Partner section css end--> */
    /* Our Work and Presence section css :start */
    .stats {
        margin-top: 50px;
        margin-bottom: 50px;
        text-align: center;
    }

    @media screen and (min-width: 1024px) {
        .stats {
            margin-top: 80px;
            margin-bottom: 80px;
        }
    }

    @media screen and (min-width: 1024px) {
        .stats {
            text-align: left;
        }
    }

    .stats .stats-title .stats-heading {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 40px;
        background: linear-gradient(140deg, #fc4906 50%, #fc0d5e 56%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 0;
    }

    @media screen and (max-width: 767px) {
        .stats .stats-title .stats-heading {
            font-size: 30px;
            line-height: 35px;
        }
    }

    @media (max-width: 767px) {
        .stats .stats-generation {
            text-align: -webkit-center;
        }
    }

    .stats .stats-generation {
        margin-top: 20px;
    }

        .stats .stats-generation .stats-content .stats-number {
            font-size: 60px;
            font-family: 'Poppins', sans-serif;
            font-weight: 600;
            margin-bottom: 0;
        }

    @media screen and (max-width: 575px) {
        .stats .stats-generation .stats-content .stats-number {
            font-size: 40px;
        }
    }

    @media screen and (max-width: 363px) {
        .stats .stats-generation .stats-content .stats-number {
            font-size: 30px;
        }
    }

    .stats .stats-generation .stats-content .stats-divider {
        border-top: 2px solid #ccc;
        width: 100%;
    }

    @media screen and (min-width: 1024px) {
        .stats .stats-generation .stats-content .stats-divider {
            width: 85%;
        }
    }

    @media screen and (max-width: 992px) {
        .stats .stats-generation .stats-content .stats-divider {
            width: 100%;
            height: 2px;
            background: #ccc;
            margin: auto;
            border: 0;
        }
    }

    @media screen and (max-width: 575px) {
        .stats .stats-generation .stats-content .stats-divider {
            width: 100%;
        }
    }

    .stats .stats-generation .stats-content .stats-label {
        margin-top: 10px;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
    }

    @media screen and (max-width: 405px) {
        .stats .stats-generation .stats-content .stats-label {
            font-size: 14px;
        }
    }

    /* Our Work and Presence section css :end */
    /* hero tabs section  css :start */
    .tabs-wrapper {
        padding: 0;
        overflow-x: hidden;
    }

        .tabs-wrapper .tabs-head ul.nav {
            width: 100%;
            justify-content: space-between;
        }

    @media screen and (max-width: 992px) {
        .tabs-wrapper .tabs-head ul.nav {
            border: none;
        }
    }

    @media screen and (min-width: 1024px) {
        .tabs-wrapper .tabs-head ul.nav {
            flex-direction: row;
        }
    }

    @media screen and (max-width: 767px) {
        .tabs-wrapper .tabs-head ul.nav {
            flex-direction: column;
        }
    }

    .tabs-wrapper .tabs-head ul.nav li {
        border: 0.5px solid #ccc;
        width: calc(100% / 4);
    }

    @media screen and (max-width: 992px) {
        .tabs-wrapper .tabs-head ul.nav li {
            padding: 0.5rem 0 0 1rem;
            border-bottom: 1px solid #ccc;
            border-left: none;
            border-right: none;
        }
    }

    @media screen and (max-width: 767px) {
        .tabs-wrapper .tabs-head ul.nav li {
            width: calc(100% / 1);
        }
    }

    .tabs-wrapper .tabs-head ul.nav li button {
        margin: auto;
        padding-top: 15px;
        padding-bottom: 15px;
        padding: 15px 0;
        width: 100%;
        border: none;
        color: #fff;
        font-size: 20px;
        height: 100%;
        border-radius: 0;
    }

    @media screen and (max-width: 992px) {
        .tabs-wrapper .tabs-head ul.nav li button {
            border: none;
            color: #fff;
            background-color: transparent;
            font-size: 20px;
            text-transform: uppercase;
            font-weight: 600;
            font-family: 'Poppins', sans-serif;
            padding-bottom: 10px;
        }
    }

    @media screen and (max-width: 840px) {
        .tabs-wrapper .tabs-head ul.nav li button {
            font-size: 16px;
        }
    }

    @media screen and (max-width: 767px) {
        .tabs-wrapper .tabs-head ul.nav li button {
            font-size: 16px;
        }
    }

    .tabs-wrapper .tabs-head ul.nav li button.active {
        border: none;
        background: linear-gradient(to right, #fc4906 0%, #fc0d5e 100%);
        margin-bottom: -2px;
        -webkit-background-clip: border-box;
        background-clip: border-box;
        -webkit-text-fill-color: #fff;
        border-radius: 0;
    }

    @media screen and (max-width: 992px) {
        .tabs-wrapper .tabs-head ul.nav li button.active {
            border-bottom: #ee6115 solid 4px;
            -webkit-background-clip: border-box;
            background-clip: border-box;
            -webkit-text-fill-color: #ee6115;
            width: -moz-fit-content;
            width: fit-content;
            background: none;
            margin-bottom: -4px;
        }
    }

    .tabs-wrapper .tabs-head ul.nav li button:hover {
        background: linear-gradient(to right, #fc4906 0%, #fc0d5e 100%);
        -webkit-background-clip: border-box;
        background-clip: border-box;
        -webkit-text-fill-color: #fff;
        margin-bottom: -2px;
    }

    @media screen and (max-width: 992px) {
        .tabs-wrapper .tabs-head ul.nav li button:hover {
            border-bottom: #ee6115 solid 4px;
            -webkit-background-clip: border-box;
            background-clip: border-box;
            -webkit-text-fill-color: #ee6115;
            width: -moz-fit-content;
            width: fit-content;
            background: none;
            margin-bottom: -4px;
        }
    }

    .tabs-wrapper .tabs-body {
        background-color: #000;
    }

    @media screen and (max-width: 767px) {
        .tabs-wrapper .tabs-body {
            display: none;
        }
    }

    .tabs-wrapper .tabs-body .tabs-bg .tab {
        display: block;
        height: 0;
        overflow: hidden;
    }

        .tabs-wrapper .tabs-body .tabs-bg .tab .tabs-details {
            margin-bottom: 100px;
        }

    @media screen and (max-width: 575px) {
        .tabs-wrapper .tabs-body .tabs-bg .tab .tabs-details {
            padding: 0 20px;
        }
    }

    .tabs-wrapper .tabs-body .tabs-bg .tab .tabs-details .tabs-title {
        padding-top: 50px;
    }

    @media screen and (min-width: 1024px) {
        .tabs-wrapper .tabs-body .tabs-bg .tab .tabs-details .tabs-title {
            padding-top: 100px;
        }
    }

    .tabs-wrapper .tabs-body .tabs-bg .tab .tabs-details .tabs-title h2,
    .tabs-wrapper .tabs-body .tabs-bg .tab .tabs-details .tabs-title .h2 {
        font-size: 40px;
        line-height: 40px;
        color: #fff;
        text-transform: capitalize;
        font-weight: 500;
    }

    @media screen and (max-width: 575px) {
        .tabs-wrapper .tabs-body .tabs-bg .tab .tabs-details .tabs-title h2,
        .tabs-wrapper .tabs-body .tabs-bg .tab .tabs-details .tabs-title .h2 {
            font-size: 30px;
            padding: 0;
        }
    }

    .tabs-wrapper .tabs-body .tabs-bg .tab .tabs-details .tabs-description {
        margin-top: 44px;
        margin-bottom: 44px;
        display: flex;
    }

    @media screen and (max-width: 575px) {
        .tabs-wrapper .tabs-body .tabs-bg .tab .tabs-details .tabs-description {
            padding: 0 0;
        }
    }

    .tabs-wrapper
    .tabs-body
    .tabs-bg
    .tab
    .tabs-details
    .tabs-description
    .tabs-para {
        padding: 10px 0 10px 30px;
        border-left: 4px solid;
        font-size: 18px;
        line-height: 30px;
        color: #fff;
        display: block;
        -o-border-image: linear-gradient(to bottom, #fc4906, #fc0d5e) 1 100%;
        border-image: linear-gradient(to bottom, #fc4906, #fc0d5e) 1 100%;
    }

    .tabs-wrapper
    .tabs-body
    .tabs-bg
    .tab
    .tabs-details
    .tabs-description
    .list-inline {
        display: flex;
    }

    @media (max-width: 1262px) {
        .tabs-wrapper
        .tabs-body
        .tabs-bg
        .tab
        .tabs-details
        .tabs-description
        .list-inline {
            flex-wrap: wrap;
        }
    }

    @media screen and (max-width: 992px) {
        .tabs-wrapper
        .tabs-body
        .tabs-bg
        .tab
        .tabs-details
        .tabs-description
        .list-inline {
            gap: 20px;
        }
    }

    @media screen and (max-width: 767px) {
        .tabs-wrapper
        .tabs-body
        .tabs-bg
        .tab
        .tabs-details
        .tabs-description
        .list-inline {
            flex-direction: column;
            width: 100%;
        }
    }

    .tabs-wrapper
    .tabs-body
    .tabs-bg
    .tab
    .tabs-details
    .tabs-description
    .list-inline
    .list-numbar {
        display: flex;
        gap: 20px;
    }

    @media screen and (max-width: 767px) {
        .tabs-wrapper
        .tabs-body
        .tabs-bg
        .tab
        .tabs-details
        .tabs-description
        .list-inline
        .list-numbar {
            align-items: flex-end;
        }
    }

    .tabs-wrapper
    .tabs-body
    .tabs-bg
    .tab
    .tabs-details
    .tabs-description
    .list-inline
    li {
        margin-left: 15px;
    }

        .tabs-wrapper
        .tabs-body
        .tabs-bg
        .tab
        .tabs-details
        .tabs-description
        .list-inline
        li
        .numbar-top {
            font-size: 30px;
            font-weight: 600;
            -webkit-text-fill-color: #fff;
        }

        .tabs-wrapper
        .tabs-body
        .tabs-bg
        .tab
        .tabs-details
        .tabs-description
        .list-inline
        li
        .line-top {
            border-top: 2px solid #fe0b4f;
            display: block;
            margin-bottom: 30px;
            width: 94%;
            margin-top: 31px;
            font-size: 0;
        }

    @media screen and (max-width: 767px) {
        .tabs-wrapper
        .tabs-body
        .tabs-bg
        .tab
        .tabs-details
        .tabs-description
        .list-inline
        li
        .line-top {
            display: none;
        }
    }

    .tabs-wrapper
    .tabs-body
    .tabs-bg
    .tab
    .tabs-details
    .tabs-description
    .list-inline
    li
    .para {
        padding: 0 14px 0 0;
        color: #fff;
        line-height: 23px;
        border: none;
        font-weight: 400;
        font-size: 16px;
        text-align: left;
        word-spacing: 0;
        white-space: normal;
        letter-spacing: 0;
        width: 244px;
    }

    @media screen and (max-width: 767px) {
        .tabs-wrapper
        .tabs-body
        .tabs-bg
        .tab
        .tabs-details
        .tabs-description
        .list-inline
        li
        .para {
            display: none;
        }
    }

    .tabs-wrapper .tabs-body .tabs-bg .tab .tabs-details .tabs-description p {
        padding: 10px 0 10px 30px;
        border-left: 4px solid;
        font-size: 18px;
        line-height: 30px;
        color: #fff;
        display: block;
        -o-border-image: linear-gradient(to bottom, #fc4906, #fc0d5e) 1 100%;
        border-image: linear-gradient(to bottom, #fc4906, #fc0d5e) 1 100%;
    }

    .tabs-wrapper .tabs-body .tabs-bg .tab .tabs-details .tabs-description h3,
    .tabs-wrapper .tabs-body .tabs-bg .tab .tabs-details .tabs-description .h3 {
        color: #fff;
        line-height: 20px;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 18px;
    }

    .tabs-wrapper .tabs-body .tabs-bg .tab .tabs-details .tabs-description .para {
        padding: 0 20px 0 0;
        color: #fff;
        line-height: 23px;
        border: none;
        font-weight: 400;
        font-size: 16px;
        text-align: justify;
        word-spacing: 0;
    }

    .tabs-wrapper
    .tabs-body
    .tabs-bg
    .tab
    .tabs-details
    .tabs-description
    .another-tabs-section
    .nav-tabs {
        border: 0;
        margin-bottom: 20px;
    }

        .tabs-wrapper
        .tabs-body
        .tabs-bg
        .tab
        .tabs-details
        .tabs-description
        .another-tabs-section
        .nav-tabs
        .nav-item {
            padding: 0.5rem 1rem 0 1rem;
            border-bottom: 1px solid #ccc;
        }

    @media screen and (max-width: 767px) {
        .tabs-wrapper
        .tabs-body
        .tabs-bg
        .tab
        .tabs-details
        .tabs-description
        .another-tabs-section
        .nav-tabs
        .nav-item {
            padding: 0;
            border: 0;
        }
    }

    .tabs-wrapper
    .tabs-body
    .tabs-bg
    .tab
    .tabs-details
    .tabs-description
    .another-tabs-section
    .nav-tabs
    .nav-item:first-child {
        padding-left: 0;
    }

    .tabs-wrapper
    .tabs-body
    .tabs-bg
    .tab
    .tabs-details
    .tabs-description
    .another-tabs-section
    .nav-tabs
    .nav-item:last-child {
        padding-right: 0;
    }

    .tabs-wrapper
    .tabs-body
    .tabs-bg
    .tab
    .tabs-details
    .tabs-description
    .another-tabs-section
    .nav-tabs
    .nav-item
    .nav-link {
        border: none;
        margin-top: -5px;
        color: #fff;
        background-color: transparent;
        font-size: 20px;
        letter-spacing: 1px;
        line-height: 50px;
        text-transform: uppercase;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
        padding: 0;
        padding-bottom: 10px;
    }

    @media screen and (max-width: 575px) {
        .tabs-wrapper
        .tabs-body
        .tabs-bg
        .tab
        .tabs-details
        .tabs-description
        .another-tabs-section
        .nav-tabs
        .nav-item
        .nav-link {
            font-size: 21px;
        }
    }

    @media screen and (max-width: 405px) {
        .tabs-wrapper
        .tabs-body
        .tabs-bg
        .tab
        .tabs-details
        .tabs-description
        .another-tabs-section
        .nav-tabs
        .nav-item
        .nav-link {
            font-size: 17px;
        }
    }

    @media screen and (max-width: 363px) {
        .tabs-wrapper
        .tabs-body
        .tabs-bg
        .tab
        .tabs-details
        .tabs-description
        .another-tabs-section
        .nav-tabs
        .nav-item
        .nav-link {
            font-size: 14px;
        }
    }

    .tabs-wrapper
    .tabs-body
    .tabs-bg
    .tab
    .tabs-details
    .tabs-description
    .another-tabs-section
    .nav-tabs
    .nav-item
    .active {
        border-bottom: 3px solid #fc0d5e;
    }

    @media screen and (max-width: 767px) {
        .tabs-wrapper
        .tabs-body
        .tabs-bg
        .tab
        .tabs-details
        .tabs-description
        .another-tabs-section
        .nav-tabs
        .nav-item
        .active {
            border: 0;
        }
    }

    @media screen and (max-width: 767px) {
        .tabs-wrapper
        .tabs-body
        .tabs-bg
        .tab
        .tabs-details
        .tabs-description
        .another-tabs-section
        .tab-content {
            display: none;
        }
    }

    .tabs-wrapper
    .tabs-body
    .tabs-bg
    .tab
    .tabs-details
    .tabs-description
    .another-tabs-section
    .tab-content
    .tab-pane
    p {
        font-size: 18px;
        letter-spacing: 0;
        line-height: 30px;
        color: #fff;
        font-weight: 400;
        font-family: 'Poppins', sans-serif;
        text-align: left;
        border-left: 0;
        padding: 0;
        text-align: justify;
    }

    .tabs-wrapper .tabs-body .tabs-bg .tab a {
        padding-left: 35px;
        margin-top: 30px;
        text-decoration: none;
        font-size: 18px;
        color: #fff;
        font-weight: 400;
    }

        .tabs-wrapper .tabs-body .tabs-bg .tab a:hover {
            color: #fc4906;
        }

    .tabs-wrapper .tabs-body .tabs-bg .tab .tabs-partners {
        margin-top: 150px;
        padding-bottom: 40px;
    }

        .tabs-wrapper .tabs-body .tabs-bg .tab .tabs-partners > * {
            margin: 0 auto;
        }

        .tabs-wrapper .tabs-body .tabs-bg .tab .tabs-partners h2,
        .tabs-wrapper .tabs-body .tabs-bg .tab .tabs-partners .h2 {
            text-align: center;
            font-size: 30px;
            color: #fff;
            font-weight: 500;
        }

            .tabs-wrapper .tabs-body .tabs-bg .tab .tabs-partners h2 span,
            .tabs-wrapper .tabs-body .tabs-bg .tab .tabs-partners .h2 span {
                color: #ec5a24;
            }

        .tabs-wrapper .tabs-body .tabs-bg .tab .tabs-partners .tabs-slider-container {
            margin-top: 30px;
            padding-bottom: 50px;
        }

            .tabs-wrapper
            .tabs-body
            .tabs-bg
            .tab
            .tabs-partners
            .tabs-slider-container
            .slick-list {
                margin: 0 20%;
            }

                .tabs-wrapper
                .tabs-body
                .tabs-bg
                .tab
                .tabs-partners
                .tabs-slider-container
                .slick-list
                .slick-slide
                .partner-card {
                    margin: 10px;
                }

    .tabs-wrapper .tabs-body .tabs-bg .active {
        height: auto;
    }

    .tabs-wrapper .tabs-mobile-wrapper {
        display: none;
        padding: 40px 20px;
        background-color: #000;
    }

    @media screen and (max-width: 767px) {
        .tabs-wrapper .tabs-mobile-wrapper {
            display: block;
        }
    }

    .tabs-wrapper .tabs-mobile-wrapper .slider-container .slick-dots {
        text-align: center;
        list-style-type: none;
        padding: unset;
        margin: 20px 0 0 0;
    }

        .tabs-wrapper .tabs-mobile-wrapper .slider-container .slick-dots li {
            display: inline-block;
        }

            .tabs-wrapper .tabs-mobile-wrapper .slider-container .slick-dots li button {
                border-radius: 10px;
                padding: unset;
                border: unset;
                height: 12px;
                width: 12px;
                margin: 3px;
                background: #fbcebd;
                font-size: 0;
            }

            .tabs-wrapper
            .tabs-mobile-wrapper
            .slider-container
            .slick-dots
            li.slick-active
            button {
                height: 15px;
                width: 15px;
                background: #ef5d25;
                border-radius: 50%;
                border: 3px solid #fbcebd;
            }

    .tabs-wrapper
    .tabs-mobile-wrapper
    .slider-container
    .slider-section
    .tabs-details {
        margin-bottom: 20px;
    }

    @media screen and (max-width: 575px) {
        .tabs-wrapper
        .tabs-mobile-wrapper
        .slider-container
        .slider-section
        .tabs-details {
            padding: 0 0;
        }
    }

    .tabs-wrapper
    .tabs-mobile-wrapper
    .slider-container
    .slider-section
    .tabs-details
    .tabs-title {
        padding-top: 0;
    }

        .tabs-wrapper
        .tabs-mobile-wrapper
        .slider-container
        .slider-section
        .tabs-details
        .tabs-title
        h2,
        .tabs-wrapper
        .tabs-mobile-wrapper
        .slider-container
        .slider-section
        .tabs-details
        .tabs-title
        .h2 {
            font-size: 40px;
            line-height: 40px;
            color: #fff;
            text-transform: capitalize;
            font-weight: 500;
        }

    @media screen and (max-width: 575px) {
        .tabs-wrapper
        .tabs-mobile-wrapper
        .slider-container
        .slider-section
        .tabs-details
        .tabs-title
        h2,
        .tabs-wrapper
        .tabs-mobile-wrapper
        .slider-container
        .slider-section
        .tabs-details
        .tabs-title
        .h2 {
            font-size: 30px;
            padding: 0;
        }
    }

    .tabs-wrapper
    .tabs-mobile-wrapper
    .slider-container
    .slider-section
    .tabs-details
    a {
        padding-left: 35px;
        margin-top: 15px;
        text-decoration: none;
        font-size: 18px;
        color: #fff;
        font-weight: 400;
    }

        .tabs-wrapper
        .tabs-mobile-wrapper
        .slider-container
        .slider-section
        .tabs-details
        a:hover {
            color: #fc4906;
        }

    .tabs-wrapper
    .tabs-mobile-wrapper
    .slider-container
    .slider-section
    .tabs-details
    .tabs-description {
        margin-top: 0;
        margin-bottom: 14px;
        display: flex;
    }

    @media screen and (max-width: 575px) {
        .tabs-wrapper
        .tabs-mobile-wrapper
        .slider-container
        .slider-section
        .tabs-details
        .tabs-description {
            padding: 0 0;
        }
    }

    .tabs-wrapper
    .tabs-mobile-wrapper
    .slider-container
    .slider-section
    .tabs-details
    .tabs-description
    .tabs-para {
        padding: 10px 0 10px 30px;
        border-left: 4px solid;
        font-size: 18px;
        line-height: 30px;
        color: #fff;
        display: block;
        -o-border-image: linear-gradient(to bottom, #fc4906, #fc0d5e) 1 100%;
        border-image: linear-gradient(to bottom, #fc4906, #fc0d5e) 1 100%;
    }

    .tabs-wrapper
    .tabs-mobile-wrapper
    .slider-container
    .slider-section
    .tabs-details
    .tabs-description
    .list-inline {
        display: flex;
    }

    @media (max-width: 1262px) {
        .tabs-wrapper
        .tabs-mobile-wrapper
        .slider-container
        .slider-section
        .tabs-details
        .tabs-description
        .list-inline {
            flex-wrap: wrap;
        }
    }

    @media screen and (max-width: 992px) {
        .tabs-wrapper
        .tabs-mobile-wrapper
        .slider-container
        .slider-section
        .tabs-details
        .tabs-description
        .list-inline {
            gap: 20px;
        }
    }

    @media screen and (max-width: 767px) {
        .tabs-wrapper
        .tabs-mobile-wrapper
        .slider-container
        .slider-section
        .tabs-details
        .tabs-description
        .list-inline {
            flex-direction: column;
            width: 100%;
        }
    }

    .tabs-wrapper
    .tabs-mobile-wrapper
    .slider-container
    .slider-section
    .tabs-details
    .tabs-description
    .list-inline
    .list-numbar {
        display: flex;
        gap: 20px;
    }

    @media screen and (max-width: 767px) {
        .tabs-wrapper
        .tabs-mobile-wrapper
        .slider-container
        .slider-section
        .tabs-details
        .tabs-description
        .list-inline
        .list-numbar {
            align-items: flex-end;
        }
    }

    .tabs-wrapper
    .tabs-mobile-wrapper
    .slider-container
    .slider-section
    .tabs-details
    .tabs-description
    .list-inline
    li {
        margin-left: 15px;
    }

        .tabs-wrapper
        .tabs-mobile-wrapper
        .slider-container
        .slider-section
        .tabs-details
        .tabs-description
        .list-inline
        li
        .numbar-top {
            font-size: 30px;
            font-weight: 600;
            -webkit-text-fill-color: #fff;
        }

    @media screen and (max-width: 575px) {
        .tabs-wrapper
        .tabs-mobile-wrapper
        .slider-container
        .slider-section
        .tabs-details
        .tabs-description
        .list-inline
        li
        .numbar-top {
            font-size: 20px;
        }
    }

    @media screen and (max-width: 363px) {
        .tabs-wrapper
        .tabs-mobile-wrapper
        .slider-container
        .slider-section
        .tabs-details
        .tabs-description
        .list-inline
        li
        .numbar-top {
            font-size: 22px;
        }
    }

    .tabs-wrapper
    .tabs-mobile-wrapper
    .slider-container
    .slider-section
    .tabs-details
    .tabs-description
    .list-inline
    li
    .line-top {
        border-top: 2px solid #fe0b4f;
        display: block;
        margin-bottom: 30px;
        width: 94%;
        margin-top: 31px;
    }

    @media screen and (max-width: 767px) {
        .tabs-wrapper
        .tabs-mobile-wrapper
        .slider-container
        .slider-section
        .tabs-details
        .tabs-description
        .list-inline
        li
        .line-top {
            display: none;
        }
    }

    .tabs-wrapper
    .tabs-mobile-wrapper
    .slider-container
    .slider-section
    .tabs-details
    .tabs-description
    .list-inline
    li
    .para {
        padding: 0 14px 0 0;
        color: #fff;
        line-height: 23px;
        border: none;
        font-weight: 400;
        font-size: 16px;
        text-align: left;
        word-spacing: 0;
        white-space: normal;
        letter-spacing: 0;
        width: 244px;
    }

    @media screen and (max-width: 767px) {
        .tabs-wrapper
        .tabs-mobile-wrapper
        .slider-container
        .slider-section
        .tabs-details
        .tabs-description
        .list-inline
        li
        .para {
            display: none;
        }
    }

    .tabs-wrapper
    .tabs-mobile-wrapper
    .slider-container
    .slider-section
    .tabs-details
    .tabs-description
    p {
        padding: 10px 0 10px 30px;
        border-left: 4px solid;
        font-size: 18px;
        line-height: 30px;
        color: #fff;
        display: block;
        -o-border-image: linear-gradient(to bottom, #fc4906, #fc0d5e) 1 100%;
        border-image: linear-gradient(to bottom, #fc4906, #fc0d5e) 1 100%;
    }

    .tabs-wrapper
    .tabs-mobile-wrapper
    .slider-container
    .slider-section
    .tabs-details
    .tabs-description
    h3,
    .tabs-wrapper
    .tabs-mobile-wrapper
    .slider-container
    .slider-section
    .tabs-details
    .tabs-description
    .h3 {
        color: #fff;
        line-height: 20px;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 20px;
    }

    @media screen and (max-width: 575px) {
        .tabs-wrapper
        .tabs-mobile-wrapper
        .slider-container
        .slider-section
        .tabs-details
        .tabs-description
        h3,
        .tabs-wrapper
        .tabs-mobile-wrapper
        .slider-container
        .slider-section
        .tabs-details
        .tabs-description
        .h3 {
            font-size: 20px;
        }
    }

    @media screen and (max-width: 405px) {
        .tabs-wrapper
        .tabs-mobile-wrapper
        .slider-container
        .slider-section
        .tabs-details
        .tabs-description
        h3,
        .tabs-wrapper
        .tabs-mobile-wrapper
        .slider-container
        .slider-section
        .tabs-details
        .tabs-description
        .h3 {
            font-size: 16px;
        }
    }

    @media screen and (max-width: 363px) {
        .tabs-wrapper
        .tabs-mobile-wrapper
        .slider-container
        .slider-section
        .tabs-details
        .tabs-description
        h3,
        .tabs-wrapper
        .tabs-mobile-wrapper
        .slider-container
        .slider-section
        .tabs-details
        .tabs-description
        .h3 {
            font-size: 14px;
        }
    }

    .tabs-wrapper
    .tabs-mobile-wrapper
    .slider-container
    .slider-section
    .tabs-details
    .tabs-description
    .para {
        padding: 0 20px 0 0;
        color: #fff;
        line-height: 23px;
        border: none;
        font-weight: 400;
        font-size: 16px;
        text-align: justify;
        word-spacing: 0;
    }

    .tabs-wrapper
    .tabs-mobile-wrapper
    .slider-container
    .slider-section
    .tabs-details
    .tabs-description
    .another-tabs-section
    .nav-tabs {
        border: 0;
        margin-bottom: 20px;
    }

        .tabs-wrapper
        .tabs-mobile-wrapper
        .slider-container
        .slider-section
        .tabs-details
        .tabs-description
        .another-tabs-section
        .nav-tabs
        .nav-item {
            padding: 0.5rem 1rem 0 1rem;
            border-bottom: 1px solid #ccc;
        }

    @media screen and (max-width: 767px) {
        .tabs-wrapper
        .tabs-mobile-wrapper
        .slider-container
        .slider-section
        .tabs-details
        .tabs-description
        .another-tabs-section
        .nav-tabs
        .nav-item {
            padding: 0;
            border: 0;
        }
    }

    .tabs-wrapper
    .tabs-mobile-wrapper
    .slider-container
    .slider-section
    .tabs-details
    .tabs-description
    .another-tabs-section
    .nav-tabs
    .nav-item:first-child {
        padding-left: 0;
    }

    .tabs-wrapper
    .tabs-mobile-wrapper
    .slider-container
    .slider-section
    .tabs-details
    .tabs-description
    .another-tabs-section
    .nav-tabs
    .nav-item:last-child {
        padding-right: 0;
    }

    .tabs-wrapper
    .tabs-mobile-wrapper
    .slider-container
    .slider-section
    .tabs-details
    .tabs-description
    .another-tabs-section
    .nav-tabs
    .nav-item
    .nav-link {
        border: none;
        margin-top: -5px;
        color: #fff;
        background-color: transparent;
        font-size: 20px;
        letter-spacing: 1px;
        line-height: 50px;
        text-transform: uppercase;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
        padding: 2px;
        padding-bottom: 10px;
    }

    @media screen and (max-width: 575px) {
        .tabs-wrapper
        .tabs-mobile-wrapper
        .slider-container
        .slider-section
        .tabs-details
        .tabs-description
        .another-tabs-section
        .nav-tabs
        .nav-item
        .nav-link {
            font-size: 20px;
            line-height: 40px;
        }
    }

    @media screen and (max-width: 405px) {
        .tabs-wrapper
        .tabs-mobile-wrapper
        .slider-container
        .slider-section
        .tabs-details
        .tabs-description
        .another-tabs-section
        .nav-tabs
        .nav-item
        .nav-link {
            font-size: 16px;
        }
    }

    @media screen and (max-width: 363px) {
        .tabs-wrapper
        .tabs-mobile-wrapper
        .slider-container
        .slider-section
        .tabs-details
        .tabs-description
        .another-tabs-section
        .nav-tabs
        .nav-item
        .nav-link {
            font-size: 14px;
            line-height: 40px;
        }
    }

    .tabs-wrapper
    .tabs-mobile-wrapper
    .slider-container
    .slider-section
    .tabs-details
    .tabs-description
    .another-tabs-section
    .nav-tabs
    .nav-item
    .active {
        border-bottom: 3px solid #fc0d5e;
    }

    @media screen and (max-width: 767px) {
        .tabs-wrapper
        .tabs-mobile-wrapper
        .slider-container
        .slider-section
        .tabs-details
        .tabs-description
        .another-tabs-section
        .nav-tabs
        .nav-item
        .active {
            border: 0;
        }
    }

    @media screen and (max-width: 767px) {
        .tabs-wrapper
        .tabs-mobile-wrapper
        .slider-container
        .slider-section
        .tabs-details
        .tabs-description
        .another-tabs-section
        .tab-content {
            display: none;
        }
    }

    .tabs-wrapper
    .tabs-mobile-wrapper
    .slider-container
    .slider-section
    .tabs-details
    .tabs-description
    .another-tabs-section
    .tab-content
    .tab-pane
    p {
        font-size: 18px;
        letter-spacing: 0;
        line-height: 30px;
        color: #fff;
        font-weight: 400;
        font-family: 'Poppins', sans-serif;
        text-align: left;
        border-left: 0;
        padding: 0;
        text-align: justify;
    }
    /* hero tabs section  css :end */

    /* Our Kentico Development Services section   css :start */

    .blocks-wrapper {
        font-family: 'Poppins', sans-serif;
    }

        .blocks-wrapper .container-fluid {
            padding: 0;
        }

    @media screen and (min-width: 1024px) {
        .blocks-wrapper .container-fluid {
            padding-left: 1px;
            padding-right: 1px;
        }
    }

    .blocks-wrapper .container-fluid .blocks-bg-img {
        background-image: url(/images/block-Services-background-image.webp);
        background-size: cover;
        background-position: center;
    }

    .blocks-wrapper .container-fluid .mobile-view-container {
        display: none;
    }

    @media screen and (max-width: 575px) {
        .blocks-wrapper .container-fluid .mobile-view-container {
            padding: 50px 10px;
        }
    }

    @media screen and (max-width: 992px) {
        .blocks-wrapper .container-fluid .mobile-view-container {
            display: block;
        }

        .blocks-wrapper .container-fluid .mobile-view-container {
            background-image: url(/images/block-Services-background-image.webp);
            background-size: cover;
            background-position: center;
            padding: 30px 0;
            z-index: 0;
        }
    }

    .blocks-wrapper .container-fluid .mobile-view-container .mobile-heading {
        font-size: 30px;
        color: #fff;
    }

    @media screen and (max-width: 442px) {
        .blocks-wrapper .container-fluid .mobile-view-container .mobile-col {
            margin-right: 10px;
            width: 100%;
        }
    }

    .blocks-wrapper
    .container-fluid
    .mobile-view-container
    .mobile-col
    .mobile-col-title {
        font-size: 18px;
        color: #fff;
        margin-bottom: 5px;
    }

        .blocks-wrapper
        .container-fluid
        .mobile-view-container
        .mobile-col
        .mobile-col-title:hover {
            color: #fc4906;
        }

    @media screen and (max-width: 992px) {
        .blocks-wrapper .container-fluid .blocks-bg-img {
            display: none;
        }
    }

    @media screen and (max-width: 405px) {
    }

    .blocks-wrapper .container-fluid .blocks-bg-img .block-coral {
        background: linear-gradient(46deg, #fc0d5e 25%, #ef5d25 56%);
        -webkit-background-clip: border-box;
        background-clip: border-box;
        -webkit-text-fill-color: #fff;
        border: 1px solid #b1afaf;
    }

        .blocks-wrapper
        .container-fluid
        .blocks-bg-img
        .block-coral
        .block-service
        .block-title {
            color: #fff;
            font-weight: 600;
            font-size: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .blocks-wrapper .container-fluid .blocks-bg-img .block-item {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #b1afaf;
    }

    @media screen and (min-width: 1024px) {
        .blocks-wrapper .container-fluid .blocks-bg-img .block-item {
            flex: 1 0 0%;
            width: auto;
        }
    }

    .blocks-wrapper .container-fluid .blocks-bg-img .block-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 10rem 0;
    }

    @media screen and (max-width: 1200px) {
        .blocks-wrapper .container-fluid .blocks-bg-img .block-card {
            padding: 13rem 0;
        }
    }

    .blocks-wrapper .container-fluid .blocks-bg-img .block-card .icon-img {
        margin-bottom: 12px;
    }

    .blocks-wrapper .container-fluid .blocks-bg-img .block-card .icon-title {
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        color: #fff;
        text-align: center;
    }

    .blocks-wrapper .container-fluid .blocks-bg-img .block-card .block-divider {
        height: 4px;
        background: linear-gradient(90deg, #fc4906 0%, #fc0d5e 100%);
        border-radius: 3px;
        width: 50px;
    }

    .blocks-wrapper .container-fluid .blocks-bg-img .block-content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-text-fill-color: #000;
        padding: 0 20px;
        background-color: #fff;
        overflow: hidden;
        width: 100%;
        height: 0;
        transition: 1s ease;
    }

        .blocks-wrapper
        .container-fluid
        .blocks-bg-img
        .block-content
        .block-web-title {
            font-size: 20px;
            text-transform: uppercase;
            font-weight: 600;
            margin-bottom: 0;
        }

        .blocks-wrapper
        .container-fluid
        .blocks-bg-img
        .block-content
        .block-web-divider {
            height: 5px;
            background: linear-gradient(90deg, #fc4906 0%, #fc0d5e 100%);
            border-radius: 3px;
            width: 50px;
            margin: 12px 0;
            margin-top: 10px;
        }

        .blocks-wrapper .container-fluid .blocks-bg-img .block-content .block-web-para {
            font-size: 14px;
        }

        .blocks-wrapper .container-fluid .blocks-bg-img .block-content .block-link {
            font-size: 14px;
            text-decoration: none;
            color: #ff7f50;
            -webkit-text-fill-color: #fc4906;
            cursor: pointer;
        }

        .blocks-wrapper .container-fluid .blocks-bg-img .block-content .title-block {
            font-size: 40px;
            font-weight: 600;
            text-align: center;
            text-transform: capitalize;
        }

    .blocks-wrapper .container-fluid .blocks-bg-img .col:hover .block-content {
        height: 100.1%;
    }

    @media screen and (min-width: 1441px) and (max-width: 1650px) {
        .blocks-wrapper .container-fluid .blocks-bg-img .block-item .block-card {
            padding: 7.6rem 0 !important;
        }
    }

    @media screen and (min-width: 1651px) and (max-width: 2000px) {
        .blocks-wrapper .container-fluid .blocks-bg-img .block-item .block-card {
            padding: 6.5rem 0 !important;
        }
    }

    @media screen and (min-width: 2000px) and (max-width: 2560px) {
        .blocks-wrapper .container-fluid .blocks-bg-img .block-item .block-card {
            padding: 5.5rem 0 !important;
        }
    }
    /* Our Kentico Development Services section   css :end */

    /* Success Stories css :start */
    .success-stories-wrapper {
        padding: 80px 0;
    }

    @media screen and (max-width: 992px) {
        .success-stories-wrapper {
            padding: 50px 0;
        }
    }

    @media screen and (max-width: 575px) {
        .success-stories-wrapper {
            padding: 50px 10px;
        }
    }

    .success-stories-wrapper .stats-heading {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 40px;
        background: linear-gradient(140deg, #fc4906 50%, #fc0d5e 56%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 0;
    }

    .success-stories-wrapper .story-head {
        margin-bottom: 0;
    }

    @media screen and (max-width: 767px) {
        .success-stories-wrapper .story-head {
            margin-bottom: 0;
        }
    }

    .success-stories-wrapper .story-head > h2,
    .success-stories-wrapper .story-head > .h2 {
        text-align: center;
        font-size: 40px;
        font-weight: 600;
        background: linear-gradient(140deg, #fc4906 48%, #fc0d5e 54%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 0;
        line-height: 40px;
    }

    @media screen and (max-width: 767px) {
        .success-stories-wrapper .story-head > h2,
        .success-stories-wrapper .story-head > .h2 {
            font-size: 30px;
            margin-bottom: 0;
        }
    }

    .success-stories-wrapper .story-head ul {
        justify-content: center;
        flex-flow: row;
        border-bottom: none;
        flex-wrap: wrap;
    }

        .success-stories-wrapper .story-head ul li {
            min-width: calc(100% / 5);
            border: 0.5px solid #ef5d25;
        }

    @media screen and (max-width: 767px) {
        .success-stories-wrapper .story-head ul li {
            width: 50%;
        }
    }

    .success-stories-wrapper .story-head ul li button {
        width: 100%;
        height: 100%;
        padding: 15px;
        font-size: 18px;
        font-weight: 500;
        color: #000;
    }

    @media screen and (max-width: 767px) {
        .success-stories-wrapper .story-head ul li button {
            padding: 10px;
        }
    }

    @media screen and (max-width: 363px) {
        .success-stories-wrapper .story-head ul li button {
            font-size: 16px;
        }
    }

    .success-stories-wrapper .story-head ul li button:hover {
        background: linear-gradient(to right, #fc4906 0%, #fc0d5e 100%);
        -webkit-background-clip: border-box;
        -webkit-text-fill-color: #fff;
    }

    .success-stories-wrapper .story-head ul li button.active {
        background: linear-gradient(to right, #fc4906 0%, #fc0d5e 100%);
        -webkit-background-clip: border-box;
        -webkit-text-fill-color: #fff;
        border-color: #ef5d25;
        border-radius: 0;
        border: none;
    }

    @media (max-width: 767px) {
        .success-stories-wrapper .story-body {
            padding: 0 20px;
        }
    }

    @media screen and (max-width: 767px) and (max-width: 767px) {
        .success-stories-wrapper .story-body {
            padding: 0;
        }
    }

    .success-stories-wrapper .story-body .story-content .tab-pane {
        display: block;
        height: 0;
        overflow: hidden;
    }

        .success-stories-wrapper .story-body .story-content .tab-pane.active {
            height: auto;
        }

    @media (max-width: 767px) {
        .success-stories-wrapper .story-body .story-content .story-info {
            margin-bottom: 0 !important;
        }
    }

    .success-stories-wrapper .story-body .story-content .story-info {
        margin-bottom: 15px;
        text-align: center;
    }

        .success-stories-wrapper .story-body .story-content .story-info p {
            font-size: 18px;
            color: #000;
            margin-top: 20px;
            margin-bottom: 30px;
        }

    @media screen and (max-width: 575px) {
        .success-stories-wrapper .story-body .story-content .story-info p {
            text-align: left;
            margin-bottom: 25px !important;
        }
    }

    @media screen and (max-width: 575px) {
        .success-stories-wrapper .story-body .story-content .story-info {
            margin-bottom: 0 !important;
        }
    }

    .success-stories-wrapper
    .story-body
    .story-content
    .story-slider
    .story-card-container1 {
        display: flex;
        flex-flow: column;
        min-width: 100%;
    }

    .success-stories-wrapper
    .story-body
    .story-content
    .story-slider
    .story-card-container1 {
        width: 100%;
    }

    @media screen and (max-width: 992px) {
        .success-stories-wrapper
        .story-body
        .story-content
        .story-slider
        .story-card-container1
        .story-card {
            flex-direction: column-reverse;
        }

            .success-stories-wrapper
            .story-body
            .story-content
            .story-slider
            .story-card-container1
            .story-card
            .col-6:nth-child(even) {
                padding-left: 0 !important;
            }
    }

    .success-stories-wrapper
    .story-body
    .story-content
    .story-slider
    .story-card-container1
    .story-card
    .col-6:nth-child(odd) {
        padding-right: 25px;
    }

    .success-stories-wrapper
    .story-body
    .story-content
    .story-slider
    .story-card-container1
    .story-card
    .col-6:nth-child(even) {
        padding-left: 25px;
    }

    .success-stories-wrapper
    .story-body
    .story-content
    .story-slider
    .story-card-container1
    .story-card
    .col-6
    p {
        padding-bottom: 0;
    }

    @media (max-width: 991px) {
        .success-stories-wrapper
        .story-body
        .story-content
        .story-slider
        .story-card-container1
        .slick-track
        .slick-slide
        .story-card
        .col-6 {
            width: 100%;
            padding-left: unset !important;
            padding-right: unset !important;
        }

        .success-stories-wrapper
        .story-body
        .story-content
        .story-slider
        .story-card-container1
        .story-card
        .info,
        .success-stories-wrapper
        .story-body
        .story-content
        .story-slider
        .story-card-container1
        .story-card
        .img {
            margin-bottom: 20px;
            width: auto;
        }
    }

    @media (max-width: 991px) {
        .success-stories-wrapper
        .story-body
        .story-content
        .story-slider
        .story-card-container1
        .slick-dots {
            margin-top: 20px !important;
        }
    }

    .success-stories-wrapper
    .story-body
    .story-content
    .story-slider
    .story-card-container1
    .slick-dots {
        text-align: center;
        list-style-type: none;
        padding: unset;
        margin: 20px 0 0 0;
    }

        .success-stories-wrapper
        .story-body
        .story-content
        .story-slider
        .story-card-container1
        .slick-dots
        li {
            display: inline-block;
        }

            .success-stories-wrapper
            .story-body
            .story-content
            .story-slider
            .story-card-container1
            .slick-dots
            li
            button {
                border-radius: 10px;
                padding: unset;
                border: unset;
                height: 12px;
                width: 12px;
                margin: 3px;
                background: #fbcebd;
                font-size: 0;
            }

            .success-stories-wrapper
            .story-body
            .story-content
            .story-slider
            .story-card-container1
            .slick-dots
            li.slick-active
            button {
                height: 15px;
                width: 15px;
                background: #ef5d25 !important;
                border-radius: 50% !important;
                border: 3px solid #fbcebd !important;
            }

    .success-stories-wrapper
    .story-body
    .story-content
    .story-slider
    .story-card-container1
    .story-card {
        display: flex !important;
        /* min-width: 100%; */
        align-items: center;
        padding: 0 15px;
    }

    @media screen and (max-width: 575px) {
        .success-stories-wrapper
        .story-body
        .story-content
        .story-slider
        .story-card-container1
        .story-card {
            padding: 0;
        }
    }

    @media screen and (max-width: 992px) {
        .success-stories-wrapper
        .story-body
        .story-content
        .story-slider
        .story-card-container1
        .story-card {
            flex-direction: column-reverse;
        }
    }

    .success-stories-wrapper
    .story-body
    .story-content
    .story-slider
    .story-card-container1
    .story-card
    .img {
        text-align: center;
    }

        .success-stories-wrapper
        .story-body
        .story-content
        .story-slider
        .story-card-container1
        .story-card
        .img
        img {
            margin: 0 auto;
            width: 100%;
            height: auto;
        }

    /*.success-stories-wrapper
  .story-body
  .story-content
  .story-slider
  .story-card-container1
  .story-card
  .col-6 {
  display: inline-block;
}*/

.success-stories-wrapper
.story-body
.story-content
.story-slider
.story-card-container1
.story-card
h3,
.success-stories-wrapper
.story-body
.story-content
.story-slider
.story-card-container1
.story-card
.h3 {
    margin-top: 10px;
    font-size: 23px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.4;
}

    @media screen and (max-width: 767px) {
        .success-stories-wrapper
        .story-body
        .story-content
        .story-slider
        .story-card-container1
        .story-card
        h3,
        .success-stories-wrapper
        .story-body
        .story-content
        .story-slider
        .story-card-container1
        .story-card
        .h3 {
            font-size: 24px;
            line-height: 45px;
        }
    }

.success-stories-wrapper
.story-body
.story-content
.story-slider
.story-card-container1
.story-card
ul {
    list-style-type: disc;
    padding: unset;
    margin-bottom: -10px;
    padding-left: 12px;
}

        .success-stories-wrapper
        .story-body
        .story-content
        .story-slider
        .story-card-container1
        .story-card
        ul
        li {
            padding: 3px 0;
            font-size: 16px;
            margin-right: 7px;
        }

    .success-stories-wrapper
    .story-body
    .story-content
    .story-slider
    .story-card-container1
    .story-card
    p {
        font-size: 18px;
        margin-bottom: 23px;
    }

    .success-stories-wrapper
    .story-body
    .story-content
    .story-slider
    .story-card-container1
    .story-card
    .badge-section {
        display: flex;
    }

        .success-stories-wrapper
        .story-body
        .story-content
        .story-slider
        .story-card-container1
        .story-card
        .badge-section
        a {
            text-decoration: none;
            margin-right: 20px;
        }

            .success-stories-wrapper
            .story-body
            .story-content
            .story-slider
            .story-card-container1
            .story-card
            .badge-section
            a
            .google-badge {
                width: auto;
                height: 68px;
            }

            .success-stories-wrapper
            .story-body
            .story-content
            .story-slider
            .story-card-container1
            .story-card
            .badge-section
            a
            .apple-badge {
                margin-top: 10px;
                width: 175px;
                height: 48px;
            }

    @media (max-width: 422px) {
        .success-stories-wrapper
        .story-body
        .story-content
        .story-slider
        .story-card-container1
        .story-card
        .badge-section
        a
        .apple-badge {
            width: 154px;
            height: 46px;
            margin-left: 12px;
        }
    }

    @media (max-width: 422px) {
        .success-stories-wrapper
        .story-body
        .story-content
        .story-slider
        .story-card-container1
        .story-card
        .badge-section {
            flex-direction: column;
            gap: 5px;
        }
    }

    .success-stories-wrapper .story-body .story-content .blog-view-all {
        margin-top: 30px;
        text-align: center;
        font-size: 18px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        display: flex;
        justify-content: center;
    }

        .success-stories-wrapper
        .story-body
        .story-content
        .blog-view-all
        .blog-view-more {
            font-size: 18px;
            text-decoration: none;
            background-color: #fc0d5e;
            padding: 7px 22px;
            text-transform: capitalize;
            color: #fff;
            font-weight: 500;
            border-radius: 28px;
            display: inline-block;
            text-align: center;
            margin-top: 20px;
        }

            .success-stories-wrapper
            .story-body
            .story-content
            .blog-view-all
            .blog-view-more:hover {
                background-color: #fc4906;
            }
    /* Success Stories css :end */
    /* Context css :start */
    .context-wrapper {
        background-image: url(/images/Industry-background-image.webp);
        background-position: center;
        background-size: cover;
        background-color: #000;
    }

        .context-wrapper .context-main {
            padding: 40px 0 0;
        }

    @media screen and (min-width: 1024px) {
        .context-wrapper .context-main {
            padding: 40px 60px 0;
        }
    }

    .context-wrapper .context-main .context-pri-content {
        color: #fff;
    }

    @media screen and (max-width: 575px) {
        .context-wrapper .context-main .context-pri-content {
            padding: 0 10px;
        }
    }

    .context-wrapper .context-main .context-pri-content .context-title {
        color: #fff;
        font-weight: 600;
        font-size: 40px;
        font-family: 'Poppins', sans-serif;
    }

    @media screen and (max-width: 767px) {
        .context-wrapper .context-main .context-pri-content .context-title {
            font-size: 30px;
        }
    }

    .context-wrapper .context-main .context-pri-content .context-para {
        border-left: 4px solid;
        -o-border-image: linear-gradient(to bottom, #fc4906, #fc0d5e) 1 50%;
        border-image: linear-gradient(to bottom, #fc4906, #fc0d5e) 1 50%;
        border-radius: 2px;
    }

        .context-wrapper
        .context-main
        .context-pri-content
        .context-para
        .context-description {
            font-size: 18px;
            font-weight: 400;
            font-family: 'Poppins', sans-serif;
            margin-left: 20px;
            padding: 8px 0;
            margin-bottom: 0;
        }

    .context-wrapper .context-main .context-secondary {
        margin-top: 5rem;
        opacity: 1;
    }

    @media screen and (max-width: 992px) {
        .context-wrapper .context-main .context-secondary {
            margin-top: 5rem;
        }
    }

    .context-wrapper .context-main .context-secondary .col {
        padding: 30px 20px 20px 20px;
        flex: 0 0 auto;
        width: 50%;
    }

        .context-wrapper .context-main .context-secondary .col .col-title {
            color: #fff;
        }

    @media screen and (max-width: 767px) {
        .context-wrapper .context-main .context-secondary .col:nth-child(5n + 2),
        .context-wrapper .context-main .context-secondary .col:nth-child(5n + 3),
        .context-wrapper .context-main .context-secondary .col:nth-child(5n + 6),
        .context-wrapper .context-main .context-secondary .col:nth-child(5n + 7),
        .context-wrapper .context-main .context-secondary .col:nth-child(5n + 10) {
            background-color: #fff;
        }

            .context-wrapper
            .context-main
            .context-secondary
            .col:nth-child(5n + 2)
            .col-title,
            .context-wrapper
            .context-main
            .context-secondary
            .col:nth-child(5n + 3)
            .col-title,
            .context-wrapper
            .context-main
            .context-secondary
            .col:nth-child(5n + 6)
            .col-title,
            .context-wrapper
            .context-main
            .context-secondary
            .col:nth-child(5n + 7)
            .col-title,
            .context-wrapper
            .context-main
            .context-secondary
            .col:nth-child(5n + 10)
            .col-title {
                color: #212529;
            }

        .context-wrapper
        .context-main
        .context-secondary
        .col.bg-transaprent:nth-child(5n + 3) {
            background-color: rgba(0, 0, 0, 0.553);
        }

            .context-wrapper
            .context-main
            .context-secondary
            .col.bg-transaprent:nth-child(5n + 3)
            .col-title {
                color: #fff;
            }
    }

    @media screen and (min-width: 768px) and (max-width: 1023px) {
        .context-wrapper .context-main .context-secondary .col:nth-child(5n + 2),
        .context-wrapper .context-main .context-secondary .col:nth-child(5n + 3),
        .context-wrapper .context-main .context-secondary .col:nth-child(5n + 6),
        .context-wrapper .context-main .context-secondary .col:nth-child(5n + 7),
        .context-wrapper .context-main .context-secondary .col:nth-child(5n + 10) {
            background-color: #fff;
        }

            .context-wrapper
            .context-main
            .context-secondary
            .col:nth-child(5n + 2)
            .col-title,
            .context-wrapper
            .context-main
            .context-secondary
            .col:nth-child(5n + 3)
            .col-title,
            .context-wrapper
            .context-main
            .context-secondary
            .col:nth-child(5n + 6)
            .col-title,
            .context-wrapper
            .context-main
            .context-secondary
            .col:nth-child(5n + 7)
            .col-title,
            .context-wrapper
            .context-main
            .context-secondary
            .col:nth-child(5n + 10)
            .col-title {
                color: #212529;
            }

        .context-wrapper
        .context-main
        .context-secondary
        .col.bg-transaprent:nth-child(5n + 3) {
            background-color: rgba(0, 0, 0, 0.553);
        }

            .context-wrapper
            .context-main
            .context-secondary
            .col.bg-transaprent:nth-child(5n + 3)
            .col-title {
                color: #fff;
            }
    }

    @media screen and (min-width: 1024px) {
        .context-wrapper .context-main .context-secondary .col {
            flex: 0 0 auto;
            width: 20%;
        }

            .context-wrapper .context-main .context-secondary .col:nth-child(5n + 2),
            .context-wrapper .context-main .context-secondary .col:nth-child(5n + 4) {
                background-color: #fff;
            }

                .context-wrapper
                .context-main
                .context-secondary
                .col:nth-child(5n + 2)
                .col-title,
                .context-wrapper
                .context-main
                .context-secondary
                .col:nth-child(5n + 4)
                .col-title {
                    color: #212529;
                }

            .context-wrapper .context-main .context-secondary .col:nth-child(5n + 6),
            .context-wrapper .context-main .context-secondary .col:nth-child(5n + 8),
            .context-wrapper .context-main .context-secondary .col:nth-child(5n + 10) {
                background-color: #fff;
            }

                .context-wrapper
                .context-main
                .context-secondary
                .col:nth-child(5n + 6)
                .col-title,
                .context-wrapper
                .context-main
                .context-secondary
                .col:nth-child(5n + 8)
                .col-title,
                .context-wrapper
                .context-main
                .context-secondary
                .col:nth-child(5n + 10)
                .col-title {
                    color: #212529;
                }

            .context-wrapper
            .context-main
            .context-secondary
            .col.bg-transaprent:nth-child(5n + 2),
            .context-wrapper
            .context-main
            .context-secondary
            .col.bg-transaprent:nth-child(5n + 4) {
                background-color: rgba(0, 0, 0, 0.553);
            }

                .context-wrapper
                .context-main
                .context-secondary
                .col.bg-transaprent:nth-child(5n + 2)
                .col-title,
                .context-wrapper
                .context-main
                .context-secondary
                .col.bg-transaprent:nth-child(5n + 4)
                .col-title {
                    color: #fff;
                }
    }

    .context-wrapper .context-main .context-secondary .col .col-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        height: 100%;
    }

        .context-wrapper .context-main .context-secondary .col .col-content .icon {
            height: 60px;
        }

        .context-wrapper .context-main .context-secondary .col .col-content .col-title {
            text-transform: uppercase;
            font-size: 20px;
            font-family: 'Poppins', sans-serif;
            font-weight: 500;
            margin-top: 10px;
            line-height: 25px;
        }

    @media screen and (max-width: 767px) {
        .context-wrapper
        .context-main
        .context-secondary
        .col
        .col-content
        .col-title {
            font-size: 16px;
        }
    }

    /* Context css :end */
    /* <!-- Tab Icon HTML :Stert  --> */
    .icon-tabs-wrapper {
        margin: 80px auto;
    }

    @media screen and (max-width: 992px) {
        .icon-tabs-wrapper {
            margin: 40px auto 50px auto;
        }
    }

    .icon-tabs-wrapper .tabs-head {
        margin-bottom: 80px;
    }

    @media screen and (max-width: 767px) {
        .icon-tabs-wrapper .tabs-head {
            padding: 0 10px 0 10px;
        }
    }

    @media screen and (max-width: 767px) {
        .icon-tabs-wrapper .tabs-head {
            margin-bottom: 0;
        }
    }

    .icon-tabs-wrapper .tabs-head > h2,
    .icon-tabs-wrapper .tabs-head > .h2 {
        text-align: center;
        font-size: 40px;
        font-weight: 600;
        background: linear-gradient(140deg, #fc4906 48%, #fc0d5e 54%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 40px;
    }

    @media screen and (max-width: 767px) {
        .icon-tabs-wrapper .tabs-head > h2,
        .icon-tabs-wrapper .tabs-head > .h2 {
            font-size: 30px;
            margin-bottom: 30px;
        }
    }

    .icon-tabs-wrapper .tabs-head ul {
        justify-content: center;
        flex-flow: column;
        border-bottom: none;
        flex-wrap: wrap;
    }

    @media screen and (min-width: 1024px) {
        .icon-tabs-wrapper .tabs-head ul {
            flex-flow: row;
        }
    }

    @media screen and (max-width: 1024px) {
        .icon-tabs-wrapper .tabs-head ul {
            display: none;
        }
    }

    .icon-tabs-wrapper .tabs-head ul li {
        width: 100%;
        border: 0.5px solid #d3d3d3;
    }

    @media screen and (min-width: 1024px) {
        .icon-tabs-wrapper .tabs-head ul li {
            width: calc(100% / 6);
        }
    }

    .icon-tabs-wrapper .tabs-head ul li button {
        width: 100%;
        height: 100%;
        padding: 15px 0;
        font-size: 16px;
        font-weight: 500;
        color: #000;
        text-transform: uppercase;
    }

        .icon-tabs-wrapper .tabs-head ul li button:hover {
            background: linear-gradient(to right, #fc4906 0%, #fc0d5e 100%);
            -webkit-background-clip: border-box;
            -webkit-text-fill-color: #fff;
        }

    @media screen and (max-width: 767px) {
        .icon-tabs-wrapper .tabs-head ul li button {
            padding: 10px 15px;
        }
    }

    .icon-tabs-wrapper .tabs-head ul li button.active {
        background: linear-gradient(to right, #fc4906 0%, #fc0d5e 100%);
        -webkit-background-clip: border-box;
        -webkit-text-fill-color: #fff;
    }

    @media screen and (max-width: 1024px) {
        .icon-tabs-wrapper .tabs-body {
            display: none;
        }
    }

    .icon-tabs-wrapper .tabs-body .tab-content .tab-pane {
        box-sizing: content-box;
    }

        .icon-tabs-wrapper .tabs-body .tab-content .tab-pane .row {
            justify-content: center;
        }

            .icon-tabs-wrapper .tabs-body .tab-content .tab-pane .row .col {
                margin-bottom: 30px;
            }

                .icon-tabs-wrapper .tabs-body .tab-content .tab-pane .row .col span {
                    text-decoration: none;
                    padding: 0 20px;
                    cursor: pointer;
                    display: flex;
                    flex-flow: column;
                    height: 100%;
                    text-align: center;
                    align-items: center;
                }

    @media (min-width: 992px) and (max-width: 1400px) {
        .icon-tabs-wrapper .tabs-body .tab-content .tab-pane .row .col span {
            padding: 0 5px;
        }
    }

    @media screen and (max-width: 339px) {
        .icon-tabs-wrapper .tabs-body .tab-content .tab-pane .row .col span {
            padding: 0 5px;
        }
    }

    .icon-tabs-wrapper .tabs-body .tab-content .tab-pane .row .col span img {
        width: -moz-fit-content;
        width: fit-content;
        max-height: 65px;
        margin: 30px 0;
    }

    .icon-tabs-wrapper .tabs-body .tab-content .tab-pane .row .col span p {
        font-size: 18px;
        color: #010101;
        font-weight: 500;
        margin-bottom: unset;
    }

    .icon-tabs-wrapper .icon-tabs-mobile-icon-tab-wrapper {
        display: none;
    }

    @media screen and (max-width: 1024px) {
        .icon-tabs-wrapper .icon-tabs-mobile-icon-tab-wrapper {
            display: block;
        }
    }

    .icon-tabs-wrapper
    .icon-tabs-mobile-icon-tab-wrapper
    .slider-container
    .slick-dots {
        text-align: center;
        list-style-type: none;
        padding: unset;
        margin: 20px 0 0 0;
    }

        .icon-tabs-wrapper
        .icon-tabs-mobile-icon-tab-wrapper
        .slider-container
        .slick-dots
        li {
            display: inline-block;
        }

            .icon-tabs-wrapper
            .icon-tabs-mobile-icon-tab-wrapper
            .slider-container
            .slick-dots
            li
            button {
                border-radius: 10px;
                padding: unset;
                border: unset;
                height: 12px;
                width: 12px;
                margin: 3px;
                background: #fbcebd;
                font-size: 0;
            }

            .icon-tabs-wrapper
            .icon-tabs-mobile-icon-tab-wrapper
            .slider-container
            .slick-dots
            li.slick-active
            button {
                height: 15px;
                width: 15px;
                background: #ef5d25;
                border-radius: 50%;
                border: 3px solid #fbcebd;
            }

    .icon-tabs-wrapper .icon-tabs-mobile-icon-tab-wrapper .slider-container {
        height: -moz-fit-content;
        height: fit-content;
    }

        .icon-tabs-wrapper
        .icon-tabs-mobile-icon-tab-wrapper
        .slider-container
        .tech-stack-slider {
            padding: 0 20px;
        }

            .icon-tabs-wrapper
            .icon-tabs-mobile-icon-tab-wrapper
            .slider-container
            .tech-stack-slider
            h3,
            .icon-tabs-wrapper
            .icon-tabs-mobile-icon-tab-wrapper
            .slider-container
            .tech-stack-slider
            .h3 {
                text-align: center;
                height: 100%;
                padding: 15px;
                font-size: 16px;
                font-weight: 500;
                text-transform: uppercase;
                color: #000;
                background: linear-gradient(to right, #fc4906 0%, #fc0d5e 100%);
                -webkit-background-clip: border-box;
                background-clip: border-box;
                -webkit-text-fill-color: #fff;
            }

                .icon-tabs-wrapper
                .icon-tabs-mobile-icon-tab-wrapper
                .slider-container
                .tech-stack-slider
                h3:hover,
                .icon-tabs-wrapper
                .icon-tabs-mobile-icon-tab-wrapper
                .slider-container
                .tech-stack-slider
                .h3:hover {
                    background: linear-gradient(to right, #fc4906 0%, #fc0d5e 100%);
                    -webkit-background-clip: border-box;
                    background-clip: border-box;
                    -webkit-text-fill-color: #fff;
                }

            .icon-tabs-wrapper
            .icon-tabs-mobile-icon-tab-wrapper
            .slider-container
            .tech-stack-slider
            .row {
                justify-content: center;
            }

                .icon-tabs-wrapper
                .icon-tabs-mobile-icon-tab-wrapper
                .slider-container
                .tech-stack-slider
                .row
                .col {
                    margin-bottom: 30px;
                }

    @media screen and (min-width: 1024px) {
        .icon-tabs-wrapper
        .icon-tabs-mobile-icon-tab-wrapper
        .slider-container
        .tech-stack-slider
        .row
        .col {
            flex: 0 0 15%;
        }
    }

    .icon-tabs-wrapper
    .icon-tabs-mobile-icon-tab-wrapper
    .slider-container
    .tech-stack-slider
    .row
    .col
    span {
        text-decoration: none;
        padding: 0 20px;
        cursor: pointer;
        display: flex;
        flex-flow: column;
        height: 100%;
        text-align: center;
        align-items: center;
    }

    @media (min-width: 992px) and (max-width: 1400px) {
        .icon-tabs-wrapper
        .icon-tabs-mobile-icon-tab-wrapper
        .slider-container
        .tech-stack-slider
        .row
        .col
        span {
            padding: 0 5px;
        }
    }

    @media screen and (max-width: 339px) {
        .icon-tabs-wrapper
        .icon-tabs-mobile-icon-tab-wrapper
        .slider-container
        .tech-stack-slider
        .row
        .col
        span {
            padding: 0 5px;
        }
    }

    .icon-tabs-wrapper
    .icon-tabs-mobile-icon-tab-wrapper
    .slider-container
    .tech-stack-slider
    .row
    .col
    span
    img {
        width: -moz-fit-content;
        width: fit-content;
        max-height: 80px;
        margin: 30px 0;
    }

    @media screen and (max-width: 363px) {
        .icon-tabs-wrapper
        .icon-tabs-mobile-icon-tab-wrapper
        .slider-container
        .tech-stack-slider
        .row
        .col
        span
        .big-img {
            width: 200px;
        }
    }

    .icon-tabs-wrapper
    .icon-tabs-mobile-icon-tab-wrapper
    .slider-container
    .tech-stack-slider
    .row
    .col
    span
    p {
        font-size: 18px;
        color: #010101;
        font-weight: 500;
        margin-bottom: unset;
    }
    /* <!-- Tab Icon HTML :end  --> */
    /* CTA CSS start */

    .cta-section {
        padding: 80px 0;
        background: white;
        background-size: 100% 100%;
    }

    @media screen and (max-width: 992px) {
        .cta-section {
            background-size: cover;
        }
    }

    @media screen and (max-width: 575px) {
        .cta-section {
            padding: 0 10px !important;
        }
    }

    @media screen and (max-width: 575px) {
        .cta-section .cta-body {
            padding: 80px 10px !important;
        }
    }

    .cta-section .cta-body .cta-content-container .cta-title {
        line-height: 50px;
        margin-bottom: 10px;
        color: black;
    }

    @media screen and (max-width: 1200px) {
        .cta-section .cta-body .cta-content-container .cta-title {
            padding-right: 0;
        }
    }

    @media screen and (max-width: 767px) {
        .cta-section .cta-body .cta-content-container .cta-title {
            font-size: 30px;
            line-height: 40px;
        }
    }

    .cta-section .cta-body .cta-content-container p {
        margin: 0;
        color: black;
    }

    .cta-section .cta-body .cta-content-container .view-all-link-btn {
        font-size: 18px;
        text-decoration: none;
        background-color: #fc0d5e;
        padding: 7px 22px;
        text-transform: capitalize;
        color: white;
        font-weight: 500;
        border-radius: 28px;
        display: inline-block;
        text-align: center;
        margin: 30px 0 0 0;
    }

        .cta-section .cta-body .cta-content-container .view-all-link-btn:hover {
            background-color: #fc4906;
        }

    /* CTA CSS end */
    /* <!-- testimonial-slider css start --> */
    .testimonial-slider-wrapper {
        padding: 80px 0;
        background: RGBA(17,17,17,1);
        color: #fff
    }

    @media screen and (max-width: 767px) {
        .testimonial-slider-wrapper {
            padding: 50px 0
        }
    }

    @media screen and (max-width: 575px) {
        .testimonial-slider-wrapper {
            padding: 50px 10px
        }
    }

    @media screen and (max-width: 575px) {
        .testimonial-slider-wrapper .customer-wrap {
            padding: 0 10px
        }
    }

    .testimonial-slider-wrapper .customer-wrap .customer-title {
        color: #fff;
        text-align: center;
        font-size: 40px;
        font-weight: 600;
        margin-bottom: 60px
    }

    @media screen and (max-width: 767px) {
        .testimonial-slider-wrapper .customer-wrap .customer-title {
            font-size: 30px;
            margin-bottom: 40px
        }
    }

    .testimonial-slider-wrapper .customer-wrap .customer-slider-container {
        display: flex;
        flex-flow: column
    }

        .testimonial-slider-wrapper .customer-wrap .customer-slider-container .slick-dots {
            text-align: center;
            list-style-type: none;
            padding: unset;
            margin: 50px 0 0 0
        }

    @media screen and (max-width: 767px) {
        .testimonial-slider-wrapper .customer-wrap .customer-slider-container .slick-dots {
            margin: 30px 0 0 0
        }
    }

    .testimonial-slider-wrapper .customer-wrap .customer-slider-container .slick-dots li {
        display: inline-block
    }

        .testimonial-slider-wrapper .customer-wrap .customer-slider-container .slick-dots li button {
            border-radius: 10px;
            padding: unset;
            border: unset;
            height: 12px;
            width: 12px;
            margin: 3px;
            background: RGBA(241,92,36,.22);
            font-size: 0
        }

        .testimonial-slider-wrapper .customer-wrap .customer-slider-container .slick-dots li.slick-active button {
            background: RGBA(241,92,36,1);
            border: 2px solid RGBA(17,17,17,.22)
        }

    .testimonial-slider-wrapper .customer-wrap .customer-slider-container .customer-card {
        max-width: 97%
    }

        .testimonial-slider-wrapper .customer-wrap .customer-slider-container .customer-card::before {
            content: "“";
            position: absolute;
            font-size: 50px;
            font-family: cursive;
            line-height: 40px;
            padding-left: 7px;
            font-weight: bolder;
            color: #ef5d25
        }

        .testimonial-slider-wrapper .customer-wrap .customer-slider-container .customer-card p {
            font-size: 18px;
            line-height: 30px;
            padding-left: 25px;
            padding-top: 15px;
            padding-bottom: 15px;
            margin-bottom: 0;
            border-left: 4px solid;
            -o-border-image: linear-gradient(to bottom,#fc4906,#fc0d5e) 1 100%;
            border-image: linear-gradient(to bottom,#fc4906,#fc0d5e) 1 100%
        }

    @media screen and (max-width: 767px) {
        .testimonial-slider-wrapper .customer-wrap .customer-slider-container .customer-card p {
            font-size: 16px;
            line-height: 28px
        }
    }

    .testimonial-slider-wrapper .customer-wrap .customer-slider-container .customer-card span {
        display: block;
        font-size: 24px;
        font-weight: 500;
        padding-left: 30px
    }

    .testimonial-slider-wrapper .customer-wrap .customer-slider-container .video-card.video-tag {
        border-radius: 20px
    }

    .testimonial-slider-wrapper .client-logos {
        margin-top: 100px
    }

    @media screen and (max-width: 767px) {
        .testimonial-slider-wrapper .client-logos {
            margin-top: 50px
        }
    }

    .testimonial-slider-wrapper .client-logos h2,
    .testimonial-slider-wrapper .client-logos .h2 {
        color: #fff;
        margin-bottom: 60px;
        text-align: center;
        font-size: 40px;
        font-weight: 600
    }

    @media screen and (max-width: 767px) {
        .testimonial-slider-wrapper .client-logos h2,
        .testimonial-slider-wrapper .client-logos .h2 {
            font-size: 30px;
            margin-bottom: 30px
        }
    }

    .testimonial-slider-wrapper .client-logos .our-client-slider .client-card {
        display: flex !important;
        justify-content: center;
        margin: 0 10px
    }

        .testimonial-slider-wrapper .client-logos .our-client-slider .client-card img {
            height: 50px
        }

    @media screen and (max-width: 575px) {
        .testimonial-slider-wrapper .client-logos .our-client-slider .client-card img {
            height: 35px
        }
    }
    /* <!-- testimonial-slider css end --> */
    /* <!-- contactus css start --> */

    .contactus {
        padding-top: 80px;
        color: #fff
    }

    .contactus-wrapper {
        background-color: #000
    }

    .contactus-form {
        background-color: #fff;
        padding: 35px;
        color: #000;
        width: 100%;
        height: 100%;
        letter-spacing: .4px
    }

    @media screen and (max-width: 575px) {
        .contactus-form {
            padding: 40px 20px
        }
    }

    .contactus-form > p {
        margin-bottom: 26px
    }

    @media screen and (max-width: 575px) {
        .contactus-form > p {
            padding: 0
        }
    }

    .contactus h3,
    .contactus .h3 {
        color: #fff
    }

    .contactus-top {
        padding: 0 10px 36px
    }

        .contactus-top h2,
        .contactus-top .h2 {
            font-size: 40px;
            line-height: 1;
            color: #fff;
            margin-bottom: 23px
        }

        .contactus-top p {
            font-size: 18px;
            line-height: 20px;
            letter-spacing: .3px
        }

    .contactus-bottom h3,
    .contactus-bottom .h3 {
        font-family: "Poppins",sans-serif;
        font-weight: 600;
        background: linear-gradient(to right,#fc4906,#fc0d5e);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 36px;
        letter-spacing: 0;
        line-height: 50px
    }

    @media screen and (max-width: 575px) {
        .contactus-bottom h3,
        .contactus-bottom .h3 {
            padding: 0 10px;
            font-size: 30px;
            line-height: 40px
        }
    }

    .contactus-bottom .line,
    .contactus-bottom ul {
        list-style: none;
        padding: 0;
        position: relative
    }

    @media screen and (max-width: 575px) {
        .contactus-bottom .line,
        .contactus-bottom ul {
            padding: 0 10px
        }
    }

    .contactus-bottom .line:before,
    .contactus-bottom ul:before {
        content: "";
        width: 4px;
        height: calc(100% - 4px);
        position: absolute;
        background: linear-gradient(to top,#fc4906 0%,#fc0d5e 100%);
        left: 12px;
        top: 4px
    }

    @media screen and (max-width: 575px) {
        .contactus-bottom .line:before,
        .contactus-bottom ul:before {
            left: 23px
        }
    }

    .contactus-bottom .line li,
    .contactus-bottom ul li {
        position: relative;
        padding-left: 60px;
        margin-bottom: 38px
    }

        .contactus-bottom .line li:before,
        .contactus-bottom ul li:before {
            content: "";
            background-image: url(/images/point.png);
            width: 28px;
            height: 28px;
            background-size: 100%;
            position: absolute;
            left: 0;
            top: 0
        }

        .contactus-bottom .line li p,
        .contactus-bottom ul li p {
            font-size: 20px;
            line-height: 1;
            font-weight: 500;
            margin-bottom: 12px
        }

        .contactus-bottom .line li span,
        .contactus-bottom ul li span {
            font-size: 16px;
            color: #ccc
        }

    .contactus-bottom--top {
        margin-bottom: 22px
    }

        .contactus-bottom--top p {
            font-size: 24px;
            padding-left: 12px;
            font-weight: 500;
            letter-spacing: .5px;
            margin-bottom: 0
        }

    @media screen and (max-width: 575px) {
        .contactus-bottom--top p {
            padding: 0 10px
        }
    }

    .contactus-bottom--top p:last-child {
        text-transform: uppercase;
        color: #fc0d5e
    }

    .contactus-bottom--last {
        display: flex;
        margin-bottom: 30px;
        padding-left: 10px
    }

        .contactus-bottom--last .bottom-last-right {
            padding-left: 20px
        }

            .contactus-bottom--last .bottom-last-right p {
                margin-bottom: 5px;
                display: flex;
                flex-wrap: wrap;
                gap: 6px
            }

                .contactus-bottom--last .bottom-last-right p .email-icon {
                    margin-right: 5px
                }

    @media screen and (max-width: 575px) {
        .contactus-bottom--last .bottom-last-right p {
            font-size: 12px
        }
    }

    .contactus-bottom .left {
        padding-left: 20px
    }

    @media screen and (max-width: 575px) {
        .contactus-bottom .left {
            padding: 0 10px
        }
    }

    .contactus-bottom .left > p {
        font-size: 18px;
        width: 75%;
        letter-spacing: .4px;
        margin-bottom: 28px
    }

    @media screen and (max-width: 575px) {
        .contactus-bottom .left > p {
            padding: 0 10px
        }
    }

    .line::before {
        content: "";
        width: 4px;
        height: calc(100% - 4px);
        position: absolute;
        background: linear-gradient(to bottom,#fc4906 0%,#fc0d5e 100%);
        left: 12px;
        top: 4px
    }

    @media screen and (max-width: 575px) {
        .right {
            padding: 0
        }
    }

    .contactus-form .form-group {
        display: flex;
        flex-direction: column;
        margin-bottom: 24px;
        padding-right: 10px
    }

        .contactus-form .form-group label {
            color: #808080;
            font-size: 16px;
            height: 25px;
            line-height: 1;
        }

            .contactus-form .form-group label .red {
                color: #f00
            }

        .contactus-form .form-group input,
        .contactus-form .form-group select,
        .contactus-form .form-group textarea {
            background: #ebebeb;
            border: none;
            font-size: 16px;
            line-height: 1;
            padding: 0;
            border-radius: 4px;
            height: 45px;
            padding: 10px;
            margin: 0;
            outline: 0 !important
        }

        .contactus-form .form-group .input-select {
            background: #ebebeb;
            border: none;
            font-size: 16px;
            line-height: 1;
            padding: 0;
            border-radius: 4px;
            height: 45px;
            padding: 0 10px !important;
            outline: 0 !important
        }

            .contactus-form .form-group .input-select select {
                display: block;
                width: 100%;
                padding: 2px 25px 2px 8px;
                border: none;
                background: url(/images/slecte-arrow.png) right center no-repeat;
                appearance: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                outline: 0 !important
            }

        .contactus-form .form-group textarea {
            height: 205px;
            outline: 0 !important
        }

        .contactus-form .form-group input[type="submit"] {
            padding: 5.5px 20px;
            min-width: 140px;
            background: linear-gradient(to right,#fc4906,#fc0d5e);
            border-radius: 28px;
            text-transform: uppercase;
            position: relative;
            color: #fff;
            z-index: 0;
            width: auto;
            margin: 5px auto;
            outline: 0 !important
        }

    .bottom-last-right p a {
        font-size: 16px
    }


    /* <!-- contactus css end --> */
    /* locations-dotstark css start */
    .offices-location-wrapper {
        font-family: "Poppins",sans-serif;
        width: 100%
    }

        .offices-location-wrapper .offices-card {
            border: 2px #fff
        }

            .offices-location-wrapper .offices-card
            .offices-bg-img-1 {
                background-image: url(/images/usa.webp);
                background-size: cover;
                background-position: center;
                height: 38vh;
                display: flex;
                align-items: center
            }

    @media screen and (max-width: 575px) {
        .offices-location-wrapper .offices-card
        .offices-bg-img-1 {
            height: auto;
            background-size: 100% 100%;
            padding: 20px 0
        }
    }

    @media(min-height: 1450px) {
        .offices-location-wrapper .offices-card
        .offices-bg-img-1 {
            height: 18vh
        }
    }

    .offices-location-wrapper .offices-card
    .offices-bg-img-1 .offices-content-wrapper {
        padding-left: 20px;
        height: 150px
    }

    @media screen and (max-width: 575px) {
        .offices-location-wrapper .offices-card
        .offices-bg-img-1 .offices-content-wrapper {
            padding: 20px;
            height: auto
        }
    }

    @media screen and (max-width: 992px) {
        .offices-location-wrapper .offices-card
        .offices-bg-img-1 .offices-content-wrapper {
            padding-top: 10px;
            padding-bottom: 10px
        }
    }

    .offices-location-wrapper .offices-card
    .offices-bg-img-1 .offices-content-wrapper
    .offices-location {
        font-size: 22px !important;
        font-weight: 500;
        color: #fff;
        letter-spacing: 2px
    }

    @media screen and (max-width: 992px) {
        .offices-location-wrapper .offices-card
        .offices-bg-img-1 .offices-content-wrapper
        .offices-location {
            font-size: 18px !important
        }
    }

    .offices-location-wrapper .offices-card
    .offices-bg-img-1 .offices-content-wrapper
    .offices-address {
        margin-bottom: 0;
        font-weight: 500;
        font-size: 18px !important;
        letter-spacing: .5px
    }

    @media screen and (max-width: 992px) {
        .offices-location-wrapper .offices-card
        .offices-bg-img-1 .offices-content-wrapper
        .offices-address {
            font-size: 14px !important
        }
    }

    .offices-location-wrapper .offices-card
    .offices-bg-img-1 .offices-content-wrapper
    .offices-contact {
        font-size: 18px !important;
        font-weight: 500;
        letter-spacing: .5px
    }

    @media screen and (max-width: 992px) {
        .offices-location-wrapper .offices-card
        .offices-bg-img-1 .offices-content-wrapper
        .offices-contact {
            font-size: 14px !important
        }
    }

    .offices-location-wrapper .offices-bg-img-2 {
        background-image: url(/images/Malaysia.webp);
        background-position: center;
        background-size: cover;
        height: 38vh;
        display: flex;
        align-items: center
    }

    @media screen and (max-width: 575px) {
        .offices-location-wrapper .offices-bg-img-2 {
            height: auto;
            background-size: 100% 100%;
            padding: 10px 0
        }
    }

    @media(min-height: 1450px) {
        .offices-location-wrapper .offices-bg-img-2 {
            height: 18vh
        }
    }

    .offices-location-wrapper .offices-bg-img-2
    .offices-content-wrapper {
        padding-left: 20px;
        height: 150px
    }

    @media screen and (max-width: 575px) {
        .offices-location-wrapper .offices-bg-img-2
        .offices-content-wrapper {
            padding: 20px !important;
            height: auto
        }
    }

    @media screen and (max-width: 992px) {
        .offices-location-wrapper .offices-bg-img-2
        .offices-content-wrapper {
            padding-top: 10px;
            padding-bottom: 10px
        }
    }

    .offices-location-wrapper .offices-bg-img-2
    .offices-content-wrapper .offices-location {
        font-size: 22px;
        font-weight: 500;
        color: #fff;
        letter-spacing: 2px
    }

    @media screen and (max-width: 992px) {
        .offices-location-wrapper .offices-bg-img-2
        .offices-content-wrapper .offices-location {
            font-size: 18px !important
        }
    }

    .offices-location-wrapper .offices-bg-img-2
    .offices-content-wrapper .offices-address {
        margin-bottom: 0;
        font-weight: 500;
        font-size: 18px;
        width: 100%;
        letter-spacing: .5px
    }

    @media screen and (max-width: 992px) {
        .offices-location-wrapper .offices-bg-img-2
        .offices-content-wrapper .offices-address {
            font-size: 14px !important
        }
    }

    .offices-location-wrapper .offices-bg-img-2
    .offices-content-wrapper .offices-contact {
        font-size: 18px;
        font-weight: 500;
        letter-spacing: .5px
    }

    @media screen and (max-width: 992px) {
        .offices-location-wrapper .offices-bg-img-2
        .offices-content-wrapper .offices-contact {
            font-size: 14px !important
        }
    }

    .offices-location-wrapper .offices-card-3 {
        flex: 2
    }

        .offices-location-wrapper .offices-card-3
        .offices-bg-img-3 {
            background-image: url(/images/india.webp);
            background-position: center;
            background-size: cover;
            height: 38vh;
            display: flex;
            align-items: center
        }

    @media screen and (max-width: 575px) {
        .offices-location-wrapper .offices-card-3
        .offices-bg-img-3 {
            height: auto;
            background-size: 100% 100%;
            padding: 35px 0
        }
    }

    @media(min-height: 1450px) {
        .offices-location-wrapper .offices-card-3
        .offices-bg-img-3 {
            height: 18vh
        }
    }

    .offices-location-wrapper .offices-card-3 .offices-bg-img-3
    .offices-content-wrapper {
        padding-left: 20px
    }

    @media screen and (max-width: 575px) {
        .offices-location-wrapper .offices-card-3 .offices-bg-img-3
        .offices-content-wrapper {
            padding: 20px
        }
    }

    @media screen and (max-width: 992px) {
        .offices-location-wrapper .offices-card-3 .offices-bg-img-3
        .offices-content-wrapper {
            padding-top: 10px;
            padding-bottom: 10px
        }
    }

    .offices-location-wrapper .offices-card-3 .offices-bg-img-3
    .offices-content-wrapper .offices-head {
        display: flex;
        gap: 4px;
        list-style: none
    }

        .offices-location-wrapper .offices-card-3 .offices-bg-img-3
        .offices-content-wrapper .offices-head .offices-location {
            font-size: 22px !important;
            font-weight: 500;
            color: #fff;
            letter-spacing: 2px
        }

    @media screen and (max-width: 992px) {
        .offices-location-wrapper .offices-card-3 .offices-bg-img-3
        .offices-content-wrapper .offices-head .offices-location {
            font-size: 18px !important
        }
    }

    .offices-location-wrapper .offices-card-3 .offices-bg-img-3
    .offices-content-wrapper .offices-head .offices-patch {
        margin-left: 16px;
        text-transform: uppercase;
        border-radius: 5px;
        background-color: #fc4908;
        font-size: 16px;
        color: #fff;
        padding: 0 10px;
        vertical-align: baseline;
        letter-spacing: 1px;
        display: flex;
        align-items: center
    }

    @media screen and (max-width: 992px) {
        .offices-location-wrapper .offices-card-3 .offices-bg-img-3
        .offices-content-wrapper .offices-head .offices-patch {
            font-size: 15px !important;
            padding: 2px 8px
        }
    }

    @media screen and (max-width: 575px) {
        .offices-location-wrapper .offices-card-3 .offices-bg-img-3
        .offices-content-wrapper .offices-head .offices-patch {
            margin-left: 3px
        }
    }

    .offices-location-wrapper .offices-card-3
    .offices-bg-img-3 .offices-content-wrapper
    .offices-address, .offices-location-wrapper
    .offices-card-3 .offices-bg-img-3
    .offices-content-wrapper .offices-contact,
    .offices-location-wrapper.offices-card-3
    .offices-bg-img-3 .offices-content-wrapper .offices-email {
        margin-bottom: 0;
        font-weight: 500;
        font-size: 18px !important;
        letter-spacing: .5px
    }

    @media screen and (max-width: 992px) {
        .offices-location-wrapper .offices-card-3
        .offices-bg-img-3 .offices-content-wrapper
        .offices-address, .offices-location-wrapper
        .offices-card-3 .offices-bg-img-3 .offices-content-wrapper
        .offices-contact,
        .offices-location-wrapper .offices-card-3
        .offices-bg-img-3 .offices-content-wrapper
        .offices-email {
            font-size: 14px !important
        }
    }

    .offices-location-wrapper .offices-bg-img-4 {
        background-image: url("/images/canada 1.webp");
        background-position: center;
        background-size: cover;
        height: 38vh;
        display: flex;
        align-items: center
    }

    @media screen and (max-width: 575px) {
        .offices-location-wrapper .offices-bg-img-4 {
            height: auto;
            background-size: 100% 100%;
            padding: 35px 0
        }
    }

    @media(min-height: 1450px) {
        .offices-location-wrapper .offices-bg-img-4 {
            height: 18vh
        }
    }

    .offices-location-wrapper .offices-bg-img-4
    .offices-content-wrapper {
        padding-left: 20px;
        height: 150px
    }

    @media screen and (max-width: 575px) {
        .offices-location-wrapper .offices-bg-img-4
        .offices-content-wrapper {
            padding: 20px;
            height: auto
        }
    }

    @media screen and (max-width: 992px) {
        .offices-location-wrapper .offices-bg-img-4
        .offices-content-wrapper {
            padding-top: 10px;
            padding-bottom: 10px
        }
    }

    .offices-location-wrapper .offices-bg-img-4
    .offices-content-wrapper .offices-location {
        font-size: 22px !important;
        font-weight: 500;
        color: #fff;
        letter-spacing: 2px
    }

    @media screen and (max-width: 992px) {
        .offices-location-wrapper .offices-bg-img-4
        .offices-content-wrapper .offices-location {
            font-size: 18px !important
        }
    }

    .offices-location-wrapper .offices-bg-img-4
    .offices-content-wrapper .offices-address,
    .offices-location-wrapper .offices-bg-img-4
    .offices-content-wrapper .offices-contact {
        margin-bottom: 0;
        font-weight: 500;
        font-size: 18px !important;
        letter-spacing: .5px
    }

    @media screen and (max-width: 992px) {
        .offices-location-wrapper .offices-bg-img-4
        .offices-content-wrapper .offices-address,
        .offices-location-wrapper .offices-bg-img-4
        .offices-content-wrapper .offices-contact {
            font-size: 14px !important
        }
    }

    /* locations-dotstark css end */

    /* faq css start*/

    .cloud-app-accordion-wrapper {
        background-color: #fff;
        padding: 80px 0
    }

    @media screen and (max-width: 767px) {
        .cloud-app-accordion-wrapper {
            padding: 50px .5rem
        }
    }

    .cloud-app-accordion-wrapper h2, .cloud-app-accordion-wrapper .h2 {
        color: #000;
        text-align: center;
        margin-bottom: 50px
    }

    @media screen and (max-width: 767px) {
        .cloud-app-accordion-wrapper h2, .cloud-app-accordion-wrapper .h2 {
            margin-bottom: 30px;
            font-size: 30px
        }
    }

    .cloud-app-accordion-wrapper .accordion {
        font-size: 1rem;
        width: auto;
        margin: 0 auto;
        border-radius: 5px
    }

    @media screen and (max-width: 992px) {
        .cloud-app-accordion-wrapper .accordion {
            width: 100%
        }
    }

    .cloud-app-accordion-wrapper .accordion .accordion-header, .cloud-app-accordion-wrapper .accordion .accordion-body {
        background: #fff;
        text-align: left
    }

    .cloud-app-accordion-wrapper .accordion .accordion-header {
        padding: .7em 0 .7em 2.3em;
        background: #fff;
        color: #000;
        cursor: pointer;
        font-size: 22px;
        font-weight: 500;
        text-transform: capitalize;
        position: relative;
        font-family: "Poppins",sans-serif;
        border-bottom: 1px solid #464646
    }

    @media screen and (max-width: 575px) {
        .cloud-app-accordion-wrapper .accordion .accordion-header {
            padding: .7em 0 .7em 1.5em
        }
    }

    .cloud-app-accordion-wrapper .accordion .accordion-header:hover {
        background: #fff;
        position: relative;
        z-index: 5
    }

    .cloud-app-accordion-wrapper .accordion .accordion-body {
        color: #020202;
        display: none;
        border-bottom: 2px solid #fa0844;
        padding: 0 1em
    }

    @media screen and (max-width: 575px) {
        .cloud-app-accordion-wrapper .accordion .accordion-body {
            padding: 0 0 0 1em
        }
    }

    .cloud-app-accordion-wrapper .accordion .accordion-block {
        display: block
    }

    .cloud-app-accordion-wrapper .accordion .accordion-body__contents {
        padding: 0 1.9em 1.9em;
        font-size: .85em;
        font-size: 18px;
        letter-spacing: 0;
        color: #000;
        font-weight: 400;
        font-family: "Poppins",sans-serif
    }

        .cloud-app-accordion-wrapper .accordion .accordion-body__contents ul {
            list-style: disc !important;
            font-weight: 400;
            font-size: 16px;
        }
        @media screen and (max-width: 575px) {
            .cloud-app-accordion-wrapper .accordion .accordion-body__contents {
            padding: 0 0 1.9em 1em
        }
    }

    .cloud-app-accordion-wrapper .accordion .accordion__item.active:last-child .accordion-header {
        border-radius: none
    }

    .cloud-app-accordion-wrapper .accordion .accordion__item > .accordion-header:after {
        content: "";
        background-image: url(/images/arrow_bottom1.png);
        background-repeat: no-repeat;
        top: 23px;
        font-size: 1.2em;
        margin-left: auto;
        position: absolute;
        left: 0;
        flex-shrink: 0;
        width: 21px;
        height: 12px;
        background-size: 1.25rem;
        transition: transform .2s ease-in-out
    }

    .cloud-app-accordion-wrapper .accordion .accordion__item.active > .accordion-header:after {
        background-image: url(/images/arrow_top.png);
        transform: rotate(0deg) !important
    }

    .cloud-app-accordion-wrapper .accordion .accordion__item.active .accordion-header {
        background: #fff;
        border: none
    }

    .cloud-app-accordion-wrapper .accordion .accordion__item .accordion__item .accordion-header {
        background: #fff;
        color: #fff
    }

    /*faq css end*/

    /*CTA Floating Form css start*/
    .contact-modal .modal-content {
        background-color: #333;
        color: #000;
        width: 85%;
        margin: auto;
    }

    .contact-modal .modal-dialog {
        border-radius: 20px;
    }

    .contact-modal .country-number {
        width: 100%;
    }

    .contact-modal .content-section {
        background-image: url('/images/cta-popup-img.png');
        padding: 50px 40px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

        .contact-modal .content-section h2 {
            background: linear-gradient(140deg, #fc4906 48%, #fc0d5e 54%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-size: 40px;
            font-weight: bold;
        }

        .contact-modal .content-section p {
            font-size: 24px;
        }

    .contact-modal .form-section {
        padding: 50px 40px 30px 40px;
        background-color: #fff;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

        .contact-modal .form-section form .form-group {
            display: flex;
            flex-direction: column;
            margin-bottom: 24px;
            padding-right: 10px;
        }

        .contact-modal .form-section p {
            font-size: 16px;
            letter-spacing: 0;
            line-height: 24px;
            color: #555;
        }

    .contact-modal .modal-header {
        border-bottom: none;
    }

    .contact-modal .modal-title {
        color: #ff6347;
    }

    .contact-modal .close {
        background: #fff;
    }

        .contact-modal .close:not(:disabled):not(.disabled):focus,
        .contact-modal .close:not(:disabled):not(.disabled):hover,
        .contact-modal .close:not(:disabled):not(.disabled) {
            position: absolute;
            opacity: 1.75;
            right: -7px;
            top: 10px;
        }

        .contact-modal .close .crossbtn-white {
            display: none;
        }

    .contact-modal {
        width: 100%;
    }

        .contact-modal .form-control {
            background: #ebebeb;
            border: none;
            font-size: 16px;
            line-height: 1;
            padding: 0;
            border-radius: 4px;
            padding: 10px;
            outline: 0 !important;
        }

            .contact-modal .form-control:focus {
                background: #ebebeb;
                border: none;
                font-size: 16px;
                line-height: 1;
                padding: 0;
                border-radius: 4px;
                padding: 10px;
                box-shadow: none;
                outline: 0 !important;
            }

        .contact-modal .col-form-label {
            color: #000;
            font-size: 16px;
            height: 25px;
            line-height: 1;
            margin-bottom: 10px;
        }

        .contact-modal .btn-div {
            display: flex;
            justify-content: center;
        }

        .contact-modal .btn-primary {
            font-size: 18px;
            text-decoration: none;
            background-color: #fc0d5e;
            text-transform: capitalize;
            padding: 7px 22px;
            color: #fff;
            font-weight: 500;
            border-radius: 25px;
            display: inline-block;
            text-align: center;
            align-self: center;
            border: none;
        }

            .contact-modal .btn-primary:hover {
                background-color: #fc4906;
            }

        .contact-modal .btn-secondary {
            background-color: #555;
            border: none;
        }

        .contact-modal .modal-footer {
            border-top: none;
        }

        .contact-modal .modal-body {
            padding: 0;
        }

    @media (min-width: 576px) {
        .contact-modal .modal-dialog {
            max-width: none;
            width: 70%;
            margin: 1rem auto;
        }
    }

    @media (max-width: 992px) {
        .contact-modal .modal-content {
            overflow: hidden;
        }

        .contact-modal .form-section {
            padding: 30px 40px;
        }

        .contact-modal .content-section {
            background-image: none;
            padding: 30px 40px;
        }

        .contact-modal .close {
            background: none;
        }

            .contact-modal .close .cta-cancel {
                display: none;
            }

        .contact-modal .modal-content {
            background-color: #000;
        }

        .contact-modal .content-section .close {
            display: block;
            color: #fff;
            opacity: 3.4;
        }

        .contact-modal .close .crossbtn-white {
            display: block;
            width: 25px;
        }

        .contact-modal .content-section h1 {
            font-size: 30px;
        }

        .contact-modal .content-section p {
            font-size: 18px;
        }

        .contact-modal .form-control {
            padding: 8px;
        }

        .contact-modal .form-section form .form-group {
            margin-bottom: 15px;
        }

        .contact-modal .close:not(:disabled):not(.disabled):focus,
        .contact-modal .close:not(:disabled):not(.disabled):hover,
        .contact-modal .close:not(:disabled):not(.disabled) {
            position: absolute;
            opacity: 1.75;
            right: 0;
            top: 5px;
        }
    }

    @media (max-width: 575px) {
        .contact-modal .modal-content {
            width: 100%;
        }

        .contact-modal .content-section {
            padding: 28px 30px;
        }

        .contact-modal .form-section {
            padding: 28px 30px;
        }
    }

    #cta-popup-form .form-group .col-form-label span {
        color: #f00;
    }

    .modal-body .row .content-section {
        border-radius: 16px 0 0 16px;
    }

    .modal-body .row .form-section {
        border-radius: 0 16px 16px 0;
    }

    .widget-visible {
        z-index: 1 !important;
    }

    /*CTA Floating Form css ends*/


    /*Kentico Platform css start*/

    .azure-transformation-section {
        padding: 80px 0;
        background: url(../Content/images/innerpage_cta1.webp);
        background-size: 100% 100%
    }

    @media screen and (max-width: 992px) {
        .azure-transformation-section {
            background-size: cover
        }
    }

    @media screen and (max-width: 575px) {
        .azure-transformation-section {
            padding: 0 10px
        }
    }

    @media screen and (max-width: 575px) {
        .azure-transformation-section .azure-transformation-body {
            padding: 80px 10px !important
        }
    }

    .azure-transformation-section .azure-transformation-body .azure-transformation-content-container {
        color: #fff
    }

        .azure-transformation-section .azure-transformation-body .azure-transformation-content-container .azure-transformation-title {
            color: #fff;
            line-height: 50px;
            margin-bottom: 10px;
            padding-right: 35%
        }

    @media screen and (max-width: 1200px) {
        .azure-transformation-section .azure-transformation-body .azure-transformation-content-container .azure-transformation-title {
            padding-right: 0
        }
    }

    @media screen and (max-width: 767px) {
        .azure-transformation-section .azure-transformation-body .azure-transformation-content-container .azure-transformation-title {
            font-size: 30px;
            line-height: 40px
        }
    }

    .azure-transformation-section .azure-transformation-body .azure-transformation-content-container p {
        margin: 0;
        font-size: 20px
    }

    .azure-transformation-section .azure-transformation-body .azure-transformation-content-container .view-all-link-btn {
        font-size: 18px;
        text-decoration: none;
        background-color: #fc0d5e;
        text-transform: capitalize;
        padding: 7px 22px;
        color: #fff;
        font-weight: 500;
        border-radius: 28px;
        display: inline-block;
        text-align: center;
        margin: 30px 0 0 0
    }

        .azure-transformation-section .azure-transformation-body .azure-transformation-content-container .view-all-link-btn:hover {
            background-color: #fc4906
        }

    .azure-platform-section {
        background: #000;
        padding: 80px 0
    }

        .azure-platform-section .azure-platform-content {
            padding-left: 1rem;
            color: #fff
        }

    @media screen and (max-width: 575px) {
        .azure-platform-section .azure-platform-content {
            padding: 0 10px
        }
    }

    .azure-platform-section .azure-platform-content h2, .azure-platform-section .azure-platform-content .h2 {
        color: #fff
    }

    @media screen and (max-width: 992px) {
        .azure-platform-section .azure-platform-content h2, .azure-platform-section .azure-platform-content .h2 {
            font-size: 30px
        }
    }

    .azure-platform-section .azure-platform-content p {
        font-size: 18px;
        border-left: 4px solid;
        -o-border-image: linear-gradient(to bottom,#fc4906,#fc0d5e) 1 50%;
        border-image: linear-gradient(to bottom,#fc4906,#fc0d5e) 1 50%;
        border-radius: 2px;
        padding: 1rem
    }

    .azure-platform-section .azure-platform-box-container {
        display: grid;
        grid-template-columns: repeat(2,1fr)
    }

    @media screen and (max-width: 992px) {
        .azure-platform-section .azure-platform-box-container {
            grid-template-columns: repeat(2,1fr)
        }
    }

    @media screen and (max-width: 575px) {
        .azure-platform-section .azure-platform-box-container {
            grid-template-columns: 1fr
        }
    }

    .azure-platform-section .azure-platform-box-container .box {
        padding: 2rem 1rem 0 1rem
    }

    @media screen and (max-width: 575px) {
        .azure-platform-section .azure-platform-box-container .box {
            padding: 2rem 10px 1rem
        }
    }

    .azure-platform-section .azure-platform-box-container .box .box-icon-container {
        padding-block: 1rem;
        text-align: start
    }

    .azure-platform-section .azure-platform-box-container .box .divider {
        width: 60px;
        height: 4px;
        background: linear-gradient(to right,#fc4906 41%,#fc0d5e 72%);
        border-radius: 10px
    }

    .azure-platform-section .azure-platform-box-container .box .box-body {
        color: #fff
    }

        .azure-platform-section .azure-platform-box-container .box .box-body h3, .azure-platform-section .azure-platform-box-container .box .box-body .h3 {
            font-size: 22px;
            margin-block: .75rem;
            color: #fff;
            line-height: 30px;
            font-weight: 600;
            font-family: "Poppins",sans-serif
        }

        .azure-platform-section .azure-platform-box-container .box .box-body p {
            margin-bottom: 0
        }
    /*Kentico Platform css ends*/

    /*Country code css starts*/


    .contactus-form .form-group .phone-number {
        width: 100%
    }

    .careerbanner-form .form-group .phone-number {
        width: 100%
    }

    .contactus-banner-wrapper .contactus-form .form-group .phone-number {
        width: 100%
    }

    .iti {
        z-index: 1;
    }

        .iti .iti__flag-container .iti__selected-flag {
            width: -moz-fit-content;
            width: fit-content
        }

        .iti .iti__flag-container .iti__country-list:before, .iti .iti__flag-container .iti__country:before {
            content: none !important;
            width: 4px;
            height: calc(100% - 4px);
            position: absolute;
            background: none;
            left: 12px;
            top: 4px
        }

        .iti .iti__flag-container .iti__divider:before {
            content: none !important;
            background-image: none;
            border: none
        }

        .iti .iti__flag-container .iti__country-list {
            white-space: normal !important;
            max-height: 183px !important
        }

            .iti .iti__flag-container .iti__country-list .iti__country, .iti .iti__flag-container .iti__country-list .iti__divider {
                padding-left: 5px;
                margin-bottom: 5px
            }

                .iti .iti__flag-container .iti__country-list .iti__country .iti__country-name, .iti .iti__flag-container .iti__country-list .iti__country .iti__dial-code, .iti .iti__flag-container .iti__country-list .iti__divider .iti__country-name, .iti .iti__flag-container .iti__country-list .iti__divider .iti__dial-code {
                    font-size: 16px;
                    color: #050505
                }

    .contact-modal .country-number {
        width: 100%
    }

    .iti .iti__flag-container .iti__selected-flag {
        width: -moz-fit-content;
        width: fit-content
    }

    .iti .iti__flag-container .iti__country-list:before, .iti .iti__flag-container .iti__country:before {
        content: none !important;
        width: 4px;
        height: calc(100% - 4px);
        position: absolute;
        background: none;
        left: 12px;
        top: 4px
    }

    .iti .iti__flag-container .iti__divider:before {
        content: none !important;
        background-image: none;
        border: none
    }

    .iti .iti__flag-container .iti__country-list {
        white-space: normal !important
    }

        .iti .iti__flag-container .iti__country-list .iti__country, .iti .iti__flag-container .iti__country-list .iti__divider {
            padding-left: 5px;
            margin-bottom: 5px
        }

            .iti .iti__flag-container .iti__country-list .iti__country .iti__country-name, .iti .iti__flag-container .iti__country-list .iti__country .iti__dial-code, .iti .iti__flag-container .iti__country-list .iti__divider .iti__country-name, .iti .iti__flag-container .iti__country-list .iti__divider .iti__dial-code {
                font-size: 16px;
                color: #050505 !important
            }

    .iti--separate-dial-code .iti__selected-dial-code {
        margin-left: 6px;
        color: #050505 !important
    }

    .contact-modal .career-phone-number {
        width: 100%
    }

    /*CTA Floating Form css end*/


    /* footer html start */
    .footer {
        border-top: 1px solid #ccc;
        position: relative;
        top: 86px
    }

    .footer-wrapper {
        padding: 45px 0 26px
    }

        .footer-wrapper ul {
            list-style: none;
            padding: 0;
            margin: 0
        }

    .footer h3,
    .footer .h3 {
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        margin-bottom: 20px
    }

    .footer--box {
        margin-bottom: 30px
    }

    @media screen and (min-width: 1024px) {
        .footer--box {
            margin-bottom: 0
        }
    }

    .footer--box a {
        font-size: 15px;
        text-decoration: none;
        line-height: 1.5;
        margin-bottom: 8px;
        display: block
    }
        .footer--box a .mail-info:hover,
        .footer--box .call-info:hover {
            color: #fc4906 !important;
        }
        .footer--box p {
            font-size: 18px;
            font-weight: 600;
            line-height: 24px;
            margin-bottom: 0
        }

    .footer--box a {
        font-size: 17px;
        font-weight: 500;
        margin-bottom: 0px;
    }
        .footer--box a .mail-info img {
            margin-top: -2px;
        }
.footer--box span {
    margin-top: 1px;
}
.footer--box .call-info img {
    margin-top: -7px;
}
    .footer-box-1 {
    color: #fc0d5e;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .footer--box .footer--social {
        display: flex;
        margin-top: 48px;
        gap: 4px
    }

        .footer--box .footer--social a {
            color: #fff;
            background: #000;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            border-radius: 50%;
            margin-right: 5px
        }
.footer--box li{
    display : flex;
}
.footer .copyright-iso {
    background-color: #006cb7;
    height: 80px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: 500
}

    @media screen and (max-width: 767px) {
        .footer .copyright-iso {
            height: auto;
            padding: 15px 20px
        }
    }

    .footer .copyright-iso-content {
        display: flex;
        align-items: center;
        justify-content: center
    }

    @media screen and (max-width: 575px) {
        .footer .copyright-iso-content {
            flex-direction: column-reverse
        }
    }

    .footer .copyright-iso-content .icon {
        font-size: 55px;
        margin-left: 15px;
        height: 80px
    }

    .footer .copyright-iso .ISO-section {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center
    }

    @media screen and (max-width: 767px) {
        .footer .copyright-iso .ISO-section img {
            width: 100%
        }
    }

    .footer .copyright-wrapper {
        background: #000;
        color: #fff;
        min-height: 56px;
        padding: 10px 0;
        display: flex;
        align-items: center;
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 36px;
        font-weight: 300
    }

    @media screen and (max-width: 767px) {
        .footer .copyright-wrapper .container-row {
            flex-direction: column-reverse
        }
    }

    .footer .copyright-wrapper .container-row p {
        margin-bottom: 0;
        text-align: center
    }

    @media screen and (min-width: 1024px) {
        .footer .copyright-wrapper .container-row p {
            text-align: left
        }
    }

    @media screen and (max-width: 575px) {
        .footer .copyright-wrapper .container-row p {
            font-size: 12px
        }
    }

    .footer .copyright-wrapper .container-row .copyright--links {
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 36px;
        font-weight: 300;
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center
    }

    @media screen and (min-width: 1024px) {
        .footer .copyright-wrapper .container-row .copyright--links {
            justify-content: flex-end
        }
    }

    @media screen and (max-width: 575px) {
        .footer .copyright-wrapper .container-row .copyright--links {
            justify-content: center;
            text-align: center
        }
    }

    .footer .copyright-wrapper .container-row .copyright--links a {
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        padding: 0 11px;
        position: relative
    }

    @media screen and (max-width: 575px) {
        .footer .copyright-wrapper .container-row .copyright--links a {
            font-size: 12px
        }
    }

    .footer .copyright-wrapper .container-row .copyright--links li:last-child a {
        padding-right: 0
    }

        .footer .copyright-wrapper .container-row .copyright--links li:last-child a::after {
            content: none
        }

    /* footer html end */

    /*.badge-section {
    display: flex;
}*/

    /*cta form closing button css*/
    #cta-popup-close {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
        padding: 0;
        border: none;
        background: transparent;
        cursor: pointer;
        z-index: 1000;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #cta-popup-close img {
            max-width: 100%;
            max-height: 100%;
            display: block;
            pointer-events: none;
        }

    /* Hide the second image, show only one */
    .crossbtn-white {
        display: none;
    }


    h1, .h1 {
        font-family: "Poppins",sans-serif;
        font-weight: 700;
        font-size: 38px;
        line-height: normal;
        letter-spacing: 0;
        color: #000;
        margin-bottom: 20px
    }

    /*Thank-you page css start*/
    .Thankyou-banner {
        height: 91vh;
        display: flex;
        padding: 0;
        align-items: center;
        background: url(../images/thanks.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right 20%
    }

        .Thankyou-banner .hero-head .heading1 {
            background: linear-gradient(140deg,#fc4906 54%,#fc0d5e 56%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 0;
            text-align: center
        }

        .Thankyou-banner .hero-body p {
            font-size: 27px;
            color: #fff;
            margin-bottom: 40px;
            line-height: 30px;
            padding: 0 12%;
            text-align: center
        }

    @media screen and (max-width: 992px) {
        .Thankyou-banner .hero-head h1, .Thankyou-banner .hero-head .h1 {
            font-size: 80px;
            line-height: 55px
        }

        .Thankyou-banner .hero-body p {
            margin-top: 20px;
            padding: 0 10px
        }
    }

    @media screen and (max-width: 992px) {
        .Thankyou-banner .hero-head h1, .Thankyou-banner .hero-head .h1 {
            font-size: 80px;
            line-height: 55px
        }

        .Thankyou-banner .hero-body p {
            margin-top: 20px;
            padding: 0 10px
        }
    }

    @media screen and (max-width: 767px) {
        .Thankyou-banner .hero-head h1, .Thankyou-banner .hero-head .h1 {
            font-size: 60px;
            line-height: 55px
        }
    }

    @media screen and (max-width: 567px) {
        .Thankyou-banner .hero-head h1, .Thankyou-banner .hero-head .h1 {
            font-size: 35px;
            line-height: 55px
        }

        .Thankyou-banner .hero-body p {
            font-size: 18px
        }

        .Thankyou-banner {
            height: auto;
            padding: 50px 20px
        }
    }

    /*Thank-you page css end*/

    /* case details css start */
    .case-cta-banner {
        background: linear-gradient(to right, #fc4906 0%, #fc0d5e 100%);
        -webkit-background-clip: border-box;
        -webkit-text-fill-color: #fff;
        border-radius: 50px;
        padding: 10px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 800px;
        margin: 15px auto 50px;
    }

        .case-cta-banner .cta-button {
            background-color: #000;
            color: #fff;
            border-radius: 50px;
            padding: 10px 20px;
            text-decoration: none;
            font-weight: 600;
            transition: background-color 0.3s;
        }

            .case-cta-banner .cta-button:hover {
                background-color: #333;
                color: #fff;
            }

        .case-cta-banner .cta-text {
            margin: 0;
            font-weight: 500;
        }

    @media (max-width: 768px) {
        .case-cta-banner {
            display: block;
        }

            .case-cta-banner .cta-button {
                background: none;
                border-radius: 50px;
                padding: 0;
                text-decoration: underline;
            }
    }
    /*Thank-you page css end*/
    .azure-cta-btn {
        font-size: 18px;
        text-decoration: none;
        background-color: #fc0d5e;
        padding: 7px 22px;
        text-transform: capitalize;
        color: #fff;
        font-weight: 500;
        border-radius: 28px;
        display: inline-block;
        text-align: center;
        margin: 30px 0 0 0px;
    }

        .card-cta-button {
            font-size: 18px;
            text-decoration: none;
            background-color: #fc0d5e;
            padding: 7px 22px;
            text-transform: capitalize;
            color: white;
            font-weight: 500;
            border-radius: 28px;
            display: inline-block;
            text-align: center;
            margin: 30px 0 0 0;
        }
.azure-cta-btn:hover,
.card-cta-button:hover {
    background-color: #fc4906;
    color:#fff;
}

    /*  case-studies css  start*/
    :root {
        --accent-color: #f97316;
        --light-bg: #f8fafc;
        --card-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        --hover-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    }

    .case-hero-section {
        position: relative;
        background-color: #fff;
        min-height: 300px;
        overflow: hidden;
        background-image: url(/images/case-banner.jpg);
        background-position: center;
        background-size: cover;
    }

    /* Search Input */
    .search-input-wrapper {
        position: relative;
    }

    .search-input {
        border: 2px solid #e2e8f0;
        border-radius: 8px;
        padding: 0.75rem 1rem 0.75rem 3rem;
        transition: all 0.3s ease;
    }

    .search-icon {
        position: absolute;
        left: 1rem;
        top: 50%;
        transform: translateY(-50%);
        color: var(--secondary-color);
        pointer-events: none;
    }
    /* Results Header */
    .results-header {
        display: flex;
        align-items: end;
        justify-content: flex-start;
        padding: 0 0.5rem;
    }

    .results-count {
        font-size: 1.1rem;
        color: var(--primary-color);
        transition: all 0.3s ease;
    }

    .showing-count {
        font-size: 0.9rem;
    }
    /* Case Study Cards */
    .case-study-card {
        border: none;
        border-radius: 8px;
        box-shadow: var(--card-shadow);
        transition: all 0.3s ease;
        height: 100%;
        overflow: hidden;
    }

        .case-study-card:hover {
            transform: translateY(-4px);
            box-shadow: var(--hover-shadow);
        }

        .case-study-card .card-body {
            padding: 1.5rem;
        }
    /* Company Logos */
    .company-logo {
        height: 60px;
        display: flex;
        align-items: center;
    }

    .logo-placeholder {
        height: 50px;
        max-width: 200px;
    }

        .logo-placeholder .logo-img img {
            width: 120px;
            height: 60px;
        }

    .golds-gym-logo {
        background: #153e4d;
        color: white;
        font-size: 1.8rem;
    }
    /* Card Titles */
    .card-title {
        font-size: 1.1rem;
        font-weight: 600;
        line-height: 1.4;
        color: #1e293b;
        margin-bottom: 1rem;
    }

    /* Tags */
    .tags-container {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .tag {
        display: inline-block;
        padding: 0.4rem 0.8rem;
        border-radius: 20px;
        font-size: 0.75rem;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        white-space: nowrap;
    }

    /* CTA Button */
    .btn-cta {
        background: linear-gradient(135deg, var(--accent-color) 0%, #ef5d25 100%);
        border: none;
        color: white;
        padding: 0.7rem 1.5rem;
        border-radius: 8px;
        font-weight: 600;
        text-transform: none;
        transition: all 0.3s ease;
        width: 100%;
    }

        .btn-cta:hover {
            background: linear-gradient(135deg, #ef5d25 0%, #dc2626 100%);
            transform: translateY(-1px);
            box-shadow: 0 4px 12px rgba(#ef5d25);
            color: white;
        }

    /* Load More Button */
    .load-more-section {
        margin-top: 3rem;
    }

    .btn-load-more {
        min-width: 140px;
        background: linear-gradient(to right, #fc4906, #fc0d5e);
        border-radius: 28px;
        color: #fff;
        outline: 0 !important;
        font-weight: 600;
    }

        .btn-load-more:hover {
            background: var(--accent-color);
            color: white;
            box-shadow: 0 6px 20px rgba(249, 115, 22, 0.3);
        }

        .btn-load-more:disabled {
            opacity: 0.7;
            cursor: not-allowed;
            transform: none;
        }

    .load-more-spinner {
        margin-left: 0.5rem;
    }

    /* Hidden Cards */
    .hidden-card {
        display: none;
    }
    /* No Results */
    .no-results {
        background: white;
        border-radius: 8px;
        margin: 2rem 0;
    }

        .no-results i {
            opacity: 0.5;
        }

    /* Responsive Design */
    @media (max-width: 768px) {
        .case-study-card .card-body {
            padding: 1.2rem;
        }

        .tags-container {
            margin-bottom: 1rem !important;
        }

        .tag {
            font-size: 0.7rem;
            padding: 0.3rem 0.6rem;
        }

        .results-header {
            flex-direction: column;
            align-items: flex-start;
            gap: 0.25rem;
        }
    }

    @media (max-width: 576px) {
        .logo-placeholder {
            font-size: 1.1rem;
        }

        .golds-gym-logo {
            font-size: 1.3rem;
        }

        .card-title {
            font-size: 1rem;
        }

        .btn-load-more {
            padding: 0.75rem 1.5rem;
            font-size: 0.9rem;
        }
    }
    /* case details css start */
    .case-studies-details .story-img {
        width: 100%;
        max-height: 600px;
        margin-bottom: 1rem;
        border-radius: 5px;
        object-fit: inherit;
    }

    .case-studies-details .subheading {
        font-size: 32px;
        font-family: 'Poppins', sans-serif;
    }

    .case-studies-details div div h3 {
        font-size: 20px;
        line-height: 30px;
        color: #000;
        font-weight: 700;
        font-family: 'Poppins', sans-serif;
    }

    .case-studies-details div div p {
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 16px;
    }

    .case-studies-details .check-list {
        list-style: none;
        padding-left: 20px;
        margin-bottom: 2rem;
    }

    .case-studies-details div div ul {
        list-style: unset;
    }

    .case-studies-details .check-list li {
        position: relative;
        padding-left: 2rem;
        margin-bottom: 1rem;
    }

        .case-studies-details .check-list li::before {
            content: '\f633'; /* Unicode for bi-check2 */
            font-family: 'bootstrap-icons';
            font-size: 25px; /* Match the image size */
            color: #fc4906; /* Orange */
            position: absolute;
            left: 0;
            top: 0;
            line-height: 1;
        }

    .case-studies-details .meta-box .sidebar-text {
        color: var(--bs-black);
        text-decoration: none;
        font-weight: 550;
        width: 100%;
        border-top: 1px solid #adb5bd;
        padding: 10px 0;
        font-size: 14px;
        text-transform: uppercase;
    }

        .case-studies-details .meta-box .sidebar-text p,
        .case-studies-details .meta-box .sidebar-text p a {
            color: #808080a3;
            font-size: 16px;
            text-transform: capitalize;
        }

        .case-studies-details .meta-box .sidebar-text a:hover {
            text-decoration: underline;
        }

    @media (min-width: 992px) {
        .col-lg-4.position-relative {
            position: relative;
        }
    }
blockquote.review {
    position: relative;
    padding: 15px 20px 15px 50px !important;
    margin: 0 0 25px;
    background: #eeeeee;
    color: #333; /* default text color */
    border-radius: 13px;
    box-shadow: 0 6px 20px rgba(50, 50, 50, 0.15); /* optional shadow */
    transition: box-shadow 0.3s ease;
}

    blockquote.review:hover {
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    }

    blockquote.review::before {
        content: "“";
        position: absolute;
        top: 12px;
        left: 15px;
        font-family: Georgia, Arial, sans-serif;
        font-style: normal;
        font-size: 42px;
        line-height: 1;
        color: #2d53fe; /* blue quote */
    }


    /* case details css end */
