.h3-title,
.sidebar-title {
    line-height: 35px;
    font-weight: 400
}

hr {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #212529;
    height: 4px !important
}

.blog-date {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    padding: 10px 2px;
    background: #f5f3ee;
    border-radius: 10px;
    color: #011f43;
    font-weight: 400;
    font-size: .9rem
}

.blog-date i {
    color: var(--main-color);
    font-size: 1.1rem;
    margin-right: 8px;
    flex-shrink: 0
}

html {
    scroll-padding-top: 110px
}

.blog-card.style-5 .blog-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
    z-index: 2;
    width: 100%;
    text-align: center
}

.blog-card .blog-card-content .blog-card-content-top>ul {
    justify-content: center
}

.blog-card .blog-card-content .bottom-area {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    align-items: center
}

.blog-post-detail,
.blog-search-from,
.categories,
.recent-post,
.related-blog,
.tag.side-bar {
    background-color: var(--white-color);
    box-shadow: var(--boxShadow);
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px !important
}

.blog-details-wrapper .blog-box,
.blog-search-from {
    margin-bottom: 30px
}

.h3-title {
    font-size: 25px;
    color: var(--deep-blue);
    margin-bottom: 15px
}

.blog-details-wrapper .blog-text .h3-title a:hover,
.blog-post-social a,
.pagination-arrow,
.pagination-arrow:hover,
.recent-post-text h6 a:hover,
.related-tours-info i {
    color: var(--second-color)
}

.blog-img.back-img img {
    position: relative;
    height: 500px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 20px;
    min-width: 100%
}

.blog-post-social a:before,
.post-comment-box:before {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: ''
}

.blog-details-wrapper .blog-text .h3-title a {
    color: var(--deep-blue);
    text-decoration: unset !important;
    transition: .3s
}

.blog-post-footer {
    border-top: 1px dashed #777;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.blog-post-social a {
    width: 41px;
    height: 41px;
    background: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 50%;
    margin-left: 14px;
    position: relative;
    transition: .3s
}

.blog-post-social a i,
.blog-sidebar {
    position: relative
}

.blog-post-social a:first-child {
    margin-left: 0
}

.blog-post-social a:last-child {
    margin-right: 0
}

.blog-post-social a:hover {
    color: #fff
}

.blog-post-social a:before {
    width: 100%;
    background: linear-gradient(to right, var(--main-color), var(--second-color));
    border-radius: 50%;
    opacity: .3;
    transition: .3s
}

.blog-post-social a:hover:before {
    opacity: 1
}

.post-comment-box {
    padding: 33px 40px 32px;
    position: relative;
    background: var(--white-color);
    box-shadow: 2px 2px 60px rgba(0, 0, 0, .1);
    border-radius: 10px;
    overflow: hidden;
    margin: 22px 0
}

.post-comment-box:before {
    width: 4px;
    background: var(--second-color)
}

.post-comment-box .h3-title {
    font-style: italic;
    margin-bottom: 0
}

.post-comment-box img {
    width: 42px;
    height: 38px;
    float: right;
    margin-top: -20px;
    margin-right: -20px;
    margin-bottom: -38px
}

.blog-post-text-list {
    list-style: none;
    margin-bottom: 23px
}

.blog-post-img {
    display: flex;
    align-items: center;
    margin: 23px -15px
}

.post-img-box {
    width: 50%;
    padding: 0 15px
}

.post-img-box img {
    min-width: 100%;
    height: 370px;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    object-fit: cover
}

.blog-post-text-list li {
    min-height: 35px;
    position: relative;
    padding-left: 50px;
    color: var(--main-color);
    margin-bottom: 17px
}

