
@media (max-width:1024px){

    /* about section */

}

@media(max-width:991px){

    /* custom classes */
    .text-content{
        width: 100%;

    }
    /* navbar brand */
    .navgation-wrap .navbar-brand img{
        height: 3.8125rem;
    }
    .navgation-wrap{
        text-align: center;
        background-color: var(--white-color);
    }
    .navgation-wrap .nav-link{
        line-height: 1.875rem;
    }
    /* banner desing */
    .top-banner{
        padding: 9.375rem 0 9.375rem;
    }
    /* carousel design */

    #testimonial-section .carousel-item .caruosel-caption p{
        padding: 0;
    }

}

@media(max-width:767px){
    /* custom css */
    h1{
        font-size: 2.8rem;
    }
    h2{
        font-size: 2rem;
        line-height: 2.0625rem;
    }


    /* top banner  */
    .top-banner{
        padding: 10.875rem 0 9.375rem;
    }

    /* story section  */
    .story-section{
        margin: auto;
        padding: 3rem 0;
    }

    /* carousel design */
    #testimonial-section .carousel-item p{
        padding: 11rem 3.125rem;
    }
}


@media(max-width:330px){
    /* carousel design */
    #testimonial-section .carousel-item .caruosel-caption {
padding: 13rem 3.125rem;
    }
}



 
