@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Light.eot');
    src: url('../fonts/Outfit-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Light.woff2') format('woff2'),
        url('../fonts/Outfit-Light.woff') format('woff'),
        url('../fonts/Outfit-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Regular.eot');
    src: url('../fonts/Outfit-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Regular.woff2') format('woff2'),
        url('../fonts/Outfit-Regular.woff') format('woff'),
        url('../fonts/Outfit-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-SemiBold.eot');
    src: url('../fonts/Outfit-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-SemiBold.woff2') format('woff2'),
        url('../fonts/Outfit-SemiBold.woff') format('woff'),
        url('../fonts/Outfit-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Black.eot');
    src: url('../fonts/Outfit-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Black.woff2') format('woff2'),
        url('../fonts/Outfit-Black.woff') format('woff'),
        url('../fonts/Outfit-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Bold.eot');
    src: url('../fonts/Outfit-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Bold.woff2') format('woff2'),
        url('../fonts/Outfit-Bold.woff') format('woff'),
        url('../fonts/Outfit-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-ExtraBold.eot');
    src: url('../fonts/Outfit-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-ExtraBold.woff2') format('woff2'),
        url('../fonts/Outfit-ExtraBold.woff') format('woff'),
        url('../fonts/Outfit-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Medium.eot');
    src: url('../fonts/Outfit-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Medium.woff2') format('woff2'),
        url('../fonts/Outfit-Medium.woff') format('woff'),
        url('../fonts/Outfit-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

:root {
    --f-size-14: 0.875rem;
    --f-size-16: 1rem;
    --f-size-18: 1.125rem;
    --f-size-22: 1.375rem;
    --f-size-24: 1.5rem;
    --f-size-28: 1.75rem;
    --f-size-42: 2.625rem;
    --f-size-48: 3rem;
    --primary-clr: #EA2E2F;
    --secondary-clr: #000;
    --white-clr: #FFF;
}

body {
    font-family: 'Outfit';
    font-size: var(--f-size-16);
    color: var(--secondary-clr);
    padding-top: 4rem;
}

a,
button {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
a{color: #000000;}
a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

p,
ul {
    margin-bottom: 0.938rem
}

input:focus,
button:focus,
.form-control:focus,
.bootstrap-select .dropdown-toggle:focus,
.slide-item:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.f-w-L {
    font-weight: 300;
}

.f-w-M {
    font-weight: 500;
}

.f-w-SB {
    font-weight: 600;
}

.f-w-B {
    font-weight: 700;
}

.f-w-XB {
    font-weight: bold;
}

/*line Height*/
.line_H_08 {
    line-height: .8;
}

.line_H_1 {
    line-height: 1;
}

.line_H_1_2 {
    line-height: 1.2;
}

.line_H_1_3 {
    line-height: 1.3;
}

.line_H_1_5 {
    line-height: 1.5;
}

.line_H_1_7 {
    line-height: 1.7;
}

.line_H_1_8 {
    line-height: 1.8;
}

.line_H_2 {
    line-height: 2;
}

/*Animation*/
.trasn_1 {
    transition: all 0.3s ease-in-out;
}

.trasn_2 {
    transition: all 0.6s ease-in-out;
}

.mb__5 {
    margin-bottom: 0.313rem
}

.mb__10 {
    margin-bottom: 0.625rem
}

.mb__15 {
    margin-bottom: 0.938rem
}

.mb__20 {
    margin-bottom: 1.25rem
}

.mb__25 {
    margin-bottom: 1.563rem
}

.mb__30 {
    margin-bottom: 1.875rem
}

.mb__35 {
    margin-bottom: 2.188rem
}

.mb__40 {
    margin-bottom: 2.5rem
}

.mb__50 {
    margin-bottom: 3.125rem
}

.mt__80 {
    margin-top: 5rem;
}

.f-size-14 {
    font-size: var(--f-size-14)
}

.f-size-16 {
    font-size: var(--f-size-16)
}

.f-size-18 {
    font-size: var(--f-size-18)
}

.f-size-22 {
    font-size: var(--f-size-22)
}

.f-size-24 {
    font-size: var(--f-size-24)
}

.f-size-28 {
    font-size: var(--f-size-28)
}

.f-size-42 {
    font-size: var(--f-size-42)
}

.f-size-48 {
    font-size: var(--f-size-48)
}

.clr-primary {
    color: var(--primary-clr)
}

.main-container {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050;
    background-color: #FFF;
    box-shadow: 0px 4px 14px 1px rgba(0, 0, 0, 0.05);
}

.header .navbar {
    padding: 0;
}

.header .dropdown-menu {
    border: none;
    padding: 0;
    border-radius: 0;
    box-shadow: 0px 4px 14px 1px rgba(0, 0, 0, 0.05);
}

.header .nav-link {
    padding: 1.25rem 0.625rem !important;
    color: #000;
}

.header .dropdown-item:focus,
.header .dropdown-item:hover,
.header .dropdown-item .active {
    background-color: var(--primary-clr);
    color: var(--white-clr);
}

.navbar-brand {
    max-width: 16.813rem;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.callFor_adv {
    border: solid 1px #000;
    padding: 0.438rem 1.563rem;
    line-height: 1.1;
    border-radius: 2.813rem;
    color: #000;
}

.addTxt-link {
    background-color: var(--primary-clr);
    padding: 0.313rem 1.563rem;
    color: #FFF;
    border-radius: 1.563rem;
    padding-left: 0.375rem;
}

.plusIcon {
    width: 2.188rem;
    height: 2.188rem;
    background-color: #AE1717;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.searchTitle {
    line-height: 1.3;
}

.searchBanner {
    height: 435px;
}

.searchBanner .home-banner {
    height: 100%;
}

.searchBanner .home-banner img {
    height: 100%;
    object-fit: cover;
}

.home-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2)
}

.searchBx {
    position: absolute;
    width: 100%;
    max-width: 56.25rem;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.searchInput_wrap {
    width: 40.625rem;
    margin: auto;
}

.search-input {
    width: 100%;
    padding: 0.925rem 1.563rem;
    border-radius: 100px;
    border: none;
}

.search-input::placeholder {
    color: #BCBCBC;
}

.searchBtn {
    background-color: #EA2E2F;
    border: none;
    padding: 0.938rem 2.188rem;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    color: #FFF;
    gap: 0.938rem;
}

.searchTxt {
    color: var(--primary-clr);
}

.searchList_bx {
    background: #FFFFFF;
    box-shadow: 0px 5px 13px rgba(32, 32, 32, 0.1);
    border-radius: 1.25rem;
    padding: 2.188rem;
    min-height: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.secWrap.home-sec-one {
    margin-top: -5rem;
    position: relative;
}

.cmn-secWrap {
    padding: 2.813rem 0;
}

.cmn-secWrap-lg {
    padding: 6.25rem 0;
}

.event-link {
    border: solid 1px #EA2E2F;
    border-radius: 0.625rem;
    overflow: hidden;
    padding: 0.625rem;
    position: relative;
    padding-right: 2.5rem;
}

.eventYear {
    position: absolute;
    transform: rotate(-90deg);
    right: 0;
    background-color: #EA2E2F;
    color: #FFF;
    overflow: hidden;
    padding: 0.5rem 2.5rem;
    margin-right: -2.5rem;
}

.eventDate {
    max-width: 9.063rem;
    border-left: solid 1px #000;
    padding-left: 0.375rem;
    line-height: 1;
    flex-grow: 1;
}

.event-img {
    min-width: 11.25rem;
    width: 11.25rem;
    height: 76px;
}
.event-img img{object-fit: contain; height: 100%;}

.event-slider .slide-item {
    margin: 0 0.938rem;
}

.event-slider {
    padding: 0 2.188rem;
}

.cstSlider {
    padding: 0 2.813rem;
}

.cstSlider .slide-item {
    margin: 0 0.375rem;
}

.cstArrows .slick-arrow,
.cstSlider .slick-arrow {
    width: 2.188rem;
    height: 2.188rem;
    border: solid 1px #ea2e2f;
    border-radius: 100%;
}

.cstArrows .slick-arrow.slick-prev,
.cstSlider .slick-arrow.slick-prev {
    left: -0;
}

.cstArrows .slick-arrow.slick-next,
.cstSlider .slick-arrow.slick-next {
    right: -0;
}

.cstArrows .slick-arrow.slick-prev:before,
.cstArrows .slick-arrow.slick-next:before,
.cstSlider .slick-arrow.slick-prev:before,
.cstSlider .slick-arrow.slick-next:before {
    content: '';
    width: 2.188rem;
    height: 2.188rem;
    display: flex;
    background-position: center center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: 0.5rem;
}

.cstArrows .slick-arrow.slick-next:before,
.cstSlider .slick-arrow.slick-next:before {
    background-image: url(../images/right-arrow.svg);
}

.cstArrows .slick-arrow.slick-prev:before,
.cstSlider .slick-arrow.slick-prev:before {
    background-image: url(../images/left-arrow.svg);
}

.whatWe_subtitle {
    color: var(--primary-clr);
}

.listingCard {
    position: relative;
}

.press-release-img {
    overflow: hidden;
    border-radius: 1.125rem;
    aspect-ratio: 1 / 1;
}

.press-release-img img {
    height: 100%;
    object-fit: cover;
}

.press-release-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0) 27.88%, rgba(96, 96, 96, 0.5) 52.88%, rgba(0, 0, 0, 0.8) 77.4%);
}

.press-release-cont {
    position: absolute;
    bottom: 1.563rem;
    width: 90%;
    margin: auto;
    right: 0;
    left: 0;
}

.press-releaseLbl {
    background-color: #EA2E2F;
    display: inline-block;
    padding: 0.625rem 1.25rem;
    line-height: 1;
    color: #FFF;
    border-radius: 6.25rem;
}

/* .press-release-slider .slide-item{
    margin: 0 0.938rem;
} */
.press-releaseTitle {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.footer-widget .footer-list {
    padding-left: 1.25rem;
}

.footerTitle {
    color: var(--primary-clr)
}

.footer {
    background-color: #F0F5FA;
    padding: 2.188rem 0 1.25rem 0;
}

.footer-link {
    color: #000;
}

.subInput,
.subInput:focus {
    width: 100%;
    border: solid 1px #E4E4E4;
    padding: 0.625rem;
    border-radius: 0.375rem;
}

.footer-widget .footer-list li {
    margin-bottom: 0.313rem;
}

.subsribe-btn {
    background-color: #EA2E2F;
    border: none;
    padding: 0.75rem 2.188rem;
    color: #FFF;
    border-radius: 0.375rem;
}

.social-link {
    color: var(--primary-clr)
}

.copyright {
    padding-top: 0.938rem;
    border-top: solid 1px #E4E4E4;
    margin-top: 1.563rem;
}

.faqAccordion .accordion-item {
    padding: 1.25rem 0;
}

.faqAccordion .accordion-button {
    background-color: #fff !important;
    color: #000 !important;
    font-weight: 500;
    box-shadow: none !important;
    padding: 0;
    position: relative;
    font-size: var(--f-size-18);
}

.faqAccordion .accordion-body {
    color: #000000;
    font-size: var(--f-size-16);
    line-height: 1.7;
    padding: 1.25rem 0 0 0;
}

.faqAccordion .accordion-button::after {
    content: '\2b';
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    background-image: none;
    font-size: var(--f-size-18);
    width: auto;
    height: auto;
}

/* .faqAccordion .accordion-button:not(.collapsed)::after{content: '';} */

/* inner page css */
.secBg-Gray {
    background-color: #FBFBFB;
}

.ad-banner {
    max-width: 56.25rem;
}

.cst_whiteBx {
    background-color: #FFFFFF;
    padding: 1.25rem;
    border-radius: 0.5rem;
}

.bx_Title {
    font-size: var(--f-size-18);
    padding-bottom: 1.125rem;
    margin-bottom: 1.25rem;
    border-bottom: 0.125rem solid #EEEEEE;
    position: relative;
}

.bx_Title::before {
    content: '';
    position: absolute;
    bottom: -0.125rem;
    width: 4.375rem;
    height: 0.125rem;
    background-color: #AE1717;
}

.filterAccordion .accordion-item {
    background-color: #FFFFFF;
    box-shadow: none;
    border: none;
    padding-bottom: 1.25rem;
}

.filterAccordion .accordion-item:last-child {
    padding-bottom: 0px;
}

.filterAccordion .accordion-item .accordion-button {
    font-size: var(--f-size-18);
    background-color: #FFFFFF;
    box-shadow: none;
    padding: 0 0 0.938rem 0;
}

.filterAccordion .accordion-item .accordion-body {
    background-color: #FFFFFF;
    padding: 0;
}

.filterAccordion .accordion-item .accordion-button::after {
    width: 1.875rem;
    height: 1.875rem;
    background-color: rgba(234, 46, 47, 0.2);
    border-radius: 0.125rem;
    background-image: none;
    content: '\2b';
    display: flex;
    align-items: center;
    justify-content: center;
    color: #EA2E2F;
    font-size: 0.813rem;
    line-height: 1;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
}

.filterAccordion .accordion-item .accordion-button:not(.collapsed)::after {
    content: '\f068';
}

.checkList {
    display: flex;
    flex-direction: column;
    gap: 1.125rem;
}

.checkList .checkItem {
    margin-left: 1.125rem;
}

.checkbox-container {
    display: flex;
    align-items: start;
    font-size: var(--f-size-16);
}

.checkbox-container input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 1.25rem;
    height: 1.25rem;
    min-width: 1.25rem;
    border: 1px solid var(--primary-clr);
    border-radius: 0.188rem;
    margin-right: 0.5rem;
    margin-top: 0.188rem;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.checkbox-container input[type="checkbox"]::before {
    content: "";
    width: 0.75rem;
    height: 0.75rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--primary-clr);
    opacity: 0;
    transition: all .3s;
    border-radius: 2px;
}

.checkbox-container input[type="checkbox"]:checked::before {
    opacity: 1;
}

.listingRow {
    display: flex;
    gap: 1.438rem;
    position: relative;
}

.listingRow .prductFilter {
    max-width: 19.875rem;
    min-width: 19.875rem;
    width: 100%;
}

.filterWrp {
    position: sticky;
    top: 5rem;
}

.listingRow .prductContent {
    flex-grow: 1;
}

.productCount {
    background-color: #FFFFFF;
    padding: 1.25rem;
    border-radius: 0.5rem;
    line-height: 1;
}

.advertisementCard {
    border: 1px solid #D8D3D3;
    border-radius: 0.75rem;
    overflow: hidden;
    background-color: #FFFFFF;
    position: relative;
    height: 100%;
}

.adv_cardInfo {
    padding: 1.125rem;
}

.adv_cardInfo .adv_categories {
    font-size: var(--f-size-14);
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--primary-clr);
}

