* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
   z-index: 0;
}

body {
    margin: 0 !important;
    padding: 0;
    font-family: monospace ;
    z-index: auto;
    overflow-x: hidden;
    height: 100%;
    font-family: "Arial", sans-serif;
 
   

}


.banner-container {
    width: 100%;
    height: 100vh;
    background:  url(../img/one.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
 
}

.banner-container .container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.left-section {
    width: 700px;
    margin-top: 100px;
}

 h3,h6 {
    margin: 0;
    color:   #ff0000 !important;
    
}
p{
    font-size: 20px;
    
}

.certificate-section{
    margin-top: 10px;
}
.certificate-section .box{
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 1px 20px 1px #c468682b;
    background-color: #e4e0e0be;
    margin-top: 30px;
}
.certificate-section .box .imgWrapper{
    height: 350px;
    text-align: center;
}
.certificate-section .box .imgWrapper img{
    object-fit: contain;
    height: 100%;
}
.certificate-section .box p{
    margin-top: 30px;
}

@media (max-width: 575.98px){
    .certificate-section .box .imgWrapper{
        height: auto;
    }
    .certificate-section .box .imgWrapper img{
        height: auto;
    }
}
@media (max-width: 575.98px){
    .banner-container img{
        height: auto;
    }
}
@media (max-width: 731px){
    .banner-container img{
      width: 100%;
    }
}
  .fa-home{
    color:   #3333cc !important;
  }
footer {
    text-align: center;
    color: silver;
    background-color: #f1f7fd;
    padding: 15px;
}

footer span {
    color: #330099;
    font-weight: bold;
}
