main.bl-page-main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    background: #fff;
}
main.bl-page-main a,
main.bl-page-main p,
main.bl-page-main h1,
main.bl-page-main h2
main.bl-page-main h3,
main.bl-page-main h4,
main.bl-page-main h5,
main.bl-page-main h6{
    font-family: "Arimo", sans-serif !important;
}
.bl-header {
    padding: 20px 0;
    background: #bf3e27;
    color: #fff;
    margin-top: 90px;
    width: 100%;
}
.bl-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 10px;
}
.bl-container h2 {
    margin: 0;
    line-height: 1;
    font-size: 26px;
    font-family: "Arimo", sans-serif;
    color: #0c0c0c;
    font-weight: 700;
}
.bl-blog-single-post {
    background-color: #fff;
    padding: 0;
}
.bl-header h2 {
    color: #fff !important;
}
.bl-trending-post-content {
    padding: 0;
}
.bl-trending-post-content h1 {
    font-size: 42px;
    font-weight: 800;
    font-family: "Arimo", sans-serif;
    color: #0c0c0c;
}
.bl-postmeta ul {
    display: flex;
    margin: 0;
    flex-direction: column;
}
.bl-postmeta ul li{
    margin-right: 20px;
}
.bl-postmeta ul li a {
    font-size: 14px;
    color: #6e6e6e;
}
.bl-trending-post-socials {
    padding: 5px 0;
    padding-bottom: 20px;
}
.bl-img-bg-new {
    position: relative;
    overflow: hidden;
    height: 30rem;
    width: 100%;
}
.bl-img-bg-new img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
/* Social Media Buttons */
.social-btns {
    margin-top: 10px;
    position: relative;
    display: flex;
}
/* Colors */

/* Facebook Share */
.social-btns .social-btn-share.facebookShare:before {
    background-color: #3b5998;
}

.social-btns .social-btn-share.facebookShare .fa {
    color: #3b5998;
}

/* Twitter Share */
.social-btns .social-btn-share.twitterShare:before {
    background-color: #00aff0;
}

.social-btns .social-btn-share.twitterShare .fa {
    color: #00aff0;
}

/* Pinterest Share */
.social-btns .social-btn-share.pinterestShare:before {
    background-color: #e60023;
}

.social-btns .social-btn-share.pinterestShare .fa {
    color: #e60023;
}

/* LinkedIn Share */
.social-btns .social-btn-share.linkedInShare:before {
    background-color: #0a66c2;
}

.social-btns .social-btn-share.linkedInShare .fa {
    color: #0a66c2;
}

