html .btn-primary {
    outline: none;
    box-shadow: none;
    border: none;
}
p {
    color: #000;
}
.custom-overlay:before {
    background: rgb(0, 0, 0);
}
html section.section-dark h1,
html section.section-dark h2,
html section.section-dark h3,
html section.section-dark h4,
html section.section-dark h5,
html section.section-dark h6 {
    color: #f4faff;
}
@media (min-width: 1400px) {
    .container:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom) {
        max-width: 1320px;
    }
    .presents {
        font-size: 18px;
        margin: 0 0 6px;
    }
}
.sticky-header-active
    #header
    .header-nav.header-nav-line.header-nav-light-text
    nav
    > ul
    > li
    > a {
    color: #000;
}
.sticky-header-active #header .header-nav-bar {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.overlay-custom:before {
    content: "";
    background-image: linear-gradient(
        to left bottom,
        #cc1f3b,
        #c61a35,
        #c01530,
        #b9102a,
        #b30925
    );
}
.section-concept {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 0 !important;
    padding-bottom: 15px !important;
    position: relative;
    background-size: 100% auto;
    -webkit-animation: zoomIns 120s linear infinite;
    -moz-animation: zoomIns 120s linear infinite;
    -o-animation: zoomIns 120s linear infinite;
    animation: zoomIns 120s linear infinite;
}
@keyframes zoomIns {
    0% {
        background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    50% {
        background-size: 150% auto;
        -webkit-background-size: 150% auto;
    }
    100% {
        background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
}

@media only screen and (max-width: 600px) {
    .section-concept {
        animation: none;
        background-size: cover;
    }
    #landing-about {
        padding-top: 30px;
    }
}

#search-card {
    margin-bottom: -140px;
    margin-top: 20px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.section-concept .container .card {
    background-color: #fff;
    /* margin-bottom:-50px */
}
.common-search-box {
    margin-top: 30px;
}

.common-search-box .search-list {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style-type: none;
}

.common-search-box .search-list li {
    background: #ffd24d;
    border-radius: 6px;
    line-height: 18px;
    text-align: center;
    padding: 8px 16px;
    margin-right: 8px;
}

.common-search-box .search-list li a {
    color: #000;
    letter-spacing: 0.025em;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
}

.custom-horizontal-card .card-body {
    padding: 8px 8px 8px 16px;
}
.custom-horizontal-card .card-body .card-title {
    font-size: 13px;
    line-height: 1.25;
}
.custom-horizontal-card .card-body .card-text {
    font-size: 12px;
    line-height: 1.25;
}
.custom-horizontal-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.blog-main .post-content p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 6px;
    line-height: 1.8;
}
.custom-posts .post .post-date .day {
    padding: 2px !important;
    font-weight: 400;
}
.custom-posts .post {
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.custom-posts .post h4 {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 0;
}
.advs {
    height: 180px;
    margin-bottom: 6px;
    overflow: hidden;
}
.advs img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.owl-carousel .owl-item .testimonial-wrap img {
    width: 80px;
    display: block;
    margin: 16px auto;
}

footer {
    /* background-color: #cc1f3b; */
    background-image: linear-gradient(
        to left bottom,
        #cc1f3b,
        #c61a35,
        #c01530,
        #b9102a,
        #b30925
    );
    padding: 40px 0;
}
footer img {
    filter: brightness(0) invert(1);
}
footer .foot-title span {
    position: relative;
    color: #fff;
    display: inline-block;
    font-weight: 800;
    font-size: 15px;
}

footer .foot-title span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 130%;
    width: 60%;
    z-index: 1;
    background-color: #fff;
    height: 1px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

footer ul li a {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 14px;
}
footer ul li a:hover,
footer a:not(.btn):hover {
    text-decoration: none;
    color: #ffd24d;
}
.social-icon li a {
    font-size: 18px;
    margin-right: 12px;
}
#header .header-column .header-extra-info li {
    font-size: 14px;
}
.border-1 {
    border: 1px solid #eaeaea;
    border-radius: 8px;
}
.btn-modern .fas {
    display: none;
}
.custom-dropdown .dropdown {
    width: 100%;
}
.header-column .dropdown li a {
    font-size: 1rem;
}
.abt-content {
    padding-top: 60px;
}
.main-title {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-size: 60px;
    letter-spacing: 0px;
    margin-bottom: 32px;
    text-transform: uppercase;
    line-height: 45px;
    color: #333;
}
.main-title small {
    font-size: 30%;
    display: block;
    letter-spacing: 2px;
    text-transform: capitalize;
    color: #000;
    opacity: 0.7;
    font-weight: 400;
}
.main-title.underline {
    position: relative;
    margin-bottom: 50px;
}
.main-title.whites,
.main-title.whites small {
    color: #fff;
}

