/* key_card */

.key_card {
    background-color: #f7f7f7;
    padding: 20px;
    height: 100%;
    border-radius: 10px;
    transition: .4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.key_card:hover {
    background-color: var(--yellow);
    transform: scale(1.03);
}

.key_card:hover * {
    color: #000;
}

.key_icon {
    width: 80px;
    height: 80px;
    padding: 10px;
    border-radius: 8.649px;
    border: 3.459px solid var(--yellow);
    background-color: #fff;
}

.key_icon img {
    height: 100%;
    width: 100%;
}



.staffing_card {
    border-radius: 20px;
    background: #D8E7EF;
    padding: 30px 20px 20px 20px;
    height: 100%;
}

.staffing_card .icon {
    margin-bottom: 10px;
}

.staffing_card .icon img {
    width: 70px;
    margin-bottom: 20px;
}

.staffing_card h3 {
    font-size: 25px;
    font-weight: 600;
}




.approach {
    margin: 30px 0;
}

.approach_steps_1 .col-md-4 {
    background: #fff;
    padding: 30px 40px;
    height: 350px;
    transition: all 0.3s linear;
    margin-bottom: 20px;
}
.approach_steps_1 .col-md-4:nth-child(3){
    border-right: 1px solid #fff;
}
.approach_steps_1 {
    margin-top: 60px;
}

.approach_steps_1 .col-md-4:hover {
    background: #fff;
    box-shadow: none;
}

.approach_steps_1 .col-md-4:not(:last-child) {
    border-right: 1px solid #e8e8e8;
}

.approach_steps_1 .col-md-4 img {
    width: 80px;
}

.approach_steps_1 .col-md-4 h3 {
    font-size: 26px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 20px;
    transition: all 0.3s linear;
}




.microsoft_card{
    padding: 30px 40px;
    height: 100%;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.microsoft_card img{
    margin-bottom: 20px;
    width: 26%;
}
.microsoft_card h3{
    font-size: 22px;
    border-bottom: 1px solid #232323a1;
    padding-bottom: 12px;
    margin-bottom: 20px;
}
.microsoft_card ul{
    padding-left: 18px;
}
.microsoft_card ul li{
    list-style: circle;
    margin-bottom: 10px;
    font-size: 16px;
}
.f_card{
    background-color: #E7E7FF;
}
.f_card_2{
    background-color: #D0F9E9;
}
.f_card_3{
    background-color: #F1F1F1;
}
.f_card_4{
    background-color: #e4f4ff;
}
.f_card_5{
    background-color: #fff0f0;
}
.f_card_6{
    background-color: #fbf0ff;
}

.Microsoft_Technology h4{
    position: relative;
    padding-left: 40px;
}
.Microsoft_Technology p{
    padding-left: 40px;
}
.Microsoft_Technology h4::before{
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 30px;
    height: 3px;
    background: linear-gradient(90deg, #b206dec9 0%, #4154AF 100%);;
}


.approach_steps .col-md-3 {
    background: #fff;
    padding: 60px 40px;
    height: 100% !important;
    transition: all 0.3s linear;
}

.serv_box_3 {
    margin: 15px;
    margin-bottom: 50px;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s linear;
    box-shadow: 0 18px 40px -18px #00000024;
}
.serv_box_3:hover {
    box-shadow: 0 0px 2px 0px #00000024;
}
.serv_box_3 img {
    height: 250px;
    object-fit: cover;
    width: 100%;
    transition: all 0.3s linear;
}
.serv_box_3:hover img {
    transform: scale(1.05);
}
.serv_box_3 .service_cont {
    padding: 25px;
    min-height: 330px;
}
.serv_box_3 h3 {
    color: #000;
    font-size: 32px;
    margin-bottom: 15px;
    transition: all 0.3s linear;
    border-bottom: 1px solid var(--yellow);
    padding-bottom: 10px;
}
.serv_box_3:hover h3 {
    color: var(--yellow);
}
