[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translate(0);
}

body[data-aos-duration='1200'] [data-aos] {
    transition-duration: 1.2s;
}

body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease;
}

[data-aos^=fade][data-aos^=fade] {
    transition-property: opacity, transform;
}

/* ------------------------------------------------ */

.single-blog-page-content {
    margin-top: 5rem;
}

@media (max-width: 991px) {
    .single-blog-page-content {
        margin-top: 50px;
    }
}

.news-insights-container {
    margin: 5rem 0;
}

.blog-thumbnail {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    margin: 1rem 0rem;
}

.image-hover figure {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.blog-thumbnail .bt-img img {
    width: 100%;
}

.hover-effects figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.bt-caption {
    padding: 2rem 2rem 1rem;
}

.news-insights-blog-heading {
    color: #292929 !important;
	font-size: 14px;
}

.news-insights-blog-heading-archive {
	color: #292929 !important;
	font-size: 24px;
}

.bt-details p {
    display: inline-block;
    margin-right: 15px;
    color: #A3B0B4;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
}

.fas {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.bt-caption h4 {
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #333 !important;
}

hr.bt-separator {
    border-top: 1px solid rgba(204, 204, 204, 0.4);
    margin: 30px 0px 20px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 0;
}

.media {
    display: flex; 
    align-items: flex-start;
}

.author .media .mr-3 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.mr-3 {
    margin-right: 1rem !important;
}

.author .media .media-body {
    padding-top: 5px;
}

.media-body {
    flex: 1;
}

.author .media .media-body h5 {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.author .media .media-body p {
    font-size: 13px;
}

.site-pagination .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0rem;
    justify-content: center;
}

.site-pagination .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: red;
    border-color: red;
}

.site-pagination .page-link {
    position: relative;
    display: block;
    padding: 0.6rem 1rem;
    margin-right: 8px;
    line-height: 1.25;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50%;
}

.page-link {
    margin-left: -1px;
}

.site-pagination .page-item:last-child .page-link {
    border-radius: 50%;
}

.site-pagination .page-link .fas {
    font-size: 16px;
}

.fa-chevron-right:before {
    content: "\f054";
}

.hover-effects figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover-effects figure:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}



/* --------single-page-------- */


.blog-feature-img {
    position: relative;
}

/* img {
    width: 100%;
} */

.blog-caption-box {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    padding: 1rem 2rem;
    left: 0;
    bottom: 30px;
}

.blog-caption-content h2 {
    color: #FFF;
}

.blog-caption-content .media .mr-3 {
    width: 50px;
    border-radius: 50%;
}

.blog-caption-content .media .media-body {
    padding: 17px 0px;
}

.blog-caption-content .media .media-body h5 {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
}

.color-text {
    color: #DF0212;
}

.ludwig {
    position: relative;
    padding-left: 1em;
    border-left: 0.2em solid #DF0212;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3rem;
    line-height: 1.3;
    font-weight: 600;
    margin: 25px 0px;
    font-style: italic;
}

.ludwig:before {
    content: '\201C';
    color: #DF0212;
}

/* --------Comment Box-------- */

.blog-comments {
    margin-top: 3.5rem;
}

.blog-comments h4 {
    margin-bottom: 2rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.comment-box {
    margin-top: 1.5rem;
}

.comment-box .media .mr-3 {
    width: 60px;
    border-radius: 50%;
}

.comment-box .media .media-body {
    padding: 5px;
}

.media-body {
    flex: 1;
}

.comment-box .media .media-body h5 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.blog-comments h5 {
    color: #333;
    margin-bottom: 0px;
}

.comment-box .media .media-body p {
    font-size: 13px;
    margin-bottom: 5px;
}

.comment-box .media .media-body p strong {
    font-size: 13px;
    font-weight: 600;
    color: #A3B0B4;
}

.replay {
    font-weight: 600;
    color: var(--main-yellow-color);
    font-size: 14px !important;
    margin-top: 10px;
}

.replay a {
    color: var(--main-yellow-color);
    transition: 0.4s;
}

p.replay::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f3e5";
    margin-left: 10px;
}

.replay-comment {
    padding-left: 3rem;
}

.warning-message {
    margin-top: 2rem;
}

.warning-message a {
    color: var(--main-yellow-color);
    transition: 0.4s;
    font-weight: 600;
}

.blog-single-image {
	width: 100%;
	height: auto;
    object-fit: cover;
}

/* --------Sidebar-------- */

.aside-block {
    margin-bottom: 2rem;
}

.blog-search {
    display: inline-block;
    position: relative;
    color: #FFF;
    margin-bottom: 2rem;
    width: 100%;
}

.blog-search .form-control-feedback {
    position: absolute;
    z-index: 1;
    display: block;
    width: 2rem;
    height: 45px;
    line-height: 45px;
    text-align: center;
    pointer-events: none;
    color: #CCC;
    right: 0;
    font-size: 16px;
}

.fa-search:before {
    content: "\f002";
}

.blog-search .form-control {
    background-color: #eff5f5;
    border: none;
    border-radius: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px;
    height: 45px;
    font-family: 'Open Sans', sans-serif;
    color: #CCC;
    transition: 0.3s;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
}

.aside-block h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.aside-block .media .mr-3 {
    width: 80px;
}

.post-date {
    color: #A3B0B4;
    font-weight: 600;
    margin-bottom: 2px;
    font-size: 13px;
}

.aside-block .media .media-body h5 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.list-group-flush {
    border-radius: 0;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.aside-block .list-group .list-group-item {
    font-family: 'Poppins', sans-serif;
    text-align: left !important;
    padding: 0px 0px 10px 0px;
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px;
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.aside-block ul li {
    list-style: none;
    margin: 5px;
}

.list-group-item {
    position: relative;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}

.aside-block .list-group .list-group-item a {
    border: none;
    font-size: 14px;
}

.aside-block .list-group .list-group-item .badge-pill {
    background-color: #F5F5F5;
    color: var(--main-dark-color);
    font-weight: 400;
    font-size: 13px;
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


/* --------Other Post-------- */


.ag-bg-wrapper {
    background-color: #F5F5F5;
    padding: 5rem 0rem;
}

.layer-title {
    margin-bottom: 2rem;
}

.news-carousel {
    position: relative;
}

.news-carousel .owl-theme .item {
    padding: 10px;
}

.news-card {
    background-color: #FFF;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.image-hover figure {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.news-carousel .owl-theme .item img {
    width: 100%;
}

.nc-caption {
    padding: 1.5rem 1rem;
}

.date-box {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    position: relative;
    border: 1px solid #df0212;
}

.db-inner {
    position: absolute;
    width: 40px;
    height: 40px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    padding-top: 5px;
}

.db-inner h5 {
    color: var(--main-dark-color);
    font-weight: 900;
    margin-bottom: 0px;
    text-transform: uppercase;
    line-height: 15px;
}

.db-inner span {
    font-size: 11px;
    margin-top: -25px;
    line-height: 15px;
    font-weight: 600;
}

.nc-caption .media .media-body h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
}

.nc-caption p {
    margin-top: 15px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-outline {
    background-color: transparent;
    border: solid 2px #DF0212 !important;
    color: var(--main-dark-color);
}

.btn-md {
    font-size: 14px;
    padding: 4px 12px;
    margin-top: 20px;
}

.owl-theme {
    display: none;
}

.blog-para-highlight {
	font-weight: 700;
	color: #333;
	font-style: italic;
}

