/*========================= MEDIA QUERES 576px =========================*/
@media (max-width: 576px) {

    /* Nerdeyim */
    #breadcrumb {
        align-content: center;
        text-align: center;
    }

    nav.breadcrumb {
        width: 100%;
        display: block !important;
    }

    #breadcrumb h1 {
        color: #007bff !important;
    }


    .about h3{
        font-size: 25px;

}

    .services {
        padding-top: 0 !important;
    }

    .services .form {
        border-radius: 0 !important;
        margin-bottom: 40px !important;
    }

    .carousel-indicators li {

        display: none;

    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 20px;
        height: 20px;
    }

    .nav-item {
        float: left;
        background-image: none;
        border-bottom: solid 1px #ddd;

    }

    .top-bar {

        display: none;

    }

    .gototop {
        display: none !important;
    }

    .navbar-light .navbar-toggler {
        float: right !important;
        outline: none;
    }

    .navbar-brand img {
        width: 250px;
        float: left;
    }

    p.copyright {
    color: #8b8b8b !important;
        display: block;
        text-align: center;
}
    
  .copyweb {
        text-align: center !important;
        display: block !important;
      margin-top: 20px !important;
    }
    
    .services .card{
        margin-bottom: 30px;
    }

}

/*========================= MEDIA QUERES 768px =========================*/
@media (max-width: 768px) {}

/*========================= MEDIA QUERES 992px =========================*/
@media (max-width: 992px) {}

/*========================= MEDIA QUERES 1200px =========================*/
@media (max-width: 1200px) {}