/*--------------------------------------------XS---------------------------------------------*/
@media screen and (max-width: 575px) {
    #logo_foot {
        text-align: left;
        margin-bottom: 10px;
        margin-top: -50px;
        margin-left: 15px !important;
    }

    .footer_logo {
        width: 40% !important;
        margin: auto;
        text-align: center;
    }

    .contact_hid {
        position: absolute;
        z-index: 99999;
        margin-top: 35% !important;
    }

    .text-copyright {
        text-align: center;
    }

    .carousel {
        margin-top: -40px !important;
    }

    .mx-5 {
        margin: 0px !important;
        width: 100%;
    }

    .card-body {
        /* height: 150px !important; */
        height: auto !important;
    }

    .col-20 {
        height: 100% !important;
        vertical-align: middle;
        width: 100% !important;
    }

    .col-20 .img {
        width: 100% !important;
    }

    .detail {
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        word-wrap: break-word;
    }

    section {
        margin-top: 40%;
        margin-bottom: 30px;
    }

    .about_me_hid {
        position: absolute;
        z-index: 99999;
        margin-top: -5%;
    }

    .services_hid {
        position: absolute;
        z-index: 99999;
        margin-top: -23% !important;
    }

    .our_customer_hid {
        position: absolute;
        z-index: 99999;
        margin-top: -20% !important;
    }

    .middleA {
        margin: 0.5rem !important;
    }

    .middle_title {
        margin-top: 2rem !important;
    }

    .about_me {
        text-align: center !important;
    }

    .about_me_img {
        max-width: 100%;
    }

    .desktop-screen {
        display: none !important;
    }

    .mobile-screen {
        display: block !important;
    }

    /* 
    #logo {
        margin-left: 0.75rem !important;
    } */

    nav {
        background-color: white !important;
    }

    .thumbnailX {
        overflow: hidden;
        height: auto;
        width: 100%;
    }

    .navbarNav {
        margin-left: 20% !important;
    }

}

/*--------------------------------------------SM---------------------------------------------*/
@media screen and (min-width: 576px) and (max-width: 767px) {

    .thumbnailX {
        overflow: hidden;
        height: auto;
        width: 100%;
    }

    #logo_foot {
        text-align: left;
        margin-bottom: 10px;
        margin-top: -50px;
        margin-left: 20px !important;
    }

    .footer_logo {
        width: 40% !important;
        margin: auto;
        text-align: center;
    }

    .contact_hid {
        position: absolute;
        z-index: 99999;
        margin-top: 35% !important;
    }

    .text-copyright {
        text-align: center;
    }

    .carousel {
        margin-top: -40px !important;
    }

    .mx-5 {
        margin: 0px !important;
        width: 100%;
    }

    .card-body {
        /* height: 150px !important; */
        height: auto !important;
    }

    .col-20 {
        height: 100% !important;
        vertical-align: middle;
        width: 100% !important;
    }

    .col-20 .img {
        width: 100% !important;
    }

    .detail {
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        word-wrap: break-word;
    }

    section {
        margin-top: 40%;
        margin-bottom: 30px;
    }

    .about_me_hid {
        position: absolute;
        z-index: 99999;
        margin-top: -5%;
    }

    .services_hid {
        position: absolute;
        z-index: 99999;
        margin-top: -23% !important;
    }

    .our_customer_hid {
        position: absolute;
        z-index: 99999;
        margin-top: -20% !important;
    }

    .middleA {
        margin: 0.5rem !important;
    }

    .middle_title {
        margin-top: 2rem !important;
    }

    .about_me {
        text-align: center !important;
    }

    .about_me_img {
        max-width: 100%;
    }

    .desktop-screen {
        display: none !important;
    }

    .mobile-screen {
        display: block !important;
    }

    .navbar-brand {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }


    ul {
        gap: 80px !important;
    }

    li {
        font-size: 17px;
        font-weight: bold;
    }

    .nav-link {
        transition: all .3s ease;
        font-size: 1rem;
        color: #000000;
        background-color: transparent;
    }

    .nav-link:hover {
        color: #ffffff !important;
        background-color: #EB851D;
        border-radius: 40px;
    }
}

/*--------------------------------------------MD---------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 991px) {

    #logo {
        margin-left: 4rem !important;
    }


    li {
        font-size: 17px;
        font-weight: bold;
    }

    .nav-link {
        transition: all .3s ease;
        font-size: 1rem;
        color: #000000;
        background-color: transparent;
    }

    .nav-link:hover {
        color: #ffffff !important;
        background-color: #EB851D;
        border-radius: 40px;
    }

    .navbar-brand {
        width: 30%;
        float: left;
    }

    #logo_foot {
        text-align: left;
        margin-bottom: 10px;
        margin-top: 0px;
        margin-left: 20px !important;
    }

    .footer_logo {
        width: 20% !important;
        margin: auto;
        text-align: center;
    }

    .contact_hid {
        position: absolute;
        z-index: 99999;
        margin-top: 35% !important;
    }

    .text-copyright {
        text-align: center;
    }

    .carousel {
        margin-top: -40px !important;
    }

    section#footer {
        padding-left: 2rem;
    }

    .lineImg {
        width: 10% !important;
        /* height: 10%; */
    }

    .mx-5 {
        margin: 0px !important;
        width: 100%;
    }

    .card-body {
        /* height: 150px !important; */
        height: auto !important;
    }

    .col-20 {
        height: 100% !important;
        vertical-align: middle;
        width: 100% !important;
    }

    .col-20 .img {
        width: 100% !important;
    }

    .detail {
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        word-wrap: break-word;
    }

    section {
        margin-top: 40%;
        margin-bottom: 30px;
    }

    .about_me_hid {
        position: absolute;
        z-index: 99999;
        margin-top: -5%;
    }

    .services_hid {
        position: absolute;
        z-index: 99999;
        margin-top: -23% !important;
    }

    .our_customer_hid {
        position: absolute;
        z-index: 99999;
        margin-top: -20% !important;
    }

    .middleA {
        margin: 0.5rem !important;
    }

    .middle_title {
        margin-top: 2rem !important;
    }

    .about_me {
        text-align: center !important;
    }

    .about_me_img {
        max-width: 100%;
    }

    .desktop-screen {
        display: none !important;
    }

    .mobile-screen {
        display: block !important;
    }
}