.blog-post-text-list li:before {
    content: "\f00c";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 35px;
    height: 35px;
    background: linear-gradient(to right, red, #000);
    border-radius: 50%;
    font-size: 15px;
    color: var(--white-color);
    font-family: FontAwesome;
    display: flex;
    justify-content: center;
    align-items: center
}

.blog-text.no-img {
    margin-top: 0;
    width: 100%;
    padding-top: 30px
}

.blog-text .blog-date {
    padding: 0;
    margin-bottom: 22px;
    position: relative
}

.blog-text .blog-date a {
    color: var(--white-color);
    text-decoration: unset !important;
    font-weight: 400
}

.blog-text .blog-date a i {
    font-size: 15px;
    vertical-align: text-top;
    margin-left: 0
}

.blog-img .blog-date {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 0;
    right: 0;
    display: flex;
    padding: 1rem;
    background: rgba(0, 0, 0, .1);
    border-radius: 0;
    backdrop-filter: blur(5px);
    justify-content: space-between;
    color: #000
}

.categories ul li a:hover span:last-child,
.sidebar-title:before {
    background: linear-gradient(to right, var(--main-color), var(--second-color))
}

.blog-img-slide,
.blog-post-slider,
.blog-post-slider .slick-list,
.blog-post-slider .slick-slide,
.blog-post-slider .slick-track {
    height: 100%;
    border-radius: 10px;
    width: 100%
}

.blog-img .blog-date a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    transition: .3s
}

.blog-img .blog-date a i {
    margin-right: 7px
}

.blog-details-video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.blog-pagination ul li,
.categories ul li a span:last-child {
    justify-content: center;
    display: inline-flex;
    font-size: 20px;
    transition: .3s
}

.blog-details-video .playBut .triangle {
    stroke: var(--main-color)
}

.blog-post-slider {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.blog-pagination {
    display: block;
    text-align: center;
    margin-top: 40px
}

.blog-pagination ul,
.pagination-arrow {
    display: inline-block;
    vertical-align: middle
}

.pagination-arrow {
    font-size: 35px;
    margin: 0 18px;
    transition: .3s
}

.blog-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0
}

.blog-pagination ul li {
    align-items: center;
    width: 45px;
    height: 45px;
    background: 0 0;
    border: 1px solid #777;
    border-radius: 10px;
    color: #777;
    margin: 0 7px;
    cursor: pointer
}

.blog-pagination ul li:hover,
.tag ul li a:hover {
    background: var(--second-color);
    border-color: var(--second-color);
    color: var(--white-color)
}

.blog-pagination ul li.active,
.blog-pagination ul li.active:hover {
    background: #d7d7d7;
    border-color: #d7d7d7;
    color: #777;
    cursor: default
}

.sidebar-title {
    font-size: 29px;
    color: var(--deep-blue);
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 4px
}

.sidebar-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 3px;
    transform: skew(327deg, 0deg)
}

.blog-search-from input {
    width: 100%;
    height: 60px;
    border: none;
    outline: 0;
    background: var(--white-color);
    border-radius: 10px;
    box-shadow: 1px 1px 60px rgba(0, 0, 0, .1);
    color: #777;
    font-size: 16px;
    padding: 10px 60px 10px 30px
}

.form-box {
    display: block;
    position: relative;
    font-size: 0;
    line-height: 1;
    margin-bottom: 20px
}

.blog-search-from .sec-btn {
    width: 50px;
    height: 50px;
    padding: 0;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 10px
}

.sec-btn span {
    position: relative;
    z-index: 1
}

.blog-search-from .sec-btn:before {
    border-radius: 10px
}

.blog-search-from .sec-btn span i {
    margin: 0;
    font-size: 16px
}

.recent-post {
    margin-bottom: 63px;
    position: sticky;
    top: 86px;
    z-index: 44
}

.advertising-text:before,
.recent-post-link {
    top: 0;
    height: 100%;
    border-radius: 10px;
    left: 0
}

.advertising-text .sidebar-title a,
.items-count {
    color: var(--white-color);
    z-index: 1;
    font-size: 23px
}

.recent-post-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px
}

.recent-post-link {
    width: 100%;
    background: rgba(0, 0, 0, .2);
    transform: scale(0);
    position: absolute
}

.recent-post-img.back-img:hover .recent-post-link {
    transition: .3s ease-in-out;
    transform: scale(1)
}

.recent-post-img {
    display: inline-block;
    position: relative
}

.recent-post-img img {
    width: 106px;
    height: 106px;
    border-radius: 10px;
    object-fit: cover
}

.recent-post-text {
    width: calc(100% - 110px);
    display: inline-block;
    padding-left: 20px
}

.recent-post-text h6 {
    font-size: 18px;
    line-height: 24px;
    color: var(--main-color);
    font-weight: 400;
    margin-bottom: 8px
}

