.search i {
    position: relative;
    left: -29px;
}


.search button {
    border: none;
    color: transparent;
}

.search input {
    width: 95%;
    height: 65px;
    border-radius: 19px;
    border: #fff;
    padding: 9px;
}


.blog-search h6 {
    font-size: 30px;
    color: #000;
}

.search {
    text-align: center;
}

.blog-search {
    background: #faebd7ad;
    padding: 13px;
    border-radius: 14px;
}



.blog-word {
    background: #f8ebde;
    margin-top: 37px;
    padding: 20px;
    border-radius: 20px;
}

.blog-word h6 {
    font-size: 30px;
    color: #000;
    margin-bottom: 31px;
}


.blog-word ul li a {
    position: relative;
}

.blog-word ul {
    padding: 0px;
}


/* .blog-word ul li a::before {
    content: "/f105";
    font-family: 'FontAwesome';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    font-size: 20px;
} */


.blog-word ul li {
    list-style: none;
}


.blog-word ul li i {
    margin-right: 5px;
    font-size: 21px;
}

.blog-word ul li:hover {
    transform: translatex(10px);
    color: #ee3f22;
    transition: all 0.5s ease;
}



.blog-word ul li a:hover{
    color: #ee3f22;
    transition: all 0.5s ease;
}

.blog-word input {
    border: 2px solid #ffffff !important;
    background-color: #ffffff !important;
}


.blog-word textarea {
    background-color: #fff !important;
}


 .lower-content .post-date {
    /* position: absolute; */
    display: inline-block;
    left: 0;
    top: -20px;
    font-size: 16px;
    line-height: 20px;
    font-family: fredoka, sans-serif;
    color: #fff;
    padding: 10px 15px;
    background: #9c44e1;
    box-shadow: 0 15px 40px rgba(0,0,0,.07);
    border-radius: 0 25px 25px 0;
    text-transform: uppercase;
}


span.post-date a {
    color: #fff;
}


.blog-para {
    margin-top: 31px;
}


section.blog-sec {
    padding: 97px 0px;
}

.blog-img img {
    border-radius: 20px 0px 20px 0px;
}


.blog-para p {
    color: #000;
}

.blog-para h5 {
    color: #000;
    font-size: 22px;
    font-weight: 800;
}





.blog-para ul li {
    list-style: auto;
    color: #000;
    font-size: 18px;
}


p.para-blog a {
    color: #ee3f22;
}

p.para-blog a:hover {
    border-bottom: 1px solid;
}


.blog-img-2 img {
    width: 100%;
    object-fit: cover !important;
    height: 543px !important;
}


.news-block-two .inner-box .lower-content .post-date {
    position: absolute;
    display: inline-block;
    left: 0;
    top: -20px;
    font-size: 16px;
    line-height: 20px;
    font-family: fredoka, sans-serif;
    color: #fff;
    padding: 10px 15px;
    background: #9c44e1;
    box-shadow: 0 15px 40px rgba(0,0,0,.07);
    border-radius: 0 25px 25px 0;
    text-transform: uppercase;
}


.sidebar-page-container .news-block-two:last-child .inner-box .lower-content .post-date {
    background: #e04237;
}


.lower-content-2 {
    text-align: left;
}


.lower-content-2 a {
    background: #e04237;
    color: #fff !important;
    padding: 7px;
}


.blog-page-content h4 {
    text-align: left;
}


.blog-page-content {
    text-align: left;
}

.blog-page-content span {
    font-size: 21px;
    color: #000;
}

.blog-page-content p {
    color: #000 !important;
    font-size: 19px !important;
}


.blog-page-content {
    padding: 15px;
}

/* .fixed-blog {
    position: fixed;
    transform: translateX( 460px);
    width: 340px;
    height: 540px;
    background: black;
    color:white;
  } */