body{
	padding: 0;
	margin: 0;
}
p{
	color: #333;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.header_logo {
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
}
.header {
    border-bottom: 1px solid #f3f4f5;
}
.header_logo img{
	width: auto;
	height: 45px;
}
.user {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}
.img {
	width: 20%;
}
.img img{
	max-width: 150px;
    height: auto;
    object-fit: cover;
}
.user_details {
	width: 40%;
}
.description {
    border: 1px solid #f3f5f7;
    margin: 25px 0;
    padding: 15px;
}
.description p:last-child{
    margin: 0px;
    padding: 0px;
}
.text {
	width: 100%;
    justify-content: space-between;
    display: flex;
}
.text span{
	font-size: 16px;
    font-weight: 500;
    color: #333;
    float: left;
    margin-right: 20px;
}
.text h5{
	font-size: 16px;
    font-weight: 500;
    color: #333;
    text-align: end;
}
.middle_body {
    padding: 20px;
}
.sidebar_left {
	padding: 0px;
}
.sidebar_right {
	padding: 0px;
}
.list_item ul{
    padding: 0;
    margin: 0;
}
.list_item ul li{
	list-style: none;
    margin-bottom: 0;
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 20px;
}
.list_item ul li:hover{
    background: #eaeaea;
}
.list_item ul li:last-child{
	margin-bottom: 0px;
}
.list_item ul li a{
    font-size: 15px;
    text-decoration: none;
    color: #333;
}
.sidebar_right .list_item{
	text-align: right;
}
.sidebar_left .sidebar_title{
	text-align: left;
}
.sidebar_right .sidebar_title{
	text-align: right;
}
.mycontainer {
	margin: 0 15px;
}
.mycontainer .col-md-2 {
	background: #f3f4f5;
    height: 100vh;
    margin: 0;
    padding: 0 !important;
}
.mycontainer .col-md-8 {
	margin: 0;
    padding: 0 !important;
    border: 1px solid #fff;
    border-top: 0;
}
.sidebar_title {
	background: #27ae60;
    padding: 10px 20px;
}
.sidebar_title h1{
	font-size: 22px;
    color: #ffffff;
    margin: 0;
    padding-bottom: 5px;
}
.search_bar .form-group {
    margin-bottom: 0;
}
.search_bar .form-control {
    height: 31px;
    outline: 0;
    border: 1px solid #fff;
    padding-left: 35px;
}
.has-search .form-control-feedback {
	position: absolute;
    z-index: 2;
    display: block;
    width: 24px;
    height: 24px;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    padding: 7px 15px;
}
.home_page_box {

}
.two_box {
    display: grid;
    width: 100%;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
}
.box {
    width: 100%;
}
.box_img img{
    width: 100%;
    height: 260px;
    border-radius: 10px;
}
.box_heading h4 {
    color: #333;
    margin: 10px 0;
    font-size: 22px;
}
.box_description p{
    font-size: 15px;
    line-height: 25px;
    color: #888;
    font-weight: 400;
    height:100px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.read_btn a{
    color: #ec6437;
    display: block;
    outline: 0;
    font-size: 15px;
    margin-top: 10px;
}
.read_btn i{
    position: relative;
    top: 1px;
    transition: all 0.3s ease;
    margin-left: 2px;
}
.read_btn a:hover i{
    margin-left: 10px;
    color: #27ae60;
}
.read_btn a:hover span{
    color: #27ae60;
}


/*------ blog inner page ------*/

.three_box .box_img img {
    width: 100%;
    height: 170px;
    border-radius: 10px;
}
.three_box {
    display: grid;
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
}
.three_box .box_description p {
    font-size: 15px;
    line-height: 22px;
    color: #888;
    font-weight: 400;
    height: 87px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.three_box .box_heading h4 {
    font-size: 20px;
}
.quotes ul li{
    text-align: center !important;
}
.right i{
    margin-left: 10px;
    color: #bdbdbd;
    font-size: 15px;
}
.inline_link {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.edit {
    position: relative;
    top: 1px;
}

.twobox .box_img img {
    width: 100%;
    max-height: 260px;
    border-radius: 10px;
}
.twobox {
    display: grid;
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
}
.twobox .box_description p {
    font-size: 15px;
    line-height: 22px;
    color: #888;
    font-weight: 400;
    height: 87px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.twobox .box_heading h4 {
    font-size: 20px;
}

.blog_details img{
    width: 100%;
    height: auto;
    border-radius: 4px;
}
.details_heading h4{
    margin: 10px 0;
}
.author_card{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.author_card .author, .blog_date {
    font-size: 15px;
    color: #777;
}