body{
    background-color: #f6f5f5 !important;
}



.site-navigation {
    width: min-content;
    float: right;
    color: #fff;

}
.option-button {
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
    border: none;
    font-size: 25px;
    padding: 0px 30px;
    float: right;
}
.site-navigation ul li a:hover {
    width: min-content;
    font-size: x-large;
    color: #000;
}
.site-navigation ul li {
    padding: 10px 0px;
}
ul {
    list-style-type: none;
}
.nav-link {
    color: #fff;
}
a{
    color: #4169e1;
}

.social-icon {
    display: inline;
    font-size: 40px;
    margin: 10px;
}

.icon-program {
    font-size: 45px;
}

.margin-10 {
    margin: 10px 0px;
}

.seemore {
    margin-top: 10px;
    text-align: center;
}

.m-t {
    margin-top: 15px !important;
}
@media (max-width: 767px) {
    .wl-200 {
        width: 100px;
    }

}

@media (max-width: 406px) {
    .slogon {
        font-size: 15px !important;
        color: gray !important;
    }

    .handleg {
        font-size: 10px !important;
        color: gray !important;
        border-color: gray !important;
    }
}

@media (max-width: 250px) {
    .slogon {
        font-size: 10px !important;
        color: gray !important;

    }

    .handleg {
        font-size: 5px !important;
        color: gray !important;
        border-color: gray !important;


    }
}