.adv_cardInfo .adv_categories img {
    width: 1.25rem;
}

.text-truncate-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.adv-conInfo {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.adv-conInfo .adv-conInfo-Item {
    display: flex;
    align-items: start;
    gap: 0.438rem;
    font-size: var(--f-size-14);
    font-weight: 300;
}

.adv-conInfo .adv-conInfo-Item .icon {
    margin-top: 0.166rem;
    display: block;
    font-size: var(--f-size-16);
}

.advLab {
    background-color: #EA2E2F;
    color: #FFFFFF;
    font-size: var(--f-size-16);
    font-weight: 500;
    padding: 0.125rem 0.813rem;
    border-radius: 1.25rem;
    position: absolute;
    top: 0.688rem;
    right: 0.688rem;
}

.btnArrow {
    color: #EA2E2F;
}

.viewmore-btn {
    display: flex;
    gap: 0.375rem;
    align-items: center;
}

.cst-pagination {
    margin-top: 2.188rem;
}

.cst-pagination .pagination {
    display: flex;
    gap: 0.625rem;
    justify-content: center;
}

.cst-pagination .pagination .page-item .page-link {
    width: 1.875rem;
    height: 1.875rem;
    padding: 0;
    border: none;
    box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--f-size-14);
    border-radius: 0.313rem !important;
    background-color: rgba(234, 46, 47, 0.2);
    color: var(--primary-clr);
}

