*{
    margin: 0;
    padding: 0;
}

.services_top_section1{
    width:100%;
}
.services_top_section2{
    height: 400px !important;
    width: 100%;
}
.selected_cases{
        display: flex;
        flex-direction: column;   
        padding-bottom:22px;   
        width: 100%;
}
.why_us i{
    font-size: 24px;
}
a,a:hover{
    text-decoration: none;
}
.bg_color_white{
    width:100% !important;
    background-color: rgb(252, 251, 251);
    margin: 0 !important;
    padding-bottom: 30px;
    padding-top: 30px;
}
.bg_color2{
    background-color:#f6f6f6 !important;
    margin: 0 !important;
    width: 100% !important;
    padding-bottom: 30px;
    padding-top: 30px;
}

.bg_theme{
    background:linear-gradient(310deg, rgb(20, 23, 39), rgb(58, 65, 111));
}

/* --------------------------background image for services page----------------------------- */
.services_bg_image1{
    margin: 0;
    padding: 0;
    background-image: url(../images/businessautomation/business-automation-bg.jpg);
    height:100vh;
    background-repeat: no-repeat;
    background-size:cover !important;
    background-attachment: fixed;
    z-index: -1;
}
/*---------------------------- services_top_section2 --------------------------------*/
.services_top_section2{
    height:350px;
}

.services_top_section2 .padding_top{
    padding: 35px !important;
    align-items: center;
}
.services_top_section2 .padding_top .text_bg{
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background: rgba(0,0,0,.4);
    padding: 3px 15px 3px;
    line-height: 55px;
    color: #ebe7e7;
}

.services_top_section2 .padding_top .text_bg_p{
  line-height: 30px;
}
/* ---------------selected case-blog---------------------- */
.selected_cases_blogs .card{
border: none !important;
}
/* ----------------selected cases sec------------------------- */
.selected_cases .container .owl-carousel .item a{
    position: relative;
    overflow: hidden;
}
.selected_cases .container .owl-carousel-item a {
    display: block;
}

.selected_cases .container .owl-carousel .item a img {
    transition: transform 0.15s ease-in-out;
}
.selected_cases .container .owl-carousel .item:hover  a img {
    transform: scale(1.2) rotate(5deg);
}
.selected_cases .container .owl-carousel .item .flag_icon{
    background-image: url(../images/india-flag-icon.svg);
    background-size: cover;
    height: 30px;
    width: 30px;
    background-position: center;
    border-radius: 60%;
}

.owl-theme .owl-nav{
    display: none;
}
.owl-theme .owl-dots{
    margin-top: 10px !important;
}

/* -----------case study from index page---------------- */
  .case_study .container .row{
    margin-left: -15px;
    margin-right: -15px;
  }
  .case_study input:focus{
    border: 1px solid #f6f6f6;
  }

 
/* ----------------------- carrousel How project made solution-------------------------------------- */

.solution_top_section4 .sol_logo{
    height: auto;
    width: auto;
    max-height: 60px;
    max-width: 179px;
    margin: auto auto 0;
}
.solution_top_section4 .sol_logo1{
    height: 60px;
    width: 60px;
    margin: auto auto 0;
}

/* ----------------------------------------------achievements--------------------------- */
.achievements_container .achievements_container_div img{
    height: 150px;
    width: 150px;
}
/* -------------------------------case_img----------------------------- */
@media only screen and (max-width: 992px) {
    .case_img{
       margin-top:80px;
      }

}   
@media only screen and (max-width: 600px) {
    .achievements_container .achievements_container_div img{
        height: 100px;
        width: 100px;
    }
}