.elementor-5926 .elementor-element.elementor-element-277dbe4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:50px;--padding-bottom:80px;--padding-left:15px;--padding-right:15px;}.elementor-5926 .elementor-element.elementor-element-05fb0b7 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(0px/2);}.elementor-5926 .elementor-element.elementor-element-05fb0b7 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(0px/2);}.elementor-5926 .elementor-element.elementor-element-05fb0b7 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(0px/2);margin-left:calc(0px/2);}.elementor-5926 .elementor-element.elementor-element-05fb0b7 .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-0px/2);margin-left:calc(-0px/2);}body.rtl .elementor-5926 .elementor-element.elementor-element-05fb0b7 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-0px/2);}body:not(.rtl) .elementor-5926 .elementor-element.elementor-element-05fb0b7 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-0px/2);}.elementor-5926 .elementor-element.elementor-element-05fb0b7 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-5926 .elementor-element.elementor-element-05fb0b7 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-5926 .elementor-element.elementor-element-05fb0b7{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-5926 .elementor-element.elementor-element-05fb0b7 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-5926 .elementor-element.elementor-element-05fb0b7 .elementor-icon-list-item > a{font-size:18px;line-height:28px;}.elementor-5926 .elementor-element.elementor-element-05fb0b7 .elementor-icon-list-text{transition:color 0.3s;}.elementor-5926 .elementor-element.elementor-element-e98cc0a{--grid-columns:3;--grid-row-gap:30px;--auto-scroll-offset:20px;--grid-column-gap:30px;}.elementor-5926 .elementor-element.elementor-element-e98cc0a > .elementor-widget-container{margin:40px 0px 0px 0px;}.elementor-5926 .elementor-element.elementor-element-e98cc0a .elementor-pagination{text-align:center;font-size:18px;font-weight:600;line-height:28px;margin-top:70px;}body:not(.rtl) .elementor-5926 .elementor-element.elementor-element-e98cc0a .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-5926 .elementor-element.elementor-element-e98cc0a .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-5926 .elementor-element.elementor-element-e98cc0a .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-5926 .elementor-element.elementor-element-e98cc0a .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}@media(max-width:1024px){.elementor-5926 .elementor-element.elementor-element-e98cc0a{--grid-columns:2;}}@media(max-width:767px){.elementor-5926 .elementor-element.elementor-element-277dbe4{--padding-top:30px;--padding-bottom:80px;--padding-left:15px;--padding-right:15px;}.elementor-5926 .elementor-element.elementor-element-05fb0b7 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-5926 .elementor-element.elementor-element-05fb0b7 .elementor-icon-list-item > a{font-size:15px;line-height:25px;}.elementor-5926 .elementor-element.elementor-element-e98cc0a{--grid-columns:1;}.elementor-5926 .elementor-element.elementor-element-e98cc0a .elementor-pagination{font-size:16px;line-height:26px;}}/* Start custom CSS */.breadcrumb ul li a,
.breadcrumb ul li a span {
    color: #f15d2a !important;
}

.breadcrumb ul li:not(:last-child):before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -25px;
    background: url(https://www.incredmoney.com/blog/wp-content/uploads/2024/10/next-arrow-orange.svg) no-repeat;
    background-size: 100%;
    width: 18px;
    height: 18px;
    margin: auto;
}

.breadcrumb ul li:not(:last-child) {
    margin: 0 30px 0 0 !important;
}

.post_loopgrid .category ul li a {
    background: #f15d2a;
    padding: 5px;
}

.post_loopgrid .elementor-widget-theme-post-excerpt p {
    margin: 0;
}

.archives_post .elementor-pagination {
    display: flex;
    justify-content: center;
}

.archives_post .page-numbers {
    background: #283a97;
    border: 1px solid #283a97;
    padding: 10px;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: ease .6s;
    color: #ffffff;
}

.archives_post .page-numbers:hover, 
.archives_post .page-numbers.current {
    background: #ffffff;
    color: #283a97;
}

.archives_post .page-numbers.next img,
.archives_post .page-numbers.prev img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(270deg) brightness(105%) contrast(102%);
    width: 12px;
    height: 12px;
}

.archives_post .page-numbers.next:hover img,
.archives_post .page-numbers.prev:hover img{
    filter: brightness(0) saturate(100%) invert(19%) sepia(17%) saturate(6629%) hue-rotate(216deg) brightness(107%) contrast(100%);
}



@media(max-width:767px) {
    .archives_post .page-numbers {
        padding: 8px;
        width: 30px;
        height: 30px;
    }
}/* End custom CSS */