@media(max-width:768px) {
    .navbar .g-20{
        display:none;
    }
.navbar .logo1 {
   height: 20% !important;
}
    #hero-image .navbar-brand img {
        margin-top:-40px;
        margin-left: -50px;
    }
    #hero-image a
    {
        margin-top:0px;
        font-size:11px;
    }

    #hero-image {
        padding-top: 90px;
        margin-top: 5%;
    }
   #hero-image .iica-logo2 {
         width: 50% !important;
         height: auto !important;
         margin-left: -15px !important;
    }
	
    #hero-image .title {
        font-size: 14px;
        margin-left: 28%;
    }

    #hero-image .sub-title {
        font-size: 11px;
    }

    #hero-image .location {
        font-size: 11px;
    }

    #hero-image .description {
        font-size: 11px;
    }

    #about {
        clip-path: polygon(0 0, 50% 1%, 100% 0%, 100% 100%, 0% 100%, 0 80%);
        margin-bottom: 0px;
		padding:0;
    }
    #about .about-items h4
    {
        font-size:14px;
    }
    #about .about-iica h4
    {
        font-size:17px;
    }
    #about .about-iica p
    {
        text-align:center;
    }
    #about .about-iica link
    {
        text-align:center;
    }
    #about .about-links li a
    {
        font-size:5px;
    }
    #our-partners {
        margin-bottom: 0px;
    }

    #our-partners .item {
        width: 100%;
        height: auto;
        margin-top:10px;
    }
    #our-partners .item .img-fluid
    {
        max-width:50%;
    }

    .col-6 {
        width: 100%;
    }

    #contact {
        clip-path: polygon(0 0, 50% 5%, 100% 0%, 100% 100%, 0% 100%, 0 80%);
        margin-bottom: 0px;
    }

    #contact .contact-two {
        margin-top: 15px;
    }

    #contact .contact-form a {
        font-size: 11px !important;
    }

    footer .col-4 {
        width: 100%;
    }

    footer .form-control {
        margin: 0 50px !important;
    }

    footer a {
        font-size: 14px !important;
    }

    footer h4 {
        margin-top: 10px;
        font-size: 18px;
    }

    footer p {
        font-size: 11px;
    }

    footer li a {
        font-size: 11px !important;
    }
    .carousel-inner
    {
        width:100%!important;
        border-radius:10px!important;
    }
    .carousel-control-prev
    {
        left:0!important;
    }
   .carousel-control-next
    {
        right:0!important;
    }
    .contact-details .img-fluid
    {
        margin:10px auto;
    }
    #our-partners .col-md-3
    {
        padding-left:0!important;
    }
}