.post.single-row {
    flex-direction: row;
    display: flex;
    gap: 15px;
    margin-bottom: 0;
}

.post.single-row .post-img {
    flex: 1;
}

.post.single-row .post-img>img {
    aspect-ratio: 3/2.3;
    object-fit: cover;
}

.post.single-row .post-body {
    margin: 0;
    padding: 0;
    border: 0px;
    flex: 2;
}

.post.single-row .post-title {
    margin-bottom: 10px;
}

.news-box {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.post__count {
    min-width: 20px;
}

.post__count span {
    display: flex;
    font-size: 30px;
}

.notice-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.quickInfo-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.notice-box .post.single-row h5,
.notice-box .post.single-row h6 {
    margin-bottom: 0;
}

.post-newMeta {
    margin-bottom: 5px;
}

.post-newMeta .category {
    color: #BF1E2E;
    margin-bottom: 5px;
    font-weight: 500;
}

.post-newMeta .date {
    font-size: 15px;
    display: flex;
}

.line-clamp-2 {
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}

.footer-download {
    margin-top: 15px;
}

.footer-download ul {
    display: flex;
    gap: 15px;
    align-items: center;
}

.footer-download ul li a {
    padding: 0;
    border: 0;
    transition: all .3s ease-in-out;
}

.footer-download ul li a:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, .3);
    transform: translateY(-1px);
}

.footer-download ul li img {
    width: 130px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0 !important;
}

.swiper-pagination-bullet {
    transition: all .3s ease-in-out;
    border-radius: 2px;
    width: 10px;
    height: 10px;
}

.swiper-pagination-bullet-active {
    background-color: #BF1E2E;
    width: 24px;
    height: 10px;
    border-radius: 2px;
}

.swiper-button-next,
.swiper-button-prev {
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, .4);
    width: 40px;
    height: 100px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: rgba(255, 255, 255, .7);
    font-size: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

.nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.nav-menu-box {
    flex: 1;
}

.donation-btn {
    padding: 8px 20px;
    border-radius: 8px;
    background-color: #BF1E2E;
    color: #fff;
    font-weight: 500;
    transition: all .4s ease-in-out;
}

.donation-btn:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    transform: translateY(-2px);
    color: #fff;
}

.text-right-wrapper {
    display: flex;
    justify-content: end;
    gap: 20px;
    align-items: center;
}

.search-box {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 4px 8px 4px 10px;
    border-radius: 8px;
}

.search-box .form-group {
    margin-bottom: 0;
}

.search-box input {
    border: 0px;
    color: #818181;
}

.search-box input:hover,
.search-box input:focus,
.search-box input:active {
    outline: 0px;
    box-shadow: none;
}

.search-box button {
    border: 0px;
    background: transparent;
    color: #818181;
    opacity: .7;
    transition: all .3s ease-in-out;
}

.search-box button:hover {
    opacity: 1;
}

.image-size-120 {
    padding-bottom: 120%;
}

.featured__grid .grid__card {
    display: flex;
    align-items: center;
    grid-gap: 15px;
}

.featured__grid .grid__card .image-size {
    flex: 1;
}

.featured__grid .grid__card .post-body {
    flex: 1;
}

.featured__grid .grid__card .post-body .post-title {
    font-size: 32px;
    margin-left: 0;
    position: relative;
    background: white;
    padding: 20px 0 20px 20px;
    margin-bottom: 20px;
    font-weight: 600;
    opacity: 0;
    transition: all 300ms ease-in-out;
}

.featured__grid .swiper-slide.swiper-slide-active .grid__card .post-body .post-title {
    margin-left: -70px;
    transition-delay: .4s;
    opacity: 1;
}

.featured__grid .grid__card .post-body .post-title a {
    color: #BF1E2E;
}

.featured__grid .grid__card .post-body>p {
    font-size: 18px;
    font-weight: 500;
    color: #818181;
    margin-bottom: 0;
}

.bigyapan__wrapper{
    margin: 15px 0 15px;
}