/*--------------------------------------------LG---------------------------------------------*/
@media screen and (min-width: 992px) and (max-width: 1199px) {

    li {
        font-size: 17px;
        font-weight: bold;
    }

    .nav-link {
        transition: all .3s ease;
        font-size: 1rem;
        color: #000000;
        background-color: transparent;
    }

    .nav-link:hover {
        color: #ffffff !important;
        background-color: #EB851D;
        border-radius: 40px;
    }

    #my_ul {
        gap: 10px !important;
    }
}

/*--------------------------------------------XL---------------------------------------------*/
@media screen and (min-width: 1200px) and (max-width: 1399px) {


    li {
        font-size: 17px;
        font-weight: bold;
    }

    .nav-link {
        transition: all .3s ease;
        font-size: 1rem;
        color: #000000;
        background-color: transparent;
    }

    .nav-link:hover {
        color: #ffffff !important;
        background-color: #EB851D;
        border-radius: 40px;
    }

    .footer_contact_info {
        font-size: 1rem;
    }

    .about_me_img {
        width: 25rem !important;
    }

    .middleA {
        line-height: 1.5rem !important;
    }

    #my_ul {
        gap: 25px !important;
    }
}

/*--------------------------------------------XXL--------------------------------------------*/
@media screen and (min-width: 1400px) {


    #my_ul {
        gap: 2px !important;
        font-size: 1.3rem;
        font-weight: bold;
    }


    .nav-link {
        transition: all .3s ease;
        color: #000000;
        background-color: transparent;
    }

    .nav-link:hover {
        color: #ffffff !important;
        background-color: #EB851D;
        border-radius: 40px;
    }

    .footer_contact_info {
        font-size: 1.4rem;
    }



    .footer_title {
        font-weight: bolder !important;
        font-size: 1.75rem;
        margin-left: 1rem;

    }

    .card-title {
        font-size: 1.5rem;
    }

    .card-text {
        font-size: 1.3rem;
    }

    .list-group-item {
        font-size: 1.2rem;
    }
}

/*--------------------------------------------------------------------------------------------*/
@media screen and (min-width: 1900px) {
    .middleB {
        padding-left: 1rem !important;
        margin-left: 2rem !important;
    }

    .about_me_img {
        max-width: 120% !important;
        width: 120rem !important;
    }
}

/*--------------------------------------------------------------------------------------------*/
/* ---------------------------- Default Class css ----------------------------- */
a {
    text-decoration: none !important;
    color: black !important;
}

#footer {
    width: 100%;
    background-image: url('../images/elements/img_footer_bg.webp');
    background-size: 100% 100%;
}

.footer_logo {
    width: 80%;
}

body {
    overflow-x: hidden !important;
    background-color: white !important;
}

.carousel {
    margin-top: -160px;
}

section {
    margin-top: 30px;
    margin-bottom: 30px;
}


.col-20 {
    width: 20% !important;
    text-align: center;
    display: inline-block;
}

.col-20>img {
    width: 50% !important;
}

b {
    font-size: 18px;
}

.detail {
    font-size: 18px;
    font-weight: bold;
}

p.q {
    text-align: center
}

.about_me_hid {
    position: absolute;
    z-index: 99999;
    margin-top: -5%;
}

.services_hid {
    position: absolute;
    z-index: 99999;
    margin-top: -8%;
}

.our_customer_hid {
    position: absolute;
    z-index: 99999;
    margin-top: -8%;
}

.center {
    transform: translate(-50%, -50%);
}

.middleA {
    margin: auto !important;
}

.middleB {
    margin: 1.5rem 1rem !important;
    max-height: fit-content;
    max-width: max-content;
}

.middle_title {
    text-align: center;
    font-size: 2rem;
    font-weight: 900;
}

.about_me_img {
    width: 25rem;
    overflow: hidden !important;
}

.about_me {
    text-align: justify;
}

.section_title {
    font-weight: 900 !important;
}

.mobile-screen {
    display: none;
}

.navbar-toggler span {
    transition: all 0.3s ease-in-out;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0);
    padding: 0px 0px 0px 0px !important;
    box-shadow: none;
    color: black;
}

.navbar-toggler:focus {
    border-color: rgba(255, 255, 255, 0);
    padding: 0px 0px 0px 0px !important;
    box-shadow: none;
}

.navbar-toggler:hover {
    border-color: rgba(255, 255, 255, 0);
    padding: 0px 0px 0px 0px !important;
    box-shadow: none;
}

.bg-light {
    background-color: white !important;
}

.menu {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 40px;
}

.collapse {
    transition: all 0.3s ease-in-out;
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.2s linear;
}

section#footer {
    margin-bottom: 0rem !important;
}