.social-btns .social-btn-share, 
.social-btns .social-btn-share:before, 
.social-btns .social-btn-share .fa {
    transition: all 0.35s;
    transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-btns .social-btn-share {
    display: flex;
    background-color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 28%;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
    opacity: 0.99;
    align-items: center;
    justify-content: center;
}
.social-btns .social-btn-share:before {
    content: "";
    width: 120%;
    height: 120%;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 90%;
    left: -110%;
}
.social-btns .social-btn-share:focus .fa, 
.social-btns .social-btn-share:hover .fa {
    color: #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.social-btns .social-btn-share .fa {
    font-size: 25px;
    vertical-align: middle;
}
.social-btns .social-btn-share:focus:before, 
.social-btns .social-btn-share:hover:before {
    top: -10%;
    left: -10%;
}
/* More Trends */
.bl-section {
    width: 100%;
}
.widget {
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.widget-title {
    padding: 15px 0 15px 0;
}

.widget.latest-news-wrapper .widget-title {
    padding-top: 0;
}
.widget-title h4 {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 16px;
    border-top: 2px solid #eee;
    padding-top: 5px;
    color: #000;
}
.widget.latest-news-wrapper .widget-title::before {
    content: " ";
    background: #bf3e27;
    width: 25px;
    height: 3px;
    position: absolute;
}
ul.latest-news-lists li {
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
    margin-bottom: 20px;
    background: #f8f8f8;
    transition: .2s;
}
ul.latest-news-lists li a {
    display: flex;
    align-items: stretch;
    justify-content: start;
}
ul.latest-news-lists li .lnl-img {
    position: relative;
    width: 95px;
    height: 95px;
    overflow: hidden;
    margin-right: 5px;
}
ul.latest-news-lists li .lnl-img img {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    height: 100%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: unset !important;
}
.lnl-content {
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    width: 70%;
    word-break: break-word;
}
.lnl-content h6 {
    white-space: initial;
    width: 100%;
    overflow: unset;
    text-overflow: clip;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
    color: #525050;
}
.lnl-content p {
    margin: 0;
    font-size: 11px !important;
    color: #808080;
    line-height: 1;
}
.bl-post-content {
    overflow-wrap: break-word;
    color: #000 !important;
}
.bl-trending-post-content img {
    width: 100% !important;
    height: auto !important;
}
.bl-post-content iframe {
    width: 100%;
    height: 30rem;
    margin-bottom: 20px;
}
/* Online Trends */
.latest-trends-container {
    width: 100%;
}
.lt-header {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 0px 20px #0000000a;
}
.lt-header h2 {
    line-height: 1;
    margin: 0;
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 500;
}
.lt-form-group select {
    border: 1px solid #eee;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
    height: auto !important;
    outline: 0;
}
.lt-group-heading {
    font-size: 16px;
    font-family: 'Inter';
    margin-top: 30px;
}
.latest-trends-wrapper {
    background: #fff;
    border-radius: 20px;
    display: flex;
    box-shadow: 0px 0px 20px #0000000a;
    flex-direction: column;
    margin-bottom: 10px;
    transition: .2s;
}
.latest-trends-wrapper:hover {
    transform: scale(1.02);
}
.latest-trends-wrapper .lt-content-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    cursor: pointer;
    position: relative;
    color: #111;
}
.lt-content-top-left {
    display: flex;
    align-items: flex-start;
    width: 100%;
    max-width: 1000px;
}
.lt-content-top-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 15%;
}
.lt-content-top-left .numbering {
    font-size: 23px;
    line-height: 1.4;
    color: #6f6f6f;
}
.lt-content-header-grp {
    margin-left: 20px;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.lt-content-header-grp h2 {
    margin: 0;
    line-height: 1.2;
    font-size: 25px;
    margin-bottom: 5px;
    color: #111;
}
.latest-trends-wrapper .lt-content-top form {
    width: 1px;
}
.lt-content-header-grp p {
    margin: 0;
    line-height: 1.2;
    font-size: 14px;
    color: #6f6f6f;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    display: block;
}
.lt-content-top-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 210px;
}
.lt-searchers-grp {
    margin: 0 15px;
}
.lt-content-top-right .lt-searchers-grp h3 {
    line-height: 1.2;
    margin: 0;
    margin-bottom: 5px;
    font-size: 24px;
    font-family: 'Inter';
    color:#111;
}
.lt-content-top-right .lt-searchers-grp p {
    font-size: 13px;
    margin: 0;
    padding: 0;
    line-height: 1;
    color: #111;
}
.lt-content-top-right .lt-img-grp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lt-content-top-right .lt-img-grp .lt-img {
    background-size: cover;
    height: 100px;
    width: 100px;
    border-radius: 15px;
}
.lt-content-header-grp span {
    color: #00b042;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Inter';
}
/* Loader */
.lds-roller-err-wrapper {
    position: absolute;
    background: rgb(155 29 29 / 60%);
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    text-align: center;
}
.lds-roller-err-wrapper span {
    color: #fff;
    font-size: 20px;
}
.lds-roller-wrapper {
    position: absolute;
    background: rgb(100 100 100 / 60%);
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    text-align: center;
}
.lds-roller {
    width: 80px;
    position: relative;
    margin: 0 auto;
    height: 80px;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Card */
.bl-card-img {
    height: 15rem;
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.blog-list-card {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
    overflow: hidden;
    position: relative;
    height: 100%;
    transition: .3s;
}
.blog-list-card:hover{
    transform: scale(1.04);
}
.blog-list-card a  {
    text-decoration: none;
}
.bl-card-content {
    padding: 25px 15px;
    text-align: left;
}
.blog-list-card .bl-card-date {
    margin: 0;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
}
.bl-card-content h3 {
    color: #000;
    font-family: "Arimo", sans-serif !important;
    font-weight: 600;
    font-size: 21px;
    transition: .3s;
}
.bl-card-content h3:hover {
    color: #e4431c;
}
.bl-card-body {
    font-size: 14px;
}
.blog-list-card-wrapper .col-lg-4 {
    margin-bottom: 30px;
}
.bl-page-headings {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.bl-page-headings span.sub-heading {
    font-family: "Arimo", sans-serif !important;
    font-weight: 500;
    color: #000;
}
.bl-page-headings h1 {
    font-size: 34px;
    color: #000;
    font-weight: 800;
    margin: 0;
}
.bl-page-headings p {
    font-size: 16px;
    margin: 5px 0;
}
.pagination-wrapper ul.pagination.justify-content-center {
    display: flex;
}
.pagination-wrapper .page-item.active .page-link {
    background-color: #9c2c34 !important;
    border-color: #9c2c34 !important;
    color: #fff !important;
}
.pagination-wrapper .page-item a {
    color: #000;
    font-weight: 400;
    transition: .2s;
}
/* Responsive */
@media only screen and (max-width: 1024px) {
    ul.latest-news-lists li .lnl-img {
        width: 70px;
        height: 70px;
    }
    .lnl-content {
        width: auto;
    }
    .lnl-content h6 {
        width: 130px;
        font-size: 14px;
    }
    .lt-content-top-left {
        max-width: 700px;
    }
} /* close 1024px */
@media only screen and (max-width: 991px) {
    
} /* close 991px */
@media only screen and (max-width: 768px) {
    .latest-news-lists li a {
        justify-content: start  !important;
    }
    .latest-news-lists li .lnl-img {
        width: 100px !important;
        height: 100px !important;
    }
    main.bl-page-main {
        overflow: hidden;
    }
    .bl-img-bg-new {
        height: 27rem;
    }
    .lt-content-top-left {
        width: 70%;
        max-width: unset;
    }
} /* close 768px */
@media only screen and (max-width: 767px) {
    
} /* close 767px */
@media only screen and (max-width:430px) {
    .bl-container {
        max-width: unset;
        width: 100%;
    }
    .bl-img-bg-new {
        height: 15rem;
    }
    .bl-trending-post-content h1 {
        font-size: 30px;
    }
    .bl-postmeta ul li a {
        font-size: 13px;
        color: #7a7878;
    }
    .bl-trending-post-content {
        padding: 10px;
        padding-top: 30px;
    }
    main.bl-page-main aside {
        padding: 0 15px;
    }
    .fake-button {
        right: auto;
        left: 10px;
        bottom: 10px;
    }
    .whatsapp_link {
        right: auto;
        left: 75px;
    }
    .bl-section {
        padding: 0;
    }
    .latest-trends-wrapper .lt-content-top {
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }
    .lt-content-top-left {
        width: 100%;
    }
    .lt-content-top-right {
        max-width: unset;
    }
    .lt-header {
        flex-direction: column;
    }
    .lt-header h2 {
        margin-bottom: 10px;
        font-size: 22px;
    }
    .lt-form-group,
    .lt-form-group select {
        width: 100%;
    }
    .latest-trends-container {
        padding: 20px 0;
    }
    .lt-content-top-left .numbering {
        font-size: 18px;
    }
    .lt-content-header-grp h2 {
        font-size: 21px;
    }
    .lt-content-header-grp p {
        font-size: 13px;
    }
    .lt-searchers-grp {
        margin: 0;
    }
    .bl-page-headings {
        margin-top: 40px;
    }
    .bl-post-content iframe {
        height: 15rem;
    }
    .bl-container h1,
    .bl-container h2 {
        font-size: 25px;
        margin: 0;
    }
    .bl-header {
        padding: 15px 0;
    }
    .blog-list-card-wrapper .col-lg-4 {
        margin-bottom: 0;
    }
    .blog-list-card {
        margin-bottom: 10px;
        height: auto;
    }
} /* close 430px */
@media only screen and (max-width:375px) {
    .bl-img-bg-new {
        height: 13rem;
    }
    .latest-trends-container .bl-container {
        width: 100%;
    }
}

.bg-444488 {
    background-color: #444488!important;
}
.text-c4ced4 {
    color: #C4CED4!important;
}

.hover-underlined:hover {
    text-decoration: underline;
}

.pd-b-0 {
    padding-bottom: 0!important;
}