.cst-pagination .pagination .page-item.active .page-link {
    background-color: var(--primary-clr);
    color: #ffffff;
}

.related_Search {
    display: flex;
    gap: 0.875rem;
    flex-wrap: wrap;
}

.related_Search .related_SearchItem {
    background-color: #F6F6F6;
    color: #000000;
    font-size: var(--f-size-14);
    line-height: 1;
    padding: 0.625rem 1.25rem;
    border-radius: 0.375rem;
}

.locationWrp {
    max-height: 10rem;
    border-radius: 0.375rem;
    overflow: hidden;
}

.locationWrp iframe {
    height: 100%;
    width: 100%;
}

.openHours li {
    display: flex;
    justify-content: space-between;
    font-size: var(--f-size-16);
    font-weight: 300;
    margin-bottom: 0.625rem;
}

.socialsList {
    display: flex;
    gap: 0.5rem;
}

.socialsList .socialItems .socialLink {
    width: 2.125rem;
    height: 2.125rem;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #EA2E2F;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detailTabs {
    background-color: #FFFFFF;
    border-radius: 0.5rem;
    padding: 1rem 2.125rem;
}

.detailTabs .nav {
    gap: 1.563rem;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.detailTabs .nav::-webkit-scrollbar {
    display: none;
}

.detailTabs .nav-item .nav-link {
    padding: 0;
    font-size: var(--f-size-18);
    color: #000000;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 7px;
}

.detailTabs .nav-item .nav-link .tabIcon {
    font-size: var(--f-size-22);
    display: inline-flex;
}

.detailTabs .nav-item .nav-link.active {
    color: var(--primary-clr);
}

.detail-cmnBx {
    background-color: #ffffff;
    border-radius: 0.5rem;
    padding: 1.875rem 3.438rem;
}

.companyThumb {
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F9F9F9;
    aspect-ratio: 1 / 1;
}

.companyThumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.comDetail-list p{margin-bottom: 0;}
.comDetail-list .comDetail-Item {
    font-size: var(--f-size-14);
    display: flex;
    gap: 0.625rem;
    align-items: start;
}

.comDetail-list .comDetail-Item .itemIcon {
    font-size: var(--f-size-18);
    color: var(--primary-clr);
    display: flex;
}

.f-size-10 {
    font-size: 0.625rem;
}

.galleryWrp {
    border-radius: 0.5rem;
    overflow: hidden;
}

/* inner page css */


.adv-maxWidth {
    max-width: 56.25rem;
    margin: auto;
}

.servicesBx {
    padding: 1.375rem;
    border-radius: 0.625rem;
    background-color: #FAF9F9;
}

.ourBrandBx {
    padding: 1.375rem;
    border-radius: 0.625rem;
    background-color: #FAF9F9;
}

.ourBrandBx .brandInfoWrp {
    display: flex;
    gap: 0.938rem;
    align-items: center;
    margin-bottom: 1rem;
}

.ourBrandBx .brandInfoWrp .brandThumb {
    width: 6.25rem;
    height: 6.25rem;
    background-color: #D9D9D9;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalogueBx {
    background-color: #FAF9F9;
    border-radius: 0.625rem;
    padding: 0.938rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 0.75rem;
}

.catalogueBx .catalogueImg {
    width: 100%;
    height: 10rem;
    text-align: center;
    display: flex;
    justify-content: center;
}

.catalogueBx .catalogueImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group .cst-input {
    border: 1px solid #E4E4E4 !important;
    padding: 0.875rem 1.25rem !important;
    border-radius: 0.375rem;
    min-height: 3.125rem;
    height: 3.125rem;
    line-height: 1;
    font-weight: 400;
}

.form-group.conFrm-group .cst-input {
    background-color: #F5F5F5;
    border: none !important;
}

.form-group.conFrm-group.form-floating>label {
    background-color: transparent;
}

.form-group.conFrm-group.form-floating>label::after {
    display: none;
}

.form-group.form-floating>label {
    font-size: var(--f-size-16);
    color: #A19F9F;
    padding: 0;
    top: 0.75rem;
    left: 1.25rem;
    height: auto;
    background-color: #ffffff;
}

.form-group.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    transform: translateY(-25px);
}

