@media(min-width: 1201px){
    #cards-news .row{
        display: flex;
        flex-wrap: wrap;
    }
     #cards-news .col-lg-3{
       -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    }

}
@media(max-width: 1200px){
        .abhishek-home-slider .item .row{
        display: flex;
        flex-direction: column;
    }
    .abhishek-home-slider .item .col-lg-6{
        flex: 1;
    }
    .abhishek-home-slider .item .text-wrapper {
        /*-webkit-box-ordinal-group: 2;*/
        -ms-flex-order: 2;
        order: 2;
        text-align: center;
    }
    .abhishek-home-slider .item .img-box {
        /*-webkit-box-ordinal-group: 1;*/
        -ms-flex-order: 1;
        order: 1;
        text-align: center;
    }
    .abhishek-home-slider .item .img-box img{
        height: 250px;
    }
    #home-portfolio .abhishek-home-slider .item .text-wrapper h1{
        margin-top: 40px;
        text-transform: uppercase;
    }
    #home-portfolio .abhishek-home-slider .item .text-wrapper h1:after{
        margin-left: auto;
        margin-right: auto; 
    }
    #home-portfolio .abhishek-home-slider .item .text-wrapper p{
        text-align: center;
        width: 100%;
        margin-bottom: 40px;
        text-transform: none;
        max-width: none;
    }
    #home-portfolio .abhishek-home-slider .item .text-wrapper .btn-wrap{
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        width: 155px;
    }
    #home-portfolio .abhishek-home-slider .carousel-indicators{
        margin-top: 40px;
        position: absolute;
        left: 50%;
        width: 160px;
        margin: auto;
        top: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        height: 10px;
        bottom: -40px;
        transform: translateX(-50%);
        right: initial;
    }
    #home-portfolio .abhishek-home-slider .carousel-indicators li{
        width: 30px;
        height: 4px;
        margin: 0 5px;
    }
    #cards-news .row{
        display: flex;
        flex-wrap: wrap;
    }
     #cards-news .img-box-1 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    #cards-news .info-box-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

}
@media(max-width: 991px){
    .container-fluid-padding{
        padding-left: 20px;
        padding-right: 20px;
    }
    #abhishek-home-services .description-wrapper h2 {
        margin-bottom: 15px;
        text-align: center;
        font-size: 26px;
    }
    .divider-black:after {
        margin-left: auto;
        margin-right: auto;
    }
    #abhishek-home-services .description-wrapper div p {
        padding-right: 0;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 768px;
    }
    
}

@media(max-width: 767px){
    .gray-very-tall {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    #cards-news .img-box-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    #cards-news .info-box-1 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    #cards-news .img-box {
        border-right: none;
        height: 400px;
    }
}
@media(max-width: 575px){
    .gray-very-tall {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .black-very-tall {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #cards-news .img-box {
        width: 100%;
        height: 300px;
    }
}
@media(min-width:768px ) and (max-width: 1199px) {
    #cards-news .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media(min-width: 576px) and (max-width: 767px){
    #cards-news .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