.bigyapan__wrapper .bigyapan__flex{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.hero__banner{
    display: flex;
    gap: 10px;
}
.hero__banner .mySwiper{
    flex: 2.5;
}
.hero__banner .members__section{
    flex: 1;
    background-color: #BF1E2E;
    
    display: flex;
    flex-direction: column;
}
.hero__banner .members__section .members__box{
    flex: 1;
    padding: 30px;
}
.hero__banner .members__section .members__seemore{
    display: flex;
    text-align: center;
}
.hero__banner .members__section .members__seemore a{
    color: #e5e5e5;
    text-align: center;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
    padding: 5px 10px;
    font-size: 16px;
    transition: all .3s ease-in-out;
}
.hero__banner .members__section .members__seemore a:hover{
    color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .16);
}

.member__image{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
}
.member__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.member__info{
    width: 75%;
    margin: auto;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .2);
    padding: 70px  30px 20px;
    text-align: center;
    margin-top: -50px;
}
.member__info h4{
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}
.member__info .position{
    padding: 4px 20px;
    background-color: rgba(0, 0, 0, .3);
    color: #f1f1f1;
    margin-top: 5px !important;
    display: inline-block;
    font-size: 15px;
}
.members__list{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (max-width: 992px) {
    .featured__grid .grid__card .post-body>p {
        font-size: 16px;
    }

    .featured__grid .grid__card .post-body .post-title {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .featured__grid .grid__card .post-body>p {
        font-size: 14px;
    }

    .featured__grid .grid__card {
        flex-direction: column;
        align-items: flex-start;
        grid-gap: 20px;
    }

    .featured__grid .grid__card .image-size,
    .featured__grid .grid__card .post-body {
        width: 100%;
        flex: unset;
    }

    .featured__grid .grid__card .post-body .post-title {
        height: auto !important;
    }

    .featured__grid .grid__card .post-body .post-title {
        opacity: 1 !important;
        transition: unset !important;
        margin-left: 0 !important;
        padding: 0 !important;
    }

    .featured__grid .grid__card .image-size .image-size-120 {
        padding-bottom: 60%;
    }

    .featureBtnNext,
    .featureBtnPrev {
        display: none;
    }
}

@media (max-width: 575px) {
    .featured__grid .grid__card .post-body .post-title {
        font-size: 22px;
    }
}

/* project details css */
.project-banner {
    height: 85vh;
    position: relative;
}

.project-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, .7) 10%, rgba(0, 0, 0, 0) 100%);
}

.project-banner .banner-overlay {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 1140px;
    padding: 0 15px;
    margin: auto;
}

.project-banner .banner-overlay h1 {
    color: white;
    position: relative;
    padding: 10px 0;
    padding-left: 50px;
    font-size: 52px;
    font-weight: bolder;
    width: 80%;
}

.project-banner .banner-overlay h1::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 10px;
    height: 100%;
    background: #BF1E2E;
}

.project-information .row {
    margin: 0;
}

.project-information .row .col-lg-4 {
    padding-left: 0 !important;
}

.project-information .row .col-lg-8 {
    padding-right: 0 !important;
}

.project-information .aside {
    position: sticky;
    position: -webkit-sticky;
    top: 30px;
}

.project-information .aside .project-info {
    display: flex;
    flex-direction: column;
    grid-gap: 15px;
}

.project-info .info-list {
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
}

.aside .project-info .info-list:not(:last-child) {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.project-info .info-list .project-category,
.project-info .info-list .project-label {
    font-size: 14px;
    margin: 0;
    font-weight: bolder;
    color: black;
}

.project-info .info-list .left-border {
    position: relative;
    padding-left: 15px;
    margin-bottom: 0;
    line-height: 10px;
}

.project-info .info-list .left-border::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 5px;
    height: 100%;
    background: #BF1E2E;
}

.project-info .info-list .left-border a {
    color: black;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

.project-info .info-list h3 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    color: #777;
    line-height: 20px;
}

