
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-hover-bg {
    transition: 0.5s;
}

.btn-hover-bg:hover {
    background: var(--bs-secondary) !important;
    color: #5a983f !important;
}

.btn-hover-color {
    transition: 0.5s;
}

.btn-hover-color:hover {
    color: var(--bs-secondary) !important;
}
/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: #434342 !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 768px) {
    .topbar {
        display: none;    
    }
}
/*** Topbar End ***/


/*** Navbar Start ***/
.navbar {
    padding: 0;
}

.navbar .navbar-nav .nav-link {
    padding: 10px 15px;
    font-size: 16px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top.bg-white .navbar .navbar-nav .nav-link:hover,
.sticky-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: #fa1d26;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

@media (max-width: 1200px) {
    .navbar .collapse.navbar-collapse .btn-hover-bg.btn {
        margin-bottom: 20px;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-secondary);
    color: #fa1d26;
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: #ffffff !important;
    transition: .5s;
    opacity: 1;
}
/*** Navbar End ***/

/*** Carousel Start ***/
.carousel-header #carouselId .carousel-control-prev,
.carousel-header #carouselId .carousel-control-next {
    background: transparent;
}

.carousel-header #carouselId .carousel-inner .carousel-item {
    position: relative;
    min-height: 100vh 
}

.carousel-header #carouselId .carousel-inner .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-header #carouselId .carousel-inner .carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, 0.4));
    background-size: cover;
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 0;
}

.carousel-control-prev .carousel-control-prev-icon,
.carousel-control-next .carousel-control-next-icon {
    background: transparent !important;
}

.carousel-header #carouselId.carousel {
    position: relative;
}

.carousel-header #carouselId.carousel .carousel-indicators {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
}

.carousel-header #carouselId.carousel .carousel-indicators li,
.carousel-header #carouselId.carousel .carousel-indicators li,
.carousel-header #carouselId.carousel .carousel-indicators li {
    margin-right: 30px !important;
}

.carousel-header #carouselId.carousel .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 12px !important;
    border: 5px solid transparent;
    transition: 0.5s;
    
}

.carousel-header #carouselId.carousel .carousel-indicators li.active {
    border: 5px solid #5a983f !important;
    border-radius: 10px;
}
/*** Carousel End ***/



/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/page-title-petro.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 0 0;
}


.bg-breadcrumb-about {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/page-title-about-petro.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 0 0;
}

.bg-breadcrumb-news {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/page-title-new-petro.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 0 0;
}

.bg-breadcrumb-contact {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/page-title-contact-petro.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 0 0;
}

.bg-breadcrumb-invest {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/page-title-invest-petro.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 0 0;
}

.bg-breadcrumb-company {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/page-title-company-petro.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 0 0;
}

.bg-breadcrumb-img {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/page-title-petro.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 0 0;
}


.bg-breadcrumb-hr {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/page-title-hr-petro.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 0 0;
}

/*** Single Page Hero Header End ***/








/*** About Start ***/
.about .tab-class .nav .nav-item a.active,
.about .tab-class .nav .nav-item a.active span {
    background: #5b5853 !important;
    color: var(--bs-white) !important;
}

/*** About End ***/


/*** Service Start ***/
.service .service-item {
    position: relative;
    overflow: hidden;
}

.service .service-item .service-link {
    position: absolute;
    width: 100%; 
    height: 100%; 
    padding: 20px; 
    bottom: 0; 
    left: 0; 
    display: flex; 
    align-items: end;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.5s; 
}

.service .service-item .service-link:hover {
    background: rgba(0, 0, 0, 0.6);
}

.service .service-item .service-link a {
    color: var(--bs-white);
    transition: 0.5s;
}

.service .service-item img {
    transition: 0.5s;
}

.service .service-item:hover img {
    transform: scale(1.2);
}

.service .service-item .service-link:hover a:hover {
    color: #5a983f;
}
/*** Service End ***/


/*** Donation Start ***/
.donation .donation-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.donation .donation-item::after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}


