
/*  Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  }

/*  Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {  }

/*  Large devices (desktops, 992px and up) */
@media (min-width: 992px) {  }

/*  X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }

 /* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {  }

/** ========================================================= ============================== ===================== ***/




@media (max-width: 1399.98px) {
    .banner_left h2 {
        font-size: 50px;
    }
  }
@media (max-width: 1199.98px) {  }

@media (max-width: 991.98px) { 
    .banner_left{
        text-align: center;
    }
    .banner_left h2 {
        font-size: 45px;
    }
    .project p, .overview p{
        font-size: 16px;
    }
    .owl-carousel.team_slider .owl-nav {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .header .navbar-collapse {
        text-align: center;
        margin-bottom: .5rem;
    }
    .header .navbar-light .navbar-nav .nav-link{
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        border-bottom: 1px solid #ccc;
        background-color: #f7f7f7;
    }
    .header .navbar-light .navbar-nav .nav-item:last-child .nav-link {
        border: 0;
    }
    .banner_left h2 {
        font-size: 40px;
    }
    .learn_more_btn a,
    .learn_more_btn{
        width: 100%;
    }
    .project .project_card h3 {
        color: var(--primary);
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 1.25rem;
        display: flex;
        flex-wrap: wrap;
        min-height: auto
    }
 }
 @media (max-width: 575.98px) {
    .banner_left h2 {
        font-size: 35px;
    }
    .project .project_card .card-footer h6{
        text-wrap: pretty;
    }
  }
 @media (max-width: 425px) {
    .banner_left h2 {
        font-size: 7vw;
    }
    .header .navbar-brand img {
        max-width: 45vw;
    }
    .project .project_card .card-footer h6{
        font-size: 5vw;
    }
  }