.formCta {
    background-color: #EA2E2F !important;
    color: #ffffff !important;
    padding: 0.875rem 1.25rem;
    border-radius: 0.625rem;
    line-height: 1;
    border: 1px solid var(--primary-clr) !important;
}

.formCta.btn-o {
    background-color: #ffffff !important;
    color: var(--primary-clr) !important;
    padding: 0.875rem 1.25rem;
    border-radius: 0.625rem;
    line-height: 1;
}

.formCta.min-W {
    min-width: 10rem;
}

.form-group .inpTxt {
    position: absolute;
    top: 12px;
    right: 10px;
    color: var(--primary-clr)
}

.loaderWrp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 8px solid;
    border-color: #000000 #EA2E2F #000000 #EA2E2F;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.cstArrows .slick-dots li button::before,
.cstSlider .slick-dots li button::before {
    display: none;
}

.cstArrows .slick-dots li,
.cstSlider .slick-dots li {
    width: auto;
    height: auto;
}

.cstArrows .slick-dots li button,
.cstSlider .slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: var(--primary-clr);
    opacity: .5;
}

.cstArrows .slick-dots li.slick-active button,
.cstSlider .slick-dots li.slick-active button {
    opacity: 1;
}

.adv-mxW {
    max-width: 310px;
}

