*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;

}
body::-webkit-scrollbar{
    background-color: transparent;
}
body::-webkit-scrollbar-thumb{
    background: linear-gradient(rgb(0, 38, 255),green,blue);
    border-radius: 20px;
    
}
body::-webkit-scrollbar-track{
    background: rgb(93, 93, 230);
    width: 5px;
   
    
}
.header{
    background:#29166f;
    color: white;
    text-align: center;
}
#mynavbar li a {
    color:white;
}

#mynavbar li a:hover,nav-link .active {
    color: rgb(75, 232, 238);
}
.card1 {
   
    margin-bottom: 10px;
   
}

.card1 p{
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 10px;
}
.address p{
margin-left: 1rem;
}



#social .fa-brands{
    margin-right: 15px;
    font-size: 20px;
}
.card{
    margin-bottom: 10px;
}

















#footersidebar {
    background: #29166f;
    color: white;

}

#footersidebar h3 {
    font-size: 1.3rem;
    color: #33CAFF;

}

.footer-widget h3:after {
    content: "";
    background: #c1c2c2;
    display: block;
    width: 50px;
    height: 2px;
    margin: 5px;

}

.footer-widget ul {
    list-style: none;

    margin: 0px;
    padding: 0px;
}

.footer-widget li a {
    text-decoration: none;
    color: white;
}

.footer-widget li a:hover {

    color: #33CAFF;

}

.footer-widget li a::before {

    content: "\f101";
    font-family: FontAwesome;
    padding-right: 5px;


}

#foot {
    background-color:#150847 ;
   
    color: rgb(245, 251, 252);
    padding: px 0;
}

#social {
    list-style: none;
   
    margin: 0px;
    padding: 0px;
}

#social li a {
    display: inline-block;
    color: rgb(234, 241, 241);
    font-size: 15px;
    margin-right: 10px;

}

#social li {
    display: inline-block;

}
@media (max-width:768px)
{
    .footer-widget {
        text-align: center;
        padding-top: 15px;


    }
#head img{height:200px;}
   #my img {
    height:350px;
}
#agi img{height:300px;}
   

    .section {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    #footersidebar h3::after {
        content: "";
        background: #c1c2c2;
        display: none;
        width: 50px;
        height: 2px;
        margin: 5px;

    }

    .footer-widget {
        padding-bottom: 10px;
    }
   #footersidebar #logo1 {
        padding-top: 0px; 
    }

    #foot {
        text-align: center;

    }
    
    #social {
        margin-top: 5px;
       
    }
   

}