/*--------------------------------------------------------------------- File Name: responsive.css ---------------------------------------------------------------------*/


/*------------------------------------------------------------------- 991px x 768px ---------------------------------------------------------------------*/
@media (min-width: 1550px) and (max-width: 1850px) {
    .carousel-indicators {
        bottom: 20px;
    }

}

@media (min-width: 1343px) and (max-width: 1550px) {
    .relative {
        top: 74%;
        transform: translateY(-44%);
    }

    .carousel-indicators {
        bottom: 30px;
    }

    .carousel-caption h1 {
        font-size: 42px;
        line-height: 30px;
    }

    .carousel-caption span {
        font-size: 38px;
    }

}

@media (min-width: 1200px) and (max-width: 1342px) {
    .relative {
        top: 74%;
        transform: translateY(-44%);
    }

    .carousel-indicators {
        bottom: 10px;
    }

    .carousel-caption h1 {
        font-size: 42px;
        line-height: 30px;
    }

    .carousel-caption span {
        font-size: 38px;
    }

    .full {
        width: 77%;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {

    .carousel-indicators {
        bottom: 10px;
    }

    .carousel-caption h1 {
        font-size: 36px;
        line-height: 20px;
    }

    .carousel-caption span {
        font-size: 30px;
    }

    .full {
        width: 87%;
    }

    .navigation.navbar-dark .navbar-nav .nav-link {
        padding: 0px 16px;
        font-size: 14px;
    }

    .titlepage h2 {
        font-size: 37px;
    }

    .carousel-caption a {
        margin-top: 8px;
    }

    .sign_btn {
        padding-left: 15px;
    }

    .sign_btn a {
        padding: 7px 27px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .carousel-caption h1 {
        font-size: 30px;
        padding-bottom: 10px;
        line-height: 20px;
    }

    .carousel-caption span {
        font-size: 22px;
    }

    .carousel-caption a {
        margin-top: 2px;
        padding: 6px 0px;
    }

    .carousel-indicators {
        bottom: 8px;
    }

    .full {
        width: 100%;
    }

    .navigation.navbar-dark .navbar-nav .nav-link {
        padding: 8px 15px;
        font-size: 14px;
    }

    .navigation.navbar {
        padding: 27px 16px 27px 0;
    }

    .sign_btn {
        display: none;
    }

    .carousel-caption span {
        font-size: 30px;
    }


    .relative {
        top: 71%;
        transform: translateY(-47%);
    }

    .titlepage h2 {
        font-size: 35px;
    }

    .mobile .titlepage span {
        margin-left: 19px;
    }

    .clients .titlepage span {
        margin-left: 28px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .footer h3 {
        font-size: 20px;
    }

    .footer_contact li {
        font-size: 16px;
    }

    .carousel-caption a {
        margin-top: 2px;
        padding: 6px 0px;
    }

    .carousel-indicators {
        bottom: 12px;
    }

    .mean-container .mean-bar {
        margin-top: 0px;
    }

    .full {
        width: 100%;
    }

    .carousel-caption h1 {
        font-size: 30px;
        padding-bottom: 10px;
        line-height: 20px;
    }

    .carousel-caption span {
        font-size: 22px;
    }

    .carousel-item img {
        height: 400px;
    }

    .titlepage h2 {
        font-size: 38px;
    }

    .padding_bottom1 {
        padding-bottom: 30px;
    }

    .mobile_img {
        padding-bottom: 30px;
    }

    .clients .titlepage span {
        margin-left: 92px;
    }

    .sign_btn {
        display: none;
    }

    .navigation.navbar {
        float: right;
        display: inherit !important;
        padding-top: 33px;
        width: 100%;
    }

    .navigation .navbar-collapse {
        background: #00aeefe3;
        padding: 20px;
        margin-top: 49px;
        position: absolute;
        width: 100%;
        margin-right: 20px;
        z-index: 999;
    }

    .navigation.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: #fff;
    }

    .navigation.navbar-dark .navbar-toggler {
        border: inherit;
        float: right;
        padding-top: 0px;
    }

    .navigation.navbar-dark .navbar-toggler-icon {
        background: url(../images/menu_icon.png);
        background-repeat: no-repeat;
    }
}

@media (max-width: 575px) {
    .footer h3 {
        font-size: 20px;
    }

    .footer_contact li {
        font-size: 16px;
    }

    F .service_box {
        margin-top: 20px;
    }

    .mision_img figure img {
        display: block;
        margin: auto;
        width: 80%;
        margin-bottom: 20px;
    }

    .about_img figure img {
        display: block;
        margin: auto;
        width: 80%;
        margin-bottom: 20px
    }

    .carousel-indicators {
        bottom: 12px;
    }

    .logo {
        text-align: center !important;
        padding-bottom: 40px;
    }

    .logo_section {
        display: flex;
        justify-content: center;
    }

    .carousel-caption h1 {
        font-size: 20px;
        line-height: 20px;
    }

    .carousel-caption span {
        font-size: 17px;
        line-height: 30px;
    }

    .carousel-item img {
        height: 350px;
    }

    .relative {
        top: 75%;
    }

    .carousel-caption a {
        margin-top: 2px;
        padding: 6px 0px;
    }

    .sign_btn {
        display: none;
    }

    .titlepage h2 {
        font-size: 38px;
        line-height: 32px;
    }

    .about_img {
        padding-top: 30px;
    }

    .mobile_img {
        margin-bottom: 30px;
    }

    .clients .titlepage span {
        margin-left: 41px;
    }

    .mobile .titlepage span {
        margin-left: 7px;
    }

    .padding_bottom1 {
        padding-bottom: 30px;
    }

    .navigation.navbar {
        float: right;
        display: inherit !important;
        padding: 0;
        width: 100%;
        margin-top: 4px;
    }

    .navigation .navbar-collapse {
        background: #00aeefe3;
        padding: 20px;
        margin-top: 37px;
        position: absolute;
        width: 100%;
        margin-right: 20px;
        z-index: 999;
    }

    .navigation.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: #fff;
    }

    .navigation.navbar-dark .navbar-toggler {
        float: right;
        margin-right: 2px;
        border: inherit;
    }

    .testimonial_box {
        padding: 0px 19px 40px 20px;
    }

    .navigation.navbar-dark .navbar-toggler-icon {
        background: url(../images/menu_icon.png);
        background-repeat: no-repeat;
    }

    @media (max-width: 768px) {

        .carousel-item img {
            height: 520px !important;
            object-fit: cover !important;
        }

        .carousel-item img {
            width: 100%;
            height: 650px;
            object-fit: cover;
        }

        .carousel-caption {
            bottom: 80px !important;
        }

        .carousel-caption h1 {
            font-size: 26px !important;
            line-height: 28px !important;
        }

        .carousel-caption h1 span {
            font-size: 22px !important;
        }

        .carousel-caption a {
            padding: 12px 35px !important;
            font-size: 20px !important;
        }

        .carousel-caption.relative {
            display: flex !important;
            flex-direction: column !important;
            justify-content: center !important;
            align-items: center !important;
        }

        .carousel-caption {
            width: 100% !important;
            left: 0 !important;
            right: 0 !important;
            padding: 20px !important;
        }

        .carousel-caption::before {
            width: 90% !important;
            height: auto !important;
        }

        .carousel-caption::before,
        .carousel-caption::after {
            display: none !important;
        }


    }
}