header {
    background-color: #000;
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
    z-index: 1020;
}

.breadcrumb {
    background-color: transparent;
    margin: 20px 0 10px;
}

.breadcrumb .breadcrumb-item a {
    color: #000;
}

.breadcrumb .breadcrumb-item.active {
    color: gray;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: right;
    padding-left: 0.5rem;
    padding-right: 0;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item+.breadcrumb-item {
    padding-right: 0.5rem;
}

.single-blog .main-title {
    font-size: 28px;
}

.single-blog .feathered-img {
    border-radius: 5px;
    margin-bottom: 20px;
}

.single-blog p {
    padding-bottom: 10px;
    line-height: 2.2;
    text-align: justify;
}

.title {
    font-weight: bold;
    color: black;
    font-size: 25px;
}

hr.subtitle {
    max-width: 60px;
    border-top: 5px solid #e44d3d;
}


/*    comment  */

.be-comment-block {
    margin: 0 0 30px !important;
    border: 1px solid #edeff2;
    border-radius: 2px;
    padding: 30px 0 0;
    border: 1px solid #ffffff;
}

.comments-title {
    font-size: 16px;
    color: #262626;
    margin-bottom: 15px;
    font-family: 'Conv_helveticaneuecyr-bold';
}

.be-img-comment {
    width: 60px;
    height: 60px;
    float: right;
    margin-bottom: 15px;
}

.be-ava-comment {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.be-comment-content {
    margin: 0 80px 15px 0;
    background: #fff;
    box-shadow: 1px 1px 10px #adadad;
    padding: 15px 20px 20px 20px;
    border-radius: 5px;
}

.be-comment-content a {
    color: #383b43;
}

.be-comment-name {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 15px;
    color: #383b43;
    display: block;
}

.be-comment-time {
    margin-bottom: 15px;
    font-size: 16px;
    color: #b4b7c1;
}

.be-comment-text {
    font-size: 13px;
    line-height: 18px;
    color: #7a8192;
    display: block;
}

.title-comment {
    font-weight: bold;
    margin: 35px 0 10px;
}

.form-block {
    background: #fff;
    box-shadow: 1px 1px 10px #adadad;
    padding: 40px 30px 30px;
    border-radius: 5px;
}

.form-block label {
    font-size: 13px;
    margin: 10px 0 8px;
}

.form-group .form-input {
    font-size: 13px;
    line-height: 50px;
    font-weight: 400;
    color: gray;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #cbcbcb;
    border-radius: 3px;
}

.form-group textarea.form-input {
    height: 130px;
}

.submit-btn {
    background-color: #e44d3d;
    margin-right: auto;
    margin-left: 15px;
}


/*  blog  */

.title-more {
    font-weight: bold;
    color: black;
    font-size: 25px;
}

hr.subtitle {
    max-width: 60px;
    border-top: 5px solid #e44d3d;
}

.blog {
    padding: 50px 0 50px;
    background-color: #ebeef3;
}

.blog .main-blog {
    display: block;
    margin: 0 auto;
}

.blog .slider-nav {
    padding-top: 55px;
    position: relative;
}

.blog .box-blog {
    background-color: #fff;
    box-shadow: 0px 0px 12px #b4b4b4;
    border-radius: 5px;
    transition: 0.5s;
}

.box-blog:hover {
    box-shadow: 0 -6px 0px -1px #e44d3d inset;
}
.blog .box-blog img {
    width: 100%;
}

.blog .box-blog .card-text {
    padding: 20px 30px;
}

.blog .box-blog .title {
    transition: 0.4s;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
    transition: 0.3s;
}

.blog .box-blog .more {
    margin-top: 15px;
    font-size: 15px;
    color: #000;
    display: block;
    font-weight: 500;
    transition: 0.3s;
}
.box-blog:hover .title{
    color: #e44d3d;
}
.box-blog:hover .more{
    color: #767676;
}
.blog .box-blog .more i {
    background-color: #e44d3d;
    padding: 4px 8px 1px;
    transition: 0.5s;
    border-radius: 50%;
    color: #000;
    margin-left: 5px;
    -webkit-text-stroke: 1px;
}

.blog .slick-slider {
    overflow: hidden;
}

.blog .slick-list {
    margin: 0 -15px;
}

.blog .slick-slide {
    margin: 0 15px;
}

.blog .previous-blog {
    background-color: #31445a;
    color: #fff;
    top: 9px;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 1;
    position: absolute;
    border: 0;
    transition: 0.4s;
}

.blog .next-blog {
    background-color: #31445a;
    color: #fff;
    top: 9px;
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 1;
    right: 40px;
    border: 0;
    transition: 0.4s;
}

.blog .next-blog:hover,
.blog .previous-blog:hover {
    background-color: #e44d3d;
    color: #fff;
}

.blog .bi-chevron-right::before {
    font-size: 20px;
    position: relative;
    right: -4px;
    top: 3px;
    -webkit-text-stroke: 1px;
}

.blog .bi-chevron-left::before {
    font-size: 20px;
    position: relative;
    right: -2px;
    top: 2px;
    -webkit-text-stroke: 1px;
}


/*  last blog  */

.last-blog .box {
    background-color: #fff;
    margin-bottom: 15px;
    transition: 0.2s;
    border-bottom: 2px solid rgb(201 201 201 / 69%);
}

.sticky-top.sidebar {
    top: 100px;
    z-index: 100;
    margin-bottom: 30px;
}

.last-blog .box img {
    background-size: contain;
    height: 100%;
    border-radius: 3px;
    margin-right: -2px;
}

.last-blog .box .title {
    font-weight: bold;
    color: black;
    font-size: 16px;
}

.last-blog .box p {
    font-size: 14px;
    line-height: 1.8;
}

.last-blog .box:hover {
    border-right: 5px solid #e44d3d;
    /* border-right-style: inset; */
    box-shadow: 0px 4px 8px #80808082;
    /* margin-right: -2px; */
    border-bottom: 0;
    border-radius: 5px;
}

.last-blog .box .title {
    font-weight: bold;
}

.last-blog .box .more {
    margin-top: 15px;
    font-size: 13px;
    color: #000;
    display: block;
    font-weight: 500;
}

.last-blog .box .more i {
    background-color: #e44d3d;
    padding: 4px 8px 1px;
    transition: 0.5s;
    border-radius: 50%;
    color: #000;
    margin-left: 5px;
    -webkit-text-stroke: 1px;
}

.last-blog button {
    display: block;
    width: 10px !important;
    height: 10px !important;
    padding: 0;
    /* border: none; */
    border-radius: 100%;
    text-indent: -9999px;
    border-radius: 100% !important;
    border: 1px solid #000 !important;
}