body{
    margin: 0px;
    padding: 0px;
}

.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;
}
section.journey {
    padding-bottom: 0px;
}
section.AAC-Blocks {
    padding: 20px 0px 0px;
}
section.AAC-application {
	padding: 20px 0px 20px;
}
section.awards_sec {
	padding: 20px 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: 0 0 0px;
}
.key_partners_sec{
    padding-top: 20px;
}
.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 15px 15px;
    min-height: 180px;
}
.project_logo {
	height: 80px;
}
#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%;
}
.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;
}
.journey-sec {
    display: flex;
}
.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 0px 0px;
}
.portfolio-block {
    position: relative;
}

.card .text {
    background-color: #f3f3f3;
    /* margin: -30px 10px -20px; */
    /* padding: 15px 10px; */
    /* padding: 8px 10px 14px 10px; */
    /* text-align: center; */
    justify-items: anchor-center;
    position: relative;
    height: 116px;
}
.card .text h5 {
	color: #EB3A16;
    font-size: 18px;
    margin-bottom: 5px;
}
.portfolio-block .text p {
	color: #4B5058;
	font-size: 15px;
	margin-bottom: 0px;
}
.card .text h3 {
	color: #4B5058;
	font-size: 15px;
	margin-bottom: 0px;
}
.portfolio-block .txt h3 {
	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: 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;
}

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

.section-map {
    width: 100%;
  
    /* margin-left: 100px; */
    /*border: 1px solid #ccc;*/
    padding: 20px;
	position: relative;
	background-color: #fff;
    text-align: center;
    margin-bottom: 0 !important;
}
.section-map > img {
	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: 20px 0px;
}
.testimonial_sec{
    padding: 30px 0 30px;
}
.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;
}

#imgzoominModal button.btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
}
@media (max-width: 992px) {
	.banner-content h3 {
    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: 100px;
	}
	.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, #keysuppliers-carousel2 .owl-nav{
        text-align: center;
    }
    #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;
    }
	.key_project_wrpr {
		padding: 25px 10px;
	}
	.project_logo {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.project_logo img {
		max-width: 80%;
		max-height: 60px;
    }
    .signle-key-project{
        margin-bottom: 20px;
    }
  
    /* .modal-header .btn-close, .btn-close {
        border: 1px solid #e7e7e7;
        display: block;
        width: 30px;
        height: 30px;
        padding: 0px !important;
        margin: 0 !important;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 2;
        line-height: 28px;
        opacity: 1;
        text-align: center;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        border-radius: 3px;
    } */
}
#key_approvals .owl-next{
    position: absolute;
    right: -45px;
    top: 24%;
}
#key_approvals .owl-prev{
    position: absolute;
    left: -45px;
    top: 24%;
}