
@import url(https://fonts.googleapis.com/css?family=Montserrat);


.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Style the icon bar links */
.icon-bar a {
    display: block;
    text-align: center;
    padding: 5px;
    transition: all 0.3s ease;
    color: green;
    font-size: 20px;
}

.icons {
    color: white;
}

.main {
    background-color: #fff;
    margin: auto;
    width: 70%;
    padding: 30px;
    border-radius: 6px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
    background-color: #000;
}

.facebook {
    background: #007422;
    color: white;
}

.twitter {
    background: #007422;
    color: white;
}

.google {
    background: #007422;
    color: white;
}

.linkedin {
    background: #007422;
    color: white;
}

.youtube {
    background: #007422;
    color: white;
}

i:hover {
    color: #87c325;
}

.bl-title a {
    color: #003e0a;
    font-family: Montserrat;
    font-size: 22px;
}

.education_block_author h5 a {
    color: #191919;
    font-size: 14px;
    font-weight: 200;
}

.edu_cat_data h4 {
    font-family: Montserrat;
}

.category-box {
    position: relative;
    margin-top: 15px;
    height: 115px;
    background: #dcdcdc;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 115px;
    padding: 0px;
}

.img {
    display: flex;
    justify-content: center;
}

.education_block_footer {
    height: 200px;
}

a .category-box:hover a .category-box:focus {
    color: white;
}

.Modal {
    font-family: Montserrat;
}

.nav-link {
    color: black;
    font-size: 22px;
    font-weight: 600;
}

@media only screen and (min-width: 1238px) {
    .smallview {
        display: none;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1238px) {
    .category-box {
        width: 100px;
        height: 100px;
    }

    .smallview {
        display: none;
    }
}

@media only screen and (max-width: 1000px) {
    .category-box {
        width: 100px;
        height: 100px;
        margin: 25px;
    }

    .largeview {
        display: none;
    }

    .main {
        padding-top: 30px;
        padding-bottom: 30px;
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }

    .heading {
        font-size: 20px;
    }




}






