.nav-1{
    background-color: #064f88;
}

a{
    color: white;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
}

.nav-1 > span > a:hover, .span-1 > div > a:hover{
    color: yellowgreen;
    text-decoration: none;
}

.dropdown{
    display: inline-block;
}

.span-1{
    float: right;
}

input[type="search"]{
    width: 400px;
}

.navbar-expand{
    background-color: #032e4e;
}
.linkage-1{
    font-size: 1.1rem;
}
.linkage-1:hover{
    color: yellowgreen;
}

.logo{
    width: 200px;
}

.main-div{
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    box-shadow: 1px 1px 5px 1px black;
    z-index: 20;
    min-width: 430px;
}

.img-1{
    display: block;
    width: 100%;
    height: 450px;
}

.contain{
    margin-top: 4em;
    text-align: center;
}

.card-1{
    margin: 2em;
}

.card-1:hover{
    box-shadow: 1px 1px 5px 1px black;
    transition-property: box-shadow, width;
    transition-duration: 300ms;
    transition-timing-function: ease-in;
    color: mediumvioletred;
    width: 23rem !important;
}

@media screen and (max-width: 935px){
    .navbar-brand{
        display: none !important;
    }
}

@media screen and (max-width: 705px){
    .form-1{
        display: none !important;
    }
    .main-div{
        text-align: center;
    }
    #navbarSupportedContent{
        justify-content: center;
    }
    .navbar-nav{
        margin-right: 0 !important;
    }
    .feedback{
        display: none !important;
    }
}

@media screen and (max-width: 825px){
    .span-1{
        display: none !important;
    }
}

@media screen and (max-width: 880px){
    .navbar{
        text-align: center;
    }
}

@media screen and (max-width: 652px){
    .nav-item-extra{
        display: none !important;
    }
}

@media screen and (max-width: 570px){
    .Head-office{
        display: none !important;
    }
}

@media screen and (max-width: 564px){
    .Links{
    margin-right: 0px !important;
    }
}
/* @media screen and (max-width: 540px){
    .feedback{
        display: none !important;
    }
} */

#foot{
    background-color: rgb(29, 33, 37);
    color: #818181;
    padding: 4em;
    text-align: center;
}
.foot-1{
    padding: 0.8em;
    background-color: #032e4e;
    color: white;
    text-align: center;
    min-width: 430px;
}
.Head-office{
    display: inline-block;
    margin-right: 40px;
    text-align: justify;
}
.Links{
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
}
.Connect{
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.img-9{
    width: 25px;
    height: 25px;
    border-radius: 50%;
}
.img-10, .img-10, .img-10, .img-10{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-left: 10px;
}

main, footer{
    min-width: 430px;
}

a[title="Go to Homepage"]{
    color: #032e4e;
}

#body{
    background-color: white;
}

.links-10{
    border-bottom: 3px solid white;
}

