@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&family=MonteCarlo&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}



/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 22px;
    height: 30px;
    font-size: 14px;
    color: #FFFFFF !important;
    opacity: 74%;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}
.modal .form-control {
    display: block;
    width: 100%;
    padding: 8px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #8D9297;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.anytime a {
    color: #1E1E1E;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
}

.anytime small {
    font-size: 15px;
    color: #3D3D3D !IMPORTANT;
    letter-spacing: 1px;
    font-weight: 550;
}

.btn-danger {
    font-weight: 600 !important;
    font-size: 15px;
    color: #fff;
    background-color: #E20935;
    border-color: #E20935;
    padding: 10px 29px;
    border-radius: 6px;
    text-transform: uppercase;
}

.logo {
    width: 175px;
}

/* Custom styles for carousel indicators */
.carousel-indicators [data-bs-target] {
    background-color: #ccc;
    /* Default color for inactive dots */
    width: 20px;
    height: 7px;
    margin-bottom: 0rem;

}

h5,
.h5 {
    font-size: 26px;
    color: #FFFFFF;
    font-weight: 400;
}

.display-2 {
    font-size: 61px !important;
    font-weight: 800;
}

.carousel-caption .btn-danger {
    font-weight: 600 !important;
    font-size: 15px;
    color: #fff;
    background-color: #E20935;
    border-color: #E20935;
    padding: 10px 29px;
    border-radius: 5px;
    text-transform: uppercase;
}

.carousel-indicators .active {
    background-color: #E20935;
    /* Custom color for the active dot */
    width: 20px;
    height: 7px;
}

.float {
    width: 48px;
    height: 48px;
    bottom: 40px;
    right: 40px;
    background-color: #fff;
    color: #E20935;
    border-radius: 50px;
    text-align: center;
    font-size: 21px;
    z-index: 100;
    border: 1px solid #E20935;
    line-height: 48px;
    padding: 12px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    color: #ffffffba;
}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-left:23px;
    padding: 25px 0;
    color: #000000;
    font-weight: 500;
    text-transform: inherit;
    outline: none;
    font-size: 15px;
}