.donation .donation-item .donation-content {
    position: absolute;
    width: 100%; 
    height: 100%; 
    padding: 20px; 
    justify-content: end; 
    bottom: -60px; 
    left: 0;
    transition: 0.5s;
    z-index: 3;
}

.donation .donation-item:hover .donation-content {
    position: absolute;
    width: 100%; 
    height: 100%; 
    padding: 20px; 
    justify-content: end; 
    bottom: 0px; 
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}

.donation .donation-item .donation-btn {
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.donation .donation-item:hover .donation-btn {
    visibility: visible;
    opacity: 1;
}

/*** Donation End ***/


/*** Counter Start ***/
.counter .counter-item .counter-counting {
    width: 100%;
    text-align: center;
    border-style: dotted;
    border-color: var(--bs-white); 
    font-size: 30px;
}
/*** Counter End ***/


/*** causes Start ***/
.causes .causes-item {
    overflow: hidden;
}

.causes .causes-item .causes-img {
    position: relative;
    transition: 0.5s;
}

.causes .causes-item .causes-img .causes-link {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0 !important; 
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: end;
    background: rgba(0, 0, 0, .2);
    transition: 0.5s;
}

.causes .causes-item .causes-img:hover .causes-link {
    background: rgba(0, 0, 0, .6);
}

.causes .causes-item .causes-img img {
    transition: 0.5s;
}

.causes .causes-item .causes-img:hover img {
    transform: scalex(-1);
}

.causes .causes-item .causes-img .causes-dination {
    position: absolute;
    top: 0; 
    right: 0;
}

.causes .causes-item .causes-img .causes-dination a {
    font-size: 14px;
}

.causes .causes-item .causes-content {
    background: #f2f2f2;
    border-color: var(--bs-white);
    border-style: dotted;
    border-top: 0;

}

.causes .causes-item .progress {
    height: 10px;
    overflow: visible;
}

.causes .causes-item .progress .progress-bar {
    position: relative;
    width: 0;
    overflow: visible;
    background: #5a983f;
    transition: 2s;
}

.causes .causes-item .progress .progress-bar span {
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
    padding: 1px 5px;
    font-size: 12px;
    color: var(--bs-white);
    background: var(--bs-dark);
    z-index: 1;
}
/*** causes End ***/


/*** Events Start ***/
.event .event-carousel.owl-carousel {
    position: relative;
}
.event .event-carousel.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -60px;
    left: 0;
    width: 40px;
    height: 30px;
    border: 0px solid #fa1d26;
    background: #fa1d26;
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.event .event-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: -60px;
    right: 0;
    width: 40px;
    height: 30px;
    border: 0px solid #fa1d26;
    background: #fa1d26;
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.event .event-carousel.owl-carousel .owl-nav .owl-prev:hover,
.event .event-carousel.owl-carousel .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: #5a983f;
}
.event .event-carousel .event-item .event-content {
    border-style: dotted;
    border-top: 0; 
    border-color: var(--bs-white); 
    background: #f2f2f2;
}
/*** Events End ***/





/*** Blog Start ***/
.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img .blog-info {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: rgba(0, 0, 0, .2);
    color: var(--bs-white) !important;
    display: flex;
    align-items: end;
    justify-content: space-between;
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover .blog-info {
    background: rgba(0, 0, 0, .6);
}


.blog .blog-item .blog-img .search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.5s;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover img {
    transform: scale(1.3);
}

.blog .blog-item .blog-img:hover .search-icon {
    opacity: 1;
}
/*** Blog End ***/

/*** Gallery Start ***/
.gallery .gallery-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
}

.gallery .gallery-item img {
    transition: 0.5s;
}

.gallery .gallery-item:hover img {
    transform: scale(1.2);
}

.gallery .gallery-item .gallery-content {
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0; 
    left: 0;
    background: rgba(249, 195, 123, .4);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: 0.5s;
    z-index: 2;
}

.gallery .gallery-item:hover .gallery-content {
    height: 100%;
}

