@charset "utf-8";

/* CSS Document */

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1920px) {}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1536px) {

}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1280px) {
    .serv_sec{
        background-size: auto 100%;
    }

}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {
    .iso_logo{
        height: auto;
        margin-top: 20px;
    }

    .serv_sec{
        background-image: none !important;
    }
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1024px) {}

/* Medium Devices, Desktops */

@media only screen and (max-width: 991px) {
    .half_dark_bg {
        background-image: linear-gradient(to right, #648A75 100%, rgba(0, 0, 0, 0) 100%);
    }

    .light_half_bg{
        background-image: linear-gradient(to left, #c7d5c996 50%, rgba(0, 0, 0, 0) 50%);
    }

}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 768px) {

}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 767px) {

}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 575px) {
    .stat_row{
        padding: 0px;
        background-color: #fff;
    }

    .testi_img{
        height: 60px !important;
        width: 60px !important;
    }

    .testi_swiper{
        padding-top: 35px !important;
    }

}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {


}

/* Custom, iPhone Retina */

@media only screen and (max-width: 375px) {


}

/* Custom, iPhone Retina */

@media only screen and (max-width: 360px) {}

@media only screen and (max-width: 320px) {}
