nav{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1vw 8vw;
    align-items: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
}
nav img{
    
    cursor: pointer;
}
nav .navigation ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
nav .navigation ul li{
    list-style: none;
    margin-left: 30px;
}
nav .navigation ul li a{
    text-decoration: none;
    color: rgb(35, 35, 85);
    font-size: 20px;
    font-weight: 500;
    transition: 0.3s ease;
}
nav .navigation ul li a:hover{
    color:whitesmoke;
    background-color: skyblue;
    border-radius: 10%;
}

.about{
    background-image: linear-gradient(rgba(9,5,54,0.3),rgba(5,4,46,0.4)),url(Ani.jpg);
    background-size: cover;
    width: 100%;
    height: auto;
}
.about h1{
    color: white;
    background-color: transparent;
    padding:15px;
    margin-left: 400px;
    margin-right: 400px;
    padding-top: 50px;
    padding-bottom: 30px;

    text-align: center;
    background-color: transparent;
}
.about h1:hover{

    background-color: transparent;
    color: skyblue;
}


.header h1{
    padding-top: 70px;
    padding-left: 30px;
}
.header  div img{
    float: right;
   width: 49%;
   margin-top: -450px;
   border-radius: 5px;
}
.header h4{
    padding-left: 30px;
    margin-right: 50%;
}

.feed{
    background-image:url(dark.jpg);
    background-size: cover;
    width: 100%;
    height: 120vh;
    margin-top: 100px;
}



.feed h1 {
    padding-top: 50px;
    padding-left: 30px;
    color: white;
}

.feed h2{
    color: white;
    padding-left: 15px;
    padding-right: 15px;
}

.feed .Adi i{
    padding-left: 40px;
    padding-top: 90px;
}

.feed .Adi h2{
    color: whitesmoke;
    padding-left: 90px;
    margin-top: -50px;
}

.feed .imp h4{
    color: white;
    padding-left: 90px;
    margin-top: -10px;
}

.feed .education i{
    padding-left: 640px;
    margin-top: -60px;
}

.feed .education h2{
    padding-left: 690px;
    margin-top: -110px;
}

.feed .education h4{
    color: white;
    padding-left: 690px;
    margin-top: -10px;
}

.feed .pratical i{
    padding-left: 40px ;
    margin-top: 70px;
}

.feed .pratical h2{
    padding-left: 90px;
    margin-top: -50px;
}

.feed .pratical h4{
    color: white;
    padding-left: 90px ;
}

.feed  .fee i{
    padding-left: 640px;
    margin-top: -80px;
}

.feed .fee h2{
    padding-left:690px ;
    margin-top: -130px;
}

.feed .fee h4{
    padding-left: 690px;
    margin-top: -10px;
    color: white; 
    padding-top: 10px;  
}

.feed .jobs i{
    padding-left: 40px;
    padding-top: 90px;
}

.feed .jobs h2{
    padding-left: 90px;
    margin-top: -50px;
    color: white;
}

.feed .jobs h4{
    color: white;
    padding-left: 90px;
    margin-top: -10px;
}

.feed .steve i{
    padding-left: 640px;
    margin-top: -80px;
}

.feed .steve h2{
    padding-left: 690px;
    margin-top: -110px;
}

.feed .steve h4{
    padding-left: 690px;
    color: white;
    margin-top: -10px;
}

.width-25{
    width: 25%;
    float: left;
}

.footer{
    background-color: #232f3e;
    padding: 50px 0px;
}
.quicklink-heading{
    font-size: 18px;
    font-weight: bold;
    color: white;
    margin-bottom: 10px;
}
.quicklink-menu{
    list-style: none;
    padding-left: 10px;
    
}
.quicklink-menu li a {
    color: white;
    line-height: 2.5;
    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
}
.get-in-touch{
    list-style: none;
    padding-left: 10px;
}
.get-in-touch li {
    color: white;
    line-height: 2.5;
    font-size: 15px;
    text-decoration: none;
}
.social-media{
    list-style: none;
    margin-top: 10px;
}
.social-media li{
    float: left;
    padding: 0px 8px;
}
.social-media li img{
    width: 50px;
}
.footer2-bacbor{
    background-color: #232f3e;
    padding: 10px 0px;
    
}
.footer2-content{
    color: white;
    text-align: center;
}