.categories ul,
.tag ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.recent-post-text h6 a {
    display: inline-block;
    color: var(--main-color);
    transition: .3s
}

.recent-post-text p {
    color: #142843;
    margin-bottom: 0
}

.recent-post-text p i {
    margin-right: 5px
}

.related-tours-info {
    background-color: #eee;
    padding: .5rem;
    border-radius: 10px
}

.related-tours-info span {
    font-size: 14px;
    font-weight: 400
}

.categories {
    margin-bottom: 70px
}

.categories ul li {
    display: block;
    position: relative;
    margin-bottom: 10px
}

.categories ul li a {
    display: flex;
    align-items: center;
    position: relative;
    height: 45px;
    background: rgba(0, 0, 0, .1);
    border-radius: 10px;
    color: #000;
    padding: 5px 45px 5px 25px;
    transition: .3s;
    font-size: 17px
}

.tag ul li,
.tag ul li a,
.text_blog p,
blockquote cite {
    display: inline-block
}

.categories ul li a:hover {
    color: var(--second-color);
    background: #fff;
    box-shadow: 2px 5px 20px rgb(0 0 0 / 40%);
    transform: translateX(11px)
}

.categories ul li a .categories-text {
    position: relative;
    padding-left: 15px;
    display: inline-block
}

.categories ul li a .categories-text:before {
    content: "\f105";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    font-family: FontAwesome;
    font-size: 15px;
    line-height: 8px
}

.categories ul li a span:last-child {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 35px;
    height: 35px;
    align-items: center;
    background: rgba(0, 0, 0, .2);
    border-radius: 10px;
    color: #777
}

.categories ul li a:hover span:last-child {
    color: var(--white-color)
}

.advertising {
    margin-bottom: 26px
}

.advertising-box {
    display: flex;
    justify-content: center;
    align-items: center
}

.advertising-box img {
    width: 416px;
    height: 277px;
    border-radius: 10px
}

.advertising-text {
    width: 100%;
    height: 276px;
    display: flex;
    justify-content: flex-start;
    position: absolute;
    align-items: flex-end;
    overflow: hidden
}

.advertising-text:before {
    content: '';
    position: absolute;
    width: 100%;
    background: linear-gradient(to right, #0e3d8624, #e4821624);
    opacity: .8;
    z-index: 0
}

.advertising-text .sidebar-title a {
    position: relative;
    bottom: 0;
    left: 11px
}

.advertising-text .sidebar-title:before {
    display: none
}

.blog-page-content .tag {
    display: inline-flex;
    align-items: center;
    gap: 20px
}

.tag p {
    color: var(--main-color)
}

.text_blog p,
.title a {
    color: var(--bs-color)
}

.tag ul {
    font-size: 0
}

.tag ul li a {
    padding: 5px 25px;
    background: 0 0;
    border: 1px solid #777;
    border-radius: 10px;
    font-size: 15px;
    line-height: 20px;
    color: #777;
    text-align: center;
    margin-bottom: 15px;
    margin-right: 15px;
    transition: .3s
}

.article-footer,
.gallery-img,
.items-count,
.tags {
    border-radius: 10px
}

.gallery-boxes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

.article-share,
.article-tags,
.article-tags-share,
.blockquote_list,
.blog-card-three .blog__card-meta li,
.share-button,
.tour_top {
    display: flex;
    display: flex
}

.gallery-img-box {
    width: 33.3333%;
    padding: 0 10px
}

.gallery-img {
    width: 100%;
    height: 110px;
    margin-bottom: 20px
}

.text_blog,
.text_blog p {
    line-height: 35px;
    margin-bottom: 15px;
    font-weight: 400
}

.tour_top {
    width: 100%;
    height: 370px;
    position: absolute;
    align-items: flex-start;
    justify-content: flex-end
}

.items-count {
    position: relative;
    top: 63px;
    right: 28px;
    background-color: #015cb5a6;
    padding: 7px
}

.blog-card .blog-card-content h3:hover a,
.text_blog {
    color: var(--main-color)
}

.text_blog {
    font-size: 27px;
    text-align: left
}

.text_blog p {
    font-size: 29px
}

blockquote {
    border-right: 4px solid var(--main-color)
}

blockquote p {
    line-height: 1.5;
    font-style: italic
}

blockquote cite {
    font-size: 20px;
    position: relative;
    padding-left: 45px;
    line-height: 1;
    font-weight: 400;
    margin-top: 22px;
    font-style: normal;
    color: var(--title-color)
}

blockquote cite::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 30px;
    height: 2px;
    border-top: 2px solid var(--main-color)
}

