.rmc-banner {
    position: relative;
}
.rmc-banner img {
    width: 100%;
}
.banner-content {
    position: absolute;
    top: 20%;
    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;
}
.banner-content h1 {
    font-size: 36px;
    line-height: 46px;
    color: #000000;
    font-weight: 700;
}
section.introduction {
    padding: 40px 0px;
}
.banner-content h1 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: 0 0 10px;
}
.key_project_wrpr {
    margin-bottom: 50px;
}
.key_project_wrpr {
    background: #ffffff;
    box-shadow: 0px 12px 20px #00000021;
    border-radius: 6px;
    padding: 25px 30px;
    text-align: center;
    max-width: 300px;
    background-color: #fff;
	height: calc(100% - 50px);
	margin: 0 auto 15px;
}
.project_logo {
	height: 80px;
}
.project_logo img {
	width: auto !important;
	max-width: 100%;
	display: block;
	margin: 0px auto 15px;
    max-height: 80px;
	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: 40px;
}
.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: 50px 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 h5 {
	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: none;
    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: 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_img h1{
    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: 30px;
}
#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%;
}

@media (max-width: 992px) {
	.banner-content h3 {
    font-size: 22px;
    line-height: 35px;
	}
    .banner-content h1 {
        font-size: 22px;
        line-height: 35px;
        }
	.sec-heading h4 {
    font-size: 32px;
    line-height: 42px;
	}
    .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;
	}
}
@media (max-width: 767px) {
	.banner-content {
    top: 90px;
	}
	.sec-heading h4 {
    font-size: 26px;
    line-height: 34px;
	}
    .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;
    }
}