﻿@media screen and (min-width: 1200px) {

     .col-wrapper2 {
        transform: translateY(70%);
    }
    .btn-outline-primary {
        margin-top: 50px;
        margin-top: 50px;
    }
    .heading-carousel {
        margin-bottom: 50px;
        margin-top: 100px;
    }
    .techindiv1 {
        position: absolute;
        background: #005EB8;
        padding: 50px 0;
        height: 100px;
        width: 89%;
        bottom: -100px;
        transition: bottom .5s;
        -webkit-transition: bottom .5s;
    }
}
@media screen and (min-width: 1328px) {
    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 1.25rem;
        left: 150px;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: left;
        top:1%;
    }
    
}
/**/