.gallery .gallery-item .gallery-content .gallery-inner {
    transition: 0.5s;
    background: rgba(0, 0, 0, 0.1);
    padding-top: 40px;
}

.gallery .gallery-item:hover .gallery-content .gallery-inner {
    background: rgba(249, 195, 123, 1);
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gallery .gallery-item .search-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -80px;
    opacity: 0;
    transition: 0.5s;
    z-index: 3;
}

.gallery .gallery-item:hover .search-icon {
    opacity: 1;
}
/*** Gallery End ***/


/*** Volunteer Start ***/
.volunteer {
    background: rgba(249, 195, 123, .1);
}
.volunteer .volunteer-img {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.volunteer .volunteer-img .volunteer-title {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: end;
    transition: 0.5s;
}

.volunteer .volunteer-img:hover .volunteer-title {
    background: rgba(0, 0, 0, .5);
}

.volunteer .volunteer-img img {
    transition: 0.5s;
}

.volunteer .volunteer-img:hover img {
    transform: scale(1.2);
}
/*** Volunteer End ***/


/*** Contact Start ***/
.contact {
    background: #F2F2F2;
    border-style: dotted;
    border-color: var(--bs-white);
}

/*** Contact End ***/


/*** Footer Start ***/
.footer {
    border-top: 3px;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    /*border-style: dotted;
    border-color: var(--bs-light);*/
}
.footer .footer-item a,
.footer .footer-item p {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item a:hover {
    color: #fa1d26;
    letter-spacing: 1px;
}

.footer .footer-item .footer-gallery {
    position: relative;
    overflow: hidden;
}

.footer .footer-item .footer-gallery img {
    transition: 0.5s;
}

.footer .footer-item .footer-gallery:hover img {
    transform: scale(1.2);
}

.footer .footer-item .footer-gallery .footer-search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    opacity: 0;
}

.footer .footer-item .footer-gallery:hover .footer-search-icon {
    opacity: 1;
    background: rgba(0, 0, 0, .6);
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark) !important;
}
/*** copyright end ***/



/*****/

.widget-area .widget {
    margin-top: 30px;
}

    .widget-area .widget:first-child {
        margin-top: 0;
    }

    .widget-area .widget .widget-title {
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
        margin-bottom: 20px;
        /*text-transform: capitalize;*/
        position: relative;
        font-weight: 700;
        font-size: 20px;
    }

        .widget-area .widget .widget-title:before {
            content: "";
            position: absolute;
            background: #fa1d26;
            bottom: -1px;
            left: 0;
            width: 50px;
            height: 1px;
        }

.widget-area .widget_search {
    box-shadow: 0 0 29px 0 hsla(0,0%,40%,.1);
    background-color: #fff;
    padding: 15px;
}

    .widget-area .widget_search form {
        position: relative;
    }

        .widget-area .widget_search form label {
            display: block;
            margin-bottom: 0;
        }

        .widget-area .widget_search form .screen-reader-text {
            display: none;
        }

        .widget-area .widget_search form .search-field {
            background-color: transparent;
            height: 50px;
            padding: 6px 15px;
            border: 1px solid #eee;
            width: 100%;
            display: block;
            outline: 0;
            -webkit-transition: .5s;
            transition: .5s;
        }

            .widget-area .widget_search form .search-field:focus {
                border-color: #fa1d26;
            }

        .widget-area .widget_search form button {
            position: absolute;
            right: 0;
            outline: 0;
            bottom: 0;
            height: 50px;
            width: 50px;
            z-index: 1;
            border: none;
            color: #fff;
            background-color: #fa1d26;
            -webkit-transition: .5s;
            transition: .5s;
        }

            .widget-area .widget_search form button:hover {
                background-color: #4ac728;
                color: #fff;
            }

