@media (max-width: 767px) {
    .navbar-brand {
        margin-left: 20px;
    }
    .nav_custom li {
        padding: 0px 20px !important;
    }
    .navbar-light {
        border-radius: 100px;
        box-shadow: 0px 8px 48px 0px rgb(58 58 58 / 12%);
        width: 100%;
        border-radius: 0;
        margin: 0 auto;
    }
    .hero-content h1 {
        width: auto;
    }
    .carousel-caption {
        top: -10px;
        left: -10px;
    }
    .btn {
        font-size: 12px;
        height: 25px;
        line-height: 22px;
        padding: 0 10px;
        padding-bottom: 2px;
        margin: auto;
    }
    #about .about-descr .p-heading {
        margin-top: 40px;
    }
    #about .about-descr .separator {
        max-width: 100%;
        text-align: justify;
    }
    #serivces .about-card {
        margin-top: 40px;
    }
    .main-text {
        margin-top: 70px;
    }
    .main-text p {
        font-size: 34px;
    }
    .contect-us-card {
        margin-top: 50px;
    }
    .cont p {
        font-size: 24px;
    }
    .header {
        text-align: center;
    }
    .home-text-img {
        padding: 0 !important;
        margin-top: 20px;
    }
    .showcase .showcase-text {
        padding: 30px 10px;
    }
    .header {
        background-position: 70% center;
    }
}

@media (max-width: 768px) {
    /*--------------------------------------------------------------
    # NavBar
    --------------------------------------------------------------*/
    .nav_custom .nav-link.active {
        border: 0 !important;
        color: var(--theme-primary-color) !important;
        border-bottom: 2px solid transparent !important;
    }
    .nav_custom li {
        padding: 0;
    }
}

@media (min-width: 768px) {
    /*--------------------------------------------------------------
    # NavBar
    --------------------------------------------------------------*/
    .nav-link {
        padding-bottom: 5px !important;
    }
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }
    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }
    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
        animation: myDelay .8s forwards
    }
    @keyframes myDelay {
        0% {
            opacity: 0;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    .header .container-fluid h1 {
        margin-left: 200px;
    }
}