.section{
    height: 200px;
    width: 200px;
    margin: 0px auto;
    border-radius: 50%;
    overflow: hidden;
    border:3px solid #ff2e30;
}

.section img{
    width: 100%;
}

.dsection{
    height: 200px;
    width: 200px;
    margin: 0px auto;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: #ff2e30 !important; 
    border:3px solid #ff2e30;

    
}

.dsection img{
    width: 100%;
}

.kjtsection{
    height: 200px;
    width: 200px;
    margin: 0px auto;
   
    overflow: hidden;
    box-shadow: #ff2e30 !important; 
    border:3px solid #ff2e30;
}

.kjtsection img{
    width: 100%;
}



.footer{
    min-height: 300px;
}

.footer img{
    height: 100px;
}
.smi{
    list-style-type: none;
}

.smi li{
    display: inline-block;
    background-color: black;
    color: white;
    padding: 4px 10px;
    border-radius: 50%;
}


#about{
height: 350px;
background-image: url('../images/contact1.jpg');
background-size: cover;
}

#about .col-sm-12
{
 display: flex;   
 align-items: center;
 justify-content: center;
 color: white;
 background-color:#0d6dfd63;
}
#contact{
height: 450px;
background-image: url('../images/contact.jpg');
background-size: cover;

}

#contact .col-sm-12
{
 display: flex;   
 align-items: center;
 justify-content: center;
 color: white;
 backdrop-filter: blur(10px);
}



.pb {
    background-color: #ff2e30;
}