.head{
    height: 100%;
    
    background-image: linear-gradient(180deg, #0e3861, #02407a);
}
/*navigation menu editing*/
.navbar{
    background-image: linear-gradient(180deg, #02407a, #0e3861);
}
.navbar .collapse ul li a{
    font-family: 'Times New Roman', Times, serif;
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
}
.collapse ul li:hover{
    background-image: linear-gradient(180deg, #0b3966, #02407a);
}
/*Drop down list style*/
.dropdown-menu{
    background-image: linear-gradient(180deg, #02407a, #0e3861);
    border-radius:0px;
    padding-right: 10px;
}
.dropdown-menu .active{
    background-image: linear-gradient(180deg, #0b3966, #02407a);
}
.dropdown-menu a{
    color: bisque;
}
.dropdown-menu a:hover{
    background-image: linear-gradient(180deg, #b3c6ff, #99b3ff);
}

/*End navigation */
/*logo name and other of head*/
.head-logo img{
    margin-top: 10px;
    margin-left: 40px;
}
.org-name p{
    margin-top: 20px;
    color: aliceblue;
    font-size: 30px;
    font-family: 'Times New Roman', Times, serif;
    font-style: normal; 
}
.org-name span{
    color: aliceblue;
    font-size: 18px;
    font-family: 'Times New Roman', Times, serif;
}
/*language change /button*/
.lang-ch{
    text-align: right;
}
.lang-ch .lang-btn{
    margin-top:20px;
    margin-right: 20px;
    color: aliceblue;
}
.lang-ch .lang-btn a{
    color: red;
    background: none;
    border-style: none;
}
.lang-ch .lang-btn a:hover{
    text-decoration: underline;
    color: crimson;
}

/*
.container{
    background-color: blue;
}
/*width 991px huda head section ko logo and latter adjust*/
@media(max-width:991px){
    .head-logo img{
        margin-top: 10px;
        margin-left: 20px;
    }
    .org-name p{
        margin-top: 20px;
    }
}
/*width 767px huda head section ko logo and latter adjust*/
@media(max-width:767px){
    .head-logo{
        margin-top: 10px;
        text-align: center;
    }
    .org-name{
        text-align: center;
    }
}