.widget-area .widget_evolta_posts_thumb {
    position: relative;
    overflow: hidden;
}

    .widget-area .widget_evolta_posts_thumb .item {
        overflow: hidden;
        margin-bottom: 15px;
    }

        .widget-area .widget_evolta_posts_thumb .item:last-child {
            margin-bottom: 0;
        }

        .widget-area .widget_evolta_posts_thumb .item .thumb {
            float: left;
            height: 80px;
            overflow: hidden;
            position: relative;
            width: 80px;
            margin-right: 15px;
        }

            .widget-area .widget_evolta_posts_thumb .item .thumb .fullimage {
                width: 80px;
                height: 80px;
                display: inline-block;
                background-size: cover !important;
                background-repeat: no-repeat;
                background-position: 50% !important;
            }

                .widget-area .widget_evolta_posts_thumb .item .thumb .fullimage.bg1 {
                    background-image: url(../images/blog/1.jpg);
                }

                .widget-area .widget_evolta_posts_thumb .item .thumb .fullimage.bg2 {
                    background-image: url(../images/blog/2.jpg);
                }

                .widget-area .widget_evolta_posts_thumb .item .thumb .fullimage.bg3 {
                    background-image: url(../images/blog/3.jpg);
                }

        .widget-area .widget_evolta_posts_thumb .item .info {
            overflow: hidden;
        }

            .widget-area .widget_evolta_posts_thumb .item .info time {
                display: block;
                color: #757575;
                text-transform: uppercase;
                margin-top: 5px;
                margin-bottom: 3px;
                font-size: 11px;
            }

            .widget-area .widget_evolta_posts_thumb .item .info .title {
                margin-bottom: 0;
                line-height: 1.4;
                font-size: 16px;
                font-weight: 700;
                text-align: justify;
            }

.widget-area .widget_recent_entries ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

    .widget-area .widget_recent_entries ul li {
        position: relative;
        margin-bottom: 12px;
        color: #757575;
        padding-left: 14px;
        line-height: 1.5;
        font-weight: 600;
        font-size: 14.5px;
        font-family: 'Roboto', sans-serif;;
    }

        .widget-area .widget_recent_entries ul li:last-child {
            margin-bottom: 0;
        }

        .widget-area .widget_recent_entries ul li:before {
            background: #fa1d26;
            position: absolute;
            height: 7px;
            width: 7px;
            content: "";
            left: 0;
            top: 7px;
        }

        .widget-area .widget_recent_entries ul li a {
            color: #757575;
        }

            .widget-area .widget_recent_entries ul li a:hover {
                color: #fa1d26;
            }

        .widget-area .widget_recent_entries ul li .post-date {
            display: block;
            font-size: 13px;
            color: #757575;
            margin-top: 4px;
        }

.widget-area .widget_recent_comments ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

    .widget-area .widget_recent_comments ul li {
        position: relative;
        margin-bottom: 12px;
        color: #757575;
        padding-left: 14px;
        line-height: 1.5;
        font-size: 14.5px;
        font-weight: 600;
    }

        .widget-area .widget_recent_comments ul li:last-child {
            margin-bottom: 0;
        }

        .widget-area .widget_recent_comments ul li:before {
            background: #fa1d26;
            height: 7px;
            width: 7px;
            content: "";
            left: 0;
            top: 7px;
            position: absolute;
        }

        .widget-area .widget_recent_comments ul li span {
            display: inline-block;
        }

        .widget-area .widget_recent_comments ul li a {
            color: #757575;
            display: inline-block;
        }

            .widget-area .widget_recent_comments ul li a:hover {
                color: #fa1d26;
            }

        .widget-area .widget_archive ul {
            padding-left: 0;
            margin-bottom: 0;
            list-style-type: none;
        }

    .widget-area .widget_archive ul li {
        position: relative;
        margin-bottom: 12px;
        padding-left: 14px;
        color: #757575;
        font-size: 14.5px;
        font-weight: 600;
        font-family: 'Roboto', sans-serif;;
    }

        .widget-area .widget_archive ul li:last-child {
            margin-bottom: 0;
        }

        .widget-area .widget_archive ul li:before {
            background: #fa1d26;
            height: 7px;
            width: 7px;
            content: "";
            left: 0;
            top: 7px;
            position: absolute;
        }

        .widget-area .widget_archive ul li a {
            color: #757575;
        }

            .widget-area .widget_archive ul li a:hover {
                color: #fa1d26;
            }

