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

}

.container-fluid{
width: 100%;
background: #dde0ec;
display: flex;
align-items: center;
justify-content: center;
max-width: 100%;
}

.container{
margin-top: 4%;
margin-left: 4%;
}

.card:hover{
    box-shadow: -1px 9px 40px -12px rgba(0,0,0,.75);
    -moz-box-shadow: -1px 9px 40px -12px rgba(0,0,0.75);
    -webkit-box-shadow: -1px 9px 40px -12px rgba(0,0,0.75);
}

body{
    background-color: #cdd3f0;
    width: 100%;
    margin: 0;
    padding: 0;

    
    }

  /*----Footer Socials---*/

    .container .social{

        width: 100%;
        clear: both;
        margin-top: 50px;
        text-align: center;
        display: inline-block;
    }
    
    .container .social i{
    color: #fff !important;
    text-decoration: none !important;
    font-size: 22px;
    height: 39px;
    width: 39px;
    border-radius: 50%;
    line-height: 39px;
    text-align: center;
    background-color: #55acee;
    max-width: 0px 5px;
    display: inline-block;
    
    }
    
    .container .social i:hover{
    
    color: #fff;
    background-color: #ececee;
    transition: 1s ease;
    transform: rotate(360deg);
    
    }
    
    
    .container .social a{
    
        display: inline-block;}

        .events{
            color: #fff;
        }



.card .card-body{

    display: inline-block;
}

.video{

    text-decoration: none;
}

.video2{

    text-decoration: none;
}