.rmc-banner {
    position: relative;
}
.rmc-banner img {
    width: 100%;
}
.banner-content {
    position: absolute;
    top: 100px;
    width: 100%;
}
.banner-content h3 {
    font-size: 36px;
    line-height: 46px;
    color: #000000;
    font-weight: 700;
}
section.introduction {
    padding: 40px 0px;
}
.banner-content h3 span {
    font-weight: 300;
}
.sec-heading {
    text-align: center;
	max-width: 92%;
    margin: 0px auto;
}
.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);
}
.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);
}
.key-partners {
    padding: 30px 0 60px;
}
.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);
}
.project_logo {
	height: auto;
	overflow: hidden;
}
.portfolio-block img {
	width: 100%;
}
.project_logo img {
	width: auto;
	max-width: 100%;
	display: block;
	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: 40px 0px;
}
.portfolio-block {
    position: relative;
	margin-bottom: 30px;
}
.portfolio-block .text {
    background-color: #f3f3f3;
    margin: -30px 10px -20px;
    padding: 15px 10px;
    text-align: center;
    position: relative;
}
.portfolio-block .text h5 {
	color: #EB3A16;
    font-size: 18px;
    margin-bottom: 5px;
}
.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;
}
#portfolio-slider .owl-dots .owl-dot {
	width: 33.33%;
	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 {
	max-width: 90%;
	display: block;
	margin: 0px auto;
	max-height: 100px;
}
.section-map {
    width: 100%;
    /* border: 1px solid #ccc; */
    padding: 20px;
	background-color: #fff;
	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: 60px 0;
}
.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_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: 10px;
}
.presence-sec .sec_heading p {
	text-align: center;
}
.portfolio-sec {
	padding: 0px 0px 45px;
}
.portfolio-block {
    position: relative;
}
.portfolio-block .text {
    background-color: #f3f3f3;
    margin: -30px 10px 0px;
    padding: 15px 10px;
    text-align: center;
    position: relative;
	height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.portfolio-block .text h5 {
	color: #EB3A16;
    font-size: 18px;
    margin-bottom: 5px;
}
.portfolio-block .text h3 {
	color: #EB3A16;
    font-size: 18px;
    margin-bottom: 5px;
}
.portfolio-block .text p {
	color: #4B5058;
	font-size: 15px;
	margin-bottom: 0px;
}
.store-location {
	padding: 50px 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;
}
.store-locator-row .store-col:hover {
    color: #FD5000;
}
.location-sec {
	padding: 50px 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;
}
.transforming-retail {
	margin-top: 0px;
}
.transforming-retail .construction-block {
	background: #ffffff;
    box-shadow: 0px 12px 20px #00000021;
    border-radius: 6px;
    padding: 30px;
	height: 100%;
}
.transforming-retail .construction-block .icon {
	text-align: center;
	margin-bottom: 20px;
}
.transforming-retail .construction-block .text h4 {
	font-size: 17px;
	color: #FD5000;
	text-align: center;
	margin-bottom: 5px;
}
.transforming-retail .construction-block .text p {
	font-size: 15px;
	text-align: center;
}
#portfolio-slider.owl-carousel .owl-nav.disabled {
	display: none;
}
#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%;
}
.dealers-wrap-mb {
	display: none;
}
.dealers-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px -10px;
	flex-wrap: wrap;
}
.dealers-wrap .portfolio-block {
    position: relative;
	width: calc(20% - 20px);
	height: 100%;
	margin: 0px 10px;
	flex-shrink: 0;
	margin-bottom: 20px;
}
#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: 1200px) {
	.dealers-wrap .portfolio-block {
		width: 25%;
	}
}
@media (max-width: 992px) {
	.banner-content h3 {
    font-size: 22px;
    line-height: 35px;
	}
	.sec-heading h4 {
    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;
	}
	#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 h4 {
    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;
	}
	.transforming-retail .construction-block {
		margin-bottom: 20px;
		height: calc(100% - 20px);
	}
	.portfolio-block {
		width: 42%;
	}
	.portfolio-block .text h5 {
		font-size: 15px;
	}
	.portfolio-block .text h3 {
		font-size: 15px;
	}

	.portfolio-block .text {
		margin: -20px 10px 0px;
		height: 40px;
	}
	.portfolio-block {
		width: 100%;
		margin: 0px;
	}
	#portfolio-slider .portfolio-block {
		width: 100%;
	}
	#portfolio-slider .portfolio-block .text {
		height: 70px;
	}
	/* .dealers-wrap {
		display: none;
	} */
    .dealers-wrap .portfolio-block {
        width: 50%;
    }
	.dealers-wrap-mb {
		display: block;
	}
	.location-sec .nav {
		margin-left: 0;
	}
	.key_project_wrpr {
		margin: 0px auto 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(max-width:380px){
	.banner-content h3 {
		font-size: 18px;
		line-height: 22px;
	}
	.banner-content {
		top: 80px;
	}
}