@media only screen and (min-width:0px)and (max-width:424px) {
    .hero .container .image {
        height: 400px;
        width: 94vw;
    }

    .hero .container .image img {
        height: 100%;
        width: 100%;
        border-radius: 25px;
    }

    .hero .container .content p {
        text-align: justify;
    }

    .awards .vertical {
        height: 180vh;
    }

    .awards .vertical .horizontal1 .content {
        width: 150px;
        margin-left: 30px;

    }

    .awards .vertical .horizontal1 .content p {
        font-size: 15px;
        font-weight: 600;
        text-align: left;
        padding-right: 6px;
    }

    .awards .vertical .horizontal2 .content {
        width: 150px;
        margin-left: -160px;
    }

    .awards .vertical .horizontal2 .content p {
        font-size: 15px;
        font-weight: 600;
        text-align: right;
        padding-left: 6px;
    }

    .card-container .container .card {
        margin: auto;
        background: rgb(23, 23, 168);
        border-radius: 20px;
        width: calc(100% - 0px);
    }
}

@media only screen and (min-width:425px)and (max-width:767px) {

    /* offcanvas start */
    .offcanvas .offcanvas-header .res-image img {
        height: 80px;
        border-radius: 50%;
    }

    .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link {
        color: green;
    }

    .carousel .carousel-inner .carousel-item .carousel-caption button {
        position: relative;
        bottom: -25px;
        font-size: 10px;
        left: 50px;

    }

    .offcanvas .offcanvas-body .navbar-nav .dropdown .dropdown-menu .dropdown-item {
        transition: .3s ease-in linears;
    }

    .offcanvas .offcanvas-body .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
        color: green;
        background: none;
    }

    .banner {
        height: 100vh;
    }

    .hero .container .image {
        height: 400px;
        width: 94vw;
    }

    .hero .container .image img {
        height: 100%;
        width: 100%;
        border-radius: 25px;
    }

    .hero .container .content p {
        text-align: justify;
    }

    .awards .vertical .horizontal1 .content {
        width: 200px;
        margin-left: 30px;

    }

    .awards .vertical .horizontal1 .content p {
        font-size: 15px;
        font-weight: 600;
        text-align: left;
    }

    .awards .vertical .horizontal2 .content {
        width: 200px;
        margin-left: -210px;
    }

    .awards .vertical .horizontal2 .content p {
        font-size: 15px;
        font-weight: 600;
        text-align: right;
    }

    .card-container .container .card {
        margin: auto;
        background: rgb(23, 23, 168);
        border-radius: 20px;
        width: calc(100% - 0px);
    }
}










/* tablet view */
@media only screen and (min-width:768px)and (max-width:992px) {
    .banner {
        height: 100vh;
    }

    .card-container .container .card {

        background: rgb(23, 23, 168);
        border-radius: 20px;
        width: calc(100% - 0px);
    }
}