.widget-area .widget_categories ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

    .widget-area .widget_categories ul li {
        position: relative;
        margin-bottom: 12px;
        color: #757575;
        padding-left: 14px;
        font-size: 14.5px;
        font-family: 'Roboto', sans-serif;;
        font-weight: 600;
    }

        .widget-area .widget_categories ul li:last-child {
            margin-bottom: 0;
        }

        .widget-area .widget_categories ul li:before {
            background: #fa1d26;
            height: 7px;
            width: 7px;
            content: "";
            left: 0;
            top: 7px;
            position: absolute;
        }

        .widget-area .widget_categories ul li a {
            color: #757575;
        }

            .widget-area .widget_categories ul li a:hover {
                color: #fa1d26;
            }

        .widget-area .widget_categories ul li .post-count {
            float: right;
        }

.widget-area .widget_meta ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

    .widget-area .widget_meta ul li {
        position: relative;
        margin-bottom: 12px;
        color: #757575;
        padding-left: 14px;
        font-size: 14.5px;
        font-family: 'Roboto', sans-serif;;
        font-weight: 600;
    }

        .widget-area .widget_meta ul li:last-child {
            margin-bottom: 0;
        }

        .widget-area .widget_meta ul li:before {
            background: #fa1d26;
            height: 7px;
            width: 7px;
            content: "";
            left: 0;
            top: 7px;
            position: absolute;
        }

        .widget-area .widget_meta ul li a {
            color: #757575;
        }

            .widget-area .widget_meta ul li a:hover {
                color: #fa1d26;
            }

.widget-area .widget_tag_cloud .widget-title {
    margin-bottom: 12px;
}

