@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');
body {
    margin: 0;
    background-color: rgb(248, 248, 248);
    box-sizing: border-box;
}

.head {

    display: flex;
    align-items: center;
    justify-content: center;

}

.container {    
    width: 90%;
    margin: auto;  
    padding: 0;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;    
}
.cardsection{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;    
  }


.card{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;    
    padding: 10px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    font-family: 'poppins',sans-serif;
    transition: .3s;
    
}

/* #card1{
background-image: url('images/eventstraining.jpg');
background-size: cover;
height: 220px;

} */
.card #ftitle{
    color: rgb(169, 100, 3);
}
.card #stitle{
    color: rgb(2, 61, 116);
}
.card #ttitle{
    color: rgb(3, 119, 104);
}
.card #fotitle{
    color: rgb(21, 3, 88);
}
.card #fititle{
    color: rgb(81, 3, 88);
}
.card #sititle{
    color: rgb(28, 112, 3);
}
.card #setitle{
    color: rgb(112, 96, 3);
}
.card #etitle{
    color: rgb(112, 16, 3);
}

.card:hover {
        
        box-shadow:  10px 10px 15px rgba(0, 0, 0, 0.3) ;
        transition: .3s ease;
        border-radius: 0;
        
}
.card:hover img {
    border-radius: 0;
    
}

.container header {
    padding: 20px;
    text-align: center;
}

.container header h1 {
    color: rgb(86, 109, 1);
    font-weight: 800;
}

.container header h2 {
    color: rgb(86, 109, 1);
    font-weight: 700;
}

.container header #iso {
    color: rgb(161, 106, 4);
    font-weight: 500;
    font-size: 20px;
}
.navbar{
    margin-top: 20px;
    background-color: rgb(255, 255, 255);     
}

.navbar ul {
    font-family: 'poppins', sans-serif;
    font-weight: 500;  
}
.navbar ul li {
margin-left: 10px;


}
.navbar ul li a {
       color: black;
}
.navbar ul li::after {
 content: '';
 width: 0%;
 height: 2px;
 background:rgb(76, 122, 2);
 display:block;
 margin: auto;
 transition:.5s;
}

.navbar ul li:hover::after {
width: 100%;

}
.navbar ul li a:hover{
        color: rgb(76, 122, 2);
        
}
#logo1 {
    align-items: flex-start;
    width: 80px;
    height: 120px;
}

#logo2 {
    align-items: flex-end;
    width: 130px;
    height: 130px;
}
.carousel-item {
    height: 500px;
   
}
.carousel {
    width:100%;
    height:100%;
  }


#carouselExampleCaptions{
        margin-bottom: 0;
}


.w-100 {
    width: 100% !important;
    height: 75vh;
  }

 
  .col-9{
    
    padding: 10px;
    margin-left: 20px;
  }
  .col-2{    
    padding: 10px;
    margin:0;
    width: 300px;
    
  }
.news{
    margin-top:10px;    
    padding:10px;
    background-color: rgb(255, 255, 255);    
    font-size: 18px;    
    border: 8px solid #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; 
    border-radius: 10px;
   
    
}
.news h5 {
    color: rgb(175, 46, 6);
}
.news img{
    border-radius: 6px;
    margin: 15px auto;
}
.news li{
    color: rgb(233, 111, 74);
}
.news li a {
color: rgb(206, 84, 47);
text-decoration: none;
font-family: 'calibri', sans-serif;
}
.news li a:hover {
    color: rgb(175, 46, 6);
    text-decoration: none;
    font-family: 'calibri', sans-serif;
    
 }
 .news li:hover{
    color: rgb(175, 46, 6);
    text-decoration:underline;
}

.news .btn{
    background-color: rgb(175, 46, 6);
        color: rgb(255, 255, 255);
        border-radius: 4px;
        border: none;
        margin-left: 130px;
        
}

.news .btn:hover{
        background-color: rgb(134, 34, 4);
            color: rgb(255, 255, 255);
            border-radius: 4px;
            border: none;
            transition: ease .3s;
            
}
#icons{
display: flex;
align-items: center;
justify-content: center;
padding: 20px 20px;
margin: auto 10px;

}

#icons img{    
    width: 150px;
    height: 120px;
    margin: 30px 10px;
    border: #cccaca 1px solid;
    padding: 10px;
    border-radius: 5px;  
}
.footer{
display: flex;
align-items: center;
justify-content: center;
background-image: url('images/footerbg.jpg');
background-position: center;
background-size: cover;
color: #cacaca;
font-family: 'poppins';
margin-bottom: 0;

}

 footer a{
    color: #bbb8b8;
    text-decoration: none;
    
} footer a:hover{
    color: #8cf8ac;
    text-decoration: none;
    
} 
section a i{
    font-size: 20px;
}
section span{
    font-family: 'poppins';
    font-weight: 400;
}

section .fab {    
       
    color: #b1f8c6;
    }
section .fab:hover {   
   
  color: #ffffff;
  }
  
.footer input{    
    margin-top: 30px;
    width: 200px;
    border-radius: 0;
    background-color: #bfc2c0;
    
}
.form{
    display: flex;
}
.form .btn{
    margin-top: 30px;
   height: 40px;
   border-radius: 0;
}

@media (max-width: 1360px) {
    .card-2 .news{
        width: 10rem;
    }
  }

 