:root {
    --primary: #ED2E1E;
    --secondary: #000;
}

.nice-select .list {
    max-height: 350px !important;
    overflow-y: scroll !important;
}

.horizontal-scroll-menu-container {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding: 10px 25px;
    background-color: #f9f9f9;
}

#scroll-left {
    display: none;
}

#scroll-right {
    display: none;
}

.horizontal-scroll-menu {
    display: flex;
    flex-wrap: wrap;
    /* gap: 24px; */
    row-gap: 8px;
    column-gap: 8px;
    /* overflow-x: auto; */
    /* scroll-behavior: smooth; */
    /* white-space: nowrap; */
    padding: 7px 7px 0px 7px;
    /* flex-grow: 1; */
    /* scrollbar-width: thin;
            scrollbar-color: #fef0e6 #fef0e6; */
}

.menu-item {
    display: inline-block;
    min-width: 130px;
    flex-grow: 1;
    text-align: center;
    /* padding: 10px 15px; */
    /* background-color: rgba(255, 255, 255, 0.5); */
    background-color: #fff;
    color: #3f3f3f;
    text-decoration: none;
    border-radius: 8px;
    font-size: 14px;
    transition: background-color 0.3s, transform 0.3s;
    padding: 12px 10px 14px;
    border: 1px solid var(--bordertwo);
    font-weight: 600;
}

.menu-item:hover {
    background-color: #6d72f6;
    transform: scale(1.1);
    color: #fff;
}

.scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--primary);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 2;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
    border: 1px solid #a9a9a945;
}

.scroll-btn:hover {
    background-color: var(--secondary);
}

.left-btn {
    left: 10px;
}

.right-btn {
    right: 10px;
}

.horizontal-scroll-menu::-webkit-scrollbar {
    display: none;
}

.horizontal-scroll-menu-container {
    position: relative;
    overflow: hidden;
    background-color: #ed2e1e26;
}

.horizontal-scroll-menu {
    position: relative;
}

.scroll-btn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.horizontal-scroll-menu-container::before,
.horizontal-scroll-menu-container::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    pointer-events: none;
    z-index: 1;
}

.horizontal-scroll-menu-container::before {
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.horizontal-scroll-menu-container::after {
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.position-relative {
    position: relative !important;
}

.mega-menu-container {
    padding: 30px 24px;
    background: #fff;
    position: absolute;
    z-index: 999;
    right: 0px;
    width: 100%;
    border-radius: 6px;
    box-shadow: 0px 60px 30px rgba(0, 0, 0, 0.08);
    top: 75px;
    transition: all .5s ease-in-out !important;
    overflow: scroll;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-30px);
    left: 0;
    overflow: hidden !important;

}

.mega-menu-link {
    display: flex;
    align-items: center;
    border-radius: 6px;
    margin-bottom: 16px;
}

.mega-menu-link img {
    background: #D5DAFB;
    padding: 12px 10px 14px;
    border-radius: 12px;
}

.w-150 {
    width: 150px !important;
}

.main-sec {
    transition: all .5s ease-in-out !important;
}

.main-sec:hover #moreIcon {
    border: none !important;
    border-radius: 5px 5px 0px 0px !important;
}

.main-sec:hover #moreIcon::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    background: #fff;
    height: 75px;
    bottom: -20px;
    z-index: -1;
}

.main-sec:hover .mega-menu-container {
    transition: all .5s ease-in-out !important;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.ahover::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    transition: all .4s ease-in-out;
}



.mega-menu-link .icon img {
    max-width: 50px;
}

@media screen and (max-width: 567px) {
    .more-p-sec {
        width: 100%;
        position: absolute !important;
        bottom: 0;
        left: 51%;
    }
}



@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@media screen and (min-width: 991px) {
    #bindNum .col-lg-12 {
        width: 33.33333333% !important;
        padding-left: 12px !important;
    }

    #bindNum {
        justify-content: start !important;
    }

}


.imageye-selected {
    outline: 2px solid black !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
}


#whatsapp-chat {
    position: fixed;
    bottom: 20px;
    z-index: 1000;
    left: -10px;
}

#whatsapp-chat img {
    width: 120px;
    height: auto;
    border-radius: 50%;
    cursor: pointer;
}