.widget-area .tagcloud a {
    display: inline-block;
    color: #757575;
    font-weight: 600;
    font-size: 12.5px !important;
    padding: 6px 13px;
    border: 1px dashed #eee;
    margin-top: 8px;
    margin-right: 4px;
}

    .widget-area .tagcloud a:focus, .widget-area .tagcloud a:hover {
        color: #fff;
        background-color: #fa1d26;
        border-color: #fa1d26;
    }


    .blog-details .article-footer .article-share {
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

        .blog-details .article-footer .article-share .social {
            padding-left: 0;
            list-style-type: none;
            text-align: right;
            margin-bottom: 0;
        }

            .blog-details .article-footer .article-share .social li {
                display: inline-block;
                margin-left: 5px;
            }

                .blog-details .article-footer .article-share .social li a {
                    color: #757575;
                    background-color: #f7f7f7;
                    width: 33px;
                    height: 33px;
                    line-height: 33px;
                    text-align: center;
                    border-radius: 50%;
                    font-size: 13px;
                }

                    .blog-details .article-footer .article-share .social li a:hover {
                        color: #fff;
                        background-color: #fa1d26;
                    }

.blog-details .article-content {
    margin-top: 30px;
    text-align: justify;
}

    .blog-details .article-content .entry-meta {
        margin-bottom: 10px;
    }

        .blog-details .article-content .entry-meta ul {
            padding-left: 0;
            margin-bottom: 0;
            list-style-type: none;
            /*font-family: 'Roboto', sans-serif;*/
        }

            .blog-details .article-content .entry-meta ul li {
                position: relative;
                display: inline-block;
                color: #757575;
                margin-right: 21px;
                font-size: 15px;
            }

                .blog-details .article-content .entry-meta ul li span {
                    display: inline-block;
                    color: #757575;
                    font-weight: 600;
                }

                .blog-details .article-content .entry-meta ul li a {
                    display: inline-block;
                    color: #757575;
                }

                    .blog-details .article-content .entry-meta ul li a:hover {
                        color: #fa1d26;
                    }

                .blog-details .article-content .entry-meta ul li i {
                    color: #fa1d26;
                    margin-right: 2px;
                }

                .blog-details .article-content .entry-meta ul li:before {
                    content: "";
                    position: absolute;
                    top: 11px;
                    right: -15px;
                    width: 6px;
                    height: 1px;
                    background: #fa1d26;
                }

                .blog-details .article-content .entry-meta ul li:last-child {
                    margin-right: 0;
                }

                    .blog-details .article-content .entry-meta ul li:last-child:before {
                        display: none;
                    }

    .blog-details .article-content h3 {
        margin-bottom: 15px;
        font-size: 23px;
        font-weight: 700;
    }

    .blog-details .article-content .wp-block-gallery.columns-3 {
        padding-left: 0;
        list-style-type: none;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 30px -10px;
    }

        .blog-details .article-content .wp-block-gallery.columns-3 li {
            -webkit-flex: 0 0 33.7575753%;
            flex: 0 0 33.7575753%;
            max-width: 33.7575753%;
            padding-right: 10px;
            padding-left: 10px;
        }

            .blog-details .article-content .wp-block-gallery.columns-3 li figure {
                margin-bottom: 0;
            }

    .blog-details .article-content .article-features-list {
        padding-left: 0;
        list-style-type: none;
        margin-bottom: 15px;
        margin-left: 20px;
    }

    .blog-details .article-content .article-features-list li {
            margin-bottom: 12px;
            color: #757575;
            position: relative;
            padding-left: 15px;
    }

    .blog-details .article-content .article-features-list li:before {
                background: #fa1d26;
                height: 7px;
                width: 7px;
                content: "";
                left: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                border-radius: 50%;
                position: absolute;
     }

     .blog-details .article-content .article-features-list li:last-child {
                margin-bottom: 0;
     }

            
    .blog-details .article-footer {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 15px;
        padding-bottom: 15px;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        margin-top: 30px;
    }

     .blog-details .article-footer .article-tags {
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
     }

        .blog-details .article-footer .article-tags span {
            display: inline-block;
            color: #757575;
            font-size: 20px;
            margin-right: 5px;
            position: relative;
            top: 2px;
        }

        .blog-details .article-footer .article-tags a {
            display: inline-block;
            color: #818181;
        }

            .blog-details .article-footer .article-tags a:hover {
                color: #fa1d26;
            }

    .blog-details .article-footer .article-share {
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

   .blog-details .article-footer .article-share .social {
            padding-left: 0;
            list-style-type: none;
            text-align: right;
            margin-bottom: 0;
    }

    .blog-details .article-footer .article-share .social li {
                display: inline-block;
                margin-left: 5px;
    }

    .blog-details .article-footer .article-share .social li a {
                    color: #757575;
                    background-color: #f7f7f7;
                    width: 33px;
                    height: 33px;
                    line-height: 33px;
                    text-align: center;
                    border-radius: 50%;
                    font-size: 13px;
    }

    .blog-details .article-footer .article-share .social li a:hover {
                        color: #fff;
                        background-color: #fa1d26;
    }

/*--------------------------------------------------------------*/
section,
.section {
  color: #333333;
  padding-bottom: 50px ;
  overflow: clip;
}
.blog-posts article {
    background-color: #ffffff;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.blog-posts .post-img img {
  transition: 0.5s;
}

.blog-posts .post-date {
    background-color: #fa1d26;
  color: #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  font-size: 13px;
  padding: 6px 12px;
  font-weight: 500;
}

.blog-posts .post-content {
  padding: 30px;
}

.blog-posts .post-title {
  font-size: 18px;
  color: #52565e;
  font-weight: 600;
  transition: 0.3s;
  margin-bottom: 15px;
    color: #222 !important;
}

.blog-posts .meta i {
  font-size: 16px;
  color: #fa1d26;
}

.blog-posts .meta span {
  font-size: 15px;
  
}

.blog-posts p {
  margin-top: 20px;
  text-align: justify;
}

.blog-posts hr {
 
  margin-bottom: 15px;
}

.blog-posts .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
 
}

.blog-posts .readmore i {
  line-height: 0;
  margin-left: 6px;
  font-size: 16px;
}

.blog-posts article:hover .post-title,
.blog-posts article:hover .readmore {
  color: #fa1d26;
}

.blog-posts article:hover .post-img img {
  transform: scale(1.1);
}



.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: #fff;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #dee2e6;
    --bs-pagination-border-radius: 0.375rem;
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: #e9ecef;
    --bs-pagination-hover-border-color: #dee2e6;
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: #e9ecef;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(210, 53, 59, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #d2353b;
    --bs-pagination-active-border-color: #d2353b;
    --bs-pagination-disabled-color: #6c757d;
    --bs-pagination-disabled-bg: #fff;
    --bs-pagination-disabled-border-color: #dee2e6;
    display: flex;
    padding-left: 0;
}