.project-info .info-list h3 a {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    color: #777;
    line-height: 20px;
    transition: all 300ms ease-in-out;
}

.project-info .info-list h3 a:hover {
    color: #BF1E2E;
}

.project-info-details figure figcaption {
    color: #666;
    text-align: center;
    font-size: 15px;
    padding-top: 10px;
}

.project-info-details p {
    font-weight: 500;
    color: black;
    margin-bottom: 0;
}

.project-info-details p:not(:last-child) {
    margin-bottom: 20px;
}

.project-info-details p b {
    font-weight: bolder;
    color: black;
}




@media (max-width: 1440px) {
    .project-banner .banner-overlay h1 {
        font-size: 42px;
    }
}

@media (max-width: 1199px) {
    .project-banner .banner-overlay {
        width: 960px;
    }
}

@media (max-width: 992px) {
    .project-banner .banner-overlay h1 {
        font-size: 32px;
    }

    .project-banner {
        height: 50vh;
    }
}

@media (max-width: 991px) {
    .project-banner .banner-overlay {
        width: 720px;
    }

    .project-banner .banner-overlay h1 {
        font-size: 28px;
        padding-left: 30px;
        width: 100%;
    }

    .project-information .row .col-lg-4,
    .project-information .row .col-lg-8 {
        padding: 0 !important;
    }

    .project-information .row .col-lg-8 {
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .project-banner .banner-overlay {
        width: 95%;
    }
}

@media (max-width: 575px) {

    .project-banner .banner-overlay {
        bottom: 20px;
    }

    .project-banner .banner-overlay h1 {
        font-size: 24px;
        padding-left: 20px;
    }
}

/* CSS for latest changes */
.vacancy-banner {
    position: relative;
    background: rgb(191, 30, 46);
    background: #f6f6f6;
    /* border-radius: ; */
    padding: 100px;
}

.vacancy-banner .banner-overlay svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 450px;
    height: 450px;
    object-fit: contain;
}

.vacancy-banner .banner-content-section {
    /* padding-left: 350px; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 3;
}

.vacancy-banner .banner-category {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: white;
    margin-bottom: 0;
    background: #BF1E2E;
    padding: 1px 5px;
    position: absolute;
    top: -15px;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.vacancy-banner .banner-content-section .banner-title {
    margin-bottom: 0;
    color: white;
    font-size: 62px;
    font-weight: bold;
    text-transform: uppercase;
    word-break: break-word;
}

.vacancy-banner .banner-content-section .view-vacancy {
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    border-radius: 4px;
    color: black;
    border: 2px solid white;
    transition: all 300ms ease-in-out;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: .5px;
    margin-top: 50px;
}

.vacancy-banner .banner-content-section .view-vacancy:hover {
    background: transparent;
    color: white;
}

.vacancy-banner .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* border-radius: 20px; */
    overflow: hidden;
    z-index: 1;
}

.vacancy-banner .banner-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(191, 30, 46, .9);
}

.vacancy-banner .banner-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-block .about-us-section {
    display: flex;
    align-items: center;
    grid-gap: 50px;
}

.about-block .about-us-section .left-about {
    flex: 1;
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
}

.about-block .about-us-section .left-about h2 {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: bold;
}

.about-block .about-us-section .left-about h2 img {
    width: 40px;
    height: 40px;
    display: block;
    object-fit: contain;
}

.about-block .about-us-section .left-about p {
    font-size: 16px;
    font-weight: 500;
    color: #555;
    line-height: 1.6;
    margin-bottom: 0;
    text-align: justify;
}

.about-block .about-us-section .left-about .know__more {
    display: flex;
}

.about-block .about-us-section .left-about .know__more a {
    background: #BF1E2E;
    padding: 10px 20px;
    font-size: 14px;
    color: white;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    text-transform: uppercase;
    transition: all 300ms ease-in-out;
}

.about-block .about-us-section .left-about .know__more a:hover {
    background: #df6571;
}

.about-block .about-us-section .left-about .know__more a svg {
    display: flex;
    position: relative;
    top: -1px;
}

