﻿@media screen and (max-width:576px) and (min-width:0px) {
    .heading-carousel {
        margin-bottom: 30px;
    }

    .btn-outline-primary {
        margin-top: 30px;
    }

    .digital-solutions .container .row {
        height: 300px;
    }

    .col-wrapper1 {
        width: 100%;
        height: 300px;
        margin: auto;
    }

        .col-wrapper1 img {
            object-fit: contain;
            width: 100%;
            height: 300px;
            margin: auto;
        }

    .col-wrapper2 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .second-row, .mid-col {
        border: none;
    }

    .img-col img {
        width: 40%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .content-col {
        text-align: left;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .techindiv1 {
        position: absolute;
        background: #005EB8;
        padding: 50px 0;
        height: 100px;
        width: 85%;
        bottom: -100px;
        transition: bottom .5s;
        -webkit-transition: bottom .5s;
    }
}

@media only screen and (max-width: 320px) and (min-width:319px) {
    .carousel-caption {
        position: absolute;
        right: 5%;
        left: 5%;
        bottom: 5%;
        color: #fff;
        text-align: center;
        top: 4%;
    }

 /*   #carouselExampleCaptions1 {
        height: 330px;
    }

    .carousel-inner, .carousel-item, .carousel-item img {
        height: 330px;
    }*/
}

    @media only screen and (max-width: 299px) and (min-width:0px) {
   /*     #carouselExampleCaptions1 {
            margin-top: 94px;
            margin-bottom: 30px;
            height: 400px;
        }

        .carousel-inner, .carousel-item, .carousel-item img {
            height: 400px;
        }*/

        .carousel-caption {
            position: absolute;
            right: 5%;
            left: 5%;
            bottom: 5%;
            color: #fff;
            text-align: center;
            top: 5%;
        }
    }

    @media only screen and (max-width: 318px) and (min-width:300px) {
        .carousel-caption {
            position: absolute;
            right: 5%;
            left: 5%;
            bottom: 5%;
            color: #fff;
            text-align: center;
            top: 1%;
        }
      /*  #carouselExampleCaptions1 {
            height: 330px;
        }

        .carousel-inner, .carousel-item, .carousel-item img {
            height: 330px;
        }*/
    }



