.swiper{
    width: 60%;
    height: 60vh;
    
    }
    
    .swiper{
        width: 60%;
        height: 60vh;
        
        }
        .swiper-slide img{
        overflow: hidden;
            width: 100%;
        
        }
        .swiper .swiper-button-prev, .swiper .swiper-button-next{
        
        color: #fdfdfd;
        }
        .swiper .swiper-pagination-bullet-active{
            background:#fdfdfd;
        }

    .swiper.swiper-button-prev,.swiper.swiper-button-next{
    
    color: #fdfdfd;
    }
    .swiper .swiper-pagination-bullet-active{
        background:#fdfdfd;}

    body{

        background-color: #cdd3f0;
    }

    .container-fluid .events{
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
        
        
        }
        
        .container-fluid .events{
        
          text-transform: uppercase;
          font-size: 35px;  
          color: #2f3136;
        
        }

        .container-fluid .events::after{
            content: "";
            height: 5px;
            width: 100px;
            background-color: #5c5ba3;
            border-radius: 25px;
            display: block;
            margin: auto;
            }
      
/*----Socials----*/

.container .social{

    width: 100%;
    clear: both;
    margin-top: 50px;
    text-align: center;
    display: inline-block;
}

.container .social i{
color: #fff !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;
    }
    
        .video{
            text-decoration: none;
        }

        .video2{

            text-decoration: none;
        }