.swiper-slide {
    background-position: 50% 10%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(0, 0, 0);
}

.slide__content {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff !important;
}

.slide__content .title {
    text-align: center;
    margin-left: -100px;
    margin-top: 150px;
    font-weight: normal;
}

.slide__content .homepage-headline {
    font-size: 45px !important;
}

.slide__content .mytxt,
.slide__content .mytxt ul li span,
.slide__content .mytxt ul li font {
    font-size: 22px !important;
    color: #fff !important;
}


.ppro-box:nth-child(4n + 1) {
    margin-left: 0;
}

.pagehding-sec .page-heading {
    font-size: 28px;
}

.pagehding-sec .page-heading p,
.pagehding-sec .page-heading span,
.pagehding-sec .page-heading li {
    margin-top: 10px;
    font-size: 22px !important;
}

.page-title.text-center.pro-sec {
    text-align: center !important;
    color: white !important;
}

.page-title.text-center.pro-sec p,
.page-title.text-center.pro-sec span,
.page-title.text-center.pro-sec li {
    font-size: 18px !important;
}

.alert {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-size: 16px;
}

.alert.alert--success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.line6-l {
    /* height: 320px; */
}

.line6-l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

p.pro-list {
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.ppro-box img {
    margin-bottom: 0;
}

.ppro-box {
    height: 330px;
}

.navbar-brand img {
    object-fit: contain;
    height: 100%;
    width: auto;
}
.cm-banner {
    min-height: 600px;
}

.cm-banner {
    background-image: url(../images/aboutus_background_image_02.jpg);
    /* background-image: url(../images/aboutus_background_image_01.webp); */
}
.history.new-banner.cm-banner {
    background-image: url(../images/aboutus_background_image_01.webp);
}

.line3-r img {
    object-fit: cover;
    width: 100%;
    height: 95%;
}

.category-widget ul a.active {
    color: #1c3966;
    font-weight: 600;
}

.contact-right {
    width: 80%;
}

@media screen and (max-width: 739px) {
    .navbar-header {
        margin-top: 5px;
    }

    .cm-banner {
        min-height: 300px;
    }

    .topbar-c {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .swiper-slide {
        background: #000 url(../images/m-ad2.webp) no-repeat 20% 10%;
        background-size: auto 100%;
    }

    .slide__content .title,
    .slide .homepage-headline {
        display: block;
    }

    .slide__content .title {
        margin-left: 0;
    }

    .slide__content .homepage-headline {
        font-size: 28px !important;
    }

    .slide__content .mytxt,
    .slide__content .mytxt ul li span,
    .slide__content .mytxt ul li font {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        font-size: 16px !important;
    }

    .pagehding-sec .page-heading {
        font-size: 16px;
    }

    .pagehding-sec .page-heading p,
    .pagehding-sec .page-heading span,
    .pagehding-sec .page-heading li {
        font-size: 16px !important;
        width: 90%;
        margin: 10px auto 0;
    }

    .contact-info {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .contact-info ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .contact-info li {
        margin-top: 0;
        margin-left: 0;
    }

    .ppro-box img {
        width: 85%;
    }

    .ppro-box:nth-child(4n + 1) {
        margin-left: auto;
    }

    .pro-box {
        min-height: 220px;
    }

    .about-c.contact-c {
        width: 90%;
        margin: 20px auto;
    }

    .con-ic {
        padding-left: 0;
    }
}