@charset "utf-8";

@font-face {
    font-family: 'dancing_script_otregular';
    src: url('../fonts/dancingscript-regular-webfont.woff2') format('woff2'),
         url('../fonts/DancingScript-Regular.otf') format('otf'),
         url('../fonts/dancingscript-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.blogs{
    margin-bottom: 30px;
}

.blog_wrapper{
    background-color: #F9EEEE;
}

.blog_inner{
    margin-top:30px; padding-bottom: 30px;
}

.blog_inner h3{
    
}
.blog_inner h4{
    color: #808080;
    margin-top: 20px;
}
.blog_inner h4 span{
    font-size: 12px;
}
.blog_inner h5{
    margin-top: 20px;
    font-size: 12px;
}
.blog_det{
    margin-top: 20px;
}
.blog_det img{
    width: 100%;
}
.blog_desc{
    margin-top: 20px;color: #696969 !important; padding-left: 40px; padding-right: 40px; 
    text-align: justify !important; line-height: 30px !important; width: 100% !important;
}
.blog_desc p{
    line-height: 30px !important;
    text-align:justify !important;
}
.readmore{
    margin-top:30px;
}
.blog_inner form{
    margin-top: 30px;
}
.blog_inner a{
    text-transform: uppercase;
}
.comment_det{
    padding-left: 30px;
    padding-right: 30px;
}
.comment_det h5{
    color: #696969;
    text-transform: capitalize;
    font-weight: bold;
}
.comment_user h5 span{
    font-size: 12px;
    font-style: italic;
}
.comment_user p{
    margin-top: 10px;
    color: #696969;
    line-height: 30px;
}
