/* ======================================================================

  services.css
  
  Index:
  1. Featured Services
  2. Target Graphic
  3. Services List
  4. Verticals
  5. Team Images

/* ====================================================================== */



/*-------------------------- Featured Services  -----------------------*/ 

.services-featured {
    padding: 20px 40px;
}

.services-featured .hs_cos_wrapper_type_widget_container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.services-featured .hs_cos_wrapper_type_custom_widget {
    display: flex;
    padding: 1%;
    flex: 1 1 33%;
}

/* added for support of two col services card */
.services-featured .hs_cos_wrapper_type_module {
    display: flex;
    padding: 1%;
    flex: 1 1 33.33%;
    max-width: 33.33%;
    margin: 0 auto;
}


.services-featured .hs_cos_wrapper_type_module  a {
    width: 100%;
}

.services-featured .card {
    /*margin: 7%;*/
}

.services-featured .card-image {
    height: 180px;
}

.services-featured .card-image img {
    height: 140px;
}

.services-featured .card-image.service-design, .services-featured .card-header.service-design {
    background-color: #AD1A70;
}
.services-featured .card-image.service-frontend, .services-featured .card-header.service-frontend {
    background-color: #356FD1;
}
.services-featured .card-image.service-backend, .services-featured .card-header.service-backend {  
    background-color: #009F62;
}
.services-featured .card-image.service-training, .services-featured .card-header.service-training {
    background-color: #E57C38;
}
.services-featured .card-image.service-devops, .services-featured .card-header.service-devops {
    background-color: #59009b;
}
.services-featured .card-image.service-react, .services-featured .card-header.service-react {
    background-color: #61DBFB;
}
.services-featured .card-image.service-angular, .services-featured .card-header.service-angular {
    background-color: #CB3036;
}

@media ( max-width: 992px ) {
    .services-featured .hs_cos_wrapper_type_custom_widget, .services-featured .hs_cos_wrapper_type_module {
      flex-basis: 50%;
      max-width: 50%;
  }
}

@media ( max-width: 768px ) {
    
    .services-featured {
        padding: 0;
    }
    .services-featured .card {
        margin: 3%;
        width: 100%;
    }
    .services-featured .hs_cos_wrapper_type_widget_container {
        flex-wrap: wrap;
    }
    .services-featured .hs_cos_wrapper_type_custom_widget, .services-featured .hs_cos_wrapper_type_module {
        flex-basis: 100%;
        padding: 0%;
        max-width: 100%;
    }
    .custom-services-page .card-group a {
        width: 100%;
    }
}

/*-------------------------- Target Graphic  -----------------------*/ 

.services-target-graphic {
    padding-top: 350px;
    background-image: url(https://www.bitovi.com/hubfs/services/services-target.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 162px;
    background-position-y: 50px;
}

@media ( max-width: 768px ) {
    .services-target-graphic {
        padding-top: 40px;
        background-image: none;    
    }
}

@media ( min-width: 1441px ) {
    .services-target-graphic {
        background-position-x: center;
    }
}

/*-------------------------- Services Lists  -----------------------*/ 

.services-lists-container {
    padding: 0 2% 40px;
}

.services-lists-container h2 {
/*     margin-left: 2%; */
}

.services-lists .hs_cos_wrapper_type_widget_container {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
}

.services-lists .hs_cos_wrapper_widget {
    display: flex;
    flex-direction: column;
}

.services-lists ul {
    list-style: none;
    padding-left: 0;
    color: #606B70;
    margin: 0;
    flex: 1 1 auto;
}

body .services-lists .hs-button {
    align-self: flex-start;
    margin-left: 9%;
}

@media ( min-width: 1441px ) {
    .services-lists-container {
        background-color: rgba(242, 242, 242, 0.8);
    }
}

@media ( max-width: 992px ) {
    .services-lists .hs_cos_wrapper_widget {
        width: 50%;
    }
      .services-lists-container {
        padding: 0 30px 40px;
    }
}

@media ( max-width: 768px ) {
    .services-lists .hs_cos_wrapper_type_widget_container {
        flex-direction: column;
    }
      .services-lists-container {
        padding: 0 60px 40px;
    }
    .services-lists .hs_cos_wrapper_widget {
        width: 100%;
    }
    .services-lists ul {
        font-size: 18px;
        margin-bottom: 40px;
    }
}   

/*-------------------------- Verticals  -------------------------------*/ 


.services-verticals {
    padding: 20px 40px;
}

.services-verticals .hs_cos_wrapper_type_widget_container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.services-verticals .hs_cos_wrapper_type_custom_widget {
    width: 33%;
    display: flex;
    padding: 1.5% 2%;
}

.services-verticals .card {
    /*margin: 7%;*/
}


@media ( max-width: 768px ) {
    
    .services-verticals {
        padding: 0;
    }
    .services-verticals .card {
        margin: 3%;
        width: 100%;
    }
    .services-verticals .hs_cos_wrapper_type_widget_container {
        flex-wrap: wrap;
    }
    .services-verticals .hs_cos_wrapper_type_custom_widget {
        width: 100%;
    }
    .services-verticals .card-group a {
        width: 100%;
    }
}

/*-------------------------- Verticals  -------------------------------*/ 

@media ( min-width: 1441px ) {
    .services-team-photos {
        margin-bottom: 80px;  
    }
}