.footer__widget .widget__link .link:hover::before {
    height: 1px;
    opacity: 0 !important;
    transform: rotate(40deg);
}

.footer__bottom__link li a:hover {
    color: var(--secondary);
    /* Hover color */
}

.cmn__btn {
    background-color: var(--secondary);
    padding: 10px 15px;
    font-size: 14px;
}

.menu-item:hover {
    background-color: var(--primary);
}

.fasilities__wrapper {
    padding: 10px 0;
}

.tab-img {
    top: 22%;
}

.header-wrapper .main-menu li a {
    font-size: 15px;
}

.header-wrapper .main-menu li a:hover {
    color: var(--primary);
}

.header-wrapper .main-menu li a.active {
    color: var(--primary);
    text-decoration: underline !important;
    text-underline-offset: 8px;
}

.aboutPage {
    padding-top: 130px;
}

.why .why-card {
    max-height: 450px;
    transition: all .3s ease;
}

.why .why-card:hover {
    background-color: var(--primary);
    transition: all .3s ease;
}

.why .why-card:hover span.title {
    color: #fff;
}

.why .why-card:hover p {
    color: #fff;
}

.why .why-card:hover img {
    background-color: #fff;
    border-radius: 5px;
}

.why .why-card p {
    font-size: 15px;
    line-height: 1.7em;
}

.why-img-sec img {
    max-height: 50px;
    width: auto;
}

.contactPage {
    padding: 40px 0;
}

.contactPage h3 {
    text-align: center;
    font-size: 30px;
}

.contactPage .about-extra h4 {
    font-weight: 600;
    font-size: 24px;
}

.contactPage {
    background-color: #ffffff;
    padding: 30px 0;
}

.contactPage h2 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 28px;
}

.contactPage ul {
    padding: 0;
    list-style-type: none;
}

.contactPage ul li {
    color: #6a6a6a;
    margin: 6px 0;
}

.contactDetails-Div h4 span {
    font-size: 18px;
    color: var(--primary) !important;
}

.contactDetails-Div p {
    font-size: 16px;
    margin: 18px 0;
}

.contactPage .giveContact {
    background-color: var(--secondary);
}

.PrivacyPolicy {
    padding: 50px 0 0;
}

.PrivacyPolicy b {
    color: var(--primary);
    margin-bottom: 5px;
}

.PrivacyPolicy p {
    font-size: 15px;
    color: #606060;
    line-height: 1.5rem;
}

.PrivacyPolicy h1 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
}

.PrivacyPolicy h1 span {
    color: var(--secondary);
    font-weight: 600;
}

.PrivacyPolicy p strong {
    color: var(--primary);
}

.PrivacyPolicy ul li {
    padding: 5px 0;
}

.PrivacyPolicy ul li b {
    color: var(--primary);
}

.PrivacyPolicy ul li blockquote ul li {
    font-size: 16px;
}

.PrivacyPolicy .primary-bg {
    background-color: var(--secondary);
    padding: 6px 15px;
    border-radius: 8px;
    margin: 10px 0;
    font-size: 16px;
    color: #fff;
}

.PrivacyPolicy p {
    line-height: 1.7em;
    color: #000000;
}

footer .fz-24.pratext {
    color: var(--primary);
    border-bottom: 1px dashed var(--primary);
    padding-bottom: 5px;
}

.footer__widget .widget__link form input {
    border-color: var(--secondary);
}

.cmn__btn:hover::before {
    background: var(--primary);
}

.send-sec span.title {
    color: var(--secondary);
}

.header-wrapper .main-menu {
    margin: 0;
}

.banner__section {
    padding: 68px 0 0;
}

.banner__section .heroBanner {
    display: none;
}

.footer__widget .widget__link .link:hover {
    color: var(--primary);
}

.heroSection {
    padding: 20px 0;
}

.heroSection p b {
    color: var(--primary);
    font-variant: small-caps;
}

.heroSection a {
    background-color: var(--secondary);
    padding: 8px 15px;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
}

.heroSection .fst-italic {
    margin: 0;
    color: var(--primary);
    font-weight: 600;
    text-decoration: underline;
    letter-spacing: .3px;
    line-height: 1.5;
}

.readMore a {
    background-color: var(--secondary);
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
}

