 /*=industry-we-serve==*/
    .industry-we-serve {
        background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url(../img/cta-bg.jpg) fixed center center;
        background-size: cover;
        padding: 120px 0;
        padding: 50px 0px 0px;
        clear: both;
    }
    .industry-we-serve h1 {
        font-size: 60px;
        color: #FFF;
        text-align: center;
        text-transform: uppercase;
        font-family: 'rajdhanisemibold';
    }

    .industry_inner .industry_inner_contect {
      display: block;
        width: calc(20% - 20px);
        margin-right: 15px;
        background: #FFF;
        border-radius: 8px;
        text-align: center;
        float: left;
        margin: 50px 10px;
        border-bottom: 5px solid #ef5520;
    }
    .industry_inner .industry_inner_contect h3 {
      color: #171b24;
      font-family: 'rajdhanisemibold';
    }
    .industry_inner_img {
        background: #FFF;
        width: 90px;
        height: 90px;
        margin: 0px auto;
        margin-top: -50px;
        padding: 18px;
        border-radius: 100%;
        box-shadow: 1px 2px 10px rgba(23, 27, 36, 0.2);
    }
    .industry_inner_img img{
      border: 0;
      height: auto;
      max-width: 100%;
      vertical-align: top;
    }

    .industry-we-serve-inner {
        padding-top: 50px;
        overflow: hidden;
    }
    .industry_inner_text {
        padding: 25px 10px;
    }
    /*=close industry-we-serve==*/
    .industry_inner .industry_inner_contect:nth-child(1), .industry_inner .industry_inner_contect:nth-child(7) {
        background: #defffd;
    }
    .industry_inner .industry_inner_contect:nth-child(2), .industry_inner .industry_inner_contect:nth-child(10), .industry_inner .industry_inner_contect:nth-child(5){
        background: #e0f1ff;
    }
    .industry_inner .industry_inner_contect:nth-child(3), .industry_inner .industry_inner_contect:nth-child(6) {
        background: #ffe6e4;
    }
    .industry_inner .industry_inner_contect:nth-child(4), .industry_inner .industry_inner_contect:nth-child(8) {
        background: #ffeed3;
    }
    .industry_inner .industry_inner_contect:nth-child(9){
      background: #baf7ff;
    }


    @media (max-width: 575px) {
        .industry_inner .industry_inner_contect {
            width: calc(40%);
            margin: 30px 18px;
        }
        .industry_inner_text {
            padding: 0px;
        }
    }