.about-block .about-us-section .right-about {
    flex: 1;
}

.about-block .about-us-section .right-about .about-img {
    position: relative;
    width: 100%;
    height: 0;
    display: block;
    /* overflow: hidden; */
    padding-bottom: 70%;
}

.about-block .about-us-section .right-about .about-img::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: -10px;
    width: 150px;
    height: calc(100% + 10px);
    background: #BF1E2E;
}

.about-block .about-us-section .right-about .about-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-block-2 {
    background: #BF1E2E;
    padding: 50px 0;
}

.about-block-2 .about-card {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    grid-gap: 30px;
    flex: 0 0 600px;
}

.about-block-2 .col-lg-4:not(:last-child)::before {
    content: '';
    position: absolute;
    top: 0;
    right: -0px;
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
}

/* .about-block-2 .about-card:last-child {
    flex-direction: column-reverse;
} */

/* .about-block-2 .about-card:last-child .about-card-img {
    flex: unset;
} */

.about-block-2 .about-card .about-card-detail {
    position: relative;
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
    z-index: 1;
}

.about-block-2 .about-card .about-card-info {
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
    align-items: center;
}

.about-block-2 .about-card h3 {
    color: white;
    font-size: 32px;
    font-weight: bold;
    position: relative;
    margin-bottom: 0;
    text-align: center;
}

.about-block-2 .about-card p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    margin-bottom: 0;
    text-align: center;
}

.about-block-2 .about-card .about-card-img svg {
    width: 100px;
    height: 100px;
    object-fit: cover;
    fill: white;
}

/* .about-goal-img {
    flex: 1;
}

.about-goal-info {
    flex: 1;
} */

.footer__top {
    background: #1c1c1c;
    padding: 60px 0;
}

.footer2 .footer__top-title a,
.footer2 .footer__top-title,
.footer2 .footer__contact-para,
.footer2 .footer__contact-list a,
.footer2 .footer__contact-list li>div {
    color: white !important;
}

.footer2 .footer__top {
    padding-bottom: 60px;
}

.footer2 .footer__logo {
    height: auto;
    width: 210px;
}

.footer2 .footer__logo img {
    height: 100%;
}

