.rmc-banner {
    position: relative;
}

.rmc-banner img {
    width: 100%;
}

.banner-content {
    position: absolute;
    top: 24%;
    width: 100%;
}

.banner-content h1 {
    font-size: 36px;
    line-height: 46px;
    color: #000000;
    font-weight: 700;
}

section.introduction {
    padding: 40px 0px;
}

section.journey {
    padding: 5px 0px 0px;
}

section.introduction-premium-stores {
    padding: 100px 0px;
}

.banner-content h1 span {
    font-weight: 300;
}

.sec-heading {
    text-align: center;
    max-width: 92%;
    margin: 0px auto;
}


.sec-heading h2 {
    color: rgb(66 71 75);
    font-size: 40px;
    line-height: 48px;
    position: relative;
    font-weight: 700;
    margin-bottom: 35px;
}

.sec-heading h2::before {
    content: '';
    width: 100px;
    height: 2px;
    background-color: rgb(240 83 35);
    display: block;
    position: absolute;
    bottom: -4px;
    left: calc(50% - 50px);
}

.sec-heading h4 {
    color: rgb(66 71 75);
    font-size: 40px;
    line-height: 48px;
    position: relative;
    font-weight: 700;
    margin-bottom: 35px;
}
.sec-heading h4::before {
    content: '';
    width: 100px;
    height: 2px;
    background-color: rgb(240 83 35);
    display: block;
    position: absolute;
    bottom: -4px;
    left: calc(50% - 50px);
}

.key-partners {
    padding: 10px 0px 20px;
}

.key_project_wrpr {
    margin-bottom: 50px;
}

.key_project_wrpr {
    background: #ffffff;
    box-shadow: 0px 12px 20px #00000021;
    border-radius: 6px;
    padding: 0;
    text-align: center;
    max-width: 300px;
    background-color: #fff;
    height: calc(100% - 50px);
    margin: 0 auto;
    overflow: hidden;
}

.project_logo {
    height: auto;
}

.portfolio-block img {
    width: 100%;
}

.project_logo img {
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0px auto 15px;
    transition: all 0.3s ease-in-out;
}

.project_name h4 {
    color: #4B5058;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0;
    transition: all 0.25s ease-in-out;
    position: relative;
    top: 0;
}

.key_project_wrpr:hover .project_logo img {
    transform: scale(1.3);
}

.key_project_wrpr:hover .project_name h4 {
    top: 10px;
}

.key_partners_sec {
    padding-bottom: 50px;
}

.journey-sec {
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}

.journey-sec .block {
    width: 20%;
    text-align: center;
    padding: 0px 20px;
}

.journey-sec .block .icon img {
    max-height: 50px;
    margin-bottom: 15px;
}

.journey-sec .block p {
    color: #4B5058;
}

.portfolio-sec {
    padding: 0px 0px;
}

.portfolio-block {
    position: relative;
}

.portfolio-block .text {
    background-color: #f3f3f3;
    margin: -30px 10px -20px;
    padding: 15px 10px;
    text-align: center;
    position: relative;
}



.portfolio-block .text h3 {
    color: #EB3A16;
    font-size: 18px;
    margin-bottom: 5px;
}

.portfolio-block .text p {
    color: #4B5058;
    font-size: 15px;
    margin-bottom: 0px;
}

#portfolio-slider .owl-dots {
    width: 90%;
    margin: 20px auto 0px;
    text-align: center;
}

#portfolio-slider .owl-dots .owl-dot {
    width: 50%;
    background-color: rgb(112 112 112 / 65%);
    opacity: 1;
    height: 2px;
    transition: all 0.25s ease-in-out;
}

#portfolio-slider .owl-dots .owl-dot.active {
    background-color: #EB3A16;
}

.key_partner_carousel .owl-carousel .owl-stage {
    display: flex;
}

.key_partner_carousel .owl-carousel .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#key_partner_slider .owl-next {
    position: absolute;
    right: -45px;
    top: 24%;
}

#key_partner_slider .owl-prev {
    position: absolute;
    left: -45px;
    top: 24%;
}

#key_partner_slider .owl-item img {
    display: block;
    margin: 0px auto;
}

.section-map {
    width: 100%;
    border: 1px solid #ccc;
    padding: 20px;
    position: relative;
}

.section-map>img {
    margin: 0px auto;
    display: block;
    max-width: 100%;
}

.btn-zoomin {
    position: absolute;
    bottom: 0;
    right: 0;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 6px;
    margin: 8px;
}