.press_release2 {
    padding: 30px 0;
    background-color: #c10f00;
}

.press_release2 .col-lg-8 h3 {
    font-size: 20px;
    line-height: 1.5em;
    color: #fff;
}

.press_release2 .col-lg-8 p {
    color: #e7e7e7;
    font-size: 15px
}

.press_release2 .col-lg-8 h3 span {
    color: #000;
    font-style: italic;
    border-bottom: 1px solid var(--primary)
}

.press_release2 .col-lg-8 ul {
    padding-left: 10px;
}

.press_release2 .col-lg-8 ul li b {
    color: #e7e7e7;
    font-weight: 700;
}

.press_release2 .col-lg-8 ul li {
    color: #e7e7e7;
    font-size: 15px;
    padding: 6px 0
}

.press_release2 img {
    max-width: 85%;
    width: 100%;
    border-radius: 10px;
}

#brand-logo {
    text-align: center;
    padding: 50px 0;
    background-image: url("../images/call-to-act.jpg");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
    background-blend-mode: multiply;
    background-color: #555555;
}

.brand-text h2 {
    font-size: 35px;

}

.button-part a {
    display: inline-block;
    background: var(--primary);
    color: #FFFFFF;
    padding: 10px 32px;
    border-radius: 30px;
    box-shadow: 0px 4px 11px #5e5d5d;
    text-align: center;
}

#services-section .text-hadding h4::before {
    content: '';
    position: absolute;
    bottom: -6px;
    height: 2px;
    width: 90px;
    background-color: var(--secondary);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.text-services p, .all-text p {
    font-weight: 500;
    line-height: 28px;
    font-size: 16px;
    color: #555;
}

.all-text {
    width: 100%;
    background-color: #fff;
    padding: 22px 24px;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    margin-top: 30px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-bottom: 2px solid var(--secondary);
}

.all-text:hover {
    background-color: var(--primary);
}

.all-text::before {
    content: '';
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 14px solid #ffeaed6b;
    position: absolute;
    right: -150px;
    top: 10px;
    opacity: 0;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.all-text::after {
    content: '';
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 14px solid #ffeaed6b;
    position: absolute;
    right: -50px;
    top: -100px;
    opacity: 0;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.all-text:hover::after {
    top: -60px;
}

.all-text:hover::before {
    right: -100px;
}

.all-text:hover::before, .all-text:hover::after {
    opacity: 1;
}

.img-icon {
    max-width: 70px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    height: 67px;
    line-height: 60px;
}

.img-icon img {
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    height: 40px;
    width: auto;
}

.all-text h2 {
    position: relative;
    z-index: 1;
    padding-bottom: 15px;
    margin-bottom: 12px;
    font-size: 20px;
    margin: 0;
    margin: 10px 0;
}

.all-text h2::before {
    content: '';
    width: 115px;
    height: 1px;
    background-color: var(--secondary);
    position: absolute;
    left: 0;
    bottom: 0;
}

.all-text:hover .img-icon {
    background-color: #fbfaff;
}

.all-text:hover h2::before {
    background-color: #fbfaff;
}

.all-text:hover h2, .all-text:hover p {
    color: #fbfaff;
}

#services-section {
    padding-bottom: 50px;
}

.heroSection h6, mark {
    font-weight: 600;
}

@media only screen and (min-width:1370px) {
    .cr-img {
        top: -200px;
    }
}

.footer__bottom .pratext a {
    color: #ED2E1E;
    font-weight: 600;
}

.director {
    padding: 20px 0;
    background-color: #f0f0f0;
}

.director .images {
    padding: 60px;
}

.director .images img {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    border-radius: 10px;
}

.director .images h6 {
    text-align: center;
    margin: 20px 0 5px;
    font-weight: 600;
    font-size: 20px;
    color: var(--primary);
}

.director .images p {
    text-align: center;
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
}

.director .headerSec {
    padding: 20px 0 0;
    text-align: center;
}

.director .headerSec h5 {
    font-size: 40px;
    font-family: var(--primaryFont);
    font-weight: 800;
    line-height: 1.4em;
    margin-bottom: 24px;
    display: block;
    text-transform: capitalize;
}

.director .headerSec p {
    font-size: 16px;
    line-height: 1.5;
}