.blockquote_list {
    flex-direction: column;
    flex-direction: column;
    gap: 10px;
    max-height: 396px;
    overflow-y: auto;
    padding-right: 5px
}

.blockquote_list .title {
    font-size: 20px
}

.social-media a {
    width: 36px !important;
    height: 36px !important
}

@media (max-width:767.98px) {

    .blog-post-detail,
    .blog-search-from,
    .categories,
    .recent-post,
    .related-blog,
    .tag.side-bar {
        padding: 13px
    }

    .h3-title {
        font-size: 22px
    }

    .blog-img.back-img img {
        height: 361px
    }
}

.social-media ul li a {
    padding: 5px 4px !important
}

.tags {
    padding: 12px;
    margin-bottom: 0 !important;
    margin-top: 16px
}

.article-footer {
    background: #fff;
    padding: 30px;
    box-shadow: var(--shadow-medium);
    border: 1px solid rgba(197, 149, 91, .15);
    background-color: var(--white-color);
    box-shadow: var(--boxShadow)
}

.article-tags-share {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px
}

.article-share,
.article-tags {
    align-items: center;
    gap: 15px
}

.tag-item {
    background: rgba(197, 149, 91, .1);
    color: var(--primary-navy);
    padding: 8px 15px;
    border-radius: 10px;
    text-decoration: none;
    font-size: .9rem;
    font-weight: 400;
    transition: .3s;
    border: 1px solid rgba(197, 149, 91, .2)
}

.share-button,
.tag-item:hover {
    background: var(--gradient-gold);
    color: var(--primary-navy)
}

.tag-item:hover {
    transform: translateY(-2px)
}

.share-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.1rem;
    transition: .3s;
    box-shadow: var(--shadow-gold)
}

.blog--card,
.blog__card {
    width: 100%
}

.share-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(197, 149, 91, .3);
    color: var(--primary-navy)
}

.Share {
    color: #011f43;
    font-weight: 400;
    margin-right: 10px;
    font-size: 20px
}

.blog-card-three.blog-list-card {
    background-color: var(--white-color);
    border-radius: 10px;
    box-shadow: -7px 1px 19px 0 rgba(221, 229, 236, .42)
}

.blog__card-content {
    padding: 20px 30px;
    margin-top: -24px;
    position: relative;
    z-index: 33;
    background-color: #fff;
    border-radius: 10px;
    height: 269px
}

.blogs .posts,
.xb-item--link {
    position: relative;
    z-index: 2
}

.blog-card-three .blog__card-date-number {
    font-size: 26px;
    color: var(--white-color);
    line-height: 1;
    margin-bottom: 1px
}

@media (max-width:575px) {
    .blog-card-three .blog__card-date-number {
        font-size: 26px
    }
}

@media (max-width:425px) {
    .blog-card-three .blog__card-date-number {
        font-size: 23px
    }
}

@media (max-width:375px) {
    .blog-card-three .blog__card-date {
        padding-top: 7px;
        padding-bottom: 36px
    }

    .blog-card-three .blog__card-date-number {
        font-size: 22px
    }
}

.blog-card-three .blog__card-date-month {
    color: var(--white-color);
    line-height: 1;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0
}

.blog-card-three .blog__card-meta {
    margin: 0 0 14px;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center
}

.blog-card-three .blog__card-meta li {
    align-items: center
}

.blog-card-three .blog__card-meta li:not(:first-child)::before {
    content: "";
    width: 1px;
    height: 14px;
    margin-left: 12px;
    margin-right: 12px;
    font-weight: 400;
    background-color: rgba(var(--trevlo-white3-rgb, 235, 230, 222), .5)
}

.blog-card-three .blog__card-meta-icon {
    position: relative;
    top: -1px;
    display: inline-block;
    font-size: 14px;
    color: var(--second-color);
    margin-right: 5px
}

