.case_banner{
    padding: 60px 0 0 0;
    text-align: center;
}
.case_banner .case_txt{}
.case_banner .case_txt h1{
    color: #000;
    font-size: 194px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.2;
    font-weight: bold;
    background: transparent;
    position: relative;
    z-index: 4;
}
.case_banner .case_txt h1 span{
    display: block;
    font-size: 60px;
    text-align: end;
}


.case_sec_fold{
    margin: -500px 0 0 0;
}
.case_sec_fold .case_bgg{
    background: url(../images/case/bzinc-bg.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 40px;
    padding: 0 60px 40px 60px;
    height: 582px;
}
.case_sec_fold .case_bgg .midd_big_img{}
.case_sec_fold .case_bgg .midd_big_img img{margin: -55px 0 0 300px;}
.case_sec_fold .case_bgg .midd_btm_detail{
    padding: 350px 0 0 0;
}
.case_sec_fold .case_bgg .midd_btm_detail ul{
    display: flex;
    justify-content: space-between;
    /* padding: 343px 0 0px 0; */
    align-items: center;
}
.case_sec_fold .case_bgg .midd_btm_detail ul li{}
.case_sec_fold .case_bgg .midd_btm_detail ul li h3{
    color: #fff;
    font-size: 60px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin: 0;
}
.case_sec_fold .case_bgg .midd_btm_detail ul li a{}
.case_sec_fold .case_bgg .midd_btm_detail ul li a img{}
.case_sec_fold .case_bgg .midd_btm_detail p{
    color: #fff;
    margin: 0;
    font-size: 18px;
}

.big_secreen_sec{
    margin: -150px 0 0 0;
}
.big_secreen_sec .midd_big_img{}
.big_secreen_sec .midd_big_img img{
    margin: 0;
    width: 70%;
    position: relative;
    z-index: 4;
}



.process_sec_case{
    padding: 120px 0 60px 0;
}
.process_sec_case .process_bx{
    background: #000000;
    border-radius: 30px;
    padding: 30px 20px;
    position: relative;
    margin: 0 25px;
    height: 270px;
}
.process_sec_case .process_bx .circle{
    width: 110px;
    height: 110px;
    background: #f9bb32;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -50px;
    right: -50px;
}
.process_sec_case .process_bx .circle img{}
.process_sec_case .process_bx h5{
    color: #fff;
    font-size: 22px;
    font-family: 'Open Sans';
    height: 55px;
    padding: 0 15px 0 0;
}
.process_sec_case .process_bx p{
    margin: 0;
    color: #fff;
    line-height: 1.4;
    font-family: 'Open Sans';
}




.popular_Sec{
    padding: 30px 0;
    position: relative;
}
.popular_Sec:before{position: absolute;content: "";top: 0;left: -100px;width: 30%;height: 18%;background: transparent linear-gradient(271deg, #ffffff 0%, #ffffff 100%) 0% 0% no-repeat padding-box;z-index: 1;filter: blur(50px);}
.popular_Sec:after{position: absolute;content: "";top: 0;right: -100px;width: 30%;height: 18%;background: transparent linear-gradient(271deg, #ffffff 0%, #ffffff 100%) 0% 0% no-repeat padding-box;z-index: 1;filter: blur(50px);}

.popular_Sec .pop_txt{
    text-align: center;
    padding: 0 560px;
}
.popular_Sec .pop_txt h2{
    font-size: 60px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    margin: 0;
    color: #000;
    line-height: 1;
    margin: 0 0 40px 0;
}
.popular_Sec .pop_txt h2 span{
    color: #f9bb32;
}
.popular_Sec .pop_txt p{
    font-family: "Open Sans", sans-serif;
    color: #000;
}






.screens_wrp .slick-slide {
  height: auto;
  margin: 10px 0px;
}


.screens_wrp ul {
    width: 13%;
    margin: 0;
}

.screens_wrp ul li img {
    /* object-fit: cover; */
    /* height: 400px; */
}

.screens_wrp ul li {}


.screens_wrp {
    display: flex;
    margin: -100px 0 0 0;
    justify-content: space-between;
}

.screens_wrp ul.case-slider2{margin: 250px 0 0 0;}
.screens_wrp ul.case-slider2.case-slider3{margin: 430px 0 0 0;}
.screens_wrp ul.case-slider1.case-slider4{margin: 250px 0 0 0;}
.features_Sec{
    padding: 60px 0;
}
.features_Sec .features_bx{
    padding: 120px 50px;
    position: relative;
    margin: 0 0 20px 0;
    transition: all 900ms;
    height: 380px;
}
.features_Sec .features_bx img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}
.features_Sec .features_bx h6{
    position: relative;
    text-align: center;
    font-size: 36px;
    color: #000;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    line-height: 1;
}
.features_Sec .features_bx p{
    position: relative;
    text-align: center;
    margin: 0;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.5;
}

.features_Sec .features_bx:hover{    transform: scale(1.1) translate(0);}

.timeline_Sec{
    padding: 0 0 50px 0;
    position: relative;
}
.timeline_Sec .time_bg{
    box-shadow: 2px 1px 10px 10px #88888836;
    border-radius: 20px;
    margin: 0 20px;
    padding: 10px 50px;
}
.timeline_Sec .time_bg .time_wrpr{}
.timeline_Sec .time_bg .time_wrpr h2{
    font-size: 45px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}
.timeline_Sec .time_bg .time_wrpr p{
    margin: 0;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.5;
}
.timeline_Sec .time_bg .time_img{
}
.timeline_Sec .time_bg .time_img img{
    width: 100%;
}

.mountain_sec{
    height: 120vh;
    background: url(../images/case/mountain.png);
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
    position: relative;
}



.tabs.current{display: block;}
.tabs{display: none;}

.mountain_sec{}
.mountain_sec .mountain_detail{
    margin: 100px 0 0 0;
}
.mountain_sec .mountain_detail .tabs{
    background: #f9bb32;
    padding: 30px 25px;
    border-radius: 20px;
}
.mountain_sec .mountain_detail .tabs .itm{}
.mountain_sec .mountain_detail .tabs .itm h6{
    margin: 0 0 15px 0;
    color: #fff;
    font-size: 24px;
    font-family: "Open Sans", sans-serif;
    vertical-align: middle;
}
.mountain_sec .mountain_detail .tabs .itm h6 span{
    font-size: 13px;
    background: #d5333e;
    padding: 0 5px;
    border-radius: 50px;
    vertical-align: middle;
}
.mountain_sec .mountain_detail .tabs .itm p{
    margin: 0;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.5;
}
.mountain_sec ul{}
.mountain_sec ul li{
    display: flex;
    padding: 5px 20px;
    background: #fff;
    border-radius: 50px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #fe5138;
    font-weight: 600;
    align-items: center;
    position: absolute;
    cursor: pointer;
}
.mountain_sec ul li p{
    font-size: 13px;
    background: #d5333e;
    padding: 3px 4px;
    border-radius: 50px;
    vertical-align: middle !important;
    color: #fff;
    text-align: center;
    margin: 0 5px 0 0;
    display: inline-block;
    height: 20px;
    width: 20px;
}

.mountain_sec ul li:nth-child(1){
    bottom: 82px;
    left: 120px;
}
.mountain_sec ul li:nth-child(2){
    bottom: 235px;
    left: 190px;
}
.mountain_sec ul li:nth-child(3){
    bottom: 195px;
    left: 590px;
}
.mountain_sec ul li:nth-child(4){
    bottom: 345px;
    left: 740px;
}
.mountain_sec ul li:nth-child(5){
    bottom: 385px;
    left: 1100px;
}
.mountain_sec ul li:nth-child(6){
    bottom: 505px;
    left: 990px;
}
.mountain_sec ul li:nth-child(7){
    bottom: 490px;
    left: 650px;
}
.mountain_sec ul li:nth-child(8){
    bottom: 690px;
    left: 720px;
}
.mountain_sec ul li:nth-child(9){
    top: 0;
    left: 770px;
}


.cta_casestudy{
    padding: 60px 0 60px 0;
}
.cta_casestudy .cta_case_bg{
    background: url(../images/case/cmolds_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 30px;
    padding: 75px 80px;
}
.cta_casestudy .cta_case_bg h2{
    color: #fff;
    font-size: 72px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    width: 50%;
    line-height: 1;
}
.cta_casestudy .cta_case_bg p{
    width: 40%;
    color: #fff;
    font-family: 'Open Sans';
}
.cta_casestudy .cta_case_bg ul{
    display: flex;
    gap: 20px;
    margin: 60px 0 81px 0;
}
.cta_casestudy .cta_case_bg ul li{
    width: 13%;
}
.cta_casestudy .cta_case_bg ul li a{
    background: #000;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    padding: 10px 10px;
    border-radius: 10px;
    font-family: 'Poppins';
    display: block;
    width: 100%;
    text-align: center;
}
.cta_casestudy .cta_case_bg .d-flex{
    gap: 30px;
}
.cta_casestudy .cta_case_bg .d-flex a{}
.cta_casestudy .cta_case_bg .d-flex a img{}
.cta_casestudy .cta_case_bg ul li a:hover{background: #fff;color: #000;}

.ftr_none footer{}


.footer_case{padding: 30px 0 60px 0; }
.footer_case .fotr_txt{position: relative; }
.footer_case .fotr_txt h3{color: #d5333e; font-weight: 900; font-size: 40px; position: relative; }
.footer_case .fotr_txt ul{margin: 100px 0 40px 0; display: flex; gap: 20px; }
.footer_case .fotr_txt ul li{}
.footer_case .fotr_txt ul li a{}
.footer_case .fotr_txt ul li a i{color: #000000; } 
.footer_case .fotr_txt p{}
.footer_case .fotr_txt2{}
.footer_case .fotr_txt2 .item{padding: 0 0 20px 0; margin: 0 0 20px 0; border-bottom: 1px solid #d6d6d6; } 
.footer_case .fotr_txt2 .item h6{margin: 0 0 5px 0; color: #666666; font-weight: 600; font-size: 24px; }
.footer_case .fotr_txt2 .item p{margin: 0; color: #393939; } .footer_case .fotr_txt h3:before{position: absolute;content: "";height: 3px;width: 35%;bottom: -50px;left: 0;background: #d6d6d6;}
.footer_case .fotr_txt:before{position: absolute;content: "";height: 100%;width: 3px;top: 0;right: 140px;background: #d6d6d6;}
.footer_case .fotr_txt2 .item:hover h6{    color: #d5333e;}
.mountain_sec ul li.current{border: 1px solid #fe5138; }

.body_case .case_sec_fold .case_bgg{background: url(../images/case/body-count/body-bg.png); background-size: 100%; background-position: center; background-repeat: no-repeat;}
.body_case .cta_casestudy .cta_case_bg {background: url(../images/case/body-count/cmolds_bg.png); background-size: cover; background-position: center; background-repeat: no-repeat;}
.inspo_case .case_sec_fold .case_bgg{background: url(../images/case/inspo/bzinc-bg.png); background-size: 100%; background-position: center; background-repeat: no-repeat;}
.inspo_case .cta_casestudy .cta_case_bg {background: url(../images/case/inspo/cmolds_bg.png);background-size: cover;background-position: 100%;background-repeat: no-repeat;}
.route_case .case_sec_fold .case_bgg{background: url(../images/case/route/bzinc-bg.png); background-size: 100%; background-position: center; background-repeat: no-repeat;}
.route_case .cta_casestudy .cta_case_bg {background: url(../images/case/route/cmolds_bg.png); background-size: cover; background-position: center; background-repeat: no-repeat;}
.pet-case .case_sec_fold .case_bgg{background: url(../images/case/pet/bzinc-bg.png); background-size: 100%; background-position: center; background-repeat: no-repeat;}
.pet-case .cta_casestudy .cta_case_bg {background: url(../images/case/pet/cmolds_bg.png); background-size: cover; background-position: center; background-repeat: no-repeat;}
.paco_case .case_sec_fold .case_bgg{background: url(../images/case/paco/bzinc-bg.png); background-size: 100%; background-position: center; background-repeat: no-repeat;}
.paco_case .cta_casestudy .cta_case_bg {background: url(../images/case/paco/cmolds_bg.png); background-size: cover; background-position: center; background-repeat: no-repeat;}
.toy_case .case_sec_fold .case_bgg{background: url(../images/case/toy/bzinc-bg.png); background-size: 100%; background-position: center; background-repeat: no-repeat;}
.toy_case .cta_casestudy .cta_case_bg {background: url(../images/case/toy/cmolds_bg.png); background-size: cover; background-position: center; background-repeat: no-repeat;}
.bp_case .case_sec_fold .case_bgg{background: url(../images/case/bp/bzinc-bg.png); background-size: 100%; background-position: center; background-repeat: no-repeat;}
.bp_case .cta_casestudy .cta_case_bg {background: url(../images/case/bp/cmolds_bg.png); background-size: cover; background-position: center; background-repeat: no-repeat;}
.skelto_case .case_sec_fold .case_bgg{background: url(../images/case/skelto/bzinc-bg.png); background-size: 100%; background-position: center; background-repeat: no-repeat;}
.skelto_case .cta_casestudy .cta_case_bg {background: url(../images/case/skelto/cmolds_bg.png); background-size: cover; background-position: center; background-repeat: no-repeat;}
.freel_case .case_sec_fold .case_bgg{background: url(../images/case/4reel/bzinc-bg.png); background-size: 100%; background-position: center; background-repeat: no-repeat;}
.freel_case .cta_casestudy .cta_case_bg {background: url(../images/case/skelto/cmolds_bg.png); background-size: cover; background-position: center; background-repeat: no-repeat;}
.bar_case .case_sec_fold .case_bgg{background: url(../images/case/bar/bzinc-bg.png); background-size: 100%; background-position: center; background-repeat: no-repeat;}
.bar_case .cta_casestudy .cta_case_bg {background: url(../images/case/bar/cmolds_bg.png); background-size: cover; background-position: center; background-repeat: no-repeat;}
.ipwr_case .case_sec_fold .case_bgg{background: url(../images/case/ipower/bzinc-bg.png); background-size: 100%; background-position: center; background-repeat: no-repeat;}
.ipwr_case .cta_casestudy .cta_case_bg {background: url(../images/case/ipower/cmolds_bg.png); background-size: cover; background-position: center; background-repeat: no-repeat;}
.gf_case .case_sec_fold .case_bgg{background: url(../images/case/gftra/bzinc-bg.png); background-size: 100%; background-position: center; background-repeat: no-repeat;}
.gf_case .cta_casestudy .cta_case_bg {background: url(../images/case/gftra/cmolds_bg.png); background-size: cover; background-position: center; background-repeat: no-repeat;}
.lyf_case .case_sec_fold .case_bgg{background: url(../images/case/lyfepass/bzinc-bg.png); background-size: 100%; background-position: center; background-repeat: no-repeat;}
.lyf_case .cta_casestudy .cta_case_bg {background: url(../images/case/lyfepass/cmolds_bg.png); background-size: cover; background-position: center; background-repeat: no-repeat;}


/*************Responsive***********/

@media (max-width: 1600px), (max-height: 740px) {
    .case_banner .case_txt h1 {color: #000; font-size: 130px;}
    .popular_Sec .pop_txt {padding: 0 450px; }
    .mountain_sec {height: 145vh; } 
    .cta_casestudy .cta_case_bg {border-radius: 80px; }
    .big_secreen_sec .midd_big_img img {width: 65%; }
    .case_banner {padding: 40px 0 0 0;}


    

     }
@media only screen and (min-width: 1366px) and (max-width: 1920px) {}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {

    .case_banner .case_txt h1 {font-size: 100px; }
    .big_secreen_sec .midd_big_img img {width: 60%;margin: 0 auto; display: block;}
    .case_sec_fold .case_bgg .midd_btm_detail {padding: 280px 0 0px 0; }
    .case_sec_fold {margin: -400px 0 0 0; }
    .process_sec_case {padding: 60px 0 60px 0; }
    .popular_Sec .pop_txt {padding: 0 300px; }
    .mountain_sec ul li:nth-child(9) {left: 500px; }
    .mountain_sec ul li:nth-child(8) {bottom: 540px; left: 440px; }
    .mountain_sec ul li:nth-child(7) {bottom: 390px; left: 400px; }
    .mountain_sec ul li:nth-child(6) {bottom: 400px; left: 670px; }
    .mountain_sec ul li:nth-child(4) {bottom: 280px; left: 460px; }
    .mountain_sec ul li:nth-child(5) {bottom: 300px; left: 770px; }
    .mountain_sec ul li:nth-child(3) {bottom: 150px; left: 410px; }
    .mountain_sec ul li:nth-child(2) {bottom: 200px; left: 80px; }
    .mountain_sec ul li:nth-child(1) {bottom: 80px; left: 10px; }
    .cta_casestudy .cta_case_bg h2{    font-size: 44px;}
    .cta_casestudy .cta_case_bg ul {gap: 5px; margin: 30px 0 30px 0; }
    .cta_casestudy .cta_case_bg ul li a {font-size: 10px; padding: 6px 5px;}
    .cta_casestudy .cta_case_bg p {width: 50%; font-size: 15px;}
    .cta_casestudy .cta_case_bg .d-flex a img {width: 80%; }
    .cta_casestudy .cta_case_bg .d-flex {gap: 0px; }
    .footer_case .fotr_txt2 .item {padding: 0 0 10px 0; margin: 0 0 10px 0;}
    .footer_case .fotr_txt2 .item h6 {      font-size: 20px;}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {}
@media only screen and (min-width: 768px) and (max-width: 991px) {}
@media only screen and (min-width: 520px) and (max-width: 767px) {
    .case_banner .case_txt h1 {font-size: 50px;line-height: 1.2;text-align: center;}
    .case_banner .case_txt h1 span{font-size: 40px;text-align: center;}
    .case_sec_fold .case_bgg{padding: 0 20px 30px 20px;height: auto;margin: 0 0px;background-size: cover !important;border-radius: 50px;}
    .case_sec_fold .case_bgg .midd_btm_detail ul{padding: 100px 0 0px 0;display: block;}
    .case_sec_fold {margin: -130px 0 0 0; }
    .case_sec_fold .case_bgg .midd_btm_detail ul li h3 {font-size: 50px; margin: 0 0 10px 0; }
    .case_sec_fold .case_bgg .midd_btm_detail p {font-size: 15px; }
    .big_secreen_sec .midd_big_img img {width: 100%;}
    .process_sec_case .process_bx{    margin: 0 45px 50px 25px; height: auto;}
    .process_sec_case {padding: 80px 0 0px 0; }
    .popular_Sec .pop_txt {padding: 0 0; }
    .screens_wrp{margin: 0 0 0 0;}
    .screens_wrp ul.case-slider2 {margin: 100px 0 0 0; }
    .screens_wrp ul.case-slider2.case-slider3 {margin: 150px 0 0 0; }
    .screens_wrp ul.case-slider1.case-slider4 {margin: 100px 0 0 0; }
    .popular_Sec .pop_txt h2 {font-size: 40px;}
    .features_Sec {padding: 0px 0 40px 0; }
    .features_Sec .features_bx {padding: 40px 20px; height: auto;}
    .features_Sec .features_bx h6{font-size: 30px;}
    .timeline_Sec .time_bg{margin: 0 0px; padding: 30px 20px;}
    .timeline_Sec .time_bg .time_wrpr h2 {font-size: 36px; text-align: center;}
    .timeline_Sec .time_bg .time_wrpr p {text-align: center;}
    .timeline_Sec {padding: 0 0 20px 0;}
    .mountain_sec .mountain_detail {margin: 50px 0 0 0; }
    .mountain_sec ul li:nth-child(1){}
    .mountain_sec ul li:nth-child(2){}
    .mountain_sec ul li {position: unset !important;margin: 10px 0;}
    .mountain_sec ul {margin: 20px 0; }
    .mountain_sec{    height: auto;    background-position: bottom;}
    .cta_casestudy .cta_case_bg{margin: 0; padding: 40px 40px;}
    .cta_casestudy .cta_case_bg h2{width: 100%;font-size: 38px;}
    .cta_casestudy .cta_case_bg p {width: 100%;}
    .cta_casestudy .cta_case_bg ul {display: block; margin: 30px 0 30px 0; }
    .cta_casestudy .cta_case_bg ul li {width: 100%; margin: 0 0 5px 00; }
    .cta_casestudy .cta_case_bg .d-flex {gap: 20px; justify-content: center; }
    .footer_case .fotr_txt:before{display: none;}
    .footer_case .fotr_txt h3:before{display: none;}
    .cta_casestudy {padding: 60px 0 0px 0; }
    .footer_case .fotr_txt ul {margin: 0px 0 20px 0;}
    .footer_case .fotr_txt h3 {font-size: 34px;}
    .footer_case .fotr_txt2 .item {padding: 0 0 10px 0px; margin: 0 0 10px 0;}
    .footer_case .fotr_txt2 .item h6 {font-size: 18px;}
    .footer_case {padding: 30px 0; }
    .case_sec_fold .case_bgg .midd_btm_detail {padding: 0px 0 0 0; }
    .process_sec_case .process_bx .circle {width: 80px; height: 80px;     top: -30px; right: -40px;}
     }
@media only screen and (min-width: 0px) and (max-width: 519px) {
    .case_banner .case_txt h1 {font-size: 50px;line-height: 1.2;text-align: center;}
    .case_banner .case_txt h1 span{font-size: 40px;text-align: center;}
    .case_sec_fold .case_bgg{padding: 0 20px 30px 20px;height: auto;margin: 0 0px;background-size: cover !important;border-radius: 50px;}
    .case_sec_fold .case_bgg .midd_btm_detail ul{padding: 100px 0 0px 0;display: block;}
    .case_sec_fold {margin: -130px 0 0 0; }
    .case_sec_fold .case_bgg .midd_btm_detail ul li h3 {font-size: 50px; margin: 0 0 10px 0; }
    .case_sec_fold .case_bgg .midd_btm_detail p {font-size: 15px; }
    .big_secreen_sec .midd_big_img img {width: 100%;}
    .process_sec_case .process_bx{    margin: 0 45px 50px 25px; height: auto;}
    .process_sec_case {padding: 80px 0 0px 0; }
    .popular_Sec .pop_txt {padding: 0 0; }
    .screens_wrp{margin: 0 0 0 0;}
    .screens_wrp ul.case-slider2 {margin: 100px 0 0 0; }
    .screens_wrp ul.case-slider2.case-slider3 {margin: 150px 0 0 0; }
    .screens_wrp ul.case-slider1.case-slider4 {margin: 100px 0 0 0; }
    .popular_Sec .pop_txt h2 {font-size: 40px;}
    .features_Sec {padding: 0px 0 40px 0; }
    .features_Sec .features_bx {padding: 40px 20px; height: auto;}
    .features_Sec .features_bx h6{font-size: 30px;}
    .timeline_Sec .time_bg{margin: 0 0px; padding: 30px 20px;}
    .timeline_Sec .time_bg .time_wrpr h2 {font-size: 36px; text-align: center;}
    .timeline_Sec .time_bg .time_wrpr p {text-align: center;}
    .timeline_Sec {padding: 0 0 20px 0;}
    .mountain_sec .mountain_detail {margin: 50px 0 0 0; }
    .mountain_sec ul li:nth-child(1){}
    .mountain_sec ul li:nth-child(2){}
    .mountain_sec ul li {position: unset !important;margin: 10px 0;}
    .mountain_sec ul {margin: 20px 0; }
    .mountain_sec{    height: auto;    background-position: bottom;}
    .cta_casestudy .cta_case_bg{margin: 0; padding: 40px 40px;}
    .cta_casestudy .cta_case_bg h2{width: 100%;font-size: 38px;}
    .cta_casestudy .cta_case_bg p {width: 100%;}
    .cta_casestudy .cta_case_bg ul {display: block; margin: 30px 0 30px 0; }
    .cta_casestudy .cta_case_bg ul li {width: 100%; margin: 0 0 5px 00; }
    .cta_casestudy .cta_case_bg .d-flex {gap: 20px; justify-content: center; }
    .footer_case .fotr_txt:before{display: none;}
    .footer_case .fotr_txt h3:before{display: none;}
    .cta_casestudy {padding: 60px 0 0px 0; }
    .footer_case .fotr_txt ul {margin: 0px 0 20px 0;}
    .footer_case .fotr_txt h3 {font-size: 34px;}
    .footer_case .fotr_txt2 .item {padding: 0 0 10px 0px; margin: 0 0 10px 0;}
    .footer_case .fotr_txt2 .item h6 {font-size: 18px;}
    .footer_case {padding: 30px 0; }
    .case_sec_fold .case_bgg .midd_btm_detail {padding: 0px 0 0 0; }
    .process_sec_case .process_bx .circle {width: 80px; height: 80px;top: -30px; right: -40px;}
      }
