/**************************************
BLOGS
**************************************/

.blogs-search {
    padding: 60px 0 51px;
}

.blogs-search .search-input {
    max-width: 447px;
    margin-left: auto;
    position: relative;
}

.blogs-search .search-input .form-control {
    height: 60px;
    background: #fff;
    border: 1px solid rgba(112, 112, 112, 0.21);
    padding-left: 56px;
    color: #0e0703;
}

.blogs-search .search-input img {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 20px;
}

.card .card-info,
.content-card .content-body .card-info {
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    line-height: 18px;
    color: #0E0703;
    opacity: 0.5;
    margin-bottom: 13px;
}

.blog-listed .card .carrd-body {
    padding: 30px;
}

.card .card-title,
.content-card .content-body .card-title {
    font-weight: 500;
    font-size: 24px;
    color: #0e0703;
    line-height: 31px;
    margin-bottom: 15px;
}

.card .card-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-align: left;
    color: #0e0703;
    opacity: 0.7;
    margin-bottom: 20px;
}

.card .cta-link {
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    color: #0f75e9;
    display: inline-flex;
}

.blog-listed .card {
    margin-bottom: 30px;
    border-radius: 0;
    border: none
}

.pagination {
    padding: 30px 0 60px;
}

.pagination .page-item {
    margin: 0 5px;
}

.pagination .page-item .page-link {
    border-radius: 50%;
    width: 52px;
    height: 52px;
    background: #fff;
    border: 1px solid #d9d9d9;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #0f75e9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pagination .page-item .page-link:hover,
.pagination .page-item.active .page-link {
    background-color: #0f75e9;
    color: #fff;
    border-color: #0f75e9;
}

.pagination .page-item .page-link:hover img,
.pagination .page-item.active .page-link img {
    filter: brightness(0) invert(1);
}


/******************************************
Blogs Detail Page
******************************************/

.detail-page header {
    background-color: #0F75E9;
}

.detail-page {
    padding-top: 113px;
	background-color: #EFEFEF;
}

.breadcrumb-holder {
    padding: 40px 0;
}

.breadcrumb {
    padding: 0;
    background-color: #EFEFEF;
    margin: 0;
}

.breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item {
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #0e0703;
    opacity: 0.6;
}

.breadcrumb .breadcrumb-item.active {
    opacity: 1;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '>';
    margin: 0 12px;
}

.content-card .content {
    background-color: #fff;
}

.content-card .content-body {
    padding: 50px;
}

.content-card .content-body .card-info {
    margin-bottom: 15px;
}

.content-card .content-body .card-title {
    margin-bottom: 30px;
}

.card-caption h4 {
    font-size: 19px;
    font-weight: 500;
    color: #0E0703;
    margin-bottom: 27px;
}

.card-caption p {
    font-size: 16px;
    opacity: 0.7;
    margin-bottom: 20px;
}

.card-caption {
    margin-bottom: 40px;
}

.content-card .content-body .card-text p,
.content-card .content-body .card-text ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    text-align: left;
    color: #0e0703;
    opacity: 0.7;
    margin-bottom: 20px;
}

.content-card .content-body .card-text ul {
    padding: 0 15px;
}

.content-card .content-body .card-text ul li:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #0e0703;
    opacity: 0.5;
    border-radius: 50%;
    margin-right: 14px;
}

.post-tags h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    color: #0e0703;
    margin-bottom: 15px;
}

.post-labels {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.post-labels li a {
    font-size: 16px;
    text-align: center;
    color: #0e0703;
    padding: 10px 18px;
    background: #eee;
    border: 1px solid #e4e4e4;
    margin-right: 10px;
    margin-top: 10px;
    display: block;
}

.content-card {
    padding-bottom: 60px;
}

.book-card {
    display: none;
}

.card-main.active .ticket-price .cta-book {
    background-color: #0f75e9;
    color: #fff;
}

.card-main.active .book-card {
    display: block;
    min-height: 100vh;
}

header.nav-down {
    position: fixed;
    background-color: #0f75e9;
    z-index: 8;
}
.review-main h5
{
	font-size: 32px;
	margin-bottom: 20px;
}

@media (max-width: 1600px){
    .main-hero .text-box h1 {
        font-size: 26px;
        line-height: 50px;
    }
}

.pagination .page-item .page-link img{
	max-width: 1rem;
}