@charset "UTF-8";
@import url(custom/fonts.css);
@import url(custom/animate.css);

body {
    font-family: "DM Sans", sans-serif;
}

h1 {
    font-size: 32px;
    font-weight: bold;
}

@media (max-width: 767px) {
    h1 {
        font-size: 20px;
    }
}

@media (max-width:767px) {
    .mobil-main-slider {
        height: 250px;
        margin-top:38px;
    }
}

.f-s-64 {
    font-size: 64px;
}

@media (max-width: 991px) {
    .f-s-64 {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .f-s-64 {
        font-size: 25px;
    }
}

.dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}

.bg-fade {
    background-color: #F7F5F4;
}

.btn-link {
    text-decoration: unset !important;
}

.photo-gallery-modal .modal-header h5 {
    font-size: 16px;
    font-weight: bold;
}

.photos .slick-prev {
    background-color: #070e16;
    border-radius: 50%;
    padding: 13px;
    left: -30px;
}

.photos .slick-next {
    background-color: #070e16;
    border-radius: 50%;
    padding: 13px;
    right: -30px;
}

.photo-gallery-sec .card-header {
    background-color: unset;
    border: 0;
}

.photo-gallery-sec .btn-link span {
    font-size: 24px;
    color: #850d23;
    font-weight: bold;
}

.photo-gallery-sec .btn-link i {
    color: #fff;
    background-color: #850d23;
    padding: 6px;
    border-radius: 50%;
}

.photo-gallery-sec h5.collapsed i.icon-angle-down {
    transform: rotate(360deg);
}

.photo-gallery-sec h5 i {
    transform: rotate(180deg);
}

.photo-gallery-sec a .card {
    background-color: unset;
}

    .photo-gallery-sec a .card .card-body h5 {
        font-size: 18px;
        margin: 10px 0;
        font-weight: bold;
    }

.inner-page .mega-menu {
    top: 73px;
}

.press-release .col-md-3 {
    flex: 0 0 20%;
    max-width: 20%;
}

