/*////////////////  Hide in big screen  ///////////////////*/
/* .navbar .navbar-brand {
    display: none;
} */

/*////////////////  Hide in small screen  ///////////////////*/
.navbar-brand-big img {
    padding: 10px 0;
    height: 100px;
}

.navbar-brand-big {
    display: block;
}

.first-topnav {
    display: block;
}

.big-sc-nav-link {
    display: none;
}

.content-space {
    width: 100%;
    height: 170px;
}

.displayNone {
    display: none;
}

.navbar-brand-big {
    display: block;
}

/* .changeBG {
    background-color: #181f59;
} */

/*////////////////  Less than 991px  ///////////////////*/
@media screen and (max-width: 991px) {
    /* .open-overlay:focus + .menuBar {
        display: block;
    }
    .stickyNav .wrapper .container-xl {
        padding: 0;
    }
    .stickyNav .wrapper .navbar .appBar .menuBar {
        display: none;
        padding: 100px;
        background: #58789F;
        position: absolute;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
    } */
    /* .home .carousel-item {
        margin-top: 0;
        min-height: 500px;
        background-position: center;
        background-size: cover;
        position: relative;
        z-index: -2;
    }

    #navbarSupportedContent .mobile-menu,
    #navbarSupportedContent .mobile-menu .dropdown-menu {
        background-color: #fff;
    }

    #navbarSupportedContent .mobile-menu .dropdown-item {
        color: #000;
    }

    .testing {
        display: none;
    }

    .mobile-menu .dropdown-menu .dropdown-item {
        padding-left: 25px;
    }

    .mobile-menu .dropdown-menu .dropdown-menu .dropdown-item {
        padding-left: 32px;
    }

    .displayNone {
        display: block;
    }

    .navbar-brand-big,
    .navbar-brand-big img,
    .navbar-brand-big form {
        display: none;
        height: 0;
    }

    .changeBG {
        background-color: #fff;
    }

    .content-space {
        width: 100%;
        height: 60px;
    }

    .first-topnav {
        display: none;
    }

    .navbar-brand-big {
        display: none;
    }

    .navbar .navbar-brand {
        display: block !important;
    }

    .navbar .bg-color-purple {
        background-color: #fff;
    }

    .navbar-nav .nav-item .nav-link {
        color: #000 !important;
    }

    .navbar-nav .nav-item .nav-link:hover {
        color: rgb(131, 131, 131) !important;
    }

    .navbar-nav .nav-link {
        padding: 8px 24px;
    }

    .dropdown-menu .dropend ul li a {
        padding: 8px 52px;
    }

    .big-sc-nav-link {
        display: block;
    }

    .dropdown-menu.drop-fade-down {
        animation: dropFadeDown 250ms ease-out;
        min-width: 13rem;
        box-shadow: none !important;
        border-radius: 0 !important;
        padding: 0 !important;
    }

    .offcanvas-header {
        display: block;
    }

    .offcanvas-header button {
        float: right;
    }

    @keyframes dropFadeDown {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    } */
}

/*////////////////  Less than 767px  ///////////////////*/
@media all and (max-width: 767px) {
    .home .carousel-item .carousel-content-text h4 {
        width: 90%;
    }

    footer .copy-right {
        display: block !important;
    }

    footer .copy-right img {
        height: 60px !important;
    }

    footer .copy-right p {
        padding: 0 !important;
    }
}

/*////////////////  Less than 566px  ///////////////////*/
@media all and (max-width: 566px) {
    section {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .hero .wrapper .carousel .carousel-inner .carousel-item .carousel-caption {
        display: none !important;
    }

    .hero .wrapper .carousel .carousel-inner .carousel-item img.carousel-img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .hero .hero_title {
        font-size: 54px !important;
    }

    .home .carousel-control-prev,
    .home .carousel-control-next {
        display: none;
    }

    .home .carousel-indicators button,
    .home .carousel-indicators button .overlay-image {
        width: 50px;
        height: 50px;
    }
}