.more-about {
    background-color: #fff;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 70px;
}
#header .header-btn-collapse-nav {
    float: none;
    z-index: 9;
}
@media only screen and (min-width: 1400px) {
    html.sticky-header-enabled #header .header-logo-sticky-change img {
        margin-top: -25px;
    }
}
@media (max-width: 991px) {
    .more-about {
        padding-top: 70%;
        position: static;
        background-size: 100%;
        background-position: 0 0;
        background-color: #fff;
        margin-bottom: 0;
        overflow: auto;
    }
    html #header.header-transparent .header-nav-main nav {
        padding: 0 30px;
        background-color: #fff;
    }
    .mobile-menu-opened #header.header-transparent .header-body {
        overflow: visible;
    }
}

@media (min-width: 992px) {
    .more-about .col-cuttin-more-about:before {
        content: "";
        position: absolute;
        top: -35%;
        right: -90%;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 0;
        transform: rotate(75deg);
    }
    .more-about .col-cuttin-more-about:after {
        content: "";
        position: absolute;
        top: 35%;
        right: -90%;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 0;
        transform: rotate(-75deg);
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .more-about {
        background-size: 130%;
    }
    .more-about .col-cuttin-more-about:before {
        right: -127%;
        top: -38%;
    }
    .more-about .col-cuttin-more-about:after {
        right: -127%;
        top: 38%;
    }
}
.custom-btn-style-1 {
    position: relative;
    transition: ease transform 300ms;
}

.custom-btn-style-1 > span {
    position: relative;
    z-index: 1;
}

.custom-btn-style-1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    opacity: 0.7;
    border-radius: inherit;
    transform: translate3d(5px, 5px, 0);
    transition: ease transform 300ms;
    z-index: 0;
}

.custom-btn-style-1:hover {
    transform: translate3d(2.5px, 2.5px, 0);
}

.custom-btn-style-1:hover:before {
    transform: translate3d(0, 0, 0);
}
.main-title.smaller-one {
    font-size: 40px;
    line-height: 32px;
    word-spacing: 4px;
}
.center-caption {
    padding-top: 30px;
}
.div-link:hover {
    text-decoration: none;
}
.shop-now {
    text-align: center;
    padding-top: 35px;
    min-height: 295px;
    padding-bottom: 10px;
}
.thumb-info .thumb-info-wrapper:after {
    opacity: 0.45;
}
.textpshadows {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
#header .header-column .header-extra-info li a {
    color: #fcfcfc;
}
#header .header-column .header-extra-info li .dropdown-item {
    color: #000;
    font-size: 13px;
}
.bg-alternative {
    background-color: #fcfcfc;
}
.featured-box .box-content img {
    height: 64px;
    margin-bottom: 24px;
}
.bg-alternative a:hover {
    text-decoration: none;
}
.featured-boxes-modern-style-primary .featured-box {
    background-image: linear-gradient(
        to right bottom,
        #cc1f3b,
        #c61a35,
        #c01530,
        #b9102a,
        #b30925
    );
}
.post-content a {
    color: #000;
}
.post-content a:hover {
    color: #000;
}
.btn-gradient {
    background-image: linear-gradient(
        to right bottom,
        #cc1f3b,
        #c61a35,
        #c01530,
        #b9102a,
        #b30925
    );
}
html .btn-primary:active:not(.bg-transparent),
html .btn-primary.active:not(.bg-transparent),
html .btn-primary:active:not(.bg-transparent),
html .btn-primary.active:not(.bg-transparent) {
    background-image: linear-gradient(
        to right bottom,
        #cc1f3b,
        #c61a35,
        #c01530,
        #b9102a,
        #b30925
    ) !important;
}
.foot-end {
    background-color: #000;
    padding: 8px 0;
    font-size: 13px;
}