.pagination {
    display: flex !important;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

    .page-link:hover {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    }


.pagination-next .page-link {
    background-image: url(../img/pagination-next.svg);
    background-repeat: no-repeat;
    background-position: 102px center;
    background-color: #d2353b;
    color: #fff;
    padding-left: 22px;
}

.page-pagination .page-link {
    color: #000000;
    /*border: 2px solid #d2353b;*/
    /*border-radius: 16px;*/
    /*min-width: 132px;*/
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 16px;
}



.page-pagination-right a, .pagination-next .page-link:hover {
    background-color: #d2353b;
}

.page-pagination-right {
    position: absolute;
    right: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
}

    .page-pagination-right input {
        width: 41px;
        height: 24px;
        font-size: 14px;
        padding-left: 10px;
    }

    .page-pagination-right a {
        display: inline-block;
        text-align: center;
        margin-left: 10px;
        width: 40px;
        height: 24px;
        border-radius: 4px;
    }

.pagination-prev .page-link {
    padding-left: 39px;
    background-image: url(../img/pagination-left.svg);
    background-repeat: no-repeat;
    background-position: 14px center;
    color: #fa1d26;
}




.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fa1d26;
    /*background-color: #007bff;
    border-color: #007bff;*/
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
}


/*--------------------------------------------------------------# Blog Pagination Section*/

 .bod-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
    [data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: .2s;
}
    [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
    .bod-item:not(:last-child) {
    margin-bottom: 9rem;
}
    .section .wrap-items {
    width: 100%;
}
    .bod-item-image {
    display: block;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    width: 20%;
}
    .bod-item-image>picture {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

    .img-cover {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
    .bod-item-info {
    flex: 1;
    padding-left: 8rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5rem;
}
    .bod-name {
    font-size: 2.5rem;
    font-weight: 500;
    color: #fa1d26 !important;
    margin-bottom: .5rem;
}
    .bod-pos {
    font-size: 1.5rem;
    font-weight: 500;
        color: #000000 !important;
}
@media (min-width: 0px) and (max-width: 480px) {
    .section-bod .wrap-items.bod-items {
        padding-left: 0;
    }
}
@media (min-width: 0px) and (max-width: 480px) {
    .bod-item:not(:last-child) {
        margin-bottom: 4rem;
    }
}
@media (max-width: 767px) {
    body, button, input, select, textarea {
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    :root {
        --sb-menu-height: 7rem;
        --sb-default-gap: 4rem;
        --sb-column-gap: 2rem;
        --sb-content-gap: 2rem;
    }
}
@media (min-width: 0px) and (max-width: 480px) {
    .bod-item-image {
        width: 100%;
    }
}
@media (min-width: 0px) and (max-width: 480px) {
    .bod-item-info {
        padding-left: 0;
        gap: 1rem;
        padding-top: 2rem;
    }
}
@media (min-width: 0px) and (max-width: 480px) {
    .bod-name {
        font-size: 2.2rem;
    }
}
@media (min-width: 0px) and (max-width: 480px) {
    .bod-pos {
        font-size: 1.3rem;
    }
}
@media (min-width: 0px) and (max-width: 480px) {
    .bod-content p {
        margin-bottom: 1rem;
    }
}