﻿/*.solutions-services {
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: 20%;
    margin-right: 20%;
}*/

.services-container {
    width: 100%;
    height: 100%;
    /*padding: 5%;*/
}

    .services-container h4 {
        color: #5c5c5c;
    }

.column1 {
    width: 50%;
    height: 100%;
    float: left;
}

.column2 {
    width: 50%;
    height: 100%;
    float: right;
}

.service-app {
    height: 100%;
    padding: 2%;
    overflow: hidden !important;
}

.desc {
    font-size: 15px;
}

.image-container {
    width: 35%;
    height: 100%;
    float: left;
    padding-left: 50px;
    overflow: hidden;
}

.desc-container {
    width: 65%;
    min-height: 100%;
    float: left;
    text-align: justify;
    font-size: 10px;
    padding-top: 15px;
    /*overflow: scroll;*/
}

.desc-box {
    width: 65%;
    min-height: 100%;
    float: left;
    text-align: justify;
    font-size: 10px;
    padding-top: 15px;
    /*overflow: scroll;*/
    overflow: hidden !important;
    text-overflow:ellipsis
}



/*media for image and description*/
@media(min-width: 1200px) {
    .column1 {
        width: 50%;
        height: 100%;
        float: left;
    }

    .column2 {
        width: 50%;
        height: 100%;
        float: right;
    }

    .image-container {
        width: 35%;
        height: 100%;
        float: left;
        padding-left: 40px;
    }

    .desc-container {
        width: 65%;
        height: 100%;
        float: left;
        text-align: justify;
        font-size: 10px;
    }
}

@media(min-width: 1700px) {
     .image-container {
        width:35%;
        padding-left: 10%;
    }

}

@media(max-width: 1060px) and (min-width: 961px) {
    .image-container {
        width: 100%;
        padding-left: 155px;
    }

    .desc-container {
        width: 100%;
    }

    .desc {
        text-align: center;
    }
}

@media(max-width: 960px) and (min-width: 699px) {
    .image-container {
        width: 100%;
        padding-left: 100px;
    }

    .desc-container {
        width: 100%;
    }

      .desc {
        text-align: center;
    }
}

@media(max-width: 1199px) and (min-width: 1059px) {
    .image-container {
        width: 100%;
        padding-left: 160px;
    }

    .desc-container {
        width: 100%;
    }

      .desc {
        text-align: center;
    }
}

@media(max-width: 698px) and (min-width: 650px) {
      .image-container {
        width: 100%;
        padding-left: 50px;
    }
        .desc-container {
        width: 100%;
    }

          .desc {
        text-align: center;
    }
}

@media(max-width: 649px) {
    .image-container {
        width: 100%;
        padding-left: 50px;
    }

    .desc-container {
        width: 100%;
    }

    .column1 {
        width: 100%;
    }

    .column2 {
        width: 100%;
    }
}

@media(max-width: 1230x) and (min-width: 1200px) {
    .image-container {
        width: 100%;
        padding-left: 10px;
    }
}

@media(max-width: 520px) and (min-width: 420px) {
    .col-sm-6, .col-xs-6 service-app {
        width: 100%;
    }

          .image-container {
        width: 100%;
        padding-left: 35%;
    }
        .desc-container {
        width: 100%;
    }

          .desc {
        text-align: center;
    }
}

@media(max-width: 420px) {
    .col-sm-6, .col-xs-6 service-app {
        width: 100%;
    }

          .image-container {
        width: 100%;
        padding-left: 28%;
    }
        .desc-container {
        width: 100%;
    }

          .desc {
        text-align: center;
    }
}

.software {
    width: 100%;
    height: 100%;
}

#btn-trackpro {
    border-radius: 50%;
    background: #41b93e url(../img/design/images/services/circled_software_trackpro.png) center no-repeat;
    background-size: 100%;
    height: 150px;
    width: 150px;
    margin-right: 5px;
}

#btn-satpro {
    border-radius: 50%;
    background: #005fb8 url(../img/design/images/services/circled_software_satpro.png) center no-repeat;
    background-size: 100%;
    height: 150px;
    width: 150px;
    margin-right: 5px;
}

#btn-campro {
    border-radius: 50%;
    background: #d16b2c url(../img/design/images/services/circled_software_campro.png) center no-repeat;
    background-size: 100%;
    height: 150px;
    width: 150px;
    margin-right: 5px;
}

#btn-sensepro {
    border-radius: 50%;
    background: #b42526 url(../img/design/images/services/circled_software_sensepro.png) center no-repeat;
    background-size: 100%;
    height: 150px;
    width: 150px;
    margin-right: 5px;
}

#btn-fleetE {
    border-radius: 50%;
    background: #4370a4 url(../img/design/images/services/circled_software_fleetExpense.png) center no-repeat;
    background-size: 100%;
    height: 150px;
    width: 150px;
    margin-right: 5px;
}

#btn-fleetD {
    border-radius: 50%;
    background: #826c7e url(../img/design/images/services/circled_software_fleetDispatch.png) center no-repeat;
    background-size: 100%;
    height: 150px;
    width: 150px;
    margin-right: 5px;
}

#btn-fleetO {
    border-radius: 50%;
    background: #ba5f92 url(../img/design/images/services/circled_software_fleetOrder.png) center no-repeat;
    background-size: 100%;
    height: 150px;
    width: 150px;
    margin-right: 5px;
}

#btn-fleetB {
    border-radius: 50%;
    background: #2ab5a8 url(../img/design/images/services/circled_software_fleetBooking.png) center no-repeat;
    background-size: 100%;
    height: 150px;
    width: 150px;
}

.soft-sol {
    margin-bottom: 2%;
}

    .soft-sol h4 {
        font-size: 12px;
    }


.sol-text {
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: justify;
}