.btn-zoomin:focus {
    outline: none;
    box-shadow: none;
}

.btn-zoomin img {
    width: 24px;
}

.construction-sec {
    padding: 50px 0px;
}

.testimonial_sec {
    padding: 40px 0px 0px;
}

.testimonial_img {
    text-align: center;
    margin-bottom: 15px;
}

.testimonial_img h3 {
    color: #FD5000;
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0 0;
    height: 40px;
}

.testimonial_content {
    background: #E2E2E2;
    padding: 20px 20px 40px 20px;
    position: relative;
    margin-top: 20px;
    border-radius: 8px;
    height: 270px;
}

.testimonial_content::before {
    content: '';
    display: block;
    background-image: url(../images/testimonial/testimonial_arrow.png);
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -19px;
    left: calc(50% - 10px);
}

.testimonial_content p {
    color: #3A3F46;
    font-size: 16px;
    margin-bottom: 0;
}

.testimonial_img img {
    width: auto !important;
    max-width: 100%;
    margin: 0 auto;
    height: 100px;
}

#testimonial_carousel .owl-next {
    position: absolute;
    right: -58px;
    top: 59%;
}

#testimonial_carousel .owl-prev {
    position: absolute;
    left: -58px;
    top: 59%;
}

.testimonial_sec .sec_heading {
    margin-bottom: 50px;
}

section.contact-us h5 {
    color: #FD5000;
    font-size: 18px;
    line-height: 24px;
    border-bottom: 1px solid #FD5000;
    width: auto;
    display: inline-block;
}

.contact-block {
    padding-right: 15%;
    margin-bottom: 30px;
}

section.contact-us p.num {
    font-weight: 500;
    color: #4B5058;
    margin-bottom: 0px;
}

section.contact-us p {
    color: #4B5058;
    font-size: 15px;
}

section.contact-us {
    padding-bottom: 30px;
}

#imgzoominModal button.btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
}

.presence-sec {
    padding-bottom: 50px;
}

/* .portfolio-sec {
    padding: 0px 0px 50px;
} */

.portfolio-block {
    position: relative;
}

.portfolio-block img {
    height: 320px;
    object-fit: cover;
}

.portfolio-block .text {
    background-color: #f3f3f3;
    margin: -30px 10px -20px;
    padding: 15px 10px;
    text-align: center;
    position: relative;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.portfolio-block .text h3{
    color: #EB3A16;
    font-size: 18px;
    margin-bottom: 10px;
}

.portfolio-block .text p {
    color: #4B5058;
    font-size: 15px;
    margin-bottom: 0px;
}

.store-location {
    padding: 30px 0px;
}

.store-locator-row {
    display: flex;
    justify-content: center;
}

.store-locator-row .store-col {
    width: 20%;
    text-align: center;
}

.store-locator-row .store-col .text {
    display: block;
    margin-bottom: 15px;
}

a.store-col {
    color: #212529;
    text-decoration: none;
}

.store-locator-row .store-col:hover {
    color: #FD5000;
}

.location-sec {
    padding: 30px 0px;
}

.location-sec .nav-pills .nav-link {
    background-color: #fff;
    border: 1px solid #8A8D93;
    border-radius: 0;
    color: #000;
    padding: 8px 30px;
    margin: 10px;
}

.location-sec .nav {
    justify-content: center;
}

.location-sec .nav-pills .nav-link.active {
    color: #fff;
    border: 1px solid #EB3916;
    background-color: #EB3916;
}

.tab-pane iframe {
    width: 100%;
    max-width: 500px;
    height: 300px;
    display: block;
    margin: 40px auto 0px;
}

.video-wrap iframe {
    height: 400px;
}

.city-details {
    padding: 50px 0px;
}

.location-name {
    display: flex;
    align-items: end;
    margin-bottom: 20px;
}

.location-name h5 {
    color: #EB3916;
    margin-left: 10px;
    font-weight: 700;
    font-size: 24px;
}

.city-details iframe {
    height: 330px;
}

.address-wrap {
    padding-right: 15%;
}

.portfolio-slider.owl-carousel .owl-nav.disabled {
    display: none;
}

#product_slider .owl-dots {
    width: 90%;
    margin: 20px auto 0px;
}

#product_slider .owl-dots .owl-dot {
    width: 50%;
    background-color: rgb(112 112 112 / 65%);
    opacity: 1;
    height: 2px;
    transition: all 0.25s ease-in-out;
}

