/* .banner-cloud {
    position: relative;
    width: 100%;
    height: 600px;
    background-image: url('../images/cloud-consulting/home\ Banner\ \(1\).webp');
    background-size: cover;
    background-position: right bottom;
    color: white;
    display: flex;
    justify-content: start;
    align-items: center;
    border-radius: 0px 0px 60px 60px;
    background-attachment: fixed;
    padding: 0;
}
.banner-cloud h1 {  font-size: 68px; }
 */


 .crm-img-first img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 40px;
}

.sales-force-sec{
    /* background-color: #0b0a33; */
}

.sales-force-sec h2{
    /* color: #fff; */
    /* width: 100%; */
}

.sales-force-sec p{
    /* color: #fff; */
}

.sales-force-sec img{
    border-radius: 40px;
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.sales-force-sec .theme_btn{
    /* color: #fff!important; */
}


.slaes-force-list-bx{
  padding: 30px;
  border-radius: 30px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: all 0.3s;
  position: relative;
}

.slaes-force-list-bx:hover::after {
width: 100%;
left: 0;
color: #fff!important;
}

.slaes-force-list-bx:hover h4, .slaes-force-list-bx:hover p{
color: #fff!important;
}


.slaes-force-list-bx:after {
position: absolute;
content: "";
top: 0;
right: 0;
height: 100%;
width: 0%;
z-index: -1;
border-radius: 10px;
background-image: linear-gradient(0deg, #02b4e4 0%, #c10ad7 100%);
transition: .5s;
}

.slaes-force-list-bx img{
width: 70px;
  border: 1px solid #b9b9b9;
  padding: 8px;
  border-radius: 12px;
}

.slaes-force-list-bx:hover img{
filter: brightness(0) invert(1);
}

.slaes-force-list-row{
    row-gap: 30px;
}

.slaes-force-list-bx h4{
    margin-top: 20px;
    font-size: 20px;
}


.sec_title{
    font-size: 30px;
}
.service__detail-circle {
    position: relative;
    z-index: 1;
    margin-top: 50%;
  }
  
  .service__detail-circle span {
    position: relative;
    display: block;
    width: 126px;
    height: 126px;
    /* background-color: #000; */
    border: 1px solid #d2d0d0;
    border-radius: 100%;
  }
  
  .service__detail-circle span::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    left: calc(50% - 3px);
    top: calc(50% - 3px);
    background-color: #d2d0d0;
    border-radius: 100%;
  }
  
  .service__detail-circle span::after {
    position: absolute;
    content: "";
    width: 265px;
    height: 2px;
    left: 50%;
    top: calc(50% - 1px);
    background-color: #d2d0d0;
    border-radius: 100%;
  }
  
  .sm-content {
    /* margin-top: -24%;
    margin-left: -25%; */
    background-color: #ecfcff;
    border-radius: 35px;
    padding: 35px;
    box-shadow: 5px 4px 10px #00000016;
  }
  
  .radius_rb {
    border-radius: 0 10px 10px 0;
  }
  .round-img{
    border-radius: 30px;
  }
  .new-cloud-box .row{
    padding: 30px 0px;
  }
  .new-cloud-box .number h3{
    font-size: 100px;
    color: #00000022;
  }
  .new-cloud-box hr{
    color: #0000003d
  }


  /* mobile responsive */

  @media (max-width: 768px) {
    .crm-img-first img {
        
        height: auto;
        
    }
  }
  