.footer2 .footer__grid .grid__box {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

.footer2 .footer__top-title {
    font-size: 24px;
    font-weight: 500;
    color: #484848;
}

.footer2 .footer__menu-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer2 .footer__menu-link {
    font-size: 17px;
    font-weight: 500;
    color: #e2e2e2;
    transition: all .2s ease-in-out;
}

.footer2 .footer__menu-link:hover {
    color: #BF1E2E;
}

.footer2 .footer__flex .flex__box {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.footer2 .footer__contact {
    flex: 1;
}

.footer2 .footer__contact-list {
    display: flex;
    gap: 20px;
}

.footer2 .footer__contact-list a,
.footer2 .footer__contact-list>div {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    gap: 6px;
    align-items: center;
}

.footer2 .footer__contact-list a .icon svg,
.footer2 .footer__contact-list>div .icon svg {
    font-size: 14px;
}

.footer2 .footer__contact-para {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.footer2 .footer__contact-para b {
    font-weight: 600;
}

.footer2 .footer__more-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.footer2 .footer__more-list li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer2 .footer__more-list li a,
.footer2 .footer__more-list li>span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.footer2 .footer__more-list li>span {
    font-weight: 600;
    font-size: 15px;
}

.footer2 .footer__social-media {
    min-width: 200px;
}

.footer2 .footer__social-media-list {
    display: flex;
    gap: 10px;
    align-items: center;
}

.footer2 .footer__social-media-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #BF1E2E;
    color: #ffffff;
}

.footer2 .footer__bottom {
    padding: 30px 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.footer2 .footer__copyright {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer2 .footer__copyright p {
    margin-bottom: 0;
    display: flex;
    gap: 5px;
    align-items: center;
}

.footer2 .footer__copyright .prixa {
    width: 70px;
    height: auto;
    filter: brightness(0);
    transition: all .3s ease-in-out;
}

.footer2 .footer__copyright .prixa:hover {
    transform: scale(1.1);
}

.row {
    margin: 0;
}

.footer2 .footer__more-list li a,
.footer2 .footer__more-list li>span {
    color: #e2e2e2;
}

.footer2 .footer__more-list li a:hover {
    color: #BF1E2E !important;
}

.swiper .whoweare-btn {
    background: #BF1E2E;
    padding: 10px 20px;
    color: white !important;
    transition: all 300ms ease-in-out;
}

.swiper .whoweare-btn:hover {
    background: #df6571;
}

.view-all-projects {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.view-all-projects a {
    border: 1px solid #BF1E2E;
    padding: 15px 30px;
    color: #BF1E2E;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.whoweare-block .whoweare-top .row .col-lg-4:nth-child(1) {
    padding-left: 0;
}

.whoweare-block .whoweare-top .row .col-lg-4:nth-child(3) {
    padding-right: 0;
}

.whoweare-block .swiper-pagination {
    position: static;
    margin-top: 50px;
}

.thematic__banner .thematic__banner-wrapper .thematic__content .container {
    height: 100%;
}

.thematic__banner .thematic__banner-wrapper .thematic__content .content__details .breadcrumbs>ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 10px;
    margin-bottom: 30px;
}

.thematic__banner .thematic__banner-wrapper .thematic__content .content__details .breadcrumbs>ul>li {
    position: relative;
}

.thematic__banner .thematic__banner-wrapper .thematic__content .content__details .breadcrumbs>ul>li:not(:last-child)::before {
    content: '|';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.3);

}

.thematic__banner .thematic__banner-wrapper .thematic__content .content__details .breadcrumbs>ul>li>a {
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}

.thematic__banner .thematic__banner-wrapper .thematic__content .content__details .breadcrumbs>ul>li>a:hover {
    color: #BF1E2E;
}

.thematic__banner .thematic__banner-wrapper .thematic__content .content__details .breadcrumbs>ul>li:not(:last-child)>a {
    color: black;
}

.thematic__banner .thematic__banner-wrapper .thematic__content .content__details {
    position: relative;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-gap: 10px;
    z-index: 3;
}

.thematic__banner .thematic__banner-wrapper .thematic__content {
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
    grid-gap: 50px;
    background: rgb(255, 225, 228);
    /* background: #BF1E2E; */
}

.thematic__banner .thematic__banner-wrapper .thematic__content .thematic__image {
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    z-index: 1;
}

/* .thematic__banner .thematic__banner-wrapper .thematic__content .thematic__image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    background: rgb(255, 225, 228);
    background: linear-gradient(90deg, rgba(255, 225, 228, 1) 0%, rgba(255, 225, 228, 0.7539390756302521) 45%, rgba(255, 225, 228, 0) 100%);
    z-index: 3;
} */

.thematic__banner .thematic__banner-wrapper .thematic__content .thematic__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thematic__banner .thematic__banner-wrapper .thematic__content .content__details h1 {
    font-size: 52px;
    color: black;
    font-weight: bold;
}

.thematic__banner .thematic__banner-wrapper .thematic__content .content__details p {
    font-size: 16px;
    color: black;
}

.complaint__section form .complaint__section-form {
    display: flex;
    flex-direction: column;
    grid-gap: 30px;
}

.complaint__section form .complaint__section-form .form__input {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    width: 100%;
}

.complaint__section form .complaint__section-form .form__input label {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    color: #555;
    user-select: none !important;
}

.complaint__section form .complaint__section-form .form__input input:not([type="radio"]) {
    width: 100%;
    height: 50px;
    border: 0;
    background: #f6f6f6;
    color: black;
    outline: none;
    padding: 0 10px;
    font-size: 16px;
}

.acceptance__content {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}

.acceptance__content p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    color: #555;
    user-select: none !important;
}

.acceptance__content label {
    user-select: none !important;
}

.complaint__section form .complaint__section-form .form__input .input {
    display: flex;
    align-items: center;
    grid-gap: 30px;
}

.form__submitBtn {
    margin-top: 30px;
    display: flex;
    justify-content: flex-start;
}

.form__submitBtn button {
    background: #BF1E2E;
    padding: 10px 30px;
    border: 0;
    outline: none;
    color: white;
}

.whoweare-row .news-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.dropdown.subDropdown {
    left: 100% !important;
    top: 0;
}

.nav-menu li.has-dropdown a {
    transition: all 300ms ease-in-out;
}

.nav-menu li.has-dropdown:hover>a {
    color: #BF1E2E;
}

.post.row-post {
    display: flex;
    align-items: flex-start;
    grid-gap: 30px;
}

.post.row-post .image-size {
    flex: 1;
}

.post.row-post .post-body {
    flex: 2;
    margin-top: 0;
}

.post.row-post .post-body .post-title a {
    color: #BF1E2E;
    font-weight: bold;
    font-size: 24px;
}

.post.row-post .post-body>p {
    text-align: justify;
    font-size: 18px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1280px;
    }
}

@media (max-width: 1024px) {
    .about-block .about-us-section {
        flex-direction: column;
        align-items: flex-start;
    }

    .about-block .about-us-section .left-about,
    .about-block .about-us-section .right-about {
        flex: unset;
        width: 100%;
    }

    .about-block .about-us-section .right-about .about-img {
        padding-bottom: 60%;
    }
}

@media (max-width: 992px) {
    .vacancy-banner {
        padding: 80px 50px;
    }

    .vacancy-banner .banner-content-section .banner-title {
        font-size: 52px;
    }
}

@media (max-width: 991px) {
    .swiper {
        padding-bottom: 0;
    }

    .vacancy-banner .banner-content-section .banner-title {
        font-size: 52px;
    }

    .row .col-lg-4 {
        padding: 0;
    }

    .row .col-lg-4:not(:last-child) {
        margin-bottom: 50px;
    }

    .about-block-2 .col-lg-4:not(:last-child)::before {
        top: unset;
        right: unset;
        left: 0;
        bottom: -25px;
        width: 100%;
        height: 1px;
    }

    .about-block-2 .about-card .about-card-img svg {
        width: 80px;
        height: 80px;
    }

    .whoweare-block .whoweare-top .row .col-lg-4 {
        padding: 0 !important;
    }

    .whoweare-block .whoweare-top .row .col-lg-4:not(:last-child) {
        margin-bottom: 30px;
    }
}

@media (max-width:991px) {
    .footer2 .footer__grid .grid__box {
        grid-template-columns: repeat(3, 1fr);
    }

    .footer2 .footer__flex .flex__box {
        flex-direction: column;
    }
}

@media (max-width:767px) {
    .footer2 .footer__grid .grid__box {
        gap: 20px;
    }

    .footer2 .footer__contact-list {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .footer2 .footer__more-list li {
        flex-wrap: wrap;
        row-gap: 2px;
    }

    .footer2 .footer__top-title {
        font-size: 22px;
    }

    .footer2 .footer__menu-link {
        font-size: 16px;
    }
}

@media (max-width:575px) {
    .footer2 .footer__grid .grid__box {
        gap: 15px;
        grid-template-columns: repeat(2, 1fr);
    }

    .about-block-2 .about-card .about-card-img svg {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 575px) {
    .vacancy-banner {
        padding: 80px 30px;
    }

    .vacancy-banner .banner-content-section .banner-title {
        font-size: 32px;
    }

    .vacancy-banner .banner-content-section .view-vacancy {
        margin-top: 20px;
    }

    .about-block .about-us-section .left-about p {
        font-size: 16px;
    }

    .about-block-2 .about-info-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .about-block-2 .about-card h3 {
        font-size: 26px;
    }
}

@media (max-width:375px) {
    .footer2 .footer__grid .grid__box {
        gap: 15px;
        grid-template-columns: repeat(1, 1fr);
    }
}