    * {
        margin: 0;
        padding: 0;
        text-decoration: none !important;
    }
    /* .carousel-item {
    height: 700px;
} */
    /* birds content --------------------------------------------*/
    
    .items {
        padding: 30px 0px 20px 0px;
    }
    
    h4 {
        margin-bottom: 30px;
        font-size: 28px;
    }
    
    p {
        font-size: 22px;
    }
    
    .main-title-birds {
        text-align: center;
        color: #086e72;
        padding: 20px 0px 10px 0px;
    }
    /* slider -----------------------------------------*/
    
    ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .slider {
        margin: 0 auto;
        width: 300px;
        height: 320px;
        border-radius: 5px;
        box-shadow: 8px 8px 20px 1px #888888;
        display: flex;
    }
    
    .col-md-8 {
        margin-top: 70px;
    }
    
    @media only screen and (max-width: 600px) {
        .col-md-8 {
            margin-top: 0px !important;
            width: auto;
            margin-bottom: 30px;
            text-align: center;
        }
        .carousel-item img {
            height: 200px;
            width: 100px;
        }
        .col-md-4 {
            padding: 0px 0px 10px 30px;
        }
        .item-desc {
            margin: 15px;
            text-align: justify !important;
        }
        .description {
            margin: 10px;
        }
    }

   /* footer --------------------------------------------------------------------------*/

    .footer-top { 
        padding: 60px ; 
        background: #0e4768; 
        text-align: left; 
        color: #ffffff; 
        
    }

    .footer-top h3 { 
        padding-bottom: 10px; 
        color: #ffffff; 
    }

    .footer-about img.logo-footer { 
        max-width: 200px; 
        margin-top: 0; 
        margin-bottom: 18px; 

    }

    .footer-about p a 
    { 
        border: 0; 
    }

    .footer-about p a:hover, .footer-about p a:focus { 
        border: 0;
         
    }
    .footer-about p {
        font-size: 18px !important;
    }
    .footer-contact p { 
        word-wrap: break-word; 
        font-size: 18px !important;
    }

    .footer-contact i { 
        padding-right: 10px; 
        font-size: 18px; 
        color: #ffffff; 
    }

    .footer-contact p a { 
        border: 0; 
    }

    .footer-contact p a:hover, .footer-contact p a:focus 
    { 
        border: 0; 
    }

    .footer-links a { 
        color: #ffffff; 
        border: 0; 

        font-size: 18px !important;
    }

    .footer-links h3 { 
        text-decoration: underline !important;
        font-size: 18px;
    }

    .footer-contact h3 {
        text-decoration: underline !important;
        font-size: 18px;
    }

    .footer-links a:hover, .footer-links a:focus { 
        color: #ffffff; 
    }

    .footer-bottom { 
        padding: 15px 0 17px 0; 
        background: rgb(119, 197, 250); 
        text-align: left; 
        color: #ffffff; 
    }

    .footer-social { 
        padding-top: 3px; 
        text-align: right; 
    }

    .footer-social a { 
        margin-left: 22px; 
        color: #ffffff; 
        border: 0; 
    }

    .footer-social a:hover, .footer-social a:focus { 
        color: #ffffff; 
        border: 0; 
    }
    .footer-social i { 
        font-size: 22px; 
        vertical-align: middle; 
    }

    .footer-copyright { 
        padding-top: 5px; 
    }

    .footer-copyright a { 
        color: rgb(231, 231, 238); 
        border: 0;
        text-align: center !important; 
    }
    .footer-copyright {
        text-align: center !important; 
    }

    .footer-copyright a:hover, .footer-copyright a:focus { 
        color: #ffffff; 
        border: 0; 
    }

@media only screen and (max-width: 600px) {
    .footer-top { 
        padding: 10px !important ; 
        margin-top: 10px !important;
    }
    .footer-social{
        text-align: center !important;
        padding: 5px 0px 0px 5px;
    }
    .footer-social a{
        margin-left: 0px !important;
        padding: 5px;
    }
    .footer-links h3,.footer-contact h3 {
        text-align: center;
        }
    }