/* changes-17-11-25 */
.form_pgWrp {
    padding: 80px 0;
    background-color: #FBFBFB;
    min-height: calc(100dvh - 404px);
}

.form-Bx {
    background-color: #FFFFFF;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0px 4px 14px 1px rgba(0, 0, 0, 0.05);
}

.formHead-Wrp {
    max-width: 60%;
}

.stepper-tabs {
    justify-content: space-between;
    margin-bottom: 50px;
}

.stepper-tabs .nav-link {
    font-size: var(--f-size-18);
    color: #000000;
    text-align: center;
    flex-grow: 1;
    position: relative;
    padding: 10px 20px;
    padding-top: 20px;
}

.stepper-tabs .nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 1px;
    background-color: #E8E8E8;
}

.stepper-tabs .nav-link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: var(--primary-clr);
}

.stepper-tabs .nav-link:not(.active) {
    filter: grayscale(1);
    opacity: .5;
}

.stepper-tabs .nav-link:last-child:before {
    display: none;
}

.avatar-upload {
    position: relative;
    max-width: 180px;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 0;
    z-index: 1;
    bottom: 24px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 42px;
    height: 42px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #EA2E2F;
    border: 1px solid transparent;
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    color: #ffffff;
    text-align: center;
    line-height: 42px;
    transform: translateX(50%);
}

