body {
    font-family: 'Mukta Mahee', sans-serif;
}

/* Style the header with a grey background and some padding */
.header {
    overflow: hidden;
    background-color: #ffffff;
    padding: 10px 10px;
}

.footer-dark img{
    margin-right: 1rem;
}



.hsize{
    font-size: 3rem;
}

h2{
    font-weight: normal;

}
.header img {
    padding-left: 3rem;
    max-height: 5rem;
}

/* Float the link section to the right */
.header-right {
    float: right;
}

.BC_B img {
    max-width: 100%;
}

.info {
    font-family: Baskerville, serif;
}


.whoare {
    color: #1F860F;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wheader {
    font-weight: lighter;
    color: #105305;
    margin: 4rem;
    text-align: center;
    font-size: 3rem;
}

.container-fluid ul{
    color:#16620A ;
 list-style: none;
  text-align: right ;
    padding-right: 3rem;
    margin-bottom: 0;
}

.container-fluid li{
    display:inline-block;
    padding-right: 1rem;
}










.lightgreen_background {
    background-color: #C6E0C2;
    max-width: 60%;
    padding: 1rem 5rem;
    margin-bottom: 9rem;
    font-size: 2rem;
    border-radius: 20px;
}

/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */
@media screen and (max-width: 500px) {
    .header a {
        float: none;
        display: block;
        text-align: left;
    }

    li{
        padding-left: 0;
    }

    .header-right {
        float: none;

    }

    .footer-dark ul {
        padding-left: 0;}
}

@media screen and (min-width:501px ){
    .footer-dark ul {
        padding-left: 2rem;}
}

.vacancies{
    font-family: Baskerville, serif;
    margin-bottom: 7vh;
}

form{
    display: flex;
    align-items: center;
    justify-content: center;
}

.vc a {
    justify-content: center;
    background:none ;
    margin-bottom: 3rem ;
    padding:20px 40px;
    border-radius: 10px;
    width: 60%;
    border: solid 3px #2DB817;
}

.vc a:hover{
    background-color: rgba(218, 218, 218, 0.49);
}

.salary{
    margin-left: 10rem;
}
.textbox{
    font-size: 20px;
}

.alignleft {
    padding-top: 5px;
    color: #16620A;
    float: left;
    padding-bottom: 5px;
}
.alignright {
    color: #105305;
    font-weight: bold;
    float: right;
}

.country{
    color: #2DB817;
    float: bottom;
}

.vc {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 20px;
}


.footer-dark {
    padding: 50px 0;
    color: #ffffff;
    background-color: #1d7d0d;
}

.mainlist{
    margin-left: 5rem;
}

.footer-dark h2 {
    margin-top: 0;
    margin-bottom: 12px;
    padding-left: 2rem;
    font-weight: bold;
    font-size: 24px;
}

.footer-dark ul {
    list-style: none;
    line-height: 1.6;
    font-size: 18px;
    margin-bottom: 0;
}

.data_ul {
    padding-top: 3rem;
}
.data_ul_2{
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.footer-dark ul a {
    color: inherit;
    text-decoration: none;
}

.footer-dark ul a:hover {
    opacity: 0.8;
}

@media (max-width: 767px) {
    .footer-dark .item:not(.social) {
        text-align: center;
        padding-bottom: 20px;
    }
}

.footer-dark .item.text {
    margin-bottom: 36px;
}

@media (max-width: 767px) {
    .footer-dark .item.text {
        margin-bottom: 0;
    }
}

.footer-dark .item.text p {
    opacity: 0.6;
    margin-bottom: 0;
}

.footer-dark .item.social {
    text-align: center;
}

@media (max-width: 991px) {
    .footer-dark .item.social {
        text-align: center;
        margin-top: 20px;
    }
}

.footer-dark .item.social > a {
    font-size: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgb(255, 255, 255);
    margin: 0 8px;
    color: #ffffff;
    opacity: 0.75;
}

.footer-dark .item.social > a:hover {
    opacity: 0.9;
}

.footer-dark .copyright {
    text-align: center;
    padding-top: 24px;
    opacity: 0.3;
    font-size: 13px;
    margin-bottom: 0;
}

