#blog a:hover {
    text-decoration: none;
}
.post-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.post-thumb .blog-image a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

.post-thumb .blog-image a img {
    width: 100%;
    height: auto;
    pointer-events: none;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.post-thumb:hover {
    box-shadow: 0 15px 90px -10px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}

.post-thumb:hover .blog-image img {
    transform: scale(1.15);
}

.post-thumb .caption {
    padding: 15px 20px 20px;
}

.main-heading h2 {
    font-size: 20px;
    line-height: 1;
    color: #253237;
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-weight: 600;
    position: relative;
    display: block;
    border-bottom: 1px solid #ebebeb;
    text-transform: capitalize !important;
}
.main-heading h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 60px;
    height: 2px;
    background: #4fb68d;
}
.search-widget {
    position: relative;
}
.search-widget input {
    width: 100%;
    height: 45px;
    border: 2px solid#4fb68d;
    padding: 0 0 0 20px;
    outline: none;
}
.search-widget button {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    border: 0;
    background: #4fb68d;
    height: 45px;
    width: 20%;
    font-size: 20px;
    color: #fff;
    outline: none;
}
.category-post li {
}
.category-post li+li {
    border-top: 1px solid rgba(226, 226, 226, 1);
}

.category-post li a {
    display: block;
    padding: 7px;
    color: #555;
}
.category-post a:before {
    font-family: bootstrap-icons !important;
    content: "\f285";
    float: right;
    font-size: 10px;
    margin-right: 5px;
}

.category-post a:before {
    float: unset;
}

.category-post li.active a,
.category-post li a:hover {
    color: #4fb68d;
}
.category-post li.active a {
    font-weight: 600;
}
.blog-title a,
.blog-title span {
    font-size: 24px;
    font-weight: 600;
    color: #253237;
}
.blog-title a:hover {
    color: #4fb68d;
}
.blog-page-meta {
    margin: 0 0 10px 0;
}
.blog-page-meta li {
    display: inline-block;
    position: relative;
}

.blog-page-meta li a:hover {
    color: #4fb68d;
}
.blog-page-meta li:not(:last-child) {
    margin-right: 15px;
}
.blog-page-meta li:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: -9px;
    left: auto;
    background: #555;
    content: '';
    width: 1px;
    height: 12px;
    margin-top: -6px;
}
.blog-post-content-inner p {
    margin: 20px 0;
    padding-top: 20px;
    border-top: 1px solid#ebebeb;
    color: #253237;
}
.read-more-btn {
    color: #253237;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 1;
    position: relative;
    display: inline-block;
}
.blog-post-content-inner .read-more-btn:hover {
    color: #4fb68d;
    padding-left: 5px;
}
.recent-single-post {
    margin: 0 0 30px;
}
.thumb-side img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    object-position: center;
}
img {
    vertical-align: middle;
    border-style: none;
}
.media-side {
    margin: 0 0 0 18px;
    align-self: center;
    align-items: center;
}
.media-side a {
    font-size: 14px;
    color: #253237;
    font-weight: 600;
}
.sidebar-widget-tag li {
    line-height: 1;
    float: left;
    list-style: none;
}
.single-post-content p.quate-speech {
    margin-left: 100px;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
    border-left: 3px solid#4fb68d;
}
.sidebar-widget-tag li a {
    display: block;
    float: left;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 20px;
    color: #555;
    font-weight: 400;
    border: 1px solid #ebebeb;
    border-radius: 30px;
    background: #fff;
    margin: 3px;
    text-transform: capitalize;
}
.sidebar-widget-tag li:first-child a {
    margin-left: 0;
}
.single-blog .blog-post-content-inner {
    padding: 30px 0 0;
}

.blog-image img {
    object-fit: cover;
    object-position: center;
}

.single-blog .blog-image img {
    height: auto;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
}
span.title {
    font-weight: 700;
    color: #253237;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tag-list li {
    display: inline-block;
    margin-left: 5px;
    color: #253237;
}
.tag-list li a {
    color: #253237;
}
.social li {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    color: #253237;
}
.social li a {
    color: #253237;
}
.section-title.underline-shape {
    position: relative;
    margin-bottom: 68px;
}
.section-title h2 {
    font-family: "Open Sans",sans-serif;
    font-size: 24px;
    color: #253237;
    text-transform: capitalize;
    line-height: 16px;
    font-weight: 600;
    margin: 0 0 15px;
}
.blog-related-post {
    padding: 100px 0 30px 0;
}
.section-title.underline-shape::after {
    content: "";
    width: 40px;
    height: 2px;
    display: block;
    position: absolute;
    bottom: -34px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #ef1e1e;
}
.blog-related-post .section-title.underline-shape::after {
    bottom: -25px;
    background: #4fb68d;
}
.comment-area {
    margin-top: 35px;
}
.comment-heading {
    font-family: "Open Sans",sans-serif;
    font-size: 24px;
    color: #253237;
    text-transform: capitalize;
    line-height: 16px;
    font-weight: 600;
    margin: 0 0 40px;
}
.single-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 50px;
}
.single-review:last-child {
    margin-bottom: 0;
}
.single-review .review-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    margin: 0 15px 0 0;
}
.comment-area .review-content {
    padding: 30px;
    border: 1px solid #ebebeb;
}
.comment-area .single-review.child-review {
    margin-bottom: 70px;
    margin-left: 70px;
}
.single-review .review-top-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.single-review .review-top-wrap .review-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.single-review .review-top-wrap .review-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.review-left a {
    color: #253237;
}
.blog-comment-form .comment-heading {
    margin: 0 0 10px;
}
.blog-comment-form p {
    margin: 0 0 30px;
}
.single-form textarea {
    height: 180px;
    padding: 20px 10px 2px 20px;
    margin-bottom: 20px;
    width: 100%;
    outline: none;
}
.single-form input {
    height: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 10px;
    font-size: 14px;
    color: #253237;
    width: 100%;
    margin-bottom: 15px;
    outline: none;
}
.single-form input[type="submit"] {
    padding: 0 55px !important;
    line-height: 48px;
    height: 48px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 30px;
    box-shadow: none;
    text-transform: uppercase;
    background: #4fb68d !important;
    display: block;
    color: #fff !important;
    width: 200px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    margin: 20px 0 60px;
}
.blog-post-media {
    overflow: hidden;
}
.single-blog .blog-post-content-inner {
    padding: 30px 0 0;
}
.blog-related-post .blog-title a {
    font-size: 20px;
}
.results {
    font-size: 14px;
    border-bottom: 1px  solid #ebebeb;
    margin-bottom: 15px;
}

.results .badge {
    font-size: 14px;
    font-weight: 400;
}

.results .badge i {
    margin-left: 16px;
}

.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}