



/* Case Study */
.section.bg-white.case-study {
  padding: 0;
  background: none !important;
}
/* .block-list__item img:hover {
  transform: scale(1.1);
} */
.block-list__item img {
  border-radius: 10px;
  transition: 0.2s ease-in-out;
}
.block-list__item2 img {
  border-radius: 10px;
}
.block-list__item3 img {
  border-radius: 10px;
}
.block-list__item.color2 {
  background: #702c5a;
  padding: 70px 0;
}

.block-list__item2.color2 {
  background: #f1dde4;
  padding: 30px 0;
}

.block-list__item3.color2 {
    background: #13486b;
    padding: 28.5px 0;
}

/* .case-study-img{height:400px} */
.case-study .set-btn-placing{display:flex;align-items:center;justify-content:center;margin:40px 0 0}

.block-list__item.color1 {
  background: #4b7e34;
  padding: 70px 0;
}
.block-list__item2.color1 {
  background: #009cac;
  padding: 30px 0;
}
.block-list__item3.color1 {
    background: #06479f;
    padding: 32px 0;
}
/* .case-study .sticky {position: sticky;top: 0;width: 100%;z-index: 1000;} */
.vertical-center {display: table;height: 100%;width: 100%;}
.vertical-center__inner {display: table-cell;vertical-align: middle;}
  .section--vertical {min-height: calc(100vh - 230px);position: relative;background: var(--white);}
.block-list {
  white-space: nowrap;
  position: relative;
  top: 90px !important;
}

.block-list2 {
  white-space: nowrap;
  position: relative;
  top: 90px !important;
}

.block-list3 {
  white-space: nowrap;
  position: relative;
  top: 90px !important;
}
.inner-homsesec3.headtitle {
    margin-bottom: -180px;
    position: relative;
    z-index: 99;
}
.block-list__item2 img {
    border-radius: 10px;
    width: 100%;
}

.block-list__item, .block-list__item2, .block-list__item3 {
    width: 50%;
    height: 100%;
       display: inline-grid
;
    white-space: normal;
    vertical-align: top;
    transform: scale(1.01);
    text-align: center;
    justify-content: center;
    margin: 70px 0 0;
}
.block-list__item:first-child {margin-left: 0;}
.block-list__item2:first-child {margin-left: 0;}
.block-list__item3:first-child {margin-left: 0;}
.case-study-img {width: 100%;height: 100vh;}
.case-study-img img {width: 100%;height: 100vh;object-fit: cover;}

@media screen and (max-width:991px){
  .easy_step_wrapper h2 br{display: none;}
  .easy_step_wrapper .arrow-up-btm{margin: 0;position: relative;bottom: 10px;left: -45px;
    transform: rotate(76deg);}
}

@media screen and (max-width:767px){


}

