body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.topnav {
    display: flex;
    justify-content: space-between;
    /* padding: 1rem; */
    align-items: center;
    padding-inline: 1rem;
    box-shadow: 7px 3px 13px #0000001d;
    border: 1px solid #EFEFEF;
    height: 92px;
}

.topnav a {
    text-align: center;
    letter-spacing: 0px;
    color: #505050;
    opacity: 1;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {
    font-weight: 700;
}

.topnav a.active {
    font-weight: 800;
}

.topnav .icon {
    display: none;
}

.topnav  .rightSide {
    display: flex;
}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
        float: right;
        display: block;
    }
    .topnav .logo {
        display: none;
    }
    .topnav  .rightSide {
        display: initial;
    }
    .topnav a {
        float: left;
        display: block;
        color: black;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }
    /*.blog_title {*/
        /*position: absolute;*/
        /*bottom: 10rem;*/
        /*left: 21%;*/
        /*right: 21%;*/
        /*font: normal normal bold 20px/28px Montserrat;*/
        /*letter-spacing: 0px;*/
        /*color: #132E4D;*/
        /*opacity: 1;*/
    /*}*/

}

@media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

}

.tag{
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    /* letter-spacing: 0px; */
    color: #000000;
    font: normal normal normal 16px/19px Montserrat;
}

.title{
    font: normal normal 600 24px/29px Montserrat;
    letter-spacing: 0px;
    color: #0F74EA;
    opacity: 1;
}

.descriptionn{
    padding-top: 1rem;
    font: normal normal normal 16px/22px Montserrat;
    letter-spacing: 0px;
    color: #505050;
    opacity: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.readmore_outer{
    background: #132E4D 0% 0% no-repeat padding-box;
    border-radius: 30px;
    opacity: 1;
    top: 2000px;
    left: 850px;
    width: 220px;
    height: 60px;
}
.readmore_inner{
    display: block;
    position: absolute;
    padding-top: 1rem;
    padding-left: 4.5rem;
    color: white;
}


.home_img_back {
    top: 5rem;
    left: 16px;
    padding: 2.5rem;
    position: absolute;
    font-family: Montserrat;
}

.blog_title {
    /* position: absolute; */
    /* bottom: 29rem; */
    /* left: 21%; */
    /* right: 21%; */
    font-family: 'Montserrat';
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0px;
    color: black;
    /* opacity: 1; */
    /* background-color: black; */
    text-align: center;
    /* border-radius: 29px; */
    text-align: -webkit-left;
    padding-bottom: 3rem;
}

.round {
    width: 200px;
    height: 200px;

    text-align: center;
    font-size: 30px;
    float: left;
    font-weight: bold;

    /* Change the shape according
        to the image */

    background-color: gray;
    color: white;
    margin-right: 10px;
    margin-left: 10px;
}

article{
    padding-top: 75px;
    display: inline-block;

}

p {
    text-align: justify;
    font-size: 16px;
}

.container{
    font-family: Montserrat;
}
h1{
    font-family: Montserrat;

}

.recentBlogsTitle{
    font: normal normal bold 48px/58px Montserrat;
    color: #0F74EA;
    padding-top: 6rem;
}

.blog_img{
    padding-top: 4rem;
    padding-bottom: 4rem;
}
a { color: inherit; }