.avatar-upload .avatar-preview {
    width: 180px;
    height: 180px;
    position: relative;
    border-radius: 0;
    background-color: #F9F9F9;
    padding: 25px;
    border-radius: 10px;
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.clr-primary {
    color: var(--primary-clr);
}

.file-Uploader {
    border: 1px dashed #EAEAEA;
    padding: 50px;
    position: relative;
    text-align: center;
    color: #D3D3D3;
    border-radius: 8px;
    font-size: var(--f-size-18);
    cursor: pointer;
}

.file-Uploader>input {
    opacity: 0;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news_Post .newsDetailThumb {
    height: 430px;
    border-radius: 30px;
    overflow: hidden;
}

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

.latestNews-card .latestNews-Thumb {
    height: 160px;
    margin-bottom: 10px;
}

.latestNews-card .latestNews-Thumb img {
    height: 100%;
    object-fit: cover;
}

.blogCard {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #D9D9D9;
}

.blogCard .blogThumb {
    height: 280px;
}

.blog-detailsImg {
    height: 430px;
    border-radius: 30px;
    overflow: hidden;
}

.mapWrp {
    height: 450px;
    filter: grayscale(1);
}

.editor-content {
    color: #000000
}

.editor-content h3,
.editor-content h2 {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 15px;
}

.editor-content h3:not(:first-child),
.editor-content h2:not(:first-child) {
    margin-top: 30px;
}

.editor-content strong {
    font-weight: 500;
}

.editor-content ol ul {
    list-style-type: disc;
}

.editor-content ol>li:not(:last-child),
.editor-content ul>li:not(:last-child) {
    margin-bottom: 15px;
}

.editor_cont a {
    color: #000000;
    text-decoration: none;
    transition: all .3s;
    word-wrap: break-word;
}

.editor_cont a:hover {
    color: #000000;
}

.editor_cont table thead tr th,
.editor_cont table tbody tr td {
    padding: 10px;
    border: 1px solid rgba(19, 39, 76, 0.2);
}

.dasBxWrp {
    display: flex;
    gap: 30px;
    width: 100%;
}

.das_comLogo {
    width: 180px;
    height: 180px;
    min-width: 180px;
    background-color: #F9F9F9;
    border-radius: 100%;
}

.das_comLogo .dummyIcon {
    color: #d6d6d6;
}

.dash_Destail-List .itemIcon {
    margin-top: 3px;
}

.dash_Destail-List .comDetail-Item a {
    color: var(--primary-clr);
}

.cstLable {
    background-color: #4caf50;
    color: #ffffff;
    line-height: 1;
    padding: 3px 15px;
    border-radius: 20px;
    font-size: 12px;
}

.cstLable.lab-Yellow {
    background-color: #e9a406;
}

.aboutCompany {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #d6d6d6;
}

.logoutBtn {
    background-color: #ffffff !important;
    color: #000000;
    padding: 0;
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: var(--f-size-16);
}

.alpha-FilterList {
    gap: 10px;
    padding: 25px 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 0;
    border-right: 0;
}

.alpha-FilterList .alphaItem a {
    min-width: 40px;
    height: 40px;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    color: #000000;
    border: 1px solid var(--primary-clr);
    font-size: var(--f-size-16);
    border-radius: 5px;
}

.alpha-FilterList .alphaItem a.active {
    background-color: var(--primary-clr);
    color: #ffffff;
}

.alpha-FilterList .alphaItem:first-child a {
    padding: 5px 15px;
}

.alpha-FilterList .alphaItem a:hover {
    background-color: var(--primary-clr);
    color: #ffffff;
}

.category_Listing {
    position: relative;
    padding: 0;
}

.category_Listing>li a {
    color: #000000;
}

.category_Listing>li a:hover {
    color: var(--primary-clr);
}

.category_Listing>li {
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    width: 33%;
    padding-right: 5px;
    position: relative;
    margin-bottom: 10px;
}

.category_Listing>li:before {
    position: absolute;
    content: "";
    left: 5px;
    top: 1px;
    font-family: FontAwesome;
    font-size: 14px;
    color: #c9c9c9;
}

.cstBtn {
    background-color: var(--primary-clr) !important;
    border: 1px solid var(--primary-clr) !important;
    color: #ffffff !important;
    padding: 8px 25px;
}

.cstBtn.active,
.cstBtn:hover {
    background-color: #AE1717 !important;
    border-color: #AE1717 !important;
}

@media screen and (min-width: 992px) {
    .header .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .header .dropdown .dropdown-menu {
        display: none;
    }

    /* .container-lg{max-width: 1320px;} */
}

@media (min-width:768px) {}

@media (max-width:1399px) {
    :root {
        --f-size-48: 2.5rem;
    }

    html {
        font-size: 14px;
    }

}

@media (max-width:1199px) {
    :root {
        --f-size-14: 12px;
        --f-size-16: 14px;
        --f-size-18: 15px;
        --f-size-22: 16px;
        --f-size-24: 18px;
        --f-size-28: 22px;
        --f-size-42: 32px;
        --f-size-48: 35px;
    }

    .navbar-brand {
        max-width: 220px;
    }

    .header .nav-link {
        padding: 16px 6px !important;
    }

    .searchList_bx {
        border-radius: 1.25rem;
        padding: 30px 20px;
        min-height: 100px;
    }

    .event-img {
        min-width: 130px;
        width: 130px;
    }

    .event-slider .slide-item {
        margin: 0 8px;
    }
}

@media (max-width:991px) {

    :root {
        --f-size-28: 20px;
        --f-size-42: 28px;
        --f-size-48: 30px;
    }

    body {
        padding-top: 70px;
    }

    .mb__15 {
        margin-bottom: 12px
    }

    .mb__20 {
        margin-bottom: 15px
    }

    .mb__25 {
        margin-bottom: 20px
    }

    .mb__30 {
        margin-bottom: 22px
    }

    .mb__35 {
        margin-bottom: 25px
    }

    .mb__40 {
        margin-bottom: 30px
    }

    .mb__50 {
        margin-bottom: 40px
    }

    .mt__80 {
        margin-top: 5rem;
    }

    .navbar-toggler {
        float: right;
        border: none;
        padding-right: 0;
        padding: 0;
    }

    .navbar-toggler:active,
    .navbar-toggler:focus {
        outline: 0;
        box-shadow: none
    }

    .navbar-toggler-icon {
        width: 24px;
        height: 17px;
        background-image: none;
        position: relative;
        border-bottom: 1px solid #000000;
        transition: .3s linear
    }

    .navbar-toggler-icon:after,
    .navbar-toggler-icon:before {
        width: 24px;
        position: absolute;
        height: 1px;
        background-color: #000000;
        top: 0;
        left: 0;
        content: '';
        z-index: 2;
        transition: .3s linear
    }

    .navbar-toggler-icon:after {
        top: 8px
    }

    .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:after {
        transform: rotate(45deg)
    }

    .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:before {
        transform: translateY(8px) rotate(-45deg)
    }

    .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
        border-color: transparent
    }

    .header .navbar {
        padding: 15px 0;
    }

    .header .nav-link {
        padding: 0 !important;
    }

    .cstNavbar .navbar-nav {
        gap: 20px;
        margin-bottom: 25px;
    }

    .header .dropdown-menu {
        box-shadow: none;
        margin-top: 10px;
    }

    .header .dropdown-menu .dropdown-item {
        padding: 8px 10px;
    }

    .cstNavbar {
        position: fixed;
        border-top: 1px solid #e3e3e3;
        top: 70px;
        left: -100%;
        width: 300px;
        min-height: calc(100vh - 70px);
        background-color: #ffffff;
        box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
        padding: 25px;
        transition: all .3s;
    }

    .cstNavbar.show {
        left: 0;
    }

    .cstNavbar .navbar-nav .nav-item .nav-link {
        font-size: 18px;
    }

    .whatWe_cont {
        padding: 15px;
    }

    .whatWe-offer {
        height: 350px;
    }

    .whatWe-offer img {
        height: 100%;
        object-fit: cover;
    }

    .subsribe-btn {
        line-height: 1;
    }

    .cstArrows .slick-dots li button,
    .cstSlider .slick-dots li button {
        padding: 0;
    }

    .companyThumb {
        max-width: 150px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .socialsList .socialItems .socialLink {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    .detail-cmnBx {
        padding: 25px;
    }

    .detailTabs {
        padding: 1rem;
    }

    .ourBrandBx .brandInfoWrp .brandThumb {
        width: 5.25rem;
        height: 5.25rem;
    }

    .prductFilter .filterWrp {
        position: fixed;
        top: 70px;
        left: 0;
        width: 300px;
        z-index: 9999;
        transform: translateX(-100%);
        transition: all .3s;
        height: calc(100vh - 70px);
        background-color: #ffffff;
        overflow: scroll;
        gap: 0 !important;
    }

    .cst_whiteBx {
        border-bottom: 1px solid #EEEEEE;
    }

    .flterHead {
        border-bottom: 1px solid #EEEEEE;
        padding-bottom: 10px;
        position: sticky;
        top: 0;
        background-color: #ffffff;
        z-index: 1;
    }

    .prductFilter.show .filterWrp {
        transform: translateX(0);
    }

    .prductFilter::after {
        content: '';
        opacity: 0;
        visibility: hidden;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.4);
        width: 100%;
        height: 100%;
        transition: all .3s;
    }

    .prductFilter.show::after {
        opacity: 1;
        z-index: 1;
        visibility: visible;
    }

    .listingRow .prductFilter {
        width: auto;
        max-width: 0;
        min-width: auto;
    }

    .listingRow {
        gap: 0;
    }

    /* changes-17-11-25 */
    .form_pgWrp {
        padding: 60px 0;
    }

    .form-Bx {
        padding: 30px;
    }

    .news_Post .newsDetailThumb {
        height: 350px;
        border-radius: 20px;
    }

    .blog-detailsImg {
        height: 350px;
        border-radius: 20px;
    }

    .cmn-secWrap-lg {
        padding: 50px 0;
    }

    .alpha-FilterList .alphaItem a {
        min-width: 35px;
        height: 35px;
    }
}


@media (max-width:767px) {
    .mb__50 {
        margin-bottom: 35px
    }

    .searchInput_wrap {
        width: 100%;
        margin: auto;
    }

    .searchBx {
        padding: 0 15px;
    }

    body {
        padding-top: 59px;
    }

    .secWrap.home-sec-one {
        margin-top: -50px;
    }

    .event-slider,
    .cstSlider {
        padding: 0;
    }

    /* changes-17-11-25 */
    .form_pgWrp {
        padding: 40px 0;
        background-color: #FBFBFB;
        min-height: calc(100dvh - 250px);
    }

    .form-Bx {
        padding: 30px;
    }

    .formHead-Wrp {
        max-width: 100%;
    }

    .stepper-tabs {
        flex-wrap: nowrap;
        overflow: scroll;
        padding: 15px 0;
        margin-bottom: 35px;
    }

    .stepper-tabs .nav-link {
        white-space: nowrap;
    }

    .news_Post .newsDetailThumb {
        height: 250px;
    }

    .blog-detailsImg {
        height: 250px;
    }

    .dasBxWrp {
        flex-direction: column;
        gap: 20px;
    }

    .das_comLogo {
        width: 140px;
        height: 140px;
        min-width: 140px;
        margin: auto;
    }

    .category_Listing>li {
        width: 49%;
    }
}

@media (max-width:575px) {
    .cstNavbar {
        top: 59px;
        padding: 25px 15px;
    }

    .cstNavbar {
        min-height: calc(100vh - 59px);
    }

    .secWrap.home-sec-one {
        margin-top: -50px;
        position: relative;
    }

    .event-img {
        min-width: 150px;
        width: 150px;
    }

    .searchBanner.subPg-banner {
        height: 315px;
    }

    .prductFilter .filterWrp {
        height: calc(100vh - 58px);
        top: 58px;
    }

    .category_Listing>li {
        width: 100%;
    }
}

.step-content {
    display: none;
    animation: fadeIn 0.5s;
}

.step-content.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.step-indicator {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #e9ecef;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
}

.step-indicator.active .step-number {
    background: #007bff;
    color: white;
}

.is-invalid {
    border-color: #dc3545 !important;
    background-color: #fff5f5 !important;
}

.ads5carousel .adsWrapper img {

    width: auto;
    height: 250px;
    /* change as needed */
    /* object-fit: cover; */

    border-radius: 6px;
}

.ads5carousel .slick-slide {
    padding: 10px;
    margin: 0 10px;
}

/* Search Section Highlight */
.search-highlight-container {
    max-width: 600px;
    padding: 25px;
    background: linear-gradient(135deg, #ed9292, #f8f9ff);
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.10);
    transition: all .3s ease;
}

.search-highlight-container:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* Search Bar Styling */
.enhanced-search {
    display: flex;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: 0.3s;
    border: 2px solid transparent;
}

.enhanced-search:focus-within {
    border: 2px solid #EA2E2F;
    box-shadow: 0 8px 20px rgba(62, 120, 255, 0.25);
}

/* Input */
.highlighted-input {
    width: 100%;
    padding: 16px 22px;
    border: none;
    outline: none;
    border-radius: 50px;
    font-size: 16px;
    background: transparent;
}

/* Button */
.highlighted-btn {
    background: #EA2E2F;
    padding: 12px 25px;
    border-radius: 50px;
    border: none;
    color: #fff;
    font-weight: 600;
    transition: 0.3s;
}

.highlighted-btn:hover {
    background: #C1272D;
}

/* Search Icon */
.search-icon {
    width: 20px;
    margin-right: 8px;
}

.search-input-container {
    width: calc(100% - 130px);
}