#header
    .header-nav.header-nav-links.header-nav-light-text
    nav
    > ul
    > li
    > .nav-btn,
#header
    .header-nav.header-nav-line.header-nav-light-text
    nav
    > ul
    > li
    > .nav-btn {
    background: linear-gradient(135deg, #b01c23 0%, #cc1f3b 80%) !important;
    min-height: auto;
    display: inline-block;
    line-height: 1.8;
    height: auto;
    padding: 10px 15px;
    margin-top: 7px;
    color: #fff !important;
    border-radius: 6px !important;
}
#header
    .header-nav.header-nav-links.header-nav-light-text
    nav
    > ul
    > li
    > .nav-btn:before,
#header
    .header-nav.header-nav-line.header-nav-light-text
    nav
    > ul
    > li
    > .nav-btn:before {
    display: none;
}

#message-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 450px;
    height: 100vh;
    z-index: 9999999;
    background-color: #f4faff;
    padding: 50px 30px;
    overflow-y: auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.25s ease-in-out;
}
#message-sidebar.show {
    opacity: 1;
    transform: translateX(0);
}
#message-sidebar h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}
#message-sidebar .president-image {
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 25px;
}
#message-sidebar .president-name {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}
#message-sidebar p {
    font-size: 14px;
}
#close-message {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 1;
}
.msg-card {
    padding: 0 6px;
    border-radius: 8px;
    /* background-color: rgba(50, 48, 49, 0.25); */
    /* backdrop-filter: blur(5px); */
}
.msg-card img {
    border-radius: 8px;
}
.mega-menu-inner {
    list-style-type: none;
    padding: 0;
    /* margin:0; */
}
.mega-menu-inner li {
    margin-bottom: 10px;
}
.mega-menu-inner li a {
    font-size: 14px !important;
    font-weight: 600 !important;
    text-align: center !important;
}
.mega-menu-inner li a img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}
.mrp-table tbody tr td {
    font-size: 13px;
}
.mrp-table thead tr th {
    font-size: 14px;
}
.brand-wrap {
    padding: 15px 25px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    position: relative;
}
.full-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.brand-wrap .brand-logo img {
    height: 90px;
    display: block;
    margin: 0 auto;
}
.brand-wrap .brand-name h4 {
    font-size: 16px;
    font-weight: 500;
    /* text-transform: uppercase; */
    /* letter-spacing: 0.25px; */
}
.brand-wrap:hover .brand-logo img {
    transform: scale(1.05);
    transition: all 0.25s ease-in-out;
}
.products .product:hover {
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}
.products .product {
    padding: 24px;
    padding-bottom: 8px;
}
.price .sale {
    order: 2;
    font-size: 1.25rem;
    font-weight: 600;
    color: #cc1f3b;
}
.thumb-gallery-wrapper {
    padding: 20px;
}
.tab-pane p {
    font-size: 14px;
    line-height: 1.8;
}
#productInfo table th,
#productInfo table td {
    font-size: 14px;
    font-weight: 500;
}
html body .tabs-dark.tabs-simple .nav-tabs li .nav-link.active,
html body .tabs-dark.tabs-simple .nav-tabs li .nav-link:hover {
    border-color: #b01c23 !important;
}
.fix-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.card-background-image-hover .card-body {
    background-color: rgba(255, 255, 255, 0.95);
}
.csr-wrapper .cascading-images-wrapper {
    padding: 0;
}
.cascading-images-wrapper .cascading-images {
    transform: none;
}
.cascading-images-wrapper .cascading-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.thumb-info .thumb-info-title {
    padding: 0;
    padding: 4px 15px;
    font-weight: 300;
    font-size: 14px;
}
.gallery-flex a {
    width: calc(20% - 5px);
}
.gallery-flex-video a {
    width: calc(33.33% - 5px);
}
.img-thumbnail.icon-video:after {
    transition: all 0.2s;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
    content: "\f144";
    font-size: 18px;
    height: 30px;
    position: absolute;
    top: 30%;
    margin-top: -15px;
    display: block;
    text-align: center;
    width: 100%;
    opacity: 0;
    z-index: 3;
}
.bg-fixed {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.thumb-info{
    max-width:none;
    height:100%;
}
.thumb-info .thumb-info-wrapper{
    height:100%;
}
.thumb-info img {
    transition: all 0.3s ease;
    border-radius: 3px;
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.thumb-info .thumb-info-title {
    transition: all 0.3s;
    background: rgba(33, 37, 41, 0.8);
    color: #FFF;
    font-weight: 600;
    left: 0;
    letter-spacing: -.05em;
    position: absolute;
    z-index: 2;
    width: 90%;
    font-size: 17px;
    padding: 13px 21px 2px;
    bottom: 20px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
}
.thumb-info .thumb-info-title {
    padding: 0;
    padding: 4px 15px;
    font-weight: 300;
    font-size: 18px;
}
.thumb-info .thumb-info-type{
    float:none;
    font-size:14px;
    font-weight:400;
    padding:6px 18px;
    line-height:1.4;
    position: relative;
    top: 16px;
}
.committee-table h1{
    padding:10px 0;
}
.owl-item .thumb-info .thumb-info-title{
    left:0;
    text-align:left;
}
@media only screen and (min-width: 992px) {
    #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active {
        color: #fff;
        transform: scale(1.1);
    }
    .sticky-header-active
        #header
        .header-nav.header-nav-line
        nav
        > ul:not(:hover)
        li
        > a.active {
        color: #000;
        transform: scale(1.1);
    }
    #header .header-nav.header-nav-line nav > ul li:hover > a {
        color: #fff;
    }
}
@media only screen and (min-width: 1400px) {
    .header-logo {
        height: auto !important;
        width: auto !important;
    }
    #header .header-logo img {
        height: 48px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
    #header .header-nav.header-nav-links nav > ul > li > a,
    #header .header-nav.header-nav-links nav > ul > li:hover > a,
    #header .header-nav.header-nav-line nav > ul > li > a,
    #header .header-nav.header-nav-line nav > ul > li:hover > a {
        padding: 0 0.5rem;
    }
    #header
        .header-nav.header-nav-links.header-nav-light-text
        nav
        > ul
        > li
        > .nav-btn,
    #header
        .header-nav.header-nav-line.header-nav-light-text
        nav
        > ul
        > li
        > .nav-btn {
        margin-top: 14px;
    }
    #header .header-logo img {
        height: 42px;
    }
    .section-concept {
        padding-bottom: 20px;
    }
    .section-concept h1 {
        font-size: 2.5rem !important;
    }
    .section-concept .card {
        margin-bottom: 15px;
    }
    .section-concept {
        padding-bottom: 0 !important;
    }
    #landing-card .card-body {
        padding: 10px 2rem;
    }
    #search-card {
        margin-top: 0;
    }
    #landing-card p {
        font-size: 13px;
    }
    .main-title.smaller-one {
        font-size: 34px;
    }
}
@media only screen and (max-width: 600px) {
    #header .header-logo img {
        height: 44px;
    }
    #header .header-btn-collapse-nav {
        margin-left: 0;
    }
    html.sticky-header-active #header.header-transparent .header-nav-main nav {
        background-color: #fff;
    }
    #header .header-column .header-extra-info li {
        display: none;
    }
    #header .header-column .header-extra-info li:last-of-type {
        display: block !important;
    }
    #message-sidebar {
        width: 100%;
    }
    .text-10 {
        font-size: 2em !important;
    }
    .text-7 {
        font-size: 1.5em !important;
    }
    .common-search-box .search-list {
        flex-wrap: wrap;
    }
    .common-search-box .search-list li {
        width: 100%;
        padding: 6px 14px;
        margin-bottom: 3px;
    }
    .common-search-box .search-list li a {
        font-size: 11px;
    }
    .section.section.section-height-3 {
        padding: 2rem 0;
    }
    .foot-title {
        margin-top: 32px;
    }
    .section-concept {
        padding-bottom: 10px !important;
        text-align: center;
    }
    .slider-scroll-button {
        bottom: -10vh !important;
    }
    .products .product {
        width: calc(50% - 10px);
        display: inline-block;
    }
    .owl-item .product {
        width: 100%;
    }
    .featured-box .box-content img {
        height: 36px;
        margin-bottom: 24px;
    }
    .featured-boxes-modern-style-2 .featured-box .box-content h2 {
        font-size: 1em !important;
    }
    .featured-boxes-modern-style-2 .featured-box .box-content p {
        font-size: 11px;
        line-height: 1.5;
    }
    .featured-boxes-modern-style-2 .featured-box .box-content {
        padding: 16px 10px;
    }
    .shop-now {
        min-height: auto;
        padding: 30px 0;
    }
    .main-title.smaller-one {
        font-size: 32px;
    }
    .advs-place {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    

    .section-concept .container #landing-card {
        position: absolute;
        bottom: -350px;
        left: 50%;
        transform: translateX(-50%);
        width: 95%;
        text-align: center;
    }
    .section-concept .container #landing-card img {
        height: 120px;
        margin-bottom: 15px;
    }
    #landing-main-content {
        margin-bottom: 200px;
    }
    #search-card {
        display: none;
    }
    html.sticky-header-enabled #header .header-logo-sticky-change img {
        margin-top: 0;
    }
    #aboutus {
        margin-top: 0;
        text-align: center;
    }
    .msg-card img {
        width: 100%;
    }
    #mrp-slider .thumb-info-title em {
        display: none;
    }
    .gallery-flex a {
        width: calc(50% - 5px);
    }
    .cascading-images {
        margin-bottom: 30px;
    }
    .cascading-images img {
        width: 96%;
    }
}