#product_slider .owl-dots .owl-dot.active {
    background-color: #EB3A16;
}

.our-story-sec {
    padding: 40px 0;
}

.ourstory-section-heading {
    text-align: center;
    margin-bottom: 30px;
}

.ourstory-section-heading h3 {
    color: rgb(240 83 35);
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 0;
}

.our-story-card {
    box-shadow: 0px 12px 20px #00000012;
    border-radius: 6px;
    background: #ffffff;
    padding: 20px 25px;
    height: 100%;
    text-align: center;
}

.our-story-card h4 {
    color: #FD5000;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}

.our-story-card p {
    color: #4B5058;
    font-size: 18px;
    margin-bottom: 0;
}

#keysuppliers-carousel .item {
    padding: 10px;
}

#keysuppliers-carousel .owl-prev {
    position: absolute;
    left: -45px;
    top: 34%;
}

#keysuppliers-carousel .owl-next {
    position: absolute;
    right: -45px;
    top: 34%;
}

#key_partner_slider .item {
    padding: 10px;
}

#valuadd_slider .owl-next{
    position: absolute;
    right: -45px;
    top: 24%;
}
#valuadd_slider .owl-prev{
    position: absolute;
    left: -45px;
    top: 24%;
}
#valuadd_slider.owl-item img {
	max-width: 90%;
	display: block;
	margin: 0px auto;
}


@media(max-width:1399px) {
    .our-story-card {
        min-height: 250px;
    }
}

@media (max-width: 992px) {
    .banner-content h3 {
        font-size: 22px;
        line-height: 35px;
    }
    .banner-content h1 {
        font-size: 22px;
        line-height: 35px;
    }

    .sec-heading h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .journey-sec .block {
        width: 33.33%;
    }
    .journey-sec {
        flex-wrap: wrap;
        justify-content: center;
    }
    #portfolio-slider .owl-dots .owl-dot {
        width: 20%;
    }
    #portfolio-slider .owl-dots {
        text-align: center;
    }
    .portfolio-block {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .banner-content {
        top: 100px;
    }
    .sec-heading h2 {
        font-size: 26px;
        line-height: 34px;
    }
    .journey-sec .block {
        width: 50%;
        padding: 0px 10px;
        margin-bottom: 10px;
    }
    #key_partner_slider .owl-prev,
    #key_partner_slider .owl-next,
    #testimonial_carousel .owl-next,
    #testimonial_carousel .owl-prev,
    #keysuppliers-carousel .owl-prev,
    #keysuppliers-carousel .owl-next {
        position: initial;
    }
    #key_partner_slider .owl-nav,
    #testimonial_carousel .owl-nav,
    #keysuppliers-carousel .owl-nav {
        text-align: center;
    }
    .store-locator-row {
        flex-wrap: wrap;
    }
    .store-locator-row .store-col {
        width: 50%;
        margin-bottom: 20px;
    }
    .video-wrap iframe {
        height: 250px;
    }
    .portfolio-slider .owl-nav {
        text-align: center;
    }
    .portfolio-slider .owl-next,
    .portfolio-slider .owl-prev {
        margin: 10px 10px 0px;
        position: initial;
    }
    .portfolio-slider .owl-prev {
        left: -58px;
    }
    .portfolio-slider .owl-next {
        right: -58px;
    }
    .our-story-card {
        margin-bottom: 30px;
        min-height: auto;
        height: calc(100% - 30px);
    }
    #product_slider .owl-dots .owl-dot {
        width: 25%;
    }
    #portfolio-slider .owl-dots .owl-dot {
        width: 7%;
    }
    .location-sec .nav {
        margin-left: 0px;
    }
    .key_project_wrpr {
        box-shadow: 0px 2px 10px #00000021;
        margin-bottom: 20px;
    }
    .testimonial_sec {
        padding: 40px 0 0px;
    }
    .location-sec {
        padding: 0px 0px 30px;
    }
    #valuadd_slider .owl-prev, #valuadd_slider .owl-next, #testimonial_carousel .owl-next, #testimonial_carousel .owl-prev, #keysuppliers-carousel .owl-prev,  #keysuppliers-carousel .owl-next{
        position: initial;
    }
    #valuadd_slider .owl-nav,  #testimonial_carousel .owl-nav,  #keysuppliers-carousel .owl-nav, #keysuppliers-carousel2 .owl-nav{
        text-align: center;
    }
}

@media screen and (max-width: 480px) { 
    .location-tab { display: none; }
    #tab_selector { display: block !important; }
}
