.c-item{
  height: 480px;
  background-repeat: no-repeat;
    
}
.c-img{
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
    background-repeat: no-repeat;
    
}
.modal-body{
    border: 1px solid #111;
    border-radius: 1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0,0.75);
    width: 31rem;
    height: 22rem;
    display: grid;
    place-content: center;
    box-sizing: border-box;
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../Images/grad1.jpg);
}

.user1{
    color: #111;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 20px;
    
}
input{
    background: transparent;
}
#exampleModalLabel{
    font-size: 30px;
    background-color: 12263a;
}

 .footer{
    text-align: end;
    color: whitesmoke;
    margin-top: 2rem;
    text-decoration: none;
 }
 .socialIcons a{
    text-decoration: none;
   
    
}
.me-5{
    color: white;
}
#accordionExample{
    background-color: #111;
}
.carousel-caption{
    bottom: 180px;
    padding-left: 100px;
    padding-right: 100px;
    
}
.carousel-caption h1{
    font-size: 100px;
}
.img-fluid{
    width: 300px;
    height: 300px;
  
}
.center-vertical{
    display: flex;
    width: 100%;
    min-height: 100vh;
    align-items: center;
}
.about-us-section{
    width: 100%;
    padding: calc(5% + 30px) 0px;
}
.about-us-section .img-head{
    position: relative;
}
.about-us-section .img-head img{
    width: 100%;
}
.about-us-section .img-head:after{
    content: "";
    width: 100%;
    height: 100%;
    
}
.text-head:after{
    content: '';
    background: #333;
    display: block;
    height: 3px;
    width: 150px;
    
}
.footerContainer{
    width: 100%;
    padding: 70px 30px 20px;
}

.socialIcons{
    display: flex;
    justify-content: center;
    background-color: 12263a;
}

.socialIcons a{
    text-decoration: none;
    padding: 10px;
    background-color: white;
    margin: 10px;
    border-radius: 50%;
}
.socialIcons a i{
    font-size: 2em;
    color: black;
    opacity: 0.9;
}
.socialIcons a:hover{
    background-color: #111;
    transition: 0.5s;
}
.socialIcons a:hover i{
    color: white;
    transition: 0.5s;
}
.footer{
    color: hsl(250, 50%, 50%);
    background-color: black;
    padding: 10px;
    text-align: center;
    margin: -2px;
}
.footerContainer{
    width: 100%;
    padding: 70px 30px 20px;
}
.ourb{
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    color: #333;
    padding-bottom: 10px;
}
.ourb:after{
    content: '';
    background: #333;
    display: block;
    height: 3px;
    width: 150px;
    margin: 10px auto;
}