@media (min-width: 992px) {
    .py-lg-0 {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #E20935;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-left: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }

    .navbar .py-3 {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.page-header {
    background: url(../img/about-banner.png) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: start;
    background: rgba(0, 0, 0, .65);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 4rem;
    height: 4rem;
    background-color: var(--dark);
    border: 15px solid var(--dark);
    border-radius: 50px;
}

.carousel-caption .breadcrumb-item+.breadcrumb-item::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 3rem;
        height: 3rem;
        border-width: 12px;
    }
}

small,
.small {
    font-size: 14px;
    color: #ffffffba;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #041D2B;
    font-size: 16px;
    line-height: 26px;
}

/* About US */
.about h6 {
    font-size: 16px;
    color: #E20935;
    letter-spacing: 3px;
}

.about .btn-danger {
    font-weight: 600 !important;
    font-size: 15px;
    color: #fff;
    background-color: #E20935;
    border-color: #E20935;
    padding: 16px 18px 13px;
    border-radius: 6px;
    text-transform: uppercase;
    line-height: 0px;
}

.about .col-lg-5 {
    flex: 0 0 auto;
    width: 38.66667%;
}

.display-6 {
    font-size: 42px;
    color: #041D2B;
    font-weight: 800;
}

/* Custom Styles */
.service-title {
    color: #E20935;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-heading {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 2rem;
    color: #041D2B;
}

.service-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    padding: 14px;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-card .card-title {
    margin-bottom: .5rem;
    color: #041D2B;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.service-card img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.read-more {
    color: #E20935;
    font-weight: bold;
}

.read-more:hover {
    text-decoration: underline;
}

.btn-primary {
    color: #000;
    background-color: #E20935;
    border-color: #E20935;
}

/* Custom Styles */
.custom-section-title {
    color: #E20935;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}


.custom-section-subheading {
    font-size: 1rem;
    margin-bottom: 2rem;
    color: #555;
}

.custom-btn-read-more {
    background-color: #E20935;
    color: #fff;
    font-weight: 600;
    border-radius: 0;
    padding: 15px 23px;
    text-transform: initial;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 5px;
}

.custom-service-card {
    border: 1px solid #70707029;
    border-radius: 10px;
    padding: 1.5rem;
    border-radius: 5px;
}


.custom-service-icon {
    font-size: 2rem;
    color: #E20935;
    margin-bottom: 1rem;
}

.custom-service-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: #041D2B;
}

.custom-service-description {
    color: #000000;
    font-size: 16px;
    line-height: 23px;
    margin-top: 15px;
    margin-bottom: 0;
}

/*** Footer ***/
.footer {
    color: #999999;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    opacity: 80%;
    font-size: 14px;
}

.carousel-caption p {
    color: #ffffffba;
}

.bg-dark {
    background-color: #16171A !important;
}

.bg-light {
    background-color: #F5F7FA !important;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 15px 0 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: #fff;
}

.footer .copyright a:hover {
    color: var(--primary);
}

.custom-section-heading {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.custom-section-heading {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #041D2B;
}

.custom-section-description {
    margin-bottom: 0rem;
}

.product-card {
    border: none;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-image img {
    width: 100%;
    height: auto;
}

.product-content {
    text-align: center;

}

.product-title {
    font-size: 20px;
    font-weight: bold;
    box-shadow: 0 3px 6px #0000001F;
    color: #041D2B;
    width: 80%;
    position: relative;
    left: 13%;
    padding: 15px;
    margin-bottom: -15px;
    background: #fff;
    border-radius: 5px;
    bottom: 30px;
}

.product-link {
    color: #E20935;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.section-title {
    color: #E20935;
    font-weight: bold;
    text-transform: uppercase;
}

.section-heading {
    font-size: 42px;
    font-weight: bold;
}

.view-all-btn {
    color: #fff;
    background-color: #E20935;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    text-decoration: none;
}

.event-card {
    border: 0px solid #ddd;
    border-radius: inherit;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    box-shadow: 0 0px 5px #0000001F;
    background: #fff;
}

.event-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.event-image img {
    width: 100%;
    height: auto;
}

.month {
    color: #041D2B;
}

.event-date {
    position: absolute;
    top: 10px;
    left: 10px;
    background: linear-gradient(180deg, #E20935 60%, #fff 40%);
    color: #fff;
    padding: 4px;
    border-radius: 0px;
    text-align: center;
    width: 59px;
    font-size: 24px;
    font-weight: 500;
}

.month {
    color: #041D2B;
    font-size: 17px;
    font-weight: 600;
    margin-top: 11px;
}

.event-content {
    padding: 1rem;
}

.event-meta {
    font-size: 14px;
    color: #041D2B;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.event-title {
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0 14px;
    color: #041D2B;
    line-height: 33px;
}

.read-more-link {
    color: #E20935;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}

.featured-imagebox-blog.style1 .featured-thumbnail {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.featured-imagebox-blog.style1 {
    margin: 15px 0 7px;
}

.featured-imagebox-blog.style1 .featured-content {
    padding: 23px 42px 12px 25px;
}

.featured-imagebox-blog.style1 .featured-content .post-meta {
    margin-bottom: 13px;
}

.featured-imagebox-blog.style1 .featured-content .post-meta a:first-child {
    padding-right: 23px;
}

.featured-imagebox-blog.style1 .featured-content .post-meta a {
    font-size: 13px;
    line-height: 14px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    color: #041D2B;
    letter-spacing: 2px;
    opacity: 68%;

}

.featured-imagebox-blog.style1 .featured-content .post-meta a:first-child:after {
    position: absolute;
    content: "";
    height: 13px;
    width: 0px;
    right: 12px;
    top: 0;
    margin-top: 3px;
    border: 1px solid #e9ecef;
}

.spacing-9 {
    padding: 49px 36px 28px;
    margin-top: -296px;
    margin-left: -30px;
}

.featured-content .featured-title h2 a {
    font-size: 30px;
    line-height: 23px;
    color: #041D2B;
    font-weight: 700;
}

.z-index-2 {
    z-index: 2;
}

.bg-base-grey {
    background-color: #F0F5FB;
}

.featured-imagebox-blog.style2 .featured-thumbnail {
    width: 25%;
}

.featured-imagebox-blog.style2 .featured-content {
    padding: 0px 17px 2px 14px;
}

.featured-imagebox-blog.style2 .featured-content .post-meta {
    margin-bottom: 9px;
}

.featured-imagebox-blog.style2 .featured-content .post-meta a:first-child {
    padding-right: 23px;
}

.featured-imagebox {
    margin-bottom: 30px;
}

.featured-imagebox-blog.style2 .featured-content .post-meta a {
    font-size: 13px;
    line-height: 4px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    color: #041D2B;
    opacity: 68%;
    text-decoration: none;
    margin-right: 10px;
}


.featured-imagebox-blog.style2 .featured-content .post-meta a:first-child:after {
    position: absolute;
    content: "";
    height: 17px;
    width: 2px;
    right: 7px;
    top: 0px;
    background-color: #6c757d80;
    margin-top: 3px;
}

.featured-imagebox-blog.style2 .featured-content .post-meta a span {
    padding-bottom: 2px;
    border-bottom: 1px solid #00000099;
}

.featured-imagebox-blog.style2 .featured-thumbnail,
.featured-imagebox-blog.style2 .featured-content {
    display: table-cell;
    vertical-align: middle;
}

.featured-imagebox-blog.style2 .featured-title h3 {
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #041D2B;
}

.featured-title h3 a {
    font-size: 18px;
    line-height: 23px;
    color: #041D2B;
}

.footer p {
    color: #FFFFFF;
    opacity: 80%;
    font-size: 14px;
    line-height: 23px;
}

.footer .btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    color: #FFFFFF;
}

.footer h4 {
    font-size: 18px;
}

@media only screen and (max-width: 600px) {
    .about .col-lg-5 {
        flex: 0 0 auto;
        width: 100%;
    }

    .custom-btn-read-more {

        margin-bottom: 23px;
    }

    .display-2 {
        font-size: 40px !important;
        font-weight: 800;
    }

    .custom-section-description {
        margin-bottom: 4rem;
    }

    .carousel-caption .btn-danger img {
        display: none !important;
    }

    .custom-section-heading {
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 1rem !important;
    }

    .featured-imagebox-blog.style1 .featured-content {
        padding: 0;
    }

    .spacing-9 {
        padding: 27px 9px 26px;
        margin-top: 0;
        margin-left: 1px;
    }

    .section-heading {
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 2rem;
        color: #041D2B;
    }

    .display-6 {
        font-size: 30px;
        color: #041D2B;
        font-weight: 800;
    }

    h5,
    .h5 {
        font-size: 22px;
        color: #FFFFFF;
        font-weight: 400;
    }

    br {
        display: none;
    }

    .product-card {
        margin-bottom: 30px;
    }

    .navbar .ps-4 {
        padding-left: 0 !important;
    }

    .navbar .border-start {
        border-left: 0px solid #dee2e6 !important;
    }
}

.services-section {
    background-color: #E20935;
    color: white;
    padding: 40px 20px;
    margin-bottom: -180px;
    position: relative;
    margin-top: 35px;
}

.services-section h6 {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 1px;
}

.services-section h3 {
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 16px 0 14px;
}

.service-stats img {
    width: 90px;
    height: 90px;
}

.service-stats h5 {
    font-size: 47px;
    color: #FFFFFF;
    font-weight: 400;
    margin-top: 14px;
}

.services-section p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff;
}

.service-stats h6 {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}

.team-section .product-title {
    font-size: 20px;
    font-weight: bold;
    box-shadow: 0 3px 6px #0000001F;
    color: #041D2B;
    width: 80%;
    position: relative;
    left: 13%;
    padding: 15px;
    margin-bottom: -32px;
    background: #fff;
    border-radius: 5px;
    bottom: 41px;
}

.services-section .service-stats {
    display: flex;
    justify-content: center;
    gap: 120px;
    margin-top: 20px;
}

.service-stats div {
    font-size: 1.2rem;
    text-align: center;
}

.team-section {
    background-color: #16171A;
    color: white;
    padding: 231px 20px 30px;
    text-align: center;
}

.team-section h3 {
    font-weight: bold;
    color: #fff;
    font-size: 42px;
}

.team-section h6 {
    font-size: 16px;
    color: #E20935;
    letter-spacing: 1px;
    font-weight: 400;
}

.product-title span {
    font-size: 15px;
    font-weight: 400;
}

.btn-light {
    color: #000;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    font-size: 14px;
    padding: 11px 17px;
    border-radius: 5px;
}

.team-section h4 {
    font-weight: bold;
    margin-top: 20px;
}

.team-member {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    color: #333;
}

.team-member img {
    width: 100%;
    border-radius: 10px;
}

.btn-all-team {
    background-color: #E20935;
    color: white;
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: bold;
    margin-top: 20px;
}

/*** Testimonial ***/
.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    right: 20%;
    position: relative;
}

.owl-carousel .owl-nav.disabled {
    display: none !important;
}

.owl-carousel .owl-dots.disabled {
    display: block !important;

}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 38px;
    height: 9px;
    border-radius: 30px;
    background: #E20935;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 28px;
    height: 9px;
    border-radius: 30px;
    margin: 0px 0px 0 8px;
    background: #B8B8B8;
    transition: 0.5s;
}

.testimonial-item h5 {
    font-size: 18px;
    color: #000000;
    font-weight: 800;
}

.testimonial-item {
    padding: 0 25px 0;
}

.testimonial-inner {
    display: flex;
    align-items: center;
}

.fs-5 {
    font-size: 15px !important;
    color: #3E4B57;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}

h6,
.h6 {
    font-size: 15px;
    color: #E20935;
    letter-spacing: 1px;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    border: 2px solid var(--primary);
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.job-section {
    padding: 40px 20px;
    background: #F5F7FA;
}

.job-header h6 {
    color: #e40046;
    font-weight: 600;
    font-size: 24px;
}

.job-header h3 {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 37px;
}

.job-header p {
    margin-bottom: 30px;
}

.filter-buttons .btn-outline-secondary {
    border-radius: 20px;
    margin-right: 10px;
    font-size: 15px;
    background: #FFFFFF;
    color: #00000091;
}

.job-listing {
    border-bottom: 1px solid #e0e0e0;
    padding: 30px 0;
}

.job-title h5 {
    font-weight: bold;
    color: #000000;
}

.filter-buttons .btn-danger {
    font-weight: 600 !important;
    font-size: 15px;
    color: #fff;
    background-color: #E20935;
    border-color: #E20935;
    padding: 6px 29px;
    border-radius: 6px;
    text-transform: uppercase;
    border-radius: 20px;
}

.job-details p {
    color: #000000;
    font-size: 15px;
}

.apply-btn {
    color: #e40046;
    font-weight: bold;
    align-items: center;
    text-decoration: none;
}

.job-badges .badge {
    border: 1px solid #70707066;
    font-size: 15px;
    border-radius: 20px;
    background-color: transparent;
    color: #000000;
    margin-right: 13px;
    padding: 10px 23px;
    font-weight: 500;
}

.contact-form p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #041d2b70;
    font-size: 17px;
    line-height: 26px;
}

/* Custom CSS */
.contact-section h2 {
    font-size: 2rem;
    font-weight: bold;
}

.contact-form .btn-submit {
    background-color: #E20935;
    color: #fff;
    border: none;
    padding: 14px 30px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 17px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #8D9297;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.map-container {
    margin-top: 30px;
}

.breadcrumb-item.active {
    color: #fff !important;
}

.recent-posts {
    width: 100%;
    margin: auto;
    background-color: #fff;
    border-radius: 8px;
    padding: 0px;
}

.post-content {
    flex: 1;
    margin-bottom: 15px;
}

.post {
    display: flex;
    margin-bottom: 12px;
    padding: 00 20px 0;
}

.post img {
    width: 295px;
    height: auto;
    border-radius: 8px;
    margin-right: 10px;
}

.bg-secondary {
    background-color: transparent !important;
    border: 1px solid #ced4da;
    color: #000;
    font-weight: 400;
    padding: 8px 20px;
    border-radius: 13px;
}

.post-content p {
    font-size: 15px;
    margin: 0px 0 10px;
    color: #041d2bbf;
    line-height: 15px;
}

.post-content h3 {
    font-size: 20px;
    margin: 7px 0 11px;
    color: #000000;
}

.post-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post-meta .date {
    font-size: 12px;
    color: #999;
}

.post-meta .read-more {
    font-size: 12px;
    color: #e74c3c;
    text-decoration: none;
}

.news-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.post-card {
    border-bottom: 1px solid #e0e0e0;
    padding: 13px;
    margin-bottom: 12px;
    background: #fff;
}

.post-meta {
    font-size: 0.9rem;
    color: #888;
}

.post-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
}

.post-excerpt {
    font-size: 0.95rem;
    color: #555;
}

.view-more {
    color: #e74c3c;
    font-weight: bold;
}

.sidebar {
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 8px;
}

.sidebar h5 {
    font-weight: bold;
    margin-bottom: 1.2rem;
}

.sidebar .categories ul,
.sidebar .recent-posts ul {
    list-style-type: none;
    padding-left: 0;
}

.sidebar .categories ul li,
.sidebar .recent-posts ul li {
    margin-bottom: 0.8rem;
}

.recent-post-date {
    font-size: 0.85rem;
    color: #888;
}

.tags .badge {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    background-color: #e74c3c;
}

@media only screen and (max-width: 600px) {

    .filter-buttons .btn {
        margin-bottom: 12px;
    }

    .job-badges .badge {
        border: 1px solid #70707066;
        font-size: 15px;
        border-radius: 20px;
        background-color: transparent;
        color: #000000;
        margin-right: 13px;
        padding: 10px 29px;
        font-weight: 500;
        margin-bottom: 12px;
    }

    .single-item {
        margin-bottom: 20px;
    }

    .footer .text-end {
        text-align: left !important;
    }

    .contact-form .btn-submit {
        background-color: #E20935;
        color: #fff;
        border: none;
        padding: 14px 30px;
        font-size: 18px;
        font-weight: bold;
        border-radius: 5px;
        margin-bottom: 19px;
    }

    .services-section {
        background-color: #E20935;
        color: white;
        padding: 40px 20px;
        margin-bottom: -180px;
        position: relative;
        margin-top: 35px;
        text-align: center;
    }

    .testimonial-carousel .owl-dots {
        display: flex;
        justify-content: center;
        margin-top: 50px;
        right: 0%;
        position: relative;
    }

    .services-section .service-stats {
        display: block;
        justify-content: center;
        gap: 120px;
        margin-top: 20px;
    }
}

.sidebar-section h5 {
    font-weight: bold;
    color: #041D2B;
    margin-bottom: 1rem;
    font-size: 24px;
}

.sidebar-section {
    margin-bottom: 1rem;
    border: 1px solid #ced4da;
    padding: 11px;
    background: #FFFFFF;
}

.input-group .form-control {
    display: block;
    padding: 10px;
    font-size: 15px;
}

.btn-outline-secondary {
    color: #fff;
    border-color: #e20935;
    background: #e20935;
}

.sidebar-section ul li {
    background: transparent;
    list-style: none;
    margin: 18px 00;
    padding: 11px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #F0F5FB;
    /* color: aquamarine; */
}
.tag {
    font-size: 0.85rem;
    color: #16171A;
    border: 1px solid #F5F7FA;
    padding: 0.3rem 0.6rem;
    border-radius: 5px;
    display: inline-block;
    margin: 5px 3px 10px;
    background: #F5F7FA;
}
.sidebar-section ul li a {
    color: #14132E;
    font-size: 14px;
    font-weight: 500;
}

.news .post img {
    width: 85px;
    height: 85px;
    border-radius: 8px;
    margin-right: 10px;
}

.news .recent-posts {
    padding: 12px;
}
.news .post {
    display: flex;
    margin-bottom: 12px;
    padding: 00 1px 0;
}
.news .post-content p {
    font-size: 14px;
    margin: 6px 0 8px;
    color: #041d2bbf;
    line-height: 17px;
}