@media (max-width: 767px) {
    .press-release .col-sm-4 {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .press-release .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.press-release h6 {
    font-size: 18px;
    margin: 10px 0;
}

.video-gallery-sec h5 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}

.inner-page .search-bar {
    top: 60px;
}

.search-bar {
    display: inline-block;
    position: absolute;
    right: 60px;
    width: 38%;
    bottom: 0;
    top: 90px;
    background-color: #fff;
    border-radius: 5px;
    display: none;
}

@media (max-width: 767px) {
    .search-bar {
        width: calc(100% + 30px);
        left: -15px;
        right: unset;
        top: 60px;
    }
}

.search-bar > div {
    box-shadow: 0px 0px 13px #dfdfdf;
}

.search-bar.active {
    display: block;
}

.search-bar .roundedd {
    border-radius: 5px;
}

@media (max-width: 767px) {
    .search-bar .roundedd {
        border-radius: unset;
    }
}

.search-bar .left-search {
    width: 100%;
}

    .search-bar .left-search input {
        width: 100%;
    }

        .search-bar .left-search input:focus {
            box-shadow: unset !important;
            border-color: unset !important;
        }

        .search-bar .left-search input::placeholder {
            font-size: 22px;
            font-weight: 600;
            color: #850d23;
        }

.search-bar .btn-search {
    background-color: #850d23;
    padding: 0px 7px;
    border-radius: 50%;
}

    .search-bar .btn-search i {
        padding: 0;
    }

.technical-documents i.icon-angle-down {
    position: absolute;
    right: 10px;
    bottom: 10px;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.technical-documents .dropdown-menu {
    width: 100%;
    border-radius: 10px;
}

a {
    color: unset;
    display: inline-block;
}

    a:hover {
        text-decoration: unset;
        color: unset;
    }

.card:hover {
    cursor: pointer;
}

.inner-page .main-header .navbar {
    background-color: #f7f5f4;
    z-index: 999;
}

    .inner-page .main-header .navbar .navbar-brand img {
        height: 40px;
        width: 100%;
    }

    .inner-page .main-header .navbar .nav-item a {
        color: #000 !important;
    }

        .inner-page .main-header .navbar .nav-item a:hover {
            color: #a39161 !important;
        }

    .inner-page .main-header .navbar li a {
        color: #000 !important;
    }

    .inner-page .main-header .navbar .container::after {
        content: unset;
        position: unset;
    }

    .inner-page .main-header .navbar .container:before {
        background: #850d23;
    }

@media (max-width: 991px) {
    .inner-page .main-header .navbar .navbar-brand img {
        height: 35px;
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .inner-page .main-header .navbar .container:before {
        height: 60px;
        top: 0;
    }
}

.inner-page .banner-wrapper {
    padding: 60px 0 0 0;
}

.inner-page .product-detail-wrapper {
    margin: 80px 0;
}

.inner-page.brilliant-idea .brilliant-idea-sec {
    margin: 110px 0 0 0;
}

.inner-page.italianarchitecture .banner-wrapper {
    margin: 60px 0 10px 0;
    padding: 0;
}

.inner-page.vertified .banner-wrapper {
    padding: 70px 0 5px 0;
}

.main-header .navbar {
    left: 0;
    right: 0;
    position: fixed;
    top: 0;
    backdrop-filter: blur(10px);
    z-index: 9;
}

@media (max-width: 1024px) {
    .main-header .navbar .navbar-brand img {
        height: 60px;
    }
}

@media (max-width: 991px) {
    .main-header .navbar {
        background-color: #f7f5f4;
    }

        .main-header .navbar .right-menu {
            position: absolute;
            top: 0;
            right: 0;
            padding: 15px 0;
            font-size: 16px;
        }

            .main-header .navbar .right-menu .navbar-toggler {
                font-size: 16px;
            }

            .main-header .navbar .right-menu .navbar-nav {
                display: flex;
                flex-direction: row;
                justify-content: flex-end;
                align-items: center;
            }

                .main-header .navbar .right-menu .navbar-nav .nav-item {
                    padding: 0 10px;
                }
}

.main-header .navbar.fixed {
    background-color: #f7f5f4cf !important;
    backdrop-filter: blur(10px);
}

    .main-header .navbar.fixed .container:before {
        background-color: #850d23;
    }

@media (max-width: 991px) {
    .main-header .navbar.fixed .container:before {
        height: 60px;
        top: 0;
    }
}

.main-header .navbar.fixed .right-menu .navbar-nav .nav-item {
    color: #000;
}

    .main-header .navbar.fixed .right-menu .navbar-nav .nav-item a {
        color: #000 !important;
    }

.main-header .navbar.fixed .navbar-nav .nav-item a {
    color: #000 !important;
}

.main-header .navbar.fixed .navbar-nav li a {
    color: #000 !important;
}

.main-header .navbar .navbar-nav .nav-item {
    padding: 0 15px;
}

.main-header .navbar .container {
    position: relative;
    background: rgba(255, 255, 255, 0.2);
    padding: 0;
    height: 95px;
}

    .main-header .navbar .container::after {
        content: "";
        position: absolute;
        right: -100%;
        width: 100%;
        background: rgba(255, 255, 255, 0.2);
        display: inline-block;
        height: 100%;
    }

/*    .main-header .navbar .container::before {
        content: "";
        position: absolute;
        left: -100%;
        width: 100%;
        background: #850d23;
        display: inline-block;
        height: 100%;
    }*/

@media (max-width: 991px) {
    .main-header .navbar .container {
        position: relative;
        background: rgba(255, 255, 255, 0.2);
        padding: 0;
        height: 60px;
    }
}

@media (max-width: 991px) {
    .main-header .navbar .container::before {
        height: 60px;
        top: 0;
    }
}

.main-header .navbar li {
    border-bottom: 2px solid transparent;
}

    .main-header .navbar li a.nav-link {
        border-bottom: 1px solid transparent;
        color: #fff !important;
        transition: all 0.3ms;
    }

        .main-header .navbar li a.nav-link:hover {
            border-bottom: 1.5px solid #850d23;
        }

@media (max-width: 991px) {
    .main-header .navbar li a.nav-link {
        color: #000 !important;
    }
}

@media (max-width: 991px) {
    .main-header .main-banner {
        padding: -39px 0 0;
    }
}

.main-header .main-banner .banner-item-content {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .main-header .main-banner .banner-item-content h1 {
        color: #fff;
        font-size: 64px;
        margin-bottom: 0;
        font-weight: bold;
    }

@media all and (max-width: 1024px) {
    .main-header .main-banner .banner-item-content h1 {
        font-size: 44px;
    }
}

@media (max-width: 767px) {
    .main-header .main-banner .banner-item-content h1 {
        font-size: 13px;
    }
}

.main-header .main-banner .banner-item-content button {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .main-header .main-banner .banner-item-content button {
        margin-top: 10px;
    }
}

.main-header .main-banner .slick-dots {
    bottom: 0;
}

@media (max-width: 767px) {
    .main-header .main-banner .slick-dots {
        bottom: -8px;
    }
}

.main-header .main-banner .slick-dots li.slick-active {
    width: 40px;
}

    .main-header .main-banner .slick-dots li.slick-active button {
        width: 100%;
    }

        .main-header .main-banner .slick-dots li.slick-active button::before {
            color: #fff;
            width: 40px;
            opacity: 1;
            background-color: #fff;
            border-radius: 5px;
        }

.main-header .main-banner .slick-dots li button {
    width: unset;
    height: unset;
    transition: all 0.2ms ease-in-out;
}

    .main-header .main-banner .slick-dots li button:hover:before {
        padding: 3px 0px;
    }

    .main-header .main-banner .slick-dots li button:before {
        background-color: #fff;
        border-radius: 5px;
        opacity: 1;
        color: #fff;
        width: 10px;
        height: 4px;
        font-size: 0;
    }

.product-sec {
    padding: 55px 0;
    position: relative;
}

@media (max-width: 991px) {
    .product-sec {
        padding: 0;
    }
}

.product-sec:before {
    content: "";
    background-image: url(../images/prd-grid.png);
    position: absolute;
    width: 868px;
    height: 752px;
    position: absolute;
    z-index: -9;
    left: 0;
    background-repeat: no-repeat;
    top: -50px;
}

@media (max-width: 991px) {
    .product-sec:before {
        content: unset;
    }
}

.product-grid .product-grid-footer {
    bottom: 10px;
    right: 20px;
}

.btn.btn-primary {
    border-radius: 20px;
    font-size: 11px;
    font-weight: bold;
    padding: 6px 16px 8px 16px;
    background-color: #850d23;
    border-color: #850d23;
    position: relative;
    padding-right: 30px;
    transition: all 0.2s;
}

    .btn.btn-primary:hover {
        padding-right: 50px;
    }

    .btn.btn-primary:focus {
        box-shadow: unset !important;
    }

    .btn.btn-primary i.icon-angle-right {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

@media (max-width: 767px) {
    .btn.btn-primary {
        padding: 4px 17px 5px 9px;
        font-size: 10px;
        top: -0px;
    }

        .btn.btn-primary i.icon-angle-right {
            position: absolute;
            right: -1px;
            top: 50%;
            transform: translateY(-50%);
        }
}

.btn.btn-locator {
    max-width: 415px;
    padding: 20px 55px;
    border-radius: 50px;
    background-color: #c7c2bc;
    margin: 10px 0px;
    font-weight: bold;
}

    .btn.btn-locator i {
        padding-left: 0;
    }

        .btn.btn-locator i.icon-gps {
            width: 25px;
            height: 25px;
            background-color: #850d23;
            color: #fff;
            text-align: center;
            border-radius: 50px;
            padding: 5px;
            margin: 0 0px 0 5px;
        }

@media all and (max-width: 992px) {
    .btn.btn-locator {
        display: block;
        margin: 20px auto;
    }
}

.btn.btn-outline-primary {
    padding: 8px 19px;
    /* max-width: 72px; */
    border-radius: 50px;
    color: #850d23;
    font-weight: bold;
    border-color: #850d23;
    font-size: 14px;
}

@media (max-width: 991px) {
    .btn.btn-outline-primary {
        padding: 2px 15px;
        font-size: 14px;
    }
}

.btn.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #850d23;
}

.show-more-button {
    padding: 50px 0;
}

.btn-outline-secondary {
    max-width: 384px;
    width: 90%;
    margin: 0 auto;
    padding: 15px 0;
    border-radius: 50px;
    border: 1.6px solid #c7c2bc;
    font-size: 18px;
    color: #002d56;
    font-weight: 600;
}

.product-sec h2 {
    font-size: 24px;
    font-weight: bold;
}

.product-sec .product-grid {
    margin-bottom: 30px;
}

.featured-products .featured-prd-item {
    margin: 40px 0;
}

    .featured-products .featured-prd-item .card {
        margin: 0 5px;
    }

        .featured-products .featured-prd-item .card .card-img {
            padding: 25px 57px;
            background-color: #f7f5f4;
            border-radius: 5px;
        }

            .featured-products .featured-prd-item .card .card-img i {
                color: #fff;
                right: 10px;
                background-color: #850d23;
                border-radius: 50%;
                font-size: 15px;
                width: 20px;
                height: 20px;
                padding: 3px 3px;
                font-weight: bold;
                line-height: 1;
            }

        .featured-products .featured-prd-item .card .card-text {
            font-size: 18px;
            font-weight: bold;
        }

.isvea-design-sec {
    margin: 130px 0;
}

@media (max-width: 991px) {
    .isvea-design-sec {
        margin: 60px 0;
    }
}

@media (max-width: 767px) {
    .isvea-design-sec {
        margin: 20px 0;
    }
}

.isvea-design-sec .isvea-design-first-sec {
    max-width: 512px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .isvea-design-sec .isvea-design-first-sec {
        background-image: url(../images/isvea-design-sec-1.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 90px 0;
    }
}

.isvea-design-sec .isvea-design-first-sec .isvea-design-content-sec {
    margin: 0 20px;
}

@media (max-width: 991px) {
    .isvea-design-sec .isvea-design-content-sec h2 {
        font-size: 30px;
    }

    .isvea-design-sec .isvea-design-content-sec p {
        font-size: 14px;
        margin-bottom: 5px;
    }
}

.isvea-design-sec .isvea-design-second-sec {
    max-width: 532px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .isvea-design-sec .isvea-design-second-sec {
        background-image: url(../images/isvea-design-sec-2.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 90px 0;
    }
}

.isvea-design-sec .isvea-design-second-sec .isvea-design-content-sec {
    margin: 0 20px;
}

.custon-slick-arrow {
    position: relative;
}

    .custon-slick-arrow .slick-dots {
        display: none;
    }

    .custon-slick-arrow .slick-arrow {
        position: absolute;
        top: -60px;
        display: flex;
        transition: all 0.2s ease-in-out;
    }

        .custon-slick-arrow .slick-arrow.slick-prev {
            right: 30px;
            left: unset;
            background-color: #850d23;
            border-radius: 50%;
            padding: 0 10px;
            margin: 0 20px 0 10px;
            width: 32px;
            height: 32px;
        }

            .custon-slick-arrow .slick-arrow.slick-prev:hover {
                width: 48px;
                border-radius: 20px;
            }

            .custon-slick-arrow .slick-arrow.slick-prev::before {
                opacity: 1;
            }

        .custon-slick-arrow .slick-arrow.slick-next {
            right: 0;
            background-color: #850d23;
            border-radius: 50%;
            width: 32px;
            height: 32px;
        }

            .custon-slick-arrow .slick-arrow.slick-next:hover {
                width: 48px;
                border-radius: 20px;
            }

            .custon-slick-arrow .slick-arrow.slick-next:before {
                opacity: 1;
            }

.brilliant-idea-sec .col-md-7 {
    padding-right: 5px;
}

.brilliant-idea-sec .col-md-5 {
    padding-left: 5px;
}

.brilliant-idea-sec .head-sec {
    margin-bottom: 56px;
}

    .brilliant-idea-sec .head-sec p {
        font-size: 14px;
        color: #850d23;
    }

.brilliant-idea-sec .brilliant-idea-grid {
    margin-bottom: 8px;
}

    .brilliant-idea-sec .brilliant-idea-grid .brilliant-idea-content {
        bottom: 20px;
        color: #fff;
        padding: 0 30px;
    }

        .brilliant-idea-sec .brilliant-idea-grid .brilliant-idea-content h6 {
            font-size: 23px;
            font-weight: bold;
        }

.brilliant-idea-sec .subscribe-to-our-blog h3 {
    font-size: 24px;
    margin-bottom: 22px;
}

.brilliant-idea-sec .subscribe-to-our-blog label {
    font-size: 14px;
    color: #54534a;
}

@media (max-width: 991px) {
    .brilliant-idea-sec .subscribe-to-our-blog label {
        font-size: 14px;
        color: #54534a;
        margin-bottom: 10px;
    }
}

.brilliant-idea-sec .subscribe-to-our-blog .has-icon {
    max-width: 450px;
}

@media all and (max-width: 992px) {
    .brilliant-idea-sec .subscribe-to-our-blog .has-icon {
        width: 100%;
    }
}

.brilliant-idea-sec .subscribe-to-our-blog .has-icon input {
    background-color: #e9e3dc;
    border-color: #e9e3dc;
}

.news-sec {
    margin: 83px 0;
}

    .news-sec a {
        color: #850d23;
        text-decoration: unset;
    }

@media (max-width: 767px) {
    .news-sec {
        margin: 20px 0;
    }
}

.news-sec .heading-sec {
    margin-bottom: 56px;
}

@media (max-width: 767px) {
    .news-sec .heading-sec {
        margin: 10px 0;
    }
}

.news-sec .heading-sec a {
    color: #850d23;
    text-decoration: unset;
}

.news-sec .slick-dots li {
    height: unset;
}

    .news-sec .slick-dots li.slick-active {
        width: 40px;
    }

        .news-sec .slick-dots li.slick-active button {
            width: 100%;
        }

            .news-sec .slick-dots li.slick-active button::before {
                color: #fff;
                width: 40px;
                opacity: 1;
                background-color: #850d23;
                border-radius: 5px;
            }

    .news-sec .slick-dots li button {
        width: unset;
        height: unset;
    }

        .news-sec .slick-dots li button:hover::before {
            padding: 3px 0;
        }

        .news-sec .slick-dots li button:before {
            background-color: #850d23;
            border-radius: 5px;
            opacity: 1;
            color: #fff;
            width: 10px;
            height: 4px;
            font-size: 0;
        }

.news-sec .news-item {
    margin: 40px 0;
}

    .news-sec .news-item .card {
        padding: 0 5px;
    }

        .news-sec .news-item .card.card-text {
            font-size: 18px;
            font-weight: bold;
        }

.authorized-service-sec {
    background-color: #f7f5f4;
    background-image: url(../images/auth-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 77px 0;
    background-position: center center;
}

    .authorized-service-sec a {
        color: #850d23;
        font-size: 16px;
        text-decoration: unset;
    }

@media all and (max-width: 992px) {
    .authorized-service-sec h1 {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .authorized-service-sec {
        background-color: #f7f5f4;
        background-image: url(../images/auth-bg.png);
        background-size: contain;
        background-repeat: no-repeat;
        padding: 5px 0;
        background-position: center center;
    }
}

.authorized-service-sec .authorized-fields {
    padding: 40px 0;
}

    .authorized-service-sec .authorized-fields .btn-locator {
        font-size: 16px;
        font-weight: bold;
    }

        .authorized-service-sec .authorized-fields .btn-locator i {
            padding-left: 0;
        }

            .authorized-service-sec .authorized-fields .btn-locator i.icon-gps {
                width: 25px;
                height: 25px;
                background-color: #850d23;
                color: #fff;
                text-align: center;
                border-radius: 50px;
                padding: 5px;
                margin: 0 0px 0 5px;
            }

    .authorized-service-sec .authorized-fields .authorized-service-input {
        flex: 0 0 350px;
    }

@media all and (max-width: 992px) {
    .authorized-service-sec .authorized-fields .authorized-service-input {
        margin: 0 0 20px 0;
    }
}

.authorized-service-sec .authorized-fields .authorized-service-input .has-icon i {
    position: absolute;
    right: 30px;
    bottom: 0;
    top: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.authorized-service-sec .authorized-service {
    flex: 0 0 440px;
    background-color: #c7c2bc;
    padding: 15px 35px;
    border-radius: 50px;
    margin-right: 15px;
}

@media all and (max-width: 1200px) {
    .authorized-service-sec .authorized-service {
        flex: 0 0 330px;
    }
}

.authorized-service-sec .authorized-service .custom-radio .custom-control-input:checked ~ .custom-control-label {
    background-color: #850d23;
    color: #fff;
    border-radius: 50px;
    padding: 5px 25px 5px 35px;
    margin-left: -25px;
}

    .authorized-service-sec .authorized-service .custom-radio .custom-control-input:checked ~ .custom-control-label:after, .authorized-service-sec .authorized-service .custom-radio .custom-control-input:checked ~ .custom-control-label:before {
        margin: 5px 10px;
    }

@media all and (max-width: 992px) {
    .authorized-service-sec .authorized-service {
        margin-bottom: 20px;
        margin-right: 0;
    }
}

.footer-wrapper .footer-logo {
    padding: 30px 0 10px;
}

.footer-wrapper .footer-content {
    margin: 35px 0;
}

.footer-wrapper p {
    font-size: 14px;
    font-weight: normal;
    color: #850d23;
    margin-right: 80px;
}

.footer-wrapper .social-media-icon {
    margin: 40px 0;
}

    .footer-wrapper .social-media-icon a {
        color: #850d23;
        margin-right: 42px;
        font-size: 24px;
    }

@media all and (max-width: 767px) {
    .footer-wrapper .social-media-icon a {
        margin-right: 19px;
    }
}

.footer-wrapper .social-media-icon h6 {
    margin-bottom: 12px;
    font-size: 14px;
    color: #a39161;
    font-weight: bold;
}

.footer-wrapper h6 {
    font-size: 14px;
}

.footer-wrapper .footer-top h6 {
    margin-bottom: 20px;
}

.footer-wrapper .footer-top li {
    margin-bottom: 8px;
}

    .footer-wrapper .footer-top li a {
        font-size: 14px;
        color: #850d23;
        text-decoration: unset !important;
    }

        .footer-wrapper .footer-top li a:hover {
            color: #ac9161;
        }

.footer-wrapper .footer-bottom {
    background-color: #850d23;
    padding: 10px 0;
}

    .footer-wrapper .footer-bottom a {
        color: #707070;
        text-decoration: unset !important;
    }

    .footer-wrapper .footer-bottom p {
        text-align: right;
        color: #707070;
    }

@media all and (max-width: 767px) {
    .footer-wrapper .footer-bottom p {
        text-align: center;
        margin-right: unset;
    }
}

.banner-wrapper .banner-content {
    top: 0;
    bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .banner-wrapper .banner-content.vertified h1 {
        padding: 0 30px 30px 30px;
    }

    .banner-wrapper .banner-content h1 {
        color: #fff;
        text-transform: capitalize;
        font-weight: bold;
        font-size: 64px;
    }

@media (max-width: 991px) {
    .banner-wrapper .banner-content h1 {
        font-size: 44px;
    }
}

@media (max-width: 991px) {
    .banner-wrapper .banner-content h1 {
        font-size: 24px;
    }
}

.news-list-sec {
    margin: 50px 0;
}

    .news-list-sec .news-wrapper .media {
        margin-bottom: 24px;
    }

        .news-list-sec .news-wrapper .media .media-body {
            padding: 0 20px;
        }

@media (max-width: 767px) {
    .news-list-sec .news-wrapper .media .media-body {
        padding: 10px 0px;
    }
}

.news-list-sec .news-wrapper .media .media-body h5 {
    font-size: 24px;
    font-weight: bold;
}

.news-list-sec .news-wrapper .media .media-body p {
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0;
}

.news-list-sec .news-wrapper .media .media-body i.icon-angle-right {
    width: 32px;
    height: 32px;
    background-color: #850d23;
    padding-left: 0;
    border-radius: 50%;
    color: #fff;
    padding: 10px 10px;
}

.re-awakening-sec {
    background-color: #f7f5f4;
    padding: 60px 0;
    position: relative;
}

    .re-awakening-sec::before {
        content: "";
        content: "";
        position: absolute;
        background-image: url(../images/regenrato.png);
        width: 477px;
        height: 650px;
        z-index: 9;
        right: 160px;
        top: -210px;
        bottom: 0;
    }

@media (max-width: 1199px) {
    .re-awakening-sec::before {
        right: 0;
        top: unset;
    }
}

@media (max-width: 991px) {
    .re-awakening-sec .col-md-7 {
        z-index: 9;
    }

        .re-awakening-sec .col-md-7 img {
            width: 100%;
        }
}

.re-awakening-sec h6 {
    margin: 33px 0;
}

.re-awakening-sec p {
    font-size: 16px;
    font-weight: 400;
}

.designers-sec {
    padding: 50px 0;
}

    .designers-sec .col-md-3,
    .designers-sec .col-sm-4 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .designers-sec .card-img-top {
        border-radius: 5px;
    }

    .designers-sec .card-body h4 {
        font-weight: bold;
        font-size: 18px;
    }

    .designers-sec .card-body small {
        color: #54534a;
        font-size: 11px;
    }

    .designers-sec .card-body img {
        width: 24px;
    }

    .designers-sec p {
        margin: 20px 0 66px 0;
        font-size: 16px;
        color: #5f5f5f;
        max-width: 833px;
    }

.innovation-sec p {
    margin: 40px 0;
}

.innovation-sec .col-sm-4 {
    padding: 0 5px;
}

.innovation-sec h2 {
    margin-bottom: 30px;
}

.innovation-sec i.icon-add {
    bottom: 10px;
    background-color: #850d23;
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 50%;
    right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.innovation-sec h5 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}

.sharp-slim-section .card-img-top {
    max-width: 100%;
    width: auto;
    height: auto;
}

.sharp-slim-section i.icon-add {
    bottom: 10px;
    background-color: #850d23;
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 50%;
    right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.media-sec {
    margin: 65px 0;
}

    .media-sec .media-gallery {
        width: 100%;
        height: 170px;
        background-color: #f7f5f4;
        border-radius: 10px;
        padding: 30px;
        margin-bottom: 10px;
    }

        .media-sec .media-gallery input[type="file"] {
            opacity: 0;
            width: 100%;
            height: 100%;
            cursor: pointer;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
        }

    .media-sec img {
        width: 24px;
        margin-bottom: 16px;
    }

    .media-sec .col-md-6 {
        padding: 0 5px 0 5px;
    }

.has-icon {
    position: relative;
}

    .has-icon input {
        border-radius: 50px;
        height: 56px;
        padding: 0 30px;
    }

    .has-icon i {
        position: absolute;
        right: 15px;
        bottom: 0;
        top: 32%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: #850d23;
        width: 20px;
        height: 20px;
        color: #fff;
        border-radius: 50%;
        padding-left: 0 !important;
        text-align: center;
    }

.wau-sec {
    margin: 80px 0;
}

@media (max-width: 767px) {
    .wau-sec {
        margin: 30px 0;
    }
}

.export-sec {
    position: relative;
}

    .export-sec::after {
        content: "";
        position: absolute;
        background-image: url("../images/world.png");
        width: 1022px;
        height: 674px;
        right: 100px;
        top: 0;
        z-index: -999;
    }

@media (max-width: 767px) {
    .export-sec::after {
        right: 0;
        z-index: -9;
    }
}

.export-sec .export-sec-content {
    max-width: 360px;
}

.award-winner-sec {
    margin: 50px 0;
}

.her-design {
    margin-bottom: 80px;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: ">" !important;
}

.breadcrumb .breadcrumb-item a {
    color: #a39161;
}

.news-details-wrapper {
    margin: 60px 0 10px 0;
}

    .news-details-wrapper .left {
        margin: 30px 0;
    }

@media (max-width: 767px) {
    .news-details-wrapper .left {
        margin-bottom: 0;
    }
}

.news-details-wrapper h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .news-details-wrapper h2 {
        font-size: 18px;
    }
}

.news-details-wrapper p {
    color: #a39161;
    margin-bottom: 0;
}

.news-details-wrapper .isvea-italia-banner img {
    border-radius: 20px;
    margin-bottom: 45px;
}

.share-news-sec .newsdetails-sec p {
    font-size: 16px;
    color: #5f5f5f;
    margin: 30px 0;
}

.share-news-sec .newsdetails-sec img {
    margin: 45px 0;
}

.share-news-sec .newsdetails-sec h6 {
    color: #850d23;
    font-weight: bold;
}

.share-news-sec .news-detail-list {
    border-top: 1px solid #e9e3dc;
}

    .share-news-sec .news-detail-list li {
        padding: 10px 0;
        border-bottom: 1px solid #e9e3dc;
    }

        .share-news-sec .news-detail-list li i.icon-add {
            width: 20px;
            text-align: center;
            height: 20px;
            background-color: #850d23;
            display: flex;
            flex-direction: column;
            justify-content: center;
            border-radius: 50%;
            color: #fff;
        }

.brilliant-sec-main-wrapper {
    margin: 80px 0;
}

    .brilliant-sec-main-wrapper .col-md-4 {
        padding: 0 5px;
    }

.contact-sec {
    background-color: #f7f5f4;
    padding: 70px 0;
}

    .contact-sec .subscribe-to-our-blog input {
        background-color: #e9e3dc;
        border-color: #e9e3dc;
    }

.career-detail-sec {
    margin: 40px 0;
}

    .career-detail-sec p {
        font-size: 18px;
        color: #54534a;
        margin: 50px 0 70px;
    }

    .career-detail-sec .culture-sec h2 {
        font-size: 32px;
        color: #850d23;
        font-weight: bold;
    }

    .career-detail-sec .culture-sec p {
        font-size: 16px;
        color: #54534a;
        margin: 40px 0;
    }

@media (max-width: 767px) {
    .career-detail-sec .culture-sec .btn-primary {
        margin-bottom: 10px;
    }
}

.manual-tabs-section {
    margin: 50px 0;
}

    .manual-tabs-section .col-md-3,
    .manual-tabs-section .col-sm-4 {
        padding: 0 5px;
    }

    .manual-tabs-section .card-body h4 {
        font-size: 18px;
        font-weight: bold;
    }

@media (max-width: 991px) {
    .manual-tabs-section .card-body h4 {
        font-size: 14px;
    }
}

.manual-tabs-section .card-body button {
    margin: 5px 0 0 0;
}

.manual-tabs-section .nav-tabs {
    border-bottom: 1px solid #e9e3dc;
}

@media (max-width: 767px) {
    .manual-tabs-section .nav-tabs {
        display: flex;
        justify-content: center;
    }
}

.manual-tabs-section .nav-tabs .nav-link {
    color: #850d23;
    font-weight: bold;
}

    .manual-tabs-section .nav-tabs .nav-link.active {
        background-color: #e9e3dc;
        border-color: #e9e3dc;
        border-radius: 5px 5px 0 0;
        color: #850d23;
        font-size: 18px;
        font-weight: bold;
    }

    .manual-tabs-section .nav-tabs .nav-link:hover {
        border-color: transparent;
    }

.manual-tabs-section .tab-content .tab-pane {
    margin: 40px 0;
}

.academia-grid-sec {
    margin: 60px 0;
}

    .academia-grid-sec h2 {
        font-size: 24px;
        font-weight: bold;
    }

    .academia-grid-sec p {
        font-size: 16px;
        font-weight: 400;
    }

    .academia-grid-sec i.icon-add {
        bottom: 10px;
        background-color: #850d23;
        width: 20px;
        height: 20px;
        color: #fff;
        border-radius: 50%;
        right: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

.contact-form-wrapper {
    margin: 100px 0 0 0;
}

@media (max-width: 767px) {
    .contact-form-wrapper .tab-content {
        margin: 20px 0;
    }
}

.contact-form-wrapper .form-row .form-group {
    position: relative;
}

    .contact-form-wrapper .form-row .form-group input + label {
        position: absolute;
        left: 20px;
        top: 10px;
        transition: all 0.5s ease;
    }

    .contact-form-wrapper .form-row .form-group input:focus + label, .contact-form-wrapper .form-row .form-group input.active + label {
        top: -35px;
    }

.contact-form-wrapper input {
    border-radius: 50px;
    margin-bottom: 35px;
    font-size: 16px;
    color: #850d23;
    border-color: #c7c2bc;
    padding: 10px 30px;
}

    .contact-form-wrapper input::placeholder {
        font-size: 16px;
        color: #850d23;
    }

.contact-form-wrapper textarea {
    border-radius: 10px;
    resize: none;
    margin-bottom: 20px;
    font-size: 16px;
    color: #850d23;
    border-color: #c7c2bc;
    height: 150px;
}

.contact-form-wrapper .custom-radio {
    color: #54534a;
    font-size: 14px;
    margin-bottom: 10px;
}

.contact-form-wrapper .click-here {
    display: block;
    margin: 12px 0 0 0;
    color: #54534a;
}

    .contact-form-wrapper .click-here a {
        color: #54534a;
        text-decoration: underline;
    }

.contact-form-wrapper .authorized-service-sec {
    background: unset;
    padding: 0;
}

    .contact-form-wrapper .authorized-service-sec .authorized-fields {
        padding: 10px 0;
    }

        .contact-form-wrapper .authorized-service-sec .authorized-fields .authorized-service label {
            font-size: 16px;
            font-weight: bold;
            color: #850d23;
        }

        .contact-form-wrapper .authorized-service-sec .authorized-fields .authorized-service-input {
            flex: 0 0 350px;
        }

.contact-form-wrapper .nearest-point {
    margin: 20px 0 50px 0;
}

    .contact-form-wrapper .nearest-point .locator-button {
        top: 0;
        right: 0;
        margin: 20px 20px;
    }

.contact-form-wrapper .nav {
    max-width: 286px;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 0 12px 2px #00000024;
    position: fixed;
    z-index: 1;
}

@media (max-width: 767px) {
    .contact-form-wrapper .nav {
        position: unset;
    }
}

.contact-form-wrapper .nav .nav-link {
    color: #850d23;
}

    .contact-form-wrapper .nav .nav-link.active {
        background-color: #e9e3dc;
        border-radius: 5px;
        font-weight: bold;
    }

.sales-support {
    background-image: url("../images/female-customer-support-operator.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

    .sales-support .after-service-sec {
        width: 100%;
        top: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .sales-support .after-service-sec .after-sales-service-description {
            background-color: #fff;
            padding: 20px 40px;
            border-radius: 10px;
            margin: 50px 0;
        }

            .sales-support .after-service-sec .after-sales-service-description h2 {
                margin: 0 0 20px 0;
            }

            .sales-support .after-service-sec .after-sales-service-description h6 {
                color: #a39161;
                font-size: 16px;
                font-weight: bold;
                margin-bottom: 19px;
            }

            .sales-support .after-service-sec .after-sales-service-description h5 {
                font-size: 24px;
                color: #850d23;
                font-weight: bold;
            }

            .sales-support .after-service-sec .after-sales-service-description p {
                font-size: 16px;
                color: #850d23;
                line-height: 24px;
            }

.collections-sec {
    margin: 50px 0;
}

    .collections-sec .inovation-ideas h5 {
        font-size: 24px;
        font-weight: bold;
        color: #850d23;
    }

    .collections-sec .inovation-ideas input {
        background-color: #e9e3dc;
        border-color: #e9e3dc;
        font-size: 16px;
    }

        .collections-sec .inovation-ideas input::placeholder {
            color: #850d23;
            font-size: 16px;
        }

.product-detail-wrapper {
    margin: 32px 0;
}

    .product-detail-wrapper h2 {
        font-size: 31px;
        font-weight: bold;
    }

@media (max-width: 991px) {
    .product-detail-wrapper h2 {
        font-size: 22px;
    }
}

.product-detail-wrapper .slider-for {
    margin-bottom: 20px;
}

    .product-detail-wrapper .slider-for img {
        max-height: 100%;
    }

.product-detail-wrapper .slider-nav {
    margin: 0 auto;
    max-width: 400px;
}

.product-detail-wrapper h6 {
    color: #a39161;
    font-size: 16px;
    margin-bottom: 0;
}

.product-detail-wrapper p {
    font-size: 16px;
    color: #850d23;
}

.product-detail-wrapper .prd-color-scheme {
    border-top: 1px solid #cfd0c7;
    border-bottom: 1px solid #cfd0c7;
    padding: 23px 0;
    margin-bottom: 20px;
}

.tabs-section .nav-tabs {
    padding: 10px 11px;
    background-color: #e9e3dc;
    border-radius: 8px;
    background-color: #e9e3dc6b;
    margin: 10px 0;
}

    .tabs-section .nav-tabs .nav-link {
        width: 104px;
        margin: 0 13px;
        padding: 17px 0;
    }

        .tabs-section .nav-tabs .nav-link h6 {
            margin: 0 0;
            color: #850d23;
            text-align: center;
        }

        .tabs-section .nav-tabs .nav-link.active {
            border-color: transparent;
            background-color: #850d23;
            border-radius: 5px;
        }

            .tabs-section .nav-tabs .nav-link.active:hover h6 {
                color: #850d23;
            }

            .tabs-section .nav-tabs .nav-link.active h6 {
                color: #fff;
            }

        .tabs-section .nav-tabs .nav-link:hover {
            border-color: transparent;
            background-color: #fff;
            border-radius: 5px;
        }

        .tabs-section .nav-tabs .nav-link img {
            width: 38.19px;
            margin: 0 auto 15px auto;
            height: auto;
            height: 34px;
        }

.tabs-section .tab-content .col-sm-4,
.tabs-section .tab-content .col-md-4 {
    padding: 0 5px;
}

@media (max-width: 991px) {
    .tabs-section .nav-tabs .nav-link {
        margin: 0 1px;
        padding: 11px 0;
    }
}

.vertified-list {
    border: 1px solid #e9e3dc;
    border-radius: 8px;
    padding: 15px 16px;
    margin-bottom: 20px;
}

    .vertified-list i {
        color: #a39161;
    }

    .vertified-list li {
        font-size: 14px;
    }

    .vertified-list .btn-link {
        text-decoration: unset;
    }

        .vertified-list .btn-link span {
            font-size: 16px;
            color: #850d23;
        }

    .vertified-list .card-body {
        border-left: 1px solid #e9e3dc;
    }

        .vertified-list .card-body ul li {
            color: #850d23;
            font-size: 13px;
            margin-bottom: 6px;
        }

    .vertified-list .link-toggle {
        display: block;
        position: relative;
    }

@media(max-width: 767px) {
    .vertified-list .link-toggle {
    }

        .vertified-list .link-toggle::after {
            content: '+';
            position: absolute;
            right: 10px;
            top: 0;
            line-height:1;
        }

        .vertified-list .link-toggle.active::after {
            content: '-';
            right: 10px;
            top: 2px;
            line-height: 1;
        }
}

@media (max-width: 767px) {
    .vertified-list ul {
        display: none;
    }
}

.size-list-items {
    max-height: 238px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.custom-scroll {
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
}

    .custom-scroll::-webkit-scrollbar {
        width: 8px;
        position: relative;
        right: 5px;
    }

    .custom-scroll::-webkit-scrollbar-track {
        background-color: #f7f5f4;
        border-radius: 8px;
    }

    .custom-scroll::-webkit-scrollbar-thumb {
        background: #c7c2bc;
        border-radius: 8px;
    }

        .custom-scroll::-webkit-scrollbar-thumb:hover {
            background: #c7c2bc;
        }

.subscribe-to-our-blog {
    margin: 30px 30px 0 0px;
}

i.icon-angle-right {
    font-size: 10px;
    padding-left: 15px;
    color: #fff;
}

i.icon-gps {
    font-size: 15px;
    padding-left: 15px;
}

i.icon-chevron-right {
    padding: 0px 10px 5px 15px;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    content: "\e911" !important;
    background-image: unset;
    font-family: "icomoon" !important;
    color: #fff;
    padding: 1px;
    line-height: 1;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #850d23;
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #850d23;
    border-radius: 50%;
}

.custom-radio .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none !important;
}



.slick-arrow.slick-prev::before {
    content: "\e904" !important;
    font-family: "icomoon" !important;
    color: #fff;
    left: 0;
    position: absolute;
    font-size: 12px;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    right: 0;
}

.slider-for .slick-arrow.slick-prev::before {
    color: #850d23;
    font-size: 36px;
    z-index: 999;
}

.slider-for:hover .slick-next, .slider-for:hover .slick-prev {
    opacity: 1;
    transition: opacity .4s ease-in-out;
}

.slider-for .slick-next {
    right: 10px;
    z-index: 999;
    opacity: 0;
    transition: opacity .4s ease-in-out;
}

.slider-for .slick-prev {
    left: 10px;
    z-index: 999;
    opacity: 0;
    transition: opacity .4s ease-in-out;
}

.slick-arrow.slick-next::before {
    content: "\e905" !important;
    font-family: "icomoon" !important;
    color: #fff;
    display: flex;
    font-size: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.slider-for .slick-arrow.slick-next::before {
    color: #850d23;
    font-size: 36px;
    z-index: 999;
}

.vertical_steppers ul li {
    position: relative;
    padding-left: 80px;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .vertical_steppers ul li {
        padding-left: 70px;
    }
}

.vertical_steppers ul li p {
    font-size: 16px;
    color: #5f5f5f;
}

@media (max-width: 767px) {
    .vertical_steppers ul li p {
        font-size: 12px;
    }
}

.vertical_steppers ul li span.history-year {
    position: absolute;
    left: -110px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #850d23;
}

@media (max-width: 991px) {
    .vertical_steppers ul li span.history-year {
        font-size: 18px;
        left: -90px;
    }
}

@media (max-width: 767px) {
    .vertical_steppers ul li span.history-year {
        left: 0px;
        font-size: 14px;
    }
}

.vertical_steppers ul li::before {
    content: "";
    width: 16px;
    position: absolute;
    left: 0;
    height: 16px;
    background-color: #850d23;
    border-radius: 50%;
    text-align: center;
    padding: 2px 0;
    z-index: 9;
    color: #d8dfe8;
    font-family: "icomoon";
}

@media (max-width: 767px) {
    .vertical_steppers ul li::before {
        left: 40px;
    }
}

.vertical_steppers ul li:first-child:after {
    content: none;
}

.vertical_steppers ul li::after {
    content: "";
    background: #e6ecf2;
    position: absolute;
    z-index: 1;
    left: 6px;
    top: 40px;
    border-radius: 70px;
    bottom: 0;
    display: block;
    width: 5px;
}

.vertical_steppers ul li:last-child:after {
    content: none;
}

.vertical_steppers ul li.active::before {
    background-color: #8ccecf;
    color: #fff;
}

.vertical_steppers ul li.active::after {
    background-color: #8ccecf;
}

.vertical_steppers ul li.active.steps-connector::after {
    background-color: #8ccecf;
}

.vertical_steppers ul li.steps-connector::after {
    content: "";
    background: #e6ecf2;
    position: absolute;
    z-index: 1;
    left: 7px;
    top: 0;
    border-radius: 70px;
    bottom: -50px;
    display: block;
    width: 2px;
}

@media (max-width: 767px) {
    .vertical_steppers ul li.steps-connector::after {
        left: 47px;
    }
}

.history-sec {
    margin: 230px 0;
}

@media (max-width: 767px) {
    .history-sec {
        margin: 50px 0;
    }
}

.history-sec .history-content {
    margin: 50px 0;
}

@media (max-width: 767px) {
    .history-sec .history-content {
        margin: 0;
    }
}

.sharp-slim-section {
    margin: 90px 0 10px;
}

.vertified-tabs-content {
    margin: 50px 0;
}

    .vertified-tabs-content i.icon-add {
        bottom: 10px;
        background-color: #850d23;
        width: 20px;
        height: 20px;
        color: #fff;
        border-radius: 50%;
        right: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

.collections .innovation-sec h5 {
    font-size: 24px;
}

/*.col-md-3,
.col-sm-4,
.col-md-4 {
    padding: 0 5px;
}*/

.color-collection-sec {
    margin: 50px 0 20px 0;
}

    .color-collection-sec h2 {
        margin-bottom: 50px;
    }

.slick-slide {
    margin: 0 5px;
}

    .slick-slide .slick-slide-thumb-img {
        border: 2px solid #eeeae5;
        border-radius: 5px;
        cursor: pointer;
        display: block !important;
        height: 100%;
        padding: 4px;
    }

        .slick-slide .slick-slide-thumb-img img {
            border-radius: 5px;
            margin: 0 auto;
            -o-object-fit: contain;
            object-fit: contain;
            width: 100% !important;
        }

.prd-color-scheme .available-colors {
    line-height: 1;
    margin-left: 30px;
}

.prd-color-scheme .radio-box {
    cursor: pointer;
    margin: 0;
}

    .prd-color-scheme .radio-box input {
        opacity: 0;
        position: absolute;
    }

    .prd-color-scheme .radio-box.radio-style-circle span {
        border: 2px solid #e9e3dc;
        border-radius: 50px;
        display: inline-block;
        padding: 10px;
        transition: all 0.2s;
    }

    .prd-color-scheme .radio-box.radio-style-circle input[type="radio"]:checked ~ span {
        border: 2px solid #850d23;
    }

.right-menu .navbar-nav {
    line-height: 1;
}

    .right-menu .navbar-nav .nav-item {
        color: #fff;
    }

        .right-menu .navbar-nav .nav-item a {
            color: #fff;
        }

@media (max-width: 991px) {
    .right-menu .navbar-nav .nav-item a {
        color: #000;
    }
}

.right-menu .navbar-toggler {
    padding: 0;
}

    .right-menu .navbar-toggler:focus {
        outline: unset;
    }

.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: unset !important;
    background-color: unset !important;
    border-color: #850d23 !important;
}

.btn-outline-primary:focus {
    box-shadow: unset !important;
}

.show > .btn-outline-primary.dropdown-toggle {
    border-color: unset !important;
    background-color: #850d23 !important;
}

    .show > .btn-outline-primary.dropdown-toggle:focus {
        box-shadow: unset !important;
    }

.mega-menu-button {
    cursor: pointer;
}

.mega-menu {
    background-color: #fff;
    position: absolute;
    width: 100%;
    top: 112px;
    padding: 30px 30px 20px 70px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0 0 5px 0 #dfdfdf;
    display: none;
}

    .mega-menu.active {
        display: block;
    }

    .mega-menu h6 {
        margin-bottom: 15px;
    }

    .mega-menu h5.visibility-hidden {
        visibility: hidden;
    }

    .mega-menu .product-menu-grid {
        border-radius: 8px;
    }

        .mega-menu .product-menu-grid img {
            max-width: 100%;
            height: 165px;
            object-fit: cover;
            border-radius: 8px;
        }

    .mega-menu .col-md-6 {
        padding: 0 5px;
    }

    .mega-menu ul li {
        margin-bottom: 10px;
    }

        .mega-menu ul li a {
            color: #850d23;
            font-size: 13px;
            text-decoration: unset;
        }

    .mega-menu .academia-sec {
        padding: 55px 20px 10px 20px;
        background-color: aliceblue;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        margin-bottom: 10px;
    }

        .mega-menu .academia-sec a {
            color: #000;
            font-weight: 600;
            text-decoration: unset;
            cursor: pointer;
        }

.inner-page .navbar-nav .nav-item {
    color: #000;
}

@media (max-width: 991px) {
    .navbar-collapse {
        background-color: #fff;
        margin-left: -15px;
        margin-right: -15px;
    }
}