.mrp-tables table {
    width: 100% !important;
    margin-bottom: 1rem !important;
    color: #000 !important;
    vertical-align: top !important;
    border-color: #dee2e6 !important;
}
.mrp-tables tbody tr td {
    font-size: 13px !important;
    padding: 10px !important;
    border: 1px solid #eaeaea !important;
}
.mrp-tables thead tr th {
    font-size: 14px !important;
    padding: 4px 6px !important;
    border: 1px solid #eaeaea !important;
    border-bottom: 2px solid #000 !important;
}
.post-content h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.post-content {
    position: relative;
}

.meta-content {
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    color: #000;
    margin-bottom: 10px;
    font-size: 13px;

}

.notice-main {
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    padding: 10px 15px;
    padding-bottom: 20px !important;
}

a.notice-link {
    color: #B01C23;
    font-weight: 700;
}

.team-info .thumb-info-title {
    font-size: 16px;
}

.team-info .thumb-info-type {
    font-size: 12px;
}

.team-info-content {
    margin-bottom: 30px !important;
}

.member-contact, .member-email {
    color: #fff;
}

.member-name {
    font-size: 18px;
}
.member-desgination {
    font-size: 14px !important;
}

.member-more-content span {
    font-size: 14px;
}


.team-info-content .thumb-info-title {
    text-align: left;
}

.team-info-content .thumb-info-type {
    top: 0;
}

.team-info-content a {
    color: #fff;
    font-weight: 600;
}

.content-coming {
    min-height: 55vh;
}

