*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.flag{
    height: 100px;
    /* background-color: wheat; */
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;

}
#fone {
    height: 99px;
}
#fone img{
    height: 100px;
    width: 200px;
}


#ftwo {
    height: 99px;
}
#ftwo img{
    height: 100px;
    width: 200px;
}

#fthree {
    height: 99px;
}
#fthree img{
    height: 90px;
    width: 200px;
}

@media only screen and (max-width:650px){
    .flag{
        flex-direction: column;
        /* margin-top: 400px; */
      
    }
    #ftwo{
        margin-top: 30px;
    }
    #fthree{
        margin-top: 30px;
    }

    .container-fluidt{
        margin-top: 200px;
    }
   
   
}

.collapse .navbar-nav .nav-item{
    font-weight: 600;
}
.collapse .navbar-nav .nav-item :hover{
    color: #425cbb;
}

.blog-item .blog-content .mb-4{
    font-weight: 900;
    text-shadow: 0px 0px 12px 5px ;
}
.blog-item .blog-content .btn {
    border: 1px solid black;
    width: 100px;
    height: 40px;
    border-radius: 10px;
}
.blog-item .blog-content .btn a{
    text-decoration: none;
    color: black;
    font-weight: 600;
   
}
.blog-item .blog-content .btn:hover{
    background-color: white;
}

.selast{
    height: 50px;
    width: 100%;
    background-color: rgb(243, 249, 248);
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
.selast img{
    height: 30px;
    width: 100px;
}

@media only screen and (max-width:650px){
    .selast{
        height: 300px;
        width: 100%;
        flex-direction: column;
    }
  .footer{
    flex-direction: column;
  }

   
    
}
.footer{
   
    background-color: #425cbb;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    display: flex; 
    height: 50px;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
   
   
}
.footer a{
    color: white;
    text-decoration: none;
}

/* .footer ul{
    display: flex; */
    /* height: 100px; */
    /* flex-direction: row;
    justify-content: space-evenly;
    align-items: center; */
   
/* }

.footer ul li{
    list-style: none; */
    /* align-content: center; */
     /* margin-top: 10px;
}
.footer ul li a{
    color: white;
    text-decoration: none; */
/* } */

.last{
    height: 100px;
    width: 100%;
    background-color:#425cbb;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    font-weight: 600;
   }

   @media(max-width:450px){
   .last{
    flex-direction: column;
    height: 500px;
   }
}
.last a{
    text-decoration: none;
    color: white;
}






