    @font-face {
        font-family: Poppins-Bold;
        src: url(../fonts/Poppins-Bold.ttf);
    }

    @font-face {
        font-family: Poppins-Medium;
        src: url(../fonts/Poppins-Medium.ttf);
    }

    @font-face {
        font-family: Poppins-Light;
        src: url(../fonts/Poppins-Light.ttf);
    }

    @font-face {
        font-family: Poppins-Regular;
        src: url(../fonts/Poppins-Regular.ttf);
    }

    @font-face {
        font-family: Poppins-SemiBold;
        src: url(../fonts/Poppins-SemiBold.ttf);
    }

    body {
        font-family: Poppins-Regular;
    }

    html {
        scroll-behavior: smooth;
    }

    a:hover {
        color: inherit;
        text-decoration: none;
    }

    .navbar-light .navbar-nav .active>.nav-link,
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .show>.nav-link {
        color: #000000;
        font-size: 18px;
        font-family: Poppins-Medium;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #000000;
        font-size: 18px;
        font-family: Poppins-Medium;
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 20px;
        padding-left: 20px;
    }

    .btn-call {
        height: 40px;
        background: #277656;
        color: #fff !important;
        font-family: Poppins-Medium;
        font-size: 16px;
    }

    .btn-call img {
        margin-right: 15px;
    }

    .container-header {
        max-width: 1375px !important;
    }

    .bg-green .btn-call {
        background-color: #fff;
        color: #000 !important;
    }

    .footer {
        background: #FBFFFB;
        padding: 100px 0;
    }

    .footer-width {
        max-width: 1307px;
        margin: auto;
    }



    .bg-grey {
        background: #E5EAE5;
    }

    .nav-list {
        margin-bottom: 30px;
    }

    .nav-list label {
        color: #595B62;
        font-family: Poppins-Medium;
        font-size: 22px;
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    .nav-list .nav-list-link {
        color: #595B62;
        font-family: Poppins-Regular;
        font-size: 15px;
        display: block;
        background: url("../images/links.png") left no-repeat;
        padding-left: 20px;
        margin-bottom: 15px;
    }

    .footer hr {
        border-top: 1px solid #3A3050;
    }

    .footer p {
        color: #A0A0A0;
        font-family: Poppins-Regular;
        font-size: 17px;
        padding: 20px 0;
        line-height: normal;
    }

    .copyright-text {
        color: #595B62;
        font-family: Poppins-Regular;
        font-size: 17px;
        margin-top: 20px;
    }

    .copyright-text span {
        color: #180354;
    }

    .policy {
        margin-top: 20px;
    }

    .policy a {
        color: #595B62;
        font-family: Poppins-Regular;
        font-size: 17px;
    }

    .policy a:first-child {
        margin-right: 20px;
    }

    .logo-sub-text {
        color: #595B62 !important;
        font-family: Poppins-Regular;
        font-size: 14px;
    }

    .footer .input-group>.custom-select:not(:last-child),
    .footer .input-group>.form-control:not(:last-child) {
        border-radius: 40px;
        border: 0 !important;
        background: #FFF;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        background: url(../images/search-envelope.png) 6px no-repeat;
        padding-left: 35px;
    }

    .footer .input-group>.custom-select:not(:last-child):focus,
    .input-group>.form-control:not(:last-child):focus {
        outline: none;
        box-shadow: none;
        border: 0;
        z-index: 2;
    }

    .footer .input-group {
        border-radius: 40px;
        border: 1px solid rgba(8, 8, 41, 0.10);
        background: #FFF;
        padding: 2px 4px;
        margin-bottom: 20px;
    }

    .footer .input-group button {
        border-radius: 50% !important;
        width: 40px;
        height: 40px;
    }

    .footer .h5 {
        color: #000;
        font-family: Poppins-Regular;
        font-size: 18px;
    }

    .mappin {
        color: #595B62 !important;
        font-family: Poppins-Regular;
        font-size: 20px;
        background: url(../images/MapPin.png)left top no-repeat;
        padding-left: 44px;
        display: inline-block;
        min-height: 30px;
    }

    .mappin img {
        margin-right: 10px;
        display: none;
    }

    .slider-caption {
        text-align: left !important;
        top: 50%;
        transform: translateY(-50%);
        bottom: auto;
        text-align: left;
        /* Horizontal alignment to the left */
    }

    .home-bnr {
        position: relative;
    }

    .scroll-down {
        background: url(../images/scroll-down.png) center no-repeat;
        position: absolute;
        bottom: -1px;
        left: 50%;
        transform: translateX(-50%);
        background-size: cover;
        padding: 6px 90px;
        text-align: center;
        color: #2E2E2E;
        font-size: 10px;
        font-family: Poppins-Regular;
    }

    .home-bnr .h5 {
        color: #FFF;
        font-family: Poppins-Regular;
        font-size: 20px;
    }

    .home-bnr .h2 {
        color: #FFF;
        font-family: Poppins-Bold;
        font-size: 62px;
    }

    .home-bnr p {
        color: #FFF;
        font-family: Poppins-Regular;
        font-size: 18px;
    }

    /* Fade-in animation */

    @keyframes fade-in {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    /* Slide-in animation (from left) */

    @keyframes slide-in-left {
        from {
            transform: translateX(-100%);
            opacity: 0.25;
        }

        to {
            transform: translateX(0);
            opacity: 1;
        }
    }

    /* .home-bnr .carousel-item .h5 {
        animation: fade-in1 1s linear;
    }

    .home-bnr .carousel-item.active .h2 {
        overflow: hidden; 
        white-space: nowrap;
        animation:
            typing 3.5s steps(30, end),
            blink-caret .5s step-end infinite;
    } */


    /* The typing effect */
    @keyframes typing {
        from {
            width: 0
        }

        to {
            width: 100%
        }
    }

    /* The typewriter cursor effect */
    @keyframes blink-caret {

        from,
        to {
            border-color: transparent
        }

        50% {
            border-color: #ccc
        }
    }


    .home-bnr .carousel-item .h2 {
        /*   animation: slide-in-left 1s linear; */
        animation: fade-in1 1s linear
    }

    .home-bnr .carousel-item p {
        /* animation: fade-in1 1s linear; */
    }

    .home-bnr .carousel-item {
        height: 100vh;
        position: relative;
        opacity: 1;
        transition: opacity 10s ease-in-out;
    }

    .home-bnr .carousel-item.active img {
        animation: zoomAnimation 3s infinite alternate;
    }


    @keyframes fade-in {
        0% {
            opacity: 0.5;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes fade-in1 {
        0% {
            opacity: 0;
        }

        50% {
            opacity: 0.3;
        }

        100% {
            opacity: 1;
        }
    }

    .home-bnr .carousel-item img {
        transition: opacity 2s ease-in-out;
        animation: fade-in 2s ease-out;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .ai-business {
        padding: 20px 0 100px 0;
        overflow: hidden;
    }

    .ai-business .left {
        position: relative;
    }

    .ai-business .left .img2 {
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px;
        animation: diagonalMove 3s linear infinite;
    }

    .ai-business .left .img3 {
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px;

    }


    /* 
    .ai-business .left .ai-img1{
        position: absolute;
        left: 0;
        top: 0;
    }

    .ai-business .left .ai-img2{
        position: absolute;
        left: 0;
        top: 0;
    }

    .ai-business .left .ai-img3{
        position: absolute;
        left: 0;
        top: 0;
    } */

    .cta-100 {
        margin-top: 100px;
        padding-left: 8%;
        padding-top: 7%;
    }

    .col-md-4 {
        padding-bottom: 20px;
    }

    .white {
        color: #fff !important;
    }

    .mt {
        float: left;
        margin-top: -20px;
        padding-top: 20px;
    }

    .bg-blue-ui {
        background-color: #708198 !important;
    }

    figure img {
        width: 300px;
    }

    #blogCarousel {
        padding-bottom: 100px;
    }

    .blog .carousel-indicators {
        left: 0;
        top: -50px;
        height: 50%;
    }

    /* The colour of the indicators */

    .blog .carousel-indicators li {
        background: #708198;
        border-radius: 50%;
        width: 8px;
        height: 8px;
    }

    .blog .carousel-indicators .active {
        background: #0fc9af;
    }

    .item-carousel-blog-block {
        outline: medium none;
        padding: 15px;
    }

    .item-box-blog {
        border: 1px solid #dadada;
        text-align: center;
        z-index: 4;
        padding: 20px;
    }

    .item-box-blog-image {
        position: relative;
    }

    .item-box-blog-image figure img {
        width: 100%;
        height: auto;
    }

    .item-box-blog-date {
        position: absolute;
        z-index: 5;
        padding: 4px 20px;
        top: -20px;
        right: 8px;
        background-color: #41cb52;
    }

    .item-box-blog-date span {
        color: #fff;
        display: block;
        text-align: center;
        line-height: 1.2;
    }

    .item-box-blog-date span.mon {
        font-size: 18px;
    }

    .item-box-blog-date span.day {
        font-size: 16px;
    }

    .item-box-blog-body {
        padding: 10px;
    }

    .item-heading-blog a .h5 {
        margin: 0;
        line-height: 1;
        text-decoration: none;
        transition: color 0.3s;
    }

    .item-box-blog-heading a {
        text-decoration: none;
    }

    .item-box-blog-data p {
        font-size: 13px;
    }

    .item-box-blog-data p i {
        font-size: 12px;
    }

    .item-box-blog-text {
        max-height: 100px;
        overflow: hidden;
    }

    .mt-10 {
        float: left;
        margin-top: -10px;
        padding-top: 10px;
    }

    #myBtn {
        display: none;
        position: fixed;
        bottom: 20px;
        right: 30px;
        z-index: 99;
        background: none;
        border: none;
        outline: none;
        cursor: pointer;
    }

    .btn.bg-blue-ui.white.read {
        cursor: pointer;
        padding: 4px 20px;
        float: left;
        margin-top: 10px;
    }

    .btn.bg-blue-ui.white.read:hover {
        box-shadow: 0px 5px 15px inset #4d5f77;
    }

    .home-bnr .carousel-control-next-icon,
    .home-bnr .carousel-control-prev-icon {
        background: #fff;
        border-radius: 50%;
        width: 47px;
        height: 47px;
        padding-top: 12px;
    }

    .cust-stories {
        border-radius: 16px;
        background: #FFF;
        width: 672px;
        height: 378px;
    }

    .home-main {
        padding: 100px 0 0 0;
    }

    .home-main .h6 {
        color: #149C7B;
        text-align: center;
        font-family: Poppins-Regular;
        font-size: 16px
    }

    .home-main .h3 {
        color: #2E2E2E;
        text-align: center;
        font-family: Poppins-Medium;
        font-size: 42px;
        margin-bottom: 100px;
    }

    .home-main .h5 img {
        margin-right: 15px;
    }

    .home-main .h5 {
        color: #149C7B;
        font-family: Poppins-Regular;
        font-size: 16px;
    }

    .btn-view {
        color: #FFF !important;
        text-align: center;
        font-family: Poppins-Regular;
        font-size: 16px;
        border-radius: 10px;
        background: #149C7B;
        height: 59px;
        display: inline-block;
        padding: 16px 15px;
        float: right;
    }

    .ai-business .h6 {
        color: #149C7B;
        font-family: Poppins-Regular;
        font-size: 16px;
    }

    .arrow-dotted {
        position: absolute;
        right: 189px;
        top: -17px;
    }

    .ai-business .h3 {
        color: #2E2E2E;
        font-family: Poppins-Medium;
        font-size: 42px;
        margin-bottom: 50px;
        text-align: left;
    }

    .ai-business p {
        color: #525252;
        text-align: justify;
        font-family: Poppins-Regular;
        font-size: 17px;
    }

    .ai-business .media p {
        color: #2E2E2E;
        font-family: Poppins-Medium;
        font-size: 20px;
        margin-bottom: 0;
    }

    .data-analysis {
        background: url("../images/data-analysis-bg.png") top no-repeat;
        padding: 100px 0;
        margin-top: -50px;
        background-size: cover;
        overflow: hidden;
    }

    .data-analysis .left{
        height: 100%;
        width: 100%;
        object-fit: cover;
        transform-origin: left;
        border-radius: 10px;
    }

    .data-analysis .reveal{
        visibility: hidden;
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }


    .data-img {
        border-radius: 10px 0px 0px 10px;
        background: rgba(10, 92, 126, 0.50);
        height: 106px;
        text-align: center;
        padding: 25px;
        width: 96px;
        border: 1px solid #A1B7DD;
        border-right: 0;
    }

    .data-analysis .media-body {
        border-radius: 0 10px 10px 0;
        border: 1px solid #A1B7DD;
        background: #0B739F;
        padding: 22px;
        border-left: 0;
        height: 106px;
    }

    .data-analysis .media-body .h5 {
        color: #FFF;
        font-family: Poppins-Regular;
        font-size: 25px;
        margin-bottom: 7px;
    }

    .data-analysis .media-body p {
        width: 156px;
        color: #FFF;
        font-family: Poppins-Regular;
        font-size: 15px;
        margin-bottom: 0;
    }

    .data-analysis .media {
        margin-bottom: 30px;
    }

    .data-analysis .h6 {
        color: #149C7B;
        font-family: Poppins-Regular;
        font-size: 16px;
        margin-bottom: 7px;
    }

    .data-analysis .h3 {
        color: #FFF;
        font-family: Poppins-Medium;
        font-size: 42px;
        margin-bottom: 40px;
    }

    .home-logos {
        text-align: center;
        padding: 100px 0;
    }

    .home-logos a {
        padding: 20px 40px;
    }

    .btn-started {
        border-radius: 10px;
        background: #149C7B;
        width: 162px;
        height: 52px;
        color: #FFF;
        text-align: center;
        font-family: Poppins-Medium;
        font-size: 16px;
        padding: 15px 10px;
        margin-right: 15px;
    }

    .btn-discover {
        border-radius: 10px;
        background: #FFF;
        width: 162px;
        height: 52px;
        color: #000 !important;
        text-align: center;
        font-family: Poppins-Medium;
        font-size: 16px;
        padding: 15px 10px;
    }

    .about_bnr {
        background: url("../images/abot-bnr.png") left no-repeat;
        padding: 70px 15px;
        margin-bottom: 60px;
        background-size: cover;
    }

    .about_bnr .h2 {
        color: #FFF;
        font-family: Poppins-Medium;
        font-size: 60px;
    }

    .about_bnr p {
        color: #FFF;
        font-family: Poppins-Regular;
        font-size: 17px;
    }

    .about-zimpl .h6 {
        color: #277454;
        font-family: Poppins-Regular;
        font-size: 18px;
    }

    .about-zimpl .h3 {
        color: #232323;
        font-family: Poppins-Medium;
        font-size: 46px;
        margin-bottom: 20px;
        line-height: 50px;
    }

    .about-zimpl p {
        color: #616161;
        font-family: Poppins-Regular;
        font-size: 16px;
        padding-left: 20px;
        position: relative;
        line-height: 32px;
    }

    .about-zimpl p::before {
        content: "";
        border: 2px solid #277254;
        height: 100%;
        position: absolute;
        left: 0;
    }

    .about-box {
        border-radius: 4px;
        background: #E6F1ED;
        padding: 20px;
    }

    .about-zimpl .h5 {
        color: #232323;
        font-family: Poppins-Regular;
        font-size: 18px;
    }

    .about-experience {
        background: url("../images/about-experience.png") top no-repeat;
        padding: 130px 15px 80px 15px;
        background-size: cover;
    }

    .about-experience .experience-counter {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .about-experience .h4 {
        color: #FFF;
        text-align: center;
        font-family: Poppins-Medium;
        font-size: 48px;
    }

    .about-experience p {
        color: #FFF;
        text-align: center;
        font-family: Poppins-Regular;
        font-size: 18px;
        text-transform: capitalize;
    }

    .achievement {
        padding: 100px 15px;
        overflow: hidden;
    }

    .achievement .h6 {
        color: #277454;
        font-family: Poppins-Regular;
        font-size: 18px;
        letter-spacing: 0.56px;
        text-transform: uppercase;
    }

    .achievement .h3 {
        color: #0A1425;
        font-family: Poppins-Medium;
        font-size: 46px;
        margin-bottom: 30px;
        line-height: 50px;
    }

    .learnmore {
        color: #0A1425 !important;
        text-align: left;
        font-family: Poppins-Regular;
        font-size: 16px;
        display: block;
        margin-bottom: 60px;
    }

    .achievement .h5 {
        color: #0A1425;
        font-family: Poppins-Medium;
        font-size: 20px;
    }

    .achievement p {
        color: #64728F;
        font-family: Poppins-Regular;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        /* 162.5% */
    }

    .achievement .media {
        margin-bottom: 20px;
    }

    .about-progress {
        background: url(../images/progress-bg.png) top no-repeat;
        padding: 80px 0;
        background-size: cover;
    }

    .about-progress .h6 {
        color: #FFF;
        font-family: Poppins-Regular;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .about-progress .h3 {
        color: #FFF;
        font-family: Poppins-Medium;
        font-size: 49px;
        text-transform: capitalize;
        margin-bottom: 30px;
    }

    .about-progress p {
        color: #FFF;
        font-family: Poppins-Regular;
        font-size: 16px;
        margin-bottom: 30px;
    }

    .progress-rate {
        color: #FFF;
        font-family: Poppins-Regular;
        font-size: 18px;
    }

    .progress-rate span {
        text-align: right;
        float: right;
    }

    .about-progress .progress {
        height: 5px !important;
        margin-bottom: 30px;
        margin-top: 8px;
    }

    .about-slider .cards-wrapper {
        display: flex;
        justify-content: space-between;
    }

    .about-slider .card img {
        max-width: 100%;
        max-height: 100%;
    }

    .about-slider .card {
        margin: 0 0.5em;
        box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
        border: none;
        border-radius: 0;
    }

    .about-slider .carousel-control-prev,
    .about-slider .carousel-control-next {
        background-color: #fff;
        width: 5vh;
        height: 5vh;
        top: -80px;
        right: 0;
    }

    .about-slider .carousel-control-prev {
        left: auto;
        right: 56px;
    }

    .about-slider .h3 {
        color: #F8F8F9;
        font-family: Poppins-Regular;
        font-size: 22px;
        margin-bottom: 10px;
    }

    .about-slider .h6 {
        color: #F8F8F9;
        font-family: Poppins-Regular;
        font-size: 15px;
    }

    .about-slider .h5 {
        color: #277454;
        font-family: Poppins-Regular;
        font-size: 16px;
    }

    .learnmore {
        color: #0A1425;
        text-align: left;
        font-family: Poppins-Regular;
        font-size: 16px;
        margin-bottom: 25px;
    }

    .about-slider .h2 {
        color: #2E2E2E;
        font-family: Poppins-Medium;
        font-size: 46px;
        margin-bottom: 30px;
    }

    .social-icons a {
        margin-right: 15px;
        display: inline-block;
        margin-bottom: 20px;
    }

    .about-slider .btn-getintouch {
        color: #000 !important;
        text-align: center;
        font-family: Poppins-Regular;
        font-size: 16px;
        border-radius: 10px;
        background: #F8F8F9;
        width: 160px;
        height: 52px;
        padding: 15px;
        margin-top: 15px;
    }

    .about-slider {
        padding-top: 100px;
        background: #F8F8F9;
        padding-bottom: 200px;
    }

    .service-slider .cards-wrapper {
        display: flex;
        justify-content: space-between;
    }

    .service-slider .card img {
        max-width: 100%;
        max-height: 100%;
    }

    .service-slider .card {
        margin: 0 0.5em;
        box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
        border: none;
        border-radius: 0;
        cursor: pointer;

        display: flex;
        justify-content: center;
        align-items: center;
    
    }

    .service-slider .carousel-control-prev,
    .service-slider .carousel-control-next {
        color: #0A1425;
        width: 5vh;
        height: 5vh;
        bottom: -25px;
    }

    .service-slider .carousel-control-prev {
        left: auto;
        right: 0;
    }

    .service-slider .carousel-control-next {
        left: 0;
    }

    .service-slider-indicators {
        position: relative;
        height: fit-content;
        clear: both;
        margin: 50px 0;
        content: "";
    }

    .service-slider-indicators .carousel-indicators {
        bottom: -40px;
        margin: 20px;
    }

    .service-slider-indicators .carousel-indicators li {
        color: #E9E9E9;
        height: 2px;
        width: 1px;
        margin: 0;
        background-color: #E9E9E9;
    }

    .service-slider-indicators .active {
        color: #0B5ADB !important;
        background: #149C7B !important;
        height: 9px !important;
    }

    .letstalk-bg {
        background: url(../images/letstalk.png) top no-repeat;
        max-width: 1150px;
        margin-left: auto;
        margin-right: auto;
        padding: 50px 90px;
    }

    .gray-bg {
        background: #CCD0CF;
        height: 100px;
        margin-bottom: -180px;
    }

    .letstalk-bg .h6 {
        color: #FFF;
        font-family: Poppins-Regular;
        font-size: 16px;
    }

    .letstalk-bg .h2 {
        color: #FFF;
        font-family: Poppins-Medium;
        font-size: 32px;
    }

    .btn-talk {
        border-radius: 10px;
        background: #FFF;
        width: 170px;
        height: 60px;
        color: #000 !important;
        text-align: center;
        font-family: Poppins-Medium;
        font-size: 16px;
        padding: 15px;
        float: right;
    }

    .p-relative {
        position: relative;
    }

    .p-relative:hover .overlay {
        opacity: 1;
    }

    .overlay {
        position: absolute;
        top: 30px;
        bottom: 30px;
        left: 30px;
        right: 30px;
        height: 86%;
        width: 86%;
        opacity: 0;
        transition: .5s ease;
        background: rgba(39, 117, 86, 0.90);
        padding: 20px;
    }

    .text {
        color: white;
        font-size: 20px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: left;
    }

    .about-progress .h3 span {
        position: relative;
    }

    .about-progress .h3 span:before {
        position: absolute;
        content: '';
        width: 79px;
        height: 86px;
        background: transparent url(../images/text-img.png) top right no-repeat;
        right: -80px;
        top: -58px;
    }

    .privacy-policy li {
        color: #2E2E2E;
        font-family: Poppins-Regular;
        font-size: 18px;
    }

    .privacy-policy .h3 {
        color: #2E2E2E;
        font-family: Poppins-Medium;
        font-size: 30px;
        margin-bottom: 20px;
    }

    .privacy-policy p {
        color: #525252;
        font-family: Poppins-Regular;
        font-size: 17px;
    }

    .privacy-policy {
        margin-top: 100px;
        margin-bottom: 50px;
    }

    .social-media {
        padding-top: 0px;
    }

    .social-media a {
        padding-right: 15px;
    }

    .job-offer {
        margin-bottom: 200px;
        margin-top: 100px;
        width: 1050px;
        margin-left: auto;
        margin-right: auto;
    }

    .job-offer-detail {
        margin-bottom: 70px;
        margin-top: 30px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .job-offer p {
        color: #5F6368;
        text-align: center;
        font-family: Poppins-Regular;
        font-size: 15px;
        margin-bottom: 50px;
    }

    .job-offer-detail p {
        color: #5F6368;
        text-align: left;
        font-family: Poppins-Regular;
        font-size: 15px;
        margin-bottom: 50px;
        line-height: 200%;
    }

    .job-offer-detail ul {
        color: #5F6368;
        font-size: 15px;
    }

    .job-offer-detail ul li {
        margin-bottom: 15px;
    }

    .job-offer .h3 {
        color: #2E2E2E;
        text-align: center;
        font-family: Poppins-Medium;
        font-size: 50px;
        margin-bottom: 20px;
    }

    .job-offer .h5 {
        color: #080829;
        font-size: 20px;
        font-family: Poppins-Medium;
        margin-bottom: 0;
    }

    .job-offer-detail .h5 {
        color: #080829;
        font-size: 18px;
        font-family: Poppins-Medium;
        margin-bottom: 10px;
    }

    .job-offer .h5 a {
        color: #080829;
    }

    .job-offer .h5 a:hover {
        color: #149C7B;
    }

    .job-offer .h6 {
        color: #5F6168;
        font-family: Poppins-Regular;
        font-size: 14px;
        margin-bottom: 0;
    }

    .btn-job-apply {
        border-radius: 30px;
        background: #149C7B;
        width: 101px !important;
        height: 50px !important;
        color: #FFF !important;
        text-align: center;
        font-family: Poppins-Medium;
        font-size: 13px;
        padding: 15px;
    }

    .panel {
        border-radius: 12px;
        background: #F7F9FC;
        min-height: 80px;
        padding: 30px 54px;
        margin-bottom: 10px;
    }

    .btn-developer {
        border-radius: 100px;
        border: 1px solid rgba(95, 97, 104, 0.20);
        background: #149C7B;
        width: 113px;
        height: 30px;
        color: #FFF !important;
        font-family: Poppins-Regular;
        font-size: 14px;
        padding: 4px;
        margin-bottom: 20px;
    }

    .mb-57 {
        margin-bottom: 57px;
    }

    .career-head .h3 {
        color: #000229;
        font-family: Poppins-Medium;
        font-size: 32px;
        margin-bottom: 15px;
    }

    .career-head span {
        color: #5F6168;
        font-family: Poppins-Regular;
        font-size: 15px;
        margin-right: 30px;
    }

    .career-head span img {
        margin-right: 15px;
    }

    .btn-apply {
        width: 100%;
        border-radius: 4px;
        background: #149C7B;
        height: 55px;
        color: #FFF !important;
        text-align: center;
        font-family: Poppins-Medium;
        font-size: 16px;
        padding: 15px;
        margin-bottom: 20px;
    }

    .career-head .h5 {
        color: #595B62;
        font-family: Poppins-Regular;
        font-size: 18px;
    }

    .career-head hr {
        width: 600px;
        float: left;
        margin-top: 50px;
    }

    .job-details {
        margin-top: 50px;
    }

    .job-details .h4 {
        color: #000229;
        font-family: Poppins-Medium;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .job-details p {
        color: #5F6168;
        font-family: Poppins-Regular;
        font-size: 16px;
    }

    .career-main {
        background: url("../images/career-bg.png") top no-repeat;
        padding-top: 120px;
    }

    .career-main .h3 {
        color: #2E2E2E;
        text-align: center;
        font-family: Poppins-Medium;
        font-size: 48px;
        margin-bottom: 20px;
    }

    .career-main p {
        color: rgba(0, 0, 0, 0.70);
        text-align: center;
        font-family: Poppins-Regular;
        font-size: 17px;
        margin-bottom: 100px;
    }

    .careers-mdle {
        background: #EBEBEB;
        margin-bottom: 100px;
        padding-top: 370px;
        padding-bottom: 100px;
        margin-top: -300px;
    }

    .careers-mdle .h2 {
        font-family: Poppins-Bold;
        font-size: 48px;
        margin-bottom: 0;
    }

    .white-block {
        border-radius: 10px;
        border: 1px solid #E5E7EB;
        background: #FFF;
        padding: 30px 20px;
        margin-bottom: 20px;
    }

    .white-block .h4 {
        color: #0A1425;
        font-family: Poppins-Medium;
        font-size: 20px;
    }

    .white-block p {
        color: #0A1425;
        font-family: Poppins-Regular;
        font-size: 15px;
        margin-bottom: 0;
    }

    .contact-top {
        background: url("../images/career-bg.png") top no-repeat;
        padding: 120px 0 110px 0;
    }

    .contact-top .h3 {
        color: #2E2E2E;
        text-align: center;
        font-family: Poppins-Medium;
        font-size: 48px;
        margin-bottom: 20px;
    }

    .contact-top p {
        color: rgba(0, 0, 0, 0.70);
        text-align: center;
        font-family: Poppins-Regular;
        font-size: 17px;
        margin-bottom: 100px;
    }

    .contact-block {
        background: #FFF;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
        padding: 30px;
        margin-bottom: 10px;
    }

    .contact-block img {
        margin-bottom: 18px;
    }

    .contact-block .h6 {
        color: #2E2E2E;
        font-family: Poppins-Regular;
        font-size: 22px;
        margin-bottom: 18px;
    }

    .contact-block a {
        color: #149C7B !important;
        font-family: Poppins-Regular;
        font-size: 17px;
    }

    .contact-block p {
        color: #525252;
        font-family: Poppins-Regular;
        font-size: 17px;
        margin-bottom: 18px;
        text-align: left;
    }

    .contact-form {
        background: url("../images/contact-form-bg.png") right no-repeat;
        padding: 120px 0;
       
    }

    .contact-form .h6 {
        color: #149C7B;
        font-family: Poppins-Regular;
        font-size: 14px;
    }

    .contact-form .h2 {
        color: #2E2E2E;
        font-family: Poppins-Medium;
        font-size: 36px;
    }

    .contact-form p {
        color: #000;
        font-family: Poppins-Regular;
        font-size: 18px;
        margin-bottom: 30px;
    }

    .contact-form .form-control {
        border-radius: 8px;
        border: 1px solid #B1B1B1;
        height: 54px;
        margin-bottom: 16px;
        color: #999;
        font-family: Poppins-Regular;
        font-size: 16px;
    }

    .contact-form .form-control::placeholder {
        color: #999;
        font-family: Poppins-Regular;
        font-size: 16px;
    }

    .mob-center p {
        font-size: 14px;
        color: #000;
        font-family: Poppins-Regular;
    }

    .bg-green .navbar-light .navbar-nav .active>.nav-link,
    .bg-green .navbar-light .navbar-nav .nav-link.active,
    .bg-green .navbar-light .navbar-nav .nav-link.show,
    .bg-green .navbar-light .navbar-nav .show>.nav-link {
        color: #ffffff;
    }

    .bg-green .navbar-light .navbar-nav .nav-link {
        color: #fff;
    }

    .mob-center .h6 {
        color: #4F5055;
        font-family: Poppins-Regular;
        font-size: 18px;
        margin-bottom: 15px;
    }

    .mob-center .h6 img {
        padding-right: 15px;
    }

    .bg-green {
        background: #277656;
    }

    .btn-register {
        border-radius: 6px;
        background: #149C7B;
        box-shadow: 0px 4px 30px 0px rgba(38, 58, 67, 0.15);
        height: 70px;
        color: #FFF;
        font-family: Poppins-Medium;
        font-size: 20px;
        margin-top: 30px;
    }

    .footer-logo-sub p {
        color: #000;
        font-family: Poppins-Regular;
        font-size: 14px;
    }

    .contact-form textarea {
        height: 93px !important;
    }

    .input-group-append .btn-primary {
        background: #149C7B !important;
    }

    .blog-main {
        padding-top: 120px;
    }

    .search-box .form-control {
        border-top-left-radius: 14px;
        border-bottom-left-radius: 14px;
        font-family: Poppins-Regular;
        border: 1px solid #E5E5E5 !important;
        height: 60px;
    }

    .btn-search {
        background: #fff;
        border: 1px solid #E5E5E5;
        border-left: 0;
        border-top-right-radius: 14px;
        border-bottom-right-radius: 14px;
        padding-right: 20px;
    }

    .search-box {
        border-radius: 14px;
        border: 1px solid #E5E5E5;
        padding: 30px;
        margin-bottom: 50px;
    }

    .search-box .h4 {
        color: #000229;
        font-family: Poppins-Regular;
        font-size: 18px;
    }

    .recent-post {
        border-radius: 14px;
        border: 1px solid #E5E5E5;
        padding: 30px;
        margin-bottom: 50px;
    }

    .recent-post .h4 {
        color: #000229;
        font-family: Poppins-Regular;
        font-size: 18px;
    }

    .recent-post p {
        color: #000229;
        font-family: Poppins-Regular;
        font-size: 14px;
    }

    .recent-post .h5 {
        color: #6A6A74;
        font-family: Poppins-Regular;
        font-size: 12px;
        text-transform: uppercase;
    }

    .category-list {
        border-radius: 14px;
        border: 1px solid #E5E5E5;
        padding: 30px;
        margin-bottom: 50px;
    }

    .category-list .h4 {
        color: #000229;
        font-family: Poppins-Regular;
        font-size: 18px;
    }

    .category-listing {
        color: #5F6168;
        font-family: Poppins-Regular;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .category-listing span {
        text-align: right;
        float: right;
    }

    .tag-cloud {
        border-radius: 14px;
        border: 1px solid #E5E5E5;
        padding: 30px;
        margin-bottom: 50px;
    }

    .tag-cloud .h4 {
        color: #000229;
        font-family: Poppins-Regular;
        font-size: 18px;
    }

    .tag-cloud-links a {
        border-radius: 30px;
        border: 1px solid #DFDFDF;
        height: 36px;
        color: #8A879F !important;
        font-family: Poppins-Regular;
        font-size: 14px;
        margin-right: 7px;
        padding: 7px 20px;
        margin-bottom: 10px;
        width: auto;
    }

    .blog-texts {
        margin-bottom: 60px;
    }

    .blog-texts img {
        margin-bottom: 30px;
    }

    .blog-texts .h5 {
        color: #2E2E2E;
        font-family: Poppins-Medium;
        font-size: 22px;
        margin-bottom: 16px;
    }

    .blog-texts p {
        color: #525252;
        font-family: Poppins-Regular;
        font-size: 16px;
    }

    .blog-texts a {
        color: #00D0F5 !important;
        font-family: Poppins-Regular;
        font-size: 17px;
    }

    .blog-texts p a {
        color: #525252 !important;
        font-family: Poppins-Regular;
        font-size: 16px;
        margin-right: 10px;
        padding: 15px;
    }

    .recent-post .media {
        margin-bottom: 20px;
    }

    .details p a {
        padding-left: 0 !important;
    }

    .details p {
        font-size: 17px !important;
    }

    .blog-texts .h4 {
        color: #2E2E2E;
        font-family: Poppins-Medium;
        font-size: 32px;
    }

    .blog-left-brdr {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        background: #EBEEF5;
        padding: 30px;
        border-left: 4px solid #00D0F5;
        color: #2E2E2E;
        font-family: Poppins-Regular;
        font-size: 17px;
        margin-bottom: 20px;
    }

    .details-img img {
        margin-bottom: 20px;
    }

    .blog-texts ol {
        counter-reset: item;
        margin-left: 0;
        padding-left: 0;
    }

    .blog-texts li {
        display: block;
        margin-bottom: 20px;
        margin-left: 2em;
        padding-left: 20px;
        line-height: normal;
        padding-top: 0px;
        color: #525252;
        font-family: Poppins-Regular;
        font-size: 17px;
        position: relative;
    }

    .blog-texts li::before {
        margin-right: 20px;
        display: inline-block;
        content: counter(item);
        counter-increment: item;
        margin-left: -3em;
        background: #051B88;
        height: 30px;
        width: 30px;
        color: #FFF;
        text-align: center;
        font-family: Poppins-Regular;
        font-size: 17px;
        line-height: 31px;
        position: absolute;
        top: 7px;
    }

    .tags-group {
        background: #EBEEF5;
        padding: 18px 18px 10px 18px;
        margin-bottom: 30px;
    }

    .tags-group .tags {
        color: #2E2E2E;
        font-family: Poppins-Regular;
        font-size: 18px;
    }

    .tags-group .tags .btn {
        color: #2E2E2E !important;
        font-family: Poppins-Regular;
        font-size: 15px;
        border-radius: 4px;
        border: 1px solid #D3DEF5;
        height: 35px;
        background: #FFF;
        margin-right: 8px;
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .social {
        margin-top: 10px;
        color: #2E2E2E;
        font-family: Poppins-Regular;
        font-size: 18px;
    }

    .social img {
        margin-bottom: 0;
        margin-right: 5px;
    }

    .comments .h3 {
        color: #2E2E2E;
        font-family: Poppins-Medium;
        font-size: 25px;
        margin-bottom: 30px;
    }

    .comments .h6 {
        color: #2E2E2E;
        font-family: Poppins-Medium;
        font-size: 18px;
    }

    .comments p {
        color: #525252;
        font-family: Poppins-Regular;
        font-size: 17px;
    }

    .comments a {
        color: #00D0F5 !important;
        font-family: Poppins-Regular;
        font-size: 16px;
        float: right;
    }

    .comments .media {
        margin-bottom: 30px;
    }

    .blog-form {
        background: #FFF;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
        padding: 20px;
    }

    .blog-form .h3 {
        color: #2E2E2E;
        font-family: Poppins-Medium;
        font-size: 25px;
        margin-bottom: 40px;
    }

    .blog-form .form-control {
        border-radius: 4px;
        border: 1px solid rgba(8, 60, 130, 0.09);
        height: 58px;
        color: #525252;
        font-family: Poppins-Regular;
        font-size: 14px;
        background: #FFF;
    }

    .blog-form .form-control::placeholder {
        color: #525252;
    }

    .blog-form textarea {
        height: 300px !important;
    }

    .blog-form .form-check {
        padding-left: 35px;
    }

    .btn-post {
        border-radius: 10px;
        background: #149C7B;
        width: 162px;
        height: 52px;
        color: #FFF;
        text-align: center;
        font-family: Poppins-Medium;
        font-size: 16px;
        margin-top: 30px;
    }

    .services {
        background: url("../images/service-bg.png") top no-repeat;
        padding: 100px 0;
        position: relative;
    }

    .service-img-top {
        position: absolute;
        top: 0;
        right: 0px;
    }

    .service-img-bottom {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .services .h6 {
        color: #149C7B;
        font-family: Poppins-Regular;
        font-size: 20px;
    }

    .services .h3 {
        color: #595B62;
        font-family: Poppins-Medium;
        font-size: 46px;
    }

    .service-box {
        background: #F8FAFB;
        box-shadow: 0px 0px 6px 0px rgba(26, 46, 85, 0.10);
        padding: 30px;
        text-align: center;
        min-height: 327px;
        transition: all .7s ease;
        opacity: 0.9;
    }

    .service-box-last {
        background: #F8FAFB;
        box-shadow: 0px 0px 6px 0px rgba(26, 46, 85, 0.10);
        padding: 30px;
        text-align: center;
        min-height: 327px;
    }

    .service-box .h4 {
        color: #151423;
        text-align: center;
        font-family: Poppins-Medium;
        font-size: 24px;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .service-box p {
        color: #33354B;
        text-align: center;
        font-family: Poppins-Regular;
        font-size: 15px;
    }

    .bg-white {
        background: #fff;
    }

    .hover-block {
        display: none;
    }

    .service-box:hover {
        background: #149C7B;
        box-shadow: 0px 0px 6px 0px rgba(26, 46, 85, 0.10);
        cursor: pointer;
        opacity: 1;
    }

    .bg-white:hover {
        background: #149C7B !important;
        box-shadow: 0px 0px 6px 0px rgba(26, 46, 85, 0.10) !important;
    }

    .service-box:hover .h4 {
        color: #fff;
    }

    .service-box:hover .hover-block {
        display: block;
    }

    .service-box:hover .hover-none {
        display: none;
    }

    .service-box:hover p {
        color: #fff;
    }

    .btn-loadmore {
        display: block;
        color: #FFF;
        text-align: center;
        font-family: Poppins-Medium;
        font-size: 16px;
        border-radius: 10px;
        background: #149C7B;
        height: 70px;
        width: 100%;
        margin-top: 35%;
        padding-top: 25px;
    }

    .btn-loadmore:hover {
        color: #ffffff;
    }

    .service-offer {
        padding: 100px 0;
        margin-bottom: 100px;
        overflow: hidden;
    }

    .service-offer .h5 {
        color: #000;
        font-family: Poppins-Medium;
        font-size: 15px;
    }

    .service-offer .media {
        margin-bottom: 70px;
    }

    .service-offer .media:last-child {
        margin-bottom: 0;
    }

    .service-offer .h3 {
        color: #000;
        text-align: center;
        font-family: Poppins-Medium;
        font-size: 46px;
        margin-bottom: 20px;
    }

    .service-offer p {
        color: #000;
        text-align: center;
        font-family: Poppins-Regular;
        font-size: 16px;
        margin-bottom: 90px;
    }

    .services-details {
        padding: 100px 0;
    }

    .service-category {
        border-radius: 20px;
        background: #F7F9FC;
        padding: 40px 30px;
    }

    .service-category .h4 {
        color: #000;
        font-family: Poppins-Medium;
        font-size: 20px;
        margin-bottom: 35px;
    }

    .category-item {
        border-radius: 8px;
        background: #FFF;
        box-shadow: 0px 1px 3px 0px rgba(32, 33, 36, 0.08);
        padding: 25px 40px;
        color: #202124;
        font-family: Poppins-Medium;
        font-size: 16px;
        margin-bottom: 1px;
        transition: transform 0.5s;
    }

    .category-item a {
        color: #277657;
    }

    .category-item:hover {
        transform: scale(1.05);
        /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
        color: #5138EE;
    }

    .services-details-main {
        margin-bottom: 150px;
    }

    .services-details-main .h4 {
        color: #2E2E2E;
        font-family: Poppins-Medium;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .services-details-main p {
        color: #525252;
        font-family: Poppins-Regular;
        font-size: 17px;
        margin-bottom: 20px;
    }

    .services-details-main .media p {
        margin-bottom: 0;
    }

    .services-details-main .h5 {
        color: #2E2E2E;
        font-family: Poppins-Regular;
        font-size: 20px;
    }

    .services-details-main .media {
        margin-bottom: 10px;
    }

    .services-details-main ul {
        padding-left: 0;
    }

    .service-slider {
        padding: 100px 0;
    }

    .service-slider .card {
        box-shadow: none;
    }

    .service-slider-block {
        text-align: center;
        padding: 25px 30px 50px 30px;
        background: url("../images/service-slider-bg1.png") top no-repeat;
        transition: all .3s ease;
        opacity: 0.9;
    }

    .service-slider-block p {
        color: #616161;
        text-align: center;
        font-family: Poppins-Regular;
        font-size: 16px;
        margin-top: 10px;
        width: 250px;
        margin-left: auto;
        margin-right: auto;
        padding: 10px 0;
    }

    .service-slider-block:hover {
        background: url("../images/service-slider-bg.png") top no-repeat;
        opacity: 1;
    }

    .service-slider-block:hover .h4,
    .service-slider-block:hover p {
        color: #fff;
    }

    .service-slider-block .h4 {
        color: #232323;
        text-align: center;
        font-family: Poppins-Medium;
        font-size: 22px;
        margin-top: 20px;
        padding: 0;
    }

    .services-details-main ul li {
        background: url("../images/tick.png") left no-repeat;
        list-style: none;
        padding-left: 40px;
        color: #525252;
        font-family: Poppins-Regular;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .readytotalk {
        background: url("../images/service-details-bg.png") top no-repeat;
        padding: 30px;
    }

    .readytotalk .h5 {
        color: #FFF;
        font-family: Poppins-Regular;
        font-size: 18px;
        padding-top: 25px;
    }

    .readytotalk .h6 {
        color: #FFF;
        font-family: Poppins-Regular;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .readytotalk p a {
        color: #FFF !important;
        font-family: Poppins-Regular;
        font-size: 15px;
    }

    .data-img img {
        width: 56px;
    }

    @media screen and (min-device-width: 1420px) and (max-device-width: 1740px) {
        .home-logos a {
            padding: 20px 20px;
        }

        .data-analysis .h3 {
            font-size: 38px;
        }

        .data-img img {
            width: 36px;
        }
    }

    @media screen and (min-device-width: 1200px) and (max-device-width: 1419px) {
        .home-logos a img {
            width: 100px;
        }

        .data-analysis .h3 {
            font-size: 38px;
        }
    }

    @media screen and (min-device-width: 1500px) {
        .container {
            max-width: 1380px !important;
        }

        .container-big {
            max-width: 1500px !important;
        }

        .navbar-expand-xl .navbar-nav .nav-link {
            padding-right: 20px;
            padding-left: 20px;
        }
    }

    .testimonial-title {
        color: #fff;
    }

    .testimonial-slider .carousel-control-prev,
    .testimonial-slider .carousel-control-next {
        background-color: #fff;
        width: 3em;
        height: 3em;
        border-radius: 50%;
        top: 60%;
        transform: translateY(-50%);
    }

    .testimonial-slider {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .testimonial-slider .h3 {
        color: #FFF;
        font-family: Poppins-Medium;
        font-size: 45px;
        margin-bottom: 50px;
    }

    .testimonial-slider .h6 {
        color: #FFF;
        font-family: Poppins-Regular;
        font-size: 14px;
    }

    #prev {
        background: #fff;
        width: 55px;
        height: 55px;
        display: inline-block;
        border-radius: 50%;
        padding: 16px;
        margin-right: 10px;
    }

    #next {
        background: #fff;
        width: 55px;
        height: 55px;
        display: inline-block;
        border-radius: 50%;
        padding: 16px;
    }

    .testimonial-box {
        border-radius: 16px;
        background: #FFF;
        min-height: 350px;
    }

    .testimonial-box .media .h5 {
        color: #000229;
        font-family: Poppins-Regular;
        font-size: 24px;
        margin-bottom: 0;
    }

    .testimonial-box .media p {
        color: #5F6168;
        font-family: Poppins-Regular;
        font-size: 16px;
        text-align: left !important;
        margin-bottom: 0;
    }

    .testimonial-box .media {
        background: #F7F9FB;
        text-align: left !important;
        padding: 30px;
        border-top-right-radius: 16px;
        border-top-left-radius: 16px;
    }

    .testimonial-box .cust-para {
        font-family: Poppins-Regular;
        font-size: 20px;
        color: #5F6168;
        text-align: left !important;
        margin-bottom: 0;
        padding: 30px;
    }

    /*Slider*/

    .testimonial-slider #carousel {
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    @media (max-width: 1440px) {
        #carousel {
            width: 100%;
        }
    }

    #slides {
        overflow: hidden;
        /* fix ie overflow issue */
        position: relative;
        width: 100%;
        height: 360px;
    }

    /* remove the list styles, width : item width * total items */

    #slides ul {
        position: absolute;
        top: 0;
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
    }

    /* width of the item, in this case I put 250x250x gif */

    #slides li {
        width: auto;
        height: auto;
        float: left;
        overflow: hidden;
        padding: 5px 20px;
    }

    .testimonial-card {
        width: 672px;
        height: fit-content;
        min-height: 350px;
        overflow: hidden;
        border-radius: 5px;
    }

    #slides li p {
        text-align: center;
        font-family: sans-serif;
        font-size: 20px
    }

    /* Styling for prev and next buttons */

    #buttons {
        padding: 0 0 5px 0;
        float: right;
    }

    #buttons a {
        display: block;
        width: 31px;
        height: 32px;
        float: left;
        outline: 0;
    }

    .clear {
        clear: both
    }

    @media (max-width: 1440px) {
        #carousel {
            width: 100%;
        }
    }

    @media (max-width: 440px) {}

    .rail {
        margin: 2rem;
        width: 100%;
        height: 2px;
        background: rgba(255, 255, 255, 0.20);
        position: relative;
        margin-bottom: 100px;
    }

    .train {
        height: 2px;
        border-radius: 4px;
        background: #FFF;
        box-shadow: 0px 0px 6px 0px rgba(187, 255, 94, 0.30);
        position: absolute;
        left: 0;
        width: 50%;
    }

    .customer-stories {
        background: url("../images/customer-story-bg.png") top no-repeat;
        background-size: cover;
    }

    @media (max-width: 360px) {
        .home-bnr .h5 {
            font-size: 14px;
            display: none;
        }

        .service-slider-block {
            padding-top: 15px;
        }

        .service-slider-block img {
            width: 50px;
        }

        .service-slider-block p {
            width: auto !important;
        }

        #prev,
        #next {
            zoom: 33% !important;
        }

        .container {
            padding-right: 15px !important;
            padding-left: 15px !important;
        }

        .about-slider .carousel-control-prev,
        .about-slider .carousel-control-next {
            top: -52px !important;
        }
    }

    @media (min-width: 576px) {
        .testimonial-slider .carousel-item {
            margin-right: 0;
            flex: 0 0 33%;
            display: block;
        }

        .testimonial-slider .carousel-inner {
            display: flex;
        }
    }

    @media (min-width: 768px) {
        .testimonial-slider .carousel-inner {
            padding: 1em;
        }

        .testimonial-slider .carousel-control-prev,
        .testimonial-slider .carousel-control-next {
            opacity: 1;
            position: absolute;
            left: 1em;
            top: 90%;
            transform: translateY(-50%);
        }

        .testimonial-slider .carousel-control-next {
            left: 5em;
        }
    }

    @media screen and (max-width: 767px) {
        .mob-center .h6 img {
            width: 40px !important;
        }

        #slides li p {
            font-size: 16px;
        }

        .container {
            padding-right: 25px;
            padding-left: 25px;
        }

        .about-slider .cards-wrapper {
            justify-content: center;
        }

        .ai-business p {
            text-align: left;
            font-size: 16px;
        }

        .p-relative .overlay {
            opacity: 1;
            width: 83%;
            height: 83%;
            background: rgb(39 117 86 / 72%);
        }

        .p-relative .overlay .h3 br {
            display: none;
        }

        .mob-center {
            text-align: center;
        }

        .mob-center .h5 {
            margin-top: 15px;
        }

        .logo-sub-text {
            display: none;
        }

        .nav-list .nav-list-link {
            font-size: 14px;
        }

        .mob-center .mappin img {
            width: 30px !important;
        }

        .mob-center .mappin br {
            display: none;
        }

        .home-bnr .h2 {
            font-size: 16px;
        }

        .home-bnr .h2 br {
            display: none;
        }

        #prev,
        #next {
            zoom: 40%;
        }

        .btn-started {
            width: auto;
            font-size: 12px;
            margin-right: 10px;
            height: 40px;
            padding: 10px 10px;
        }

        .testimonial-slider .h3 {
            font-size: 24px;
        }

        .btn-discover {
            width: auto;
            font-size: 12px;
            height: 40px;
            padding: 10px 10px;
        }

        .home-bnr .carousel-item .h2 {
            font-size: 30px !important;
        }

        .home-bnr .h5 {
            font-size: 14px;
        }

        .home-bnr p {
            font-size: 16px !important;
            /* display: none; */
        }

        .scroll-down {
            display: none;
        }

        .slider-caption {
            top: 50%;
            transform: translateY(-50%);
            bottom: auto;
        }

        .navbar-brand img {
            width: 100px;
        }

        .home-bnr .carousel-control-next-icon,
        .home-bnr .carousel-control-prev-icon {
            width: 30px;
            height: 30px;
            padding-top: 3px;
        }

        .home-main {
            padding: 50px 0 0 0;
        }

        .home-main .h3 {
            font-size: 24px;
            margin-bottom: 20px;
        }

        .view-service img {
            width: 160px;
        }

        .service-slider-block {
            background: url("../images/service-slider-bg.png") top no-repeat;
            padding: 50px;
        }

        .service-slider-block .h4 {
            font-size: 20px;
        }

        .service-slider-block .h4,
        .service-slider-block p {
            color: #fff;
        }

        .service-slider-block p {
            /* min-height: 90px; */
            /* width: 230px; */
            margin-right: auto;
            margin-left: auto;
            font-size: 14px;
        }

        .data-analysis {
            background-size: cover;
            padding: 50px 0;
            margin-top: -58px;
        }

        .data-analysis .h3 {
            font-size: 24px;
        }

        .data-analysis .h6 {
            margin-top: 30px;
        }

        .home-logos {
            padding: 50px 0;
        }

        .home-logos a {
            display: block;
            text-align: center;
        }

        /* .footer .mob-center img {
            width: 100px;
        } */

        .footer p {
            font-size: 16px;
        }

        .footer {
            padding: 50px 0;
        }

        .contact-form .h2 {
            font-size: 24px;
        }

        .contact-form .h2 br {
            display: none;
        }

        .testimonial-box {
            min-height: 272px;
        }

        #slides {
            height: 280px;
        }

        .testimonial-card {
            width: 100%;
            min-height: 390px;
        }

        .testimonial-box .cust-para {
            padding: 19px;
            font-size: 15px;
        }

        .testimonial-box .media .h5 {
            font-size: 18px;
        }

        .test-slider .h6 {
            color: #fff;
        }

        .test-slider .h3 {
            color: #fff;
            margin-bottom: 20px;
        }

        .test-slider .carousel-control-prev,
        .test-slider .carousel-control-next {
            background: #fff;
            width: 30px;
            height: 30px;
            display: inline-block;
            border-radius: 50%;
            opacity: 1;
            right: 0;
            padding-top: 3px;
        }

        .test-slider .carousel-control-prev img,
        .test-slider .carousel-control-next img {
            width: 15px;
        }

        .test-slider .carousel-control-prev {
            left: auto;
            right: 56px;
        }

        .testimonial-box .media p {
            font-size: 12px;
        }

        .contact-form {
            background: url(../images/contact-form-bg.png) top right no-repeat;
            padding: 50px 0 100px 0;
            background-size: cover;
        }

        .form-mob {
            background: #ffffffe0;
            padding: 20px;
        }

        .ai-business {
            padding: 50px 0;
        }

        .ai-business .h3 {
            font-size: 24px;
        }

        .ai-business .h6 {
            margin-top: 30px;
        }

        .ai-business .media {
            margin-bottom: 20px;
            flex-direction: column;
            text-align: center;
        }

        .ai-business .media p {
            text-align: center;
            margin-top: 15px;
            font-size: 14px;
        }

        .service-slider {
            padding: 50px 0 0 0;
        }

        .mappin {
            font-size: 14px;
        }

        .copyright-text {
            font-size: 14px;
            margin-top: 0;
        }

        .policy a {
            font-size: 14px;
        }

        .letstalk-bg {
            background-size: cover;
            margin-bottom: 50px;
            padding: 20px;
        }

        .letstalk-bg .h2 {
            font-size: 20px;
        }

        .btn-talk {
            float: none;
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .gray-bg {
            display: none;
        }

        .about_bnr .h2 {
            font-size: 40px;
        }

        .about-zimpl .h3 {
            font-size: 24px;
        }

        .about-zimpl .h6 {
            margin-top: 30px;
        }

        .about-zimpl .about-box {
            margin-bottom: 20px;
        }

        .about-experience {
            background-size: cover;
            background: url("../images/data-analysis-bg.png");
            padding: 50px 0;
        }

        .about-experience p {
            margin-bottom: 50px;
        }

        .achievement {
            padding: 50px 0;
        }

        .achievement .h3 {
            font-size: 24px;
        }

        .achievement .h6 {
            margin-top: 30px;
        }

        .about-progress .h3 span:before {
            display: none;
        }

        .about-progress .h3 {
            font-size: 24px;
        }

        .about-progress {
            background-size: cover;
        }

        .about-slider {
            padding: 50px 0;
        }

        .about-slider .h2 {
            font-size: 24px;
            margin-bottom: 50px;
        }

        .about-slider .carousel-control-prev,
        .about-slider .carousel-control-next {
            top: -50px;
        }

        .about-slider .carousel-control-prev {
            right: 45px;
        }

        .rail {
            margin: 50px 0;
        }

        .services {
            padding: 50px 0;
        }

        .services .h3 {
            font-size: 24px;
            margin-bottom: 30px;
        }

        .service-offer {
            padding: 50px 0;
            margin-bottom: 0px;
        }

        .service-offer .h3 {
            font-size: 24px;
        }

        .service-box {
            padding: 20px;
            min-height: auto;
        }

        .service-box img {
            width: 50px;
        }

        .btn-loadmore {
            margin-top: 2%;
        }

        .services-details {
            padding: 50px 0;
        }

        .services-details-main .h3 {
            font-size: 24px;
        }

        .services-details-main .media {
            margin-bottom: 20px;
        }

        .services-details-main {
            margin-bottom: 50px;
        }

        .service-category {
            margin-bottom: 20px;
        }

        .blog-main {
            padding-top: 50px;
        }

        .comments p {
            font-size: 14px !important;
        }

        .blog-texts .h4 {
            font-size: 24px;
        }

        .job-offer {
            width: 100%;
        }

        .career-main .h3 {
            font-size: 24px;
        }

        .contact-top .h3 {
            font-size: 24px;
        }

        .career-main {
            padding-top: 50px;
        }

        .careers-mdle {
            margin-bottom: 50px;
            padding-bottom: 50px;
        }

        .job-offer .h3 {
            font-size: 24px;
        }

        .job-offer {
            margin-top: 50px;
            margin-bottom: 50px;
        }

        .job-offer .h5 {
            text-align: center;
            margin-bottom: 20px;
        }

        .job-offer .h6 {
            margin-bottom: 20px;
        }

        .career-head hr {
            width: 100%;
        }

        .career-head .h3 {
            font-size: 24px;
        }

        .career-head span {
            font-size: 13px;
        }

        .privacy-policy .h3 {
            font-size: 24px
        }

        .privacy-policy {
            margin-top: 50px;
            margin-bottom: 50px;
        }

        .progress-rate {
            font-size: 12px;
        }

        .test-slider .card {
            border-radius: 16px;
        }
    }

    @media screen and (min-device-width: 768px) and (max-device-width: 991px) {
        .mob-center .h6 img {
            width: 40px !important;
        }

        .testimonial-card {
            width: auto;
        }

        .test-slider .card {
            border-radius: 16px;
        }

        .letstalk-bg {
            padding: 50px 25px;
        }

        .test-slider .h6 {
            color: #fff;
        }

        .test-slider .h3 {
            color: #fff;
            margin-bottom: 20px;
        }

        .test-slider .carousel-control-prev,
        .test-slider .carousel-control-next {
            background: #fff;
            width: 30px;
            height: 30px;
            display: inline-block;
            border-radius: 50%;
            opacity: 1;
            right: 0;
            padding-top: 3px;
        }

        .test-slider .carousel-control-prev img,
        .test-slider .carousel-control-next img {
            width: 15px;
        }

        .test-slider .carousel-control-prev {
            left: auto;
            right: 56px;
        }

        .p-relative .overlay {
            opacity: 1;
            background: rgb(39 117 86 / 72%);
        }

        .p-relative .overlay .h3 br {
            display: none;
        }

        .about-slider .cards-wrapper {
            display: flex;
            justify-content: center;
        }

        .mob-center {
            text-align: center;
        }

        .home-bnr .h2 {
            font-size: 34px;
        }

        .testimonial-slider .h3 {
            font-size: 24px;
        }

        .btn-started {
            width: auto;
            font-size: 14px;
        }

        .container-big {
            max-width: 720px !important;
        }

        .btn-discover {
            width: auto;
            font-size: 14px;
        }

        .scroll-down {
            display: none;
        }

        .service-slider {
            padding: 50px 0 0 0;
        }

        .slider-caption {
            top: 50%;
            transform: translateY(-50%);
            bottom: auto;
        }

        .navbar-brand img {
            width: 100px;
        }

        .home-bnr .carousel-control-next-icon,
        .home-bnr .carousel-control-prev-icon {
            width: 30px;
            height: 30px;
            padding-top: 3px;
        }

        .home-bnr p {
            font-size: 16px;
        }

        .home-main {
            padding: 50px 0;
        }

        .home-main .h3 {
            font-size: 24px;
        }

        .view-service img {
            width: 160px;
        }

        .service-slider-block {
            background: url(../images/service-slider-bg.png) top no-repeat;
            padding: 140px 133px;
            background-size: 60%;
        }

        .service-slider-block .h4,
        .service-slider-block p {
            color: #fff;
        }

        .service-slider-block p {
            width: 300px;
            margin-left: auto;
            margin-right: auto;
        }

        .data-analysis {
            background-size: cover;
            padding: 50px 0;
            margin-top: -58px;
        }

        .data-analysis .h3 {
            font-size: 24px;
        }

        .data-analysis .h6 {
            margin-top: 30px;
        }

        .home-logos {
            padding: 50px 0;
        }

        .home-logos a {
            display: block;
            text-align: center;
        }

        /* .footer .mob-center img {
            width: 100px;
        } */

        .footer p {
            font-size: 16px;
        }

        .footer {
            padding: 50px 0;
        }

        .contact-form .h2 {
            font-size: 24px;
        }

        .contact-form {
            background: url(../images/contact-form-bg.png) top right no-repeat;
            padding: 50px 0 100px 0;
            background-size: cover;
        }

        .form-mob {
            background: #ffffffe0;
            padding: 20px;
        }

        .ai-business {
            padding: 50px 0;
        }

        .ai-business .h3 {
            font-size: 24px;
        }

        .ai-business .h6 {
            margin-top: 30px;
        }

        .ai-business .media {
            margin-bottom: 20px;
        }

        .mappin {
            font-size: 18px;
        }

        .copyright-text {
            font-size: 14px;
        }

        .policy a {
            font-size: 14px;
        }

        .letstalk-bg {
            background-size: cover;
            margin-bottom: 50px;
        }

        .gray-bg {
            display: none;
        }

        .about_bnr .h2 {
            font-size: 46px;
        }

        .about-zimpl .h3 {
            font-size: 24px;
        }

        .about-zimpl .h6 {
            margin-top: 30px;
        }

        .about-zimpl .about-box {
            margin-bottom: 20px;
        }

        .about-experience {
            background: url("../images/abot-bnr.png");
            background-size: cover;
            padding: 50px 0;
        }

        .about-experience p {
            margin-bottom: 0px;
        }

        .achievement {
            padding: 50px 0;
        }

        .achievement .h3 {
            font-size: 24px;
        }

        .achievement .h6 {
            margin-top: 30px;
        }

        .about-progress .h3 span:before {
            display: none;
        }

        .about-progress .h3 {
            font-size: 24px;
        }

        .about-progress {
            background-size: cover;
        }

        .about-slider {
            padding: 50px 0;
        }

        .about-slider .h2 {
            font-size: 24px;
            margin-bottom: 50px;
        }

        .about-slider .carousel-control-prev,
        .about-slider .carousel-control-next {
            top: -90px;
        }

        .about-slider .carousel-control-prev {
            left: auto;
            right: 50px;
        }

        .service-offer {
            margin-bottom: 0;
        }

        .services-details {
            padding: 50px 0;
        }

        .services-details-main .h3 {
            font-size: 24px;
        }

        .services-details-main .media {
            margin-bottom: 20px;
        }

        .services-details-main {
            margin-bottom: 50px;
        }

        .service-category {
            margin-bottom: 20px;
        }

        .readytotalk {
            padding: 40px 60px;
            background-size: cover;
            width: 500px;
            margin: auto;
        }

        .blog-main {
            padding-top: 50px;
        }

        .job-offer {
            width: 100%;
        }

        .career-main .h3 {
            font-size: 24px;
        }

        .contact-top .h3 {
            font-size: 24px;
        }

        .career-main {
            padding-top: 50px;
        }

        .careers-mdle {
            margin-bottom: 50px;
            padding-bottom: 50px;
        }

        .job-offer .h3 {
            font-size: 24px;
        }

        .job-offer {
            margin-top: 50px;
            margin-bottom: 50px;
        }

        .job-offer .h5 {
            text-align: left;
        }

        .job-offer .h6 {
            margin-bottom: 20px;
        }

        .job-offer .panel {
            padding: 30px 0px;
        }

        .career-head hr {
            width: 100%;
        }

        .mappin img {
            width: 30px !important;
        }

        .mappin br {
            display: none;
        }

        .overlay {
            width: 83%;
        }
    }

    @media screen and (min-device-width: 992px) and (max-device-width: 1199px) {
        .form-mob {
            background: #ffffffe0;
            padding: 20px;
        }

        .mob-center {
            text-align: center;
        }

        .p-relative .overlay {
            opacity: 1;
            background: rgb(39 117 86 / 72%);
        }

        .testimonial-card {
            width: 644px;
        }

        .letstalk-bg .h2 {
            font-size: 26px;
        }

        .logo-sub-text {
            display: none;
        }

        #prev,
        #next {
            zoom: 90%;
        }

        .service-slider-indicators .carousel-indicators {
            bottom: -60px;
            margin: 20px;
        }

        .mappin img {
            width: 30px !important;
        }

        .mappin br {
            display: none;
        }

        .home-bnr .h2 {
            font-size: 40px;
        }

        .job-offer {
            width: 100%;
        }
    }

    @media screen and (min-device-width: 1200px) and (max-device-width: 1450px) {
        .services-details {
            padding: 100px 0 50px 0;
        }

        .category-item {
            padding: 20px 40px;
            font-size: 14px;
        }

        .contact-form .h2 {
            color: #2E2E2E;
            font-size: 30px;
        }

        .data-analysis .media {
            zoom: 90%;
        }

        .ai-business .media p {
            font-size: 14px;
        }
    }

    @media screen and (min-device-width: 1200px) and (max-device-width: 1600px) {
        .testimonial-card {
            width: 644px;
        }

        .letstalk-bg .h2 {
            font-size: 26px;
        }

        .contact-form {
            background-position: right -250px top;
        }
    }

    @media screen and (min-device-width: 1600px) {
        .service-slider-indicators .carousel-indicators {
            bottom: -46px;
        }
    }

    .width-90 {
        width: 90%;
    }

    .width-80 {
        width: 80%;
    }

    .width-60 {
        width: 60%;
    }

    .career-form-btn {
        background: #149C7B !important;
        border-color: #149C7B !important;
    }

    .career-form-btn:hover {
        background-color: #149C7B !important;
        border-color: #149C7B !important;
    }

    .logo-img {
        max-width: 190px;
    }

    .footer-logo {
        max-width: 70% !important
    }

    @media only screen and (max-width:999px) {
        .footer-logo {
            max-width: 40% !important;
        }
    }

    @media only screen and (max-width:767px) {
        .footer-logo {
            max-width: 135px !important;
        }
    }

    /* ipad pro */
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
        .footer-logo {
            max-width: 30% !important;
        }
    }

    @media only screen and (min-device-width: 866px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
        .footer-logo {
            max-width: 30% !important;
        }
    }


    @keyframes zoomAnimation {
        0% {
            transform: scale(1);
        }

        100% {
            transform: scale(1.1);
            /* Adjust the scale factor for the zoom effect */
        }
    }


    @keyframes zooming {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.1);
        }

        100% {
            transform: scale(1);
        }
    }

    @keyframes downUp {
        0% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-15px);
        }

        100% {
            transform: translateY(0);
        }
    }

    @keyframes upDown {
        0% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(15px);
        }

        100% {
            transform: translateY(0);
        }
    }

    @keyframes diagonalMove {
        0% {
            transform: translate(0, 0);
        }

        50% {
            transform: translate(20px, -20px);
        }

        100% {
            transform: translate(0, 0);
        }
    }




    @keyframes rightLeft {
        0% {
            transform: translatex(0);
        }

        50% {
            transform: translatex(15px);
        }

        100% {
            transform: translatex(0);
        }
    }

    @keyframes Leftright {
        0% {
            transform: translatex(0);
        }

        50% {
            transform: translatex(-15px);
        }

        100% {
            transform: translatex(0);
        }
    }


    @keyframes roatation {
        0% {
            transform: rotate(0);
        }

        50% {
            transform: rotate(180deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    @keyframes justroatation {
        0% {
            transform: rotate(0);
        }

        50% {
            transform: rotate(10deg);
        }

        100% {
            transform: rotate(0);
        }
    }


    @keyframes zoomInOut {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.2);
        }

        100% {
            transform: scale(1);
        }
    }

    @keyframes zoomAnimation {
        0% {
            transform: scale(1);
        }

        100% {
            transform: scale(1.1);
            /* Adjust the scale factor for the zoom effect */
        }
    }


    .reveal-img{
        height: 100%;
        width: 100%;
        object-fit: cover;
        transform-origin: left;
        border-radius: 10px;
    }

    .reveal-img-box{
        visibility: hidden;
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
