/*
====================================
Medium Screen - Others
====================================
*/
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .details-item--two-img img {
        width: 100%;
    }

    .details-item-img img {
        width: 100%;
    }

    .banner-area {
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .banner-content {
        padding: 130px 0px;
    }

    .main-header ul li a img {
        width: 125px;
    }

    .banner-bottom p br {
        display: none;
    }

    .banner-bottom a img {
        width: 45px;
    }

    .details-right {
        padding-left: 0;
    }

    .details-right h1 {
        font-size: 26px;
    }

    .details-right h1 br {
        display: none;
    }

    .details-right-text {
        padding-top: 20px;
    }

    .details-right-text p br {
        display: none;
    }

    .nosotros-area {
        padding: 60px 0px;
    }

    .content-item h1 {
        font-size: 16px;
    }

    .p1-main-bg {
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .client-img-one a img {
        width: 115px;
    }

    .client-img-two a img {
        width: 50px;
    }

    .client-img-three a img {
        width: 195px;
    }

    .client-img-four a img {
        width: 175px;
    }

    .client-img-eight a img {
        width: 150px;
    }

    .client-img-seven a img {
        width: 98px;
    }

    .client-img-six a img {
        width: 130px;
    }

    .client-img-five a img {
        width: 170px;
    }

    .footer-area {
        padding: 0px 0px 65px 0px;
    }
}

/*
====================================
Small Screen - Tablate
====================================
*/
@media screen and (min-width: 768px) and (max-width: 991px) {
    .details-item--two-img img {
        width: 100%;
    }

    .details-item-img img {
        width: 100%;
    }

    .banner-area {
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .banner-content {
        padding: 40px 0px;
    }

    .main-header ul li a img {
        width: 125px;
    }

    .banner-bottom p br {
        display: none;
    }

    .banner-bottom a img {
        width: 45px;
    }

    .details-right {
        padding-left: 0;
    }

    .details-right h1 {
        font-size: 26px;
    }

    .details-right h1 br {
        display: none;
    }

    .details-right-text {
        padding-top: 20px;
    }

    .details-right-text p br {
        display: none;
    }

    .nosotros-area {
        padding: 60px 0px;
    }

    .content-item h1 {
        font-size: 16px;
    }

    .p1-main-bg {
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .client-img-one a img {
        width: 115px;
    }

    .client-img-two a img {
        width: 50px;
    }

    .client-img-three a img {
        width: 195px;
    }

    .client-img-four a img {
        width: 175px;
    }

    .client-img-eight a img {
        width: 150px;
    }

    .client-img-seven a img {
        width: 98px;
    }

    .client-img-six a img {
        width: 130px;
    }

    .client-img-five a img {
        width: 170px;
    }

    .footer-area {
        padding: 0px 0px 65px 0px;
    }
























}

/*
====================================
Small Screen - Mobile
====================================
*/
@media screen and (min-width: 576px) and (max-width: 767px) {

    .sm-header-wrapper {
        display: block;
    }

    .main-header ul {
        display: block;
        margin-top: 30px;
    }

    .main-header ul li {
        margin-bottom: 10px;
    }

    .main-header ul li:nth-child(3) {
        display: none;
    }

    .main-header {
        display: none;
    }

    .banner-content {
        padding: 70px 0px 20px 0px;
        text-align: center;
    }

    .banner-bottom p br {
        display: none;
    }


    .banner-bottom a img {
        width: 40px;
    }


    .details-item-img img {
        width: 100%;
    }


    .details-item--two-img img {
        width: 100%;
    }

    .details-right {
        padding-left: 0;
        text-align: center;
        margin-top: 30px;
    }

    .details-right h1 {
        font-size: 30px;
    }

    .details-right-text {
        padding-top: 20px;
    }

    .details-bottom {
        padding-top: 10px;
    }

    .details-area {
        padding-top: 50px;
    }

    .nosotros-area {
        padding: 75px 0px;
        text-align: center;
    }

    .nosotro-area-wrapper p br {
        display: none;
    }

    .content-item {
        text-align: center;
        border-right: none;
        margin-bottom: 20px;
    }

    .gallery-area {
        padding: 50px 0px 50px 0px;
    }

    .clients-area {
        padding: 10px 0px;
    }

    .clients-top {
        display: block;
        justify-content: space-between;
        max-width: 100%;
        margin: 0 auto;
        padding-top: 50px;
        text-align: center;
    }

    .clients-top img {
        margin-bottom: 20px;
    }

    .clients-bottom {
        padding-top: 0;
    }


    .footer-left {
        text-align: center;
    }

    .footer-middle {
        text-align: center;
        margin-top: 30px;
    }

    .footer-area {
        padding: 0px 0px 65px 0px;
    }

    .banner-area {
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .footer-middle span {
        margin: 0 auto;
    }

    .bottom-menu-wrapper ul li a {
        font-size: 16px;
    }


    .p1-main-bg {
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .details-wrapper .row {
        flex-direction: column-reverse;
    }

    .details-left {
        margin-top: 30px;
    }





















}

/*
====================================
Xtra Small Screen - Small Mobile
====================================
*/
@media screen and (max-width: 576px) {

    .sm-header-wrapper {
        display: block;
    }

    .main-header ul {
        display: block;
        margin-top: 30px;
    }

    .main-header ul li {
        margin-bottom: 10px;
    }

    .main-header ul li:nth-child(3) {
        display: none;
    }

    .main-header {
        display: none;
    }

    .banner-content {
        padding: 70px 0px 20px 0px;
        text-align: center;
    }

    .banner-bottom p br {
        display: none;
    }


    .banner-bottom a img {
        width: 40px;
    }

    .bottom-menu-wrapper ul {
        display: block;
        text-align: center;
    }

    .bottom-menu-wrapper ul li {
        margin-bottom: 10px;
    }

    .details-item {
        display: block;
    }

    .details-item-img img {
        width: 100%;
    }

    .details-item-one {
        margin-bottom: 30px;
    }

    .details-item--two-img img {
        width: 100%;
    }

    .details-right {
        padding-left: 0;
        text-align: center;
    }

    .details-right h1 {
        font-size: 30px;
    }

    .details-right-text {
        padding-top: 20px;
    }

    .details-bottom {
        padding-top: 10px;
    }

    .details-area {
        padding-top: 50px;
    }

    .nosotros-area {
        padding: 75px 0px;
        text-align: center;
    }

    .nosotro-area-wrapper p br {
        display: none;
    }

    .content-item {
        text-align: center;
        border-right: none;
        margin-bottom: 20px;
    }

    .gallery-area {
        padding: 50px 0px 50px 0px;
    }

    .clients-area {
        padding: 10px 0px;
    }

    .clients-top {
        display: block;
        justify-content: space-between;
        max-width: 100%;
        margin: 0 auto;
        padding-top: 50px;
        text-align: center;
    }

    .clients-top img {
        margin-bottom: 20px;
    }

    .clients-bottom {
        padding-top: 0;
    }


    .footer-left {
        text-align: center;
    }

    .footer-middle {
        text-align: center;
        margin-top: 30px;
    }

    .footer-area {
        padding: 0px 0px 65px 0px;
    }

    .banner-area {
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .footer-middle span {
        margin: 0 auto;
    }


    .p1-main-bg {
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .details-wrapper .row {
        flex-direction: column-reverse;
    }


    .details-left {
        margin-top: 30px;
    }




















}