video::-webkit-media-controls {
    display: none;
}

video {
    pointer-events: none;
}

@font-face {
    font-family: 'gilroy-blackuploaded_file';
    src: url('font/gilroy-black-webfont.woff2') format('woff2'),
        url('font/gilroy-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gilroy-bolduploaded_file';
    src: url('font/gilroy-bold-webfont.woff2') format('woff2'),
        url('font/gilroy-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gilroy-mediumuploaded_file';
    src: url('font/gilroy-medium-webfont.woff2') format('woff2'),
        url('font/gilroy-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gilroy-regularuploaded_file';
    src: url('font/gilroy-regular-webfont.woff2') format('woff2'),
        url('font/gilroy-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'satoshiblack';
    src: url('font/satoshi-black-webfont.woff2') format('woff2'),
        url('font/satoshi-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'satoshibold';
    src: url('font/satoshi-bold-webfont.woff2') format('woff2'),
        url('font/satoshi-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'satoshimedium';
    src: url('font/satoshi-medium-webfont.woff2') format('woff2'),
        url('font/satoshi-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'satoshiregular';
    src: url('font/satoshi-regular-webfont.woff2') format('woff2'),
        url('font/satoshi-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

p {
    color: #656565;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    font-family: 'Inter', sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'gilroy-bolduploaded_file';
    font-family: 'gilroy-mediumuploaded_file';
}

section {
    position: relative;
    padding: 50px;
}

.bg_blue {
    background: #533FF0;
}

.mob_col {
    display: none;
}

.btn-primary {
    border-radius: 27px;
    background: #533FF0;
    border-color: #533FF0 !important;
    padding: 7px 30px;
}

.btn-primary:hover {
    background: #533ff0e3;
    border-color: #533ff0e3 !important;
}

.title {
    margin-bottom: 30px;
}

.title span {
    color: #533FF0;
    font-size: 14px;
    line-height: 30px;
}

.title h3 {
    color: #141515;
    font-size: 30px;
    font-style: normal;
    line-height: normal;
}

.title h2 {
    color: #141515;
    font-size: 35px;
    font-style: normal;
    line-height: normal;
    font-weight: 600;
}

.title p {
    margin: 0;
}

.title_white p,
.title_white h2,
.title_white h3,
.title_white span {
    color: #fff;
}

header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}

div#navbarNavDropdown {
    justify-content: flex-end;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #141515;
    font-size: 15px;
    padding: 10px 25px;
}

.navbar-expand-lg .navbar-nav .nav_login .nav-link {
    border-radius: 27px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    background: #FFF;
}

.case_header .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
}

.case_header .navbar-expand-lg .navbar-nav .nav_login .nav-link {
    color: #141515;
}

.dropdown-menu {
    border: none;
    border-radius: 10px;
    background: #F9F9F9;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
}

a.dropdown-item {
    color: #838383;
    font-size: 15px;
}

/****----home-----******/
section.hero_banner {
    height: 600px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
}

@keyframes rotating {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

.rotating {
    animation: rotating 30s linear infinite;
    width: 100%;
    height: 100%;
}

section.hero_banner:before {
    content: '';
    position: absolute;
    background-image: url('public/Hero%20Section%20Bg%202.png');
    width: 1299px;
    height: 1000px;
    left: 0;
    right: 0;
    top: -50%;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.feature.feature_one {
    position: absolute;
    top: -100px;
}

.feature.feature_two {
    position: absolute;
    bottom: -90px;
    left: 40px;
}

.feature.feature_third {
    position: absolute;
    right: 100px;
    top: -50px;
}

.feature.feature_four {
    position: absolute;
    right: 0;
    bottom: -40px;
}

.feature_icon.feature_icon_left,
.feature_icon.feature_icon_right {
    position: absolute;
    top: 50%;
}

.feature_icon.feature_icon_right {
    right: 0;
}

.hero_banner {
    padding-top: 100px;
}

.hero_banner_content {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    margin-top: 5%;
}

.hero_banner_content span {
    background: #D0FDC8;
    color: #26611B;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 20px;
}

.hero_banner_content h1 {
    color: #141515;
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-family: 'gilroy-bolduploaded_file';
    line-height: normal;
    margin: 20px 0;
}

.text-home-p {
    width: 80%;
    display: table;
    margin: auto;
    padding-bottom: 20px;
}

.feature {
    display: flex;
    align-items: center;
    width: 225px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 0px 80px 30px rgba(0, 0, 0, 0.05);
    padding: 10px;
}

.icon img {
    width: 32px;
}

.feature p {
    margin: 0 0px 0 10px;
    font-size: 14px;
}

/**----------trust_area----------***/

.trust_area .title h2 {
    font-size: 35px;
}

.trust_img img {
    width: 100%;
}

.trust_img ul {
    display: flex;
    justify-content: space-evenly;
    list-style: none;
    padding: 0;
    margin: 0;
    gap:30px;
}

.trust_img ul li img {
    filter: grayscale(1);
    width: 90%;
}

.tech_item {
    padding: 15px;
    margin: 0 7.5px 20px;
    border-radius: 20px;
    border: 1px solid rgba(83, 63, 240, 0.20);
    background: #FFF;
    cursor: auto !important;
}

.right_icon {
    margin: auto;
    width: 0%;
}
.right_icon img {
    width: 25px;
    margin-left: -19px;
    margin-top: -14px;
}
/*
.right_icon img {
    margin-left: 50px;
}
*/

.tech_item:hover {
    cursor: pointer;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.10);
}

.tech_head {
        display: grid;
    grid-template-columns: 44px 1fr 23px;
    align-items: center;
}

.tech_img {
    margin-right: 10px;
    background: rgba(0, 0, 0, 0.10);
    border-radius: 100px;
    padding: 5px;
    width: 35px;
    height: 35px;
    text-align: center;
    display: flex;
    align-items: center;
}


.tech_img img {
    margin: 0 auto;
}

.tech_title {
    margin-top: 5px;
}

.tech_title h5 {
    color: #141515;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.tech_item p {
    margin: 15px 0 0;
    font-size: 13px; 
    min-height: 105px;
}

.tech_title span {
    color: rgba(20, 21, 21, 0.75);
    font-size: 13px;
}

span.tech_hire {
   border-radius: 20px;
    opacity: 0.75;
    background: #D0FDC8;
    display: table;
    margin-top: 20px;
    margin-bottom: 12px;
    color: #26611B;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 8px 14px;
}

.challenges_area {
    padding-bottom: 60px;
    padding-top: 60px;
}

.challenges_with {
    margin: auto;
    width: 40%;
}

.challenges_item.text-center {
    width: 95%;
    margin: 0 auto;
}

.challenges_item img {
    margin: auto;
}

.challenges_item h4 {
    color: #141515;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 15px 0;
}

.challenges_with ul.slick-dots {
    text-align: center;
}

.challenges_with ul.slick-dots li {
    display: inline;
    margin: auto 0;
    padding: 4px;
}

.challenges_item p {
    color: rgba(20, 21, 21, 0.75);
    font-style: normal;
    line-height: 150%;
    margin: 0;
}

.right_tabs ul.nav.nav-tabs {
    display: table;
    border: 0;
    border-radius: 30px;
    background: #F4F5FF;
    padding: 12px 5px;
    margin: 0 auto;
    width: auto;
}

.right_tabs ul.nav.nav-tabs li {
    display: inline-block;
}

.right_tabs ul.nav.nav-tabs li a {
    color: rgba(0, 0, 0, 0.75);
    text-align: center;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 14px;
}

.right_tabs ul.nav.nav-tabs li a.active {
    border-radius: 27px;
    background: #533FF0;
    color: #fff;
    padding: 10px 15px;
}

.right_tabs .tab-content img {
    width: 100%;
}

/***-------benefit_area----------***/

.benefit_item {
    border-radius: 20px;
    border: 1px solid rgba(83, 63, 240, 0.20);
    background: #FFF;
    text-align: center;
    padding: 15px;
    min-height: 249px;
    margin: 20px -5px;
}

.benefit_item:hover {
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    cursor: pointer;
}

.benefit_item img {
    margin: 0 auto;
    width: 55px;
}

.benefit_item h3 {
    color: #14171A;
    text-align: center;
    font-size: 16px;
    line-height: 145%;
    margin: 10px 0 5px;
    font-weight: 600; 
}

.benefit_item p {
    margin: 0;
    font-size: 12px; 
}

.step_col .step_slider {
    /*display: flex;
    align-items: flex-start;
    justify-content: center;*/
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.step_col .step_slider .step_slider_inner {
    width: 25%;
    margin: 0 15px;
    color: #fff;
}

.step_item span {
    display: table;
    margin: 0 auto;
    padding: 8px 8px;
    border-radius: 100px;
    background: #533FF04D;
}

.step_item h5 {
    color: #533FF080;
    font-size: 17px;
    text-align: center;
    margin: 15px 0;
}


     
    .carousel__text {
        display: flex;
        justify-content: space-between;
        position: relative;
        padding: 0 20px;
    }

 .carousel__text::before {
    content: '';
    position: absolute;
    top: 3%;
    left: 0;
    right: 0;
    margin: auto;
    width: 73%;
    height: 2px;
    border-bottom: 2px dotted #533FF080;
    z-index: -9999;

}


    .step_slider_inner.active~.step .step_item {
        background: #ddd;

        /* Reset following steps to inactive if needed */
    }

    /* Active line from the first to an active step */
    .step_slider_inner.active::after {
        content: '';
        position: absolute;
        top: 3%;
        left: 50%;
        height: 2px;
       background: #533FF0;
        /* Active line color */
        z-index: 1;
        /* Same layer as the line */

    }

    /* First step */
    .step_slider_inner:first-child.active::after {
        width: 100%;
        /* Adjust based on the number of steps */
        transform: translateX(0%);
        animation: border_anim 3s linear forwards;
    }
@keyframes border_anim {
    0%{
        width: 0%;
    }
    100%{
        width: 100%;
    }
}
    /* Second step */
    .step_slider_inner:nth-child(2).active::after {
        width: 100%;
        /* Adjust based on the number of steps */
        transform: translateX(0%);
        animation: border_anim 3s linear forwards;
    }

    /* Third step */
    .step_slider_inner:nth-child(3).active::after {
        width: 100%;
        /* Adjust based on the number of steps */
        transform: translateX(0%);
        animation: border_anim 3s linear forwards;
    }


/*
.active .step_item:nth-child(1):before {
    border-bottom: 2px dotted #533ff0;;
}
*/
.active .step_item span {
    background: #533FF0!important;
}

.active .step_item h5 {
    color: #533FF0;
}

.active .step_item p {
    color: #533FF0BF;
}

.step_item p {
        color: #533FF080;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 500; 
    line-height: 150%;
}

.step_col .step_slider:before {
    content: '';
    position: absolute;
    border: 1px dashed #fff;
    left: 0;
    right: 0;
    width: 80%;
    top: 15%;
    margin: 0 auto;
}

.case_item {
    background: rgb(83 63 240 / 1%);
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #533FF033;
    margin: 20px 0;
    stroke-width: 1px;
    stroke: rgba(83, 63, 240, 0.20);
}
/*.slick-active .case_item {}*/

.case_item:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.case_head {
    display: flex;
    align-items: center;
}

.ch_icon {
    width: 45px;
    margin-right: 15px;
}

.ch_icon img {
    width: 100%;
}

.ch_content h5 {
    color: #141515;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.ch_content span {
    color: #656565;
    font-size: 14px;
}

.case_item p {
        margin: 20px 0;
    font-size: 14px;
}

.case_skill span {
    color: #141515;
    margin-bottom: 15px;
    display: table;
}

.case_skill_icon {
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-start;
    gap:10px;
}
.case_skill_icon img {
    width: 40px;
}

.case_skill ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.case_skill ul li {
   border: 1px solid #0000001A;
    color: rgba(0, 0, 0, 0.50);
    font-size: 12px;
    padding: 7px 10px;
    margin: 5px 5px 1px 0px;
    font-weight: 600;
    border-radius: 20px;
}

.case_item a.btn {
    width: 100%;
}

/* Basic styles for the accordion */

.faq_item .tabs {
    display: flex;
    justify-content: center;
    border-radius: 30px;
    background: #F4F5FF;
    padding: 0px;
    width: 63%;
    margin: 0 auto 40px;
}

.tab-ml {
    margin-left: 0px !important;
}

.faq_item .tabs button {
    border: 0;
    border-radius: 27px;
    background: #F4F5FF;
    padding: 10px 15px;
    outline: 0;
    margin: 0px 0px 0px 30px;
}

.faq_item .tabs button.active,
.faq_item .tabs button:hover {
    border-radius: 27px;
    background: #533FF0;
    color: #fff;
    outline: 0;
}

.case_area .tab-content {
    display: none;
}

.case_area .tab-content.active {
    display: block;
    padding:0 30px;
}

.accordion {
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: background-color 0.3s;
}

.accordion:after {
    content: '\002B';
    font-size: 20px;
    float: right;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 10px;
    background: rgba(83, 63, 240, 0.10);
    text-align: center;
    color: #533FF0;
    padding: 4px;
}

.accordion.active:after {
    content: "\2212";
}

.accordion-content {
    padding: 0 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    border-bottom: 1px solid #D9D9D9;
}

.accordion-content.active-content {
    max-height: 200px;
}

.tab-content button.accordion,
.tab-content button.accordion:focus,
.tab-content button.accordion:active {
    border: 0 !important;
    outline: 0;
    background: transparent;
}

button.accordion {
    color: #141515;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial_slider .slick-list.draggable {
    padding: 20px 0 !important;
}

.testimonial_item {
    border-radius: 20px;
    background: #FFF;
    padding: 30px;
    opacity: 0.5;
}

.slick-current .testimonial_item {
    opacity: 1;
    transform: scale(1.1);
}

/*
.ti_head {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
*/
.ti_head {
    margin-top: 15px;
}

.ti_head_img {
    display: table;
    margin: auto;
    padding-bottom: 10px;
}

.ti_head_content {
    color: #000;
}

.ti_head_content h6 {
    margin-bottom: 0;
}

.ti_head_content span {
    font-size: 12px; 
    color: #838383;
}

.testimonial_item p {
    margin: 0;
    color: rgba(20, 21, 21, 0.75);
}

.testimonial_slider ul.slick-dots {
    display: flex !important;
    margin: 10px 0 0 0;
}



/*Slick*/
ul.slick-dots {
    display: none;
    list-style: none;
    justify-content: center;
    padding: 0;
}

ul.slick-dots li {
    margin: 15px 2px 0 2px;
    display: inline;
}

ul.slick-dots li button {
    font-size: 0;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: rgba(83, 63, 240, 0.08);
}

ul.slick-dots li.slick-active button {
    background: #533FF0;
}

.bg_blue ul.slick-dots li button {
    font-size: 0;
    border: 0;
    width: 12px;
    transform: scale(0.7);
    height: 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
}

.bg_blue ul.slick-dots li.slick-active button {
    background: #ffffff;
}

/*Case Study*/
section.case_hero.bg_blue {
    padding-top: 150px;
    color: #fff;
}

section.case_hero.bg_blue span.case_banner_stdy {
    display: table;
    margin: 0 auto;
    color: #26611B;
    background: #fff;
    padding: 8px 15px;
    border-radius: 20px;
}

img.case_banner_logo {
    margin: 15px 0;
}

.case_hero p {
    color: #fff;
}

.case_hero_item {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 0px 80px 30px rgba(0, 0, 0, 0.05);
    color: rgba(20, 21, 21, 0.75);
    display: flex;
    padding: 15px;
    align-items: center;
}

.case_hero_item img {
    margin-right: 6px;
    width: 41px;
}

img.case_banner_star {
    margin-bottom: 50px;
}

.case_about .row {
    flex-direction: row-reverse;
}

.case_about_left .title {
    margin-bottom: 20px;
}

.case_about_left p {
    color: rgba(20, 21, 21, 0.75);
    margin: 0;
}

.goal_left.bg_blue {
    padding: 30px;
    text-align: center;
    border-radius: 15px;
    margin-right: 30px;
}

.goal_right_item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(83, 63, 240, 0.15);
}

.goal_right_item:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}

.goal_right_item p {
    margin: 0;
}

.goal_right_item h5 {
    font-family: 'satoshimedium';
    color: #14171A;
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
}

.case_help .row {
    display: flex;
    flex-direction: row-reverse;
}

.case_help_right .row {
    flex-direction: row;
}

.case_help_item img {
    margin-bottom: 10px;
    width: 40px; 
} 

.case_help_item p {
    margin: 0; 
    font-size: 15px;
}

.bg_blue .case_item {
    background: #fff;
}

.tech_btm img {
    width: 40px;
}

.tech_btm ul {
    list-style: none;
    padding-left: 0px !important;
}

.tech_btm ul li {
    display: inline-block;
    padding: 0px 0px;
}
.tech_btm ul li {
    margin-right: 5px;
}

/*Footer*/
section#shadow-host-companion {
    display: none;
}

footer {
    padding-top: 80px;
}

.ft_logo a img {
    width: 60%;
}

.ft_social ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: start;
    margin-top: 20px;
}

.ft_social ul li {
    padding-right: 8px;
}

.ft_social ul li img {
    width: 30px;
}

.ft_social ul li a {
    margin-right: 5px;
}

.ft_link h6 {
    color: #141515;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 150%;
}

.ft_link ul {
    padding: 0;
    list-style: none;
}

.ft_link ul li a,
.ft_link p,
.ft_link p a {
    color: rgba(20, 21, 21, 0.75);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    padding: 5px 0;
}

.ft_link ul li a {
    display: block;
    line-height: 30px;
}

.ft_link p {
    margin-bottom: 5px;
}

.ft_copy {
    border-top: 1px solid #cdcdcd;
    padding-top: 15px;
    margin-top: 30px;
}

.footer_form {
    padding-left: 30px;
}

.col-md-3 .ft_link {
    padding: 0 15px;
}

.form_col {
    position: relative;
    margin-top: 30px;
}

.form_col input {
    border-radius: 50px;
    border: 1px solid rgba(20, 21, 21, 0.25);
    height: 50px;
}

.form_col button.btn {
    position: absolute;
    top: 2px;
    right: 5px;
    padding: 10px 12px;
}

/***------animation css ----------**/

.feature_one,
.feature_four {
    animation-name: floating;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0, 15px);
    }

    100% {
        transform: translate(0, -0px);
    }
}

.feature_two,
.feature_third {
    animation-name: featureicon;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes featureicon {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(20px, 0px);
    }

    100% {
        transform: translate(-0px, 0px);
    }
}

/********----------benefit_area----------*******/
.benefit_area {
    padding-top: 0px;
    padding-bottom: 50px;
}



/********---------4- Simple Steps of Onboarding----------*******/

.carousel {
    position: relative;
}

.carousel__slides .carousel__slide {
    display: none;
    /* Hide slides by default */
}

.carousel__slides .carousel__slide.active {
    display: block;
    /* Show active slide */
}

.carousel__text > div {
    color: #aaa;
    /* Non-highlighted color */
    transition: color 0.3s;
}

.carousel__text > div.active {
    color: #000;
    /* Highlighted color */
}

.carousel__controls {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.carousel__text {
    display: flex;
    justify-content: center;
    align-content: center;
}

.slick-slide {
    height: auto !important;
}


/****----new extra css----*********/
.technology_slider ul.slick-dots {
    text-align: center;
}
.step_area .carousel__slide{
    text-align: center;
}
.step_area .carousel__slide img {
    width: 85%;
    margin: 0 auto;
}
.right_area .title {
    margin-bottom: 15px;
}
div#menu1 video.desk_col {
    height: 390px;
}

/*new css tarun*/
.five-boxes .container{
    max-width: 1240px !important;    
}
.banner-case {
    font-size: 12px;
}
.row.boxes-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px; 
}
.banner-boxes .case_hero_item {
    height: 100%;
    padding: 13px 11px;
}
.banner-boxes .case_hero_item span {
    font-size: 13px !important;
}
.abt-head{
    font-size: 28px !important;
}
.goal-head{ 
    font-size: 41px !important
}
.case_left {
    padding: 7rem 0 !important;
    width: 74%;
    margin:0 !important;
}
section.outcome.pt-3 {
    padding-bottom: 100px;
}
.case_left img {
    width: 75%; 
}
.case-small{
    font-size: 12px !important;
}
.challenge_right .goal_right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.challenge_right {
    margin-left: -34px ;
}
.challenge_right p{
    font-size: 13px;
}
.case_right{
        width: 90%;
    margin: 0 auto;
}
.case_right img{
    width: 100%;
}
.outcome_content.text-center h4 b {
    letter-spacing: 1px;
}
.case_help_item p {
    padding-right: 28px;
} 
.case_help_right .col-6 {
    padding-right: 0;
}
.case_help_right .row {
    margin-top: 50px;
}
.col-md-6.case_blue_right {
    display: flex;
    justify-content: center;
    align-items: center;
} 
section.case_area.pt-0 {
    padding-bottom: 75px;
}
.case_skill span {
    font-size: 14px !important;
    font-weight: 500;
}
.trust_img li {
    display: flex;
    justify-content: center;
    align-items: center;
}
video.desk_col.desk-video {
    height: 390px !important;
}
.challenges_with ul.slick-dots li button{
    transform: scale(0.7);
}
.row.boxes-row.maple-row {
    grid-template-columns: 1fr 1fr 1fr;
        width: 70%;
    margin: 0 auto;
}

@media only screen and (max-width:960px){
    .row.boxes-row {
        grid-template-columns: 1fr 1fr 1fr !important;
    }   
}

@media only screen and (max-width:990px){
    .row.boxes-row.maple-row {
        width: 95%;
    }
}

@media only screen and (max-width: 768px){
    .banner-boxes .case_hero_item{
        height: auto !important; 
    }
    section.case_goal h2 {
        font-size: 35px !important;
    }
    .case_goal .title.text-center{
        margin-bottom: 0;
    }
    .case_goal .row.pt-4.pb-5 {
        padding-bottom: 24px !important;
    }
    .case_left ,  .case_right{ 
        width: 100% !important;
    }
    .challenge_right {
        margin-left: 0;
        margin-top: 22px;
    }
    .row.boxes-row {
        grid-template-columns: 1fr !important;
        margin: 0 15px;
    } 

}

@media only screen and (min-width: 1024px){
    .benefit_area .slick-initialized .slick-slide{
        height: 300px !important;
    }
    .benefit_item{
            display: flex;
    flex-direction: column;
    justify-content: center;
    }
    .people_area .col-md-12.slick-slide {
        transform: scale(0.9);
        padding:0 !important: 
    }

    .people_area .col-md-12.slick-slide.slick-current.slick-active.slick-center{
        transform: scale(1);
    }
}
/*new css tarun ends*/