.blog-card-three .blog__card-meta-author {
    font-size: var(--trevlo-size-xl, 14px);
    color: var(--trevlo-secondary, #736d75);
    line-height: 1.714;
    font-weight: 400;
    text-transform: capitalize
}

.blog-card-three .blog__card-title {
    font-size: 19px;
    color: #000;
    line-height: 1.3;
    letter-spacing: -.5px;
    margin: 10px 0;
    border-top: 2px dashed;
    padding-top: 15px;
    height: 54px
}

.blog-list-card .blog__card-title a {
    color: #036;
    background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95%/0 1px no-repeat;
    transition: .5s
}

.blog-list-card .blog__card-title a:hover {
    background-size: 100% 1px
}

.blog-card-three p {
    font-weight: 400;
    margin-bottom: 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.blog-card-three .blog__card-img img {
    display: block;
    min-width: 100%;
    border-radius: 10px 10px 0 0;
    height: 300px;
    object-fit: cover
}

.xb-blog .xb-item--title a {
    color: currentColor
}

.xb-item--link {
    color: #036;
    display: inline-block;
    font-size: 19px
}

.author-blog,
.author-blog i {
    color: var(--deep-blue)
}

.xb-item--link:hover {
    color: #f7921f;
    letter-spacing: 2px
}

.xb-item--link:hover span {
    transform: translateX(7px)
}

.xb-item--link span {
    display: inline-block;
    margin-left: 2px;
    transition: .3s
}

.blog-card.one {
    display: flex;
    align-items: center;
    flex-direction: column
}

.blockquote_list .title a {
    color: #333;
    text-decoration: none;
    transition: color .3s
}

.blockquote_list .title a.active {
    color: var(--main-color);
    font-weight: 700
}

@media (max-width:767px) {
    .blog__details {
        flex-direction: column-reverse
    }
}

::-webkit-scrollbar {
    background: 0 0;
    width: 4px;
    height: 10px
}

.blog-card .blog-card-content h3 {
    margin-bottom: 0;
    height: 50px;
    font-size: 14px;
    font-weight: 600
}

.blog-card .blog-card-content h3 a {
    color: #1f3e66;
    font-size: 20px;
    font-weight: 400;
    line-height: 0;
    letter-spacing: .23px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}




@media(min-width:1200px) and (max-width:1399px) {
    .blog-card .blog-card-content h3 a {
        font-size: 20px
    }
}

@media(max-width:1199px) {
    .blog-card .blog-card-content h3 a {
        font-size: 18px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .blog-card .blog-card-content h3 {
        margin-bottom: 20px
    }
}

.blogs {
    position: relative;
    border-block: 1px solid #9993;
    background-color: var(--main-grey)
}

.blogs .lines {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    z-index: 0
}

.blogs .lines span {
    height: 100%;
    width: 1px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#101828), to(transparent));
    background-image: linear-gradient(to top, #ccc, transparent);
    opacity: .5
}

.blogs .post-card {
    position: relative;
    display: block;
    margin-bottom: 50px
}

.blogs .post-card .img {
    height: 331px;
    border-radius: 10px;
    overflow: hidden
}

.blogs .post-card .img img {
    object-fit: cover;
    min-height: 500px
}

.blogs .post-card .info-box {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: calc(100% - 60px);
    border-radius: 10px;
    overflow: hidden
}

.blogs .post-card .info-box .date {
    padding: 7px 20px;
    background-color: var(--second-color);
    color: var(--white-color);
    font-size: 14px;
    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
}

.blogs .post-card .info-box .date .line {
    width: 40px;
    height: 1px;
    background-color: var(--white-color);
    margin: 0 20px
}

.blogs .post-card .info-box .cont {
    position: relative;
    padding: 25px 20px;
    background-color: var(--white-color);
    text-align: center
}

.blogs .post-card .info-box .cont .post-title {
    font-weight: 600;
    letter-spacing: .75px;
    margin-bottom: 10px;
    color: #142843
}

.author-blog {
    font-size: 16px;
    font-weight: 500
}

.page-blog-text img {
    width: 100% !important;
    height: 442px !important;
}





@media (max-width: 767px) {

    .article-tags {
        flex-wrap: wrap;
    }

    .blog__card-content {
        padding: 7px 10px;
        margin-top: -24px;
        position: relative;
        z-index: 33;
        background-color: #fff;
        border-radius: 10px;
        height: 201px;
    }

}
