@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');
:root {
  --primary:#EF1923;
  --secondary:#ca1019;
  --white:#fff;
  --black:#000;
}


body {
    margin: 0;
    padding: 0 !important;
	font-family: "Public Sans", sans-serif;
    scroll-behavior: smooth;
    overflow: inherit !important;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea, select {
    background: none;
    border: solid 1px #e5e5e5;
    color: #444;
    font-size: 15px;
    line-height: normal;
    margin: 0 0 10px;
    padding: 14px 20px;
    width: 100%;
    outline: 0;
    border-radius: 4px;
    font-family: "Public Sans", sans-serif;
    background: var(--white);
}
input[type="submit"] {
    background: var(--primary);
    text-transform: uppercase;
    border: none;
    padding: 11px 25px;
    font-size: 14px;
    border: 0;
    letter-spacing: 0.8px;
    cursor: pointer;
    outline: none;
    font-weight: 500;
    border-radius: 4px;
    font-family: "Public Sans", sans-serif;
    color: var(--white);
}
input[type="submit"]:hover {
  background: var(--secondary);
  color: var(--white);
  transition: 0.8s;
}
textarea {
  height: 100px;
  margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
margin: 0 0 15px 0;
	font-family: "Public Sans", sans-serif;
    color: var(--black);
    font-weight: 600;
    text-transform: inherit;
	text-transform:capitalize;
    line-height: normal;
}
h1 {
  font-size:28px
}
h2 {
  font-size:24px
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size:18px
}
h6 {
  font-size:16px
}
p {
    padding: 0;
    margin: 0 0 10px 0;
    font-family: "Public Sans", sans-serif;
    color: #585858;
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
}
ul, li, a{
  list-style-type: none;
  font-family: "Public Sans", sans-serif;
  color: #585858;
  line-height: 24px;
  font-size: 15px;
  letter-spacing: 0;
}
a:hover {
  transition:0.8s;
  text-decoration:none;
}
.heading, .leftheading {
    margin-bottom: 35px !important;
    font-size: 33px;
    position: relative;
    font-weight: 700;
    text-align: center;
    width: fit-content;
    text-transform: uppercase;
    color: var(--black);
    padding-bottom: 10px;
}
.heading:before {
    content: '';
    position: absolute;
    border-bottom: solid 2px var(--primary);
    width: 80px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.heading{
	display:block;
	margin:auto;
}
.leftheading {
	text-align: start;
	position: relative;
    z-index: 0;
}
/* h2.leftheading:after, h2.heading:after {
    position: absolute;
    content: "";
    background: #b6852e4f;
    width: 100%;
    height: 10px;
    left: 0;
    bottom: 0;
    z-index: 1;
} */
.subheading {
    display: block;
    text-transform: uppercase;
    color: var(--primary);
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 15px;
    letter-spacing: 3px;
    position: relative;
    width: fit-content;
    padding-right: 27px;
}
.leftheading .subheading:after, .leftheading .subheading:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 25px;
    height: 1px;
    right: 0;
    bottom: 7px;
}
.zoomeffect {
    overflow: hidden;
    position: relative;
}
.zoomeffect img {
  transition: transform 0.8s ease-in-out;
}
.zoomeffect:hover img {
  transform: scale(1.1);
}

/* TOP BAR CSS */
.topbar {
    background: var(--primary);
    padding: 4px 0;
}
.smoicons li a {
    background: #fff;
    height: 40px;
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--secondary);
}
.top-contact {
    column-gap: 30px;
}
.top-contact p {
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: var(--white);
}
.top-contact i {
    color: transparent !important;
    -webkit-text-stroke: 1px #fff;
    background: #ffffff1c;
    height: 35px;
    width: 35px;
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.top-contact p a {
    color: var(--white);
    font-size: 15px;
    font-weight: 300;
}
.top-contact p:first-child {
    padding-right: 30px;
    border-right: 1px solid #dddddd1f;
}

/* Header */

header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: var(--black);
}
header:before {
    position: absolute;
    top: 0;
    height: 100%;
    width: 22%;
    background: var(--black);
    content: '';
    border-radius: 0 0 50px 50px;
    border-right: solid 10px var(--primary);
}
header .row {align-items: center;}
header img {
    width: 200px;
}
header .col-sm-8 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.headercnt {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.headercnt h4 {
    font-size: 17px;
    margin: 0;
}
.headercnt h4 span {
    display: block;
}
.headercnt i {
    font-size: 35px;
    color: var(--primary);
}
.logo {
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translateY(-50%);
}
/* Menubar */

.mainmenu .btn-primary {margin-left: 10px;}


/* Main Slider */


.mainslider figure{
	margin:0;
	position: relative;
}
.mainslider figure img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    filter: brightness(0.6);
}
.mainslider .carousel-caption {
    top: 50%;
    left: 0;
    right: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: left;
    bottom: inherit;
}
.mainslider .carousel-content {
    width: 55%;
    text-align: center;
    margin: 0 auto;
}
.mainslider .carousel-caption h2, .mainslider .carousel-caption p {
	color:var(--white);
}
.mainslider .carousel-caption h2 {
    font-size: 45px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: .5px;
    opacity: 0;
    animation: lts .5s ease-in-out .3s forwards;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.mainslider #carouselExampleFade img {
    height: 620px;
    width: 100%;
    object-fit: cover;
/*     filter: brightness(0.5); */
    animation: slide 25s infinite;
}

@keyframes slide {
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    transform: scale(1.1);
  }
}
@keyframes lts{
0%{
	transform:translateX(-150px);
}
100%{
	opacity:1;
	transform:translateX(0px);
}
}
.mainslider .carousel-content p {
    font-size: 20px;
    margin: 10px 0 10px;
    line-height: 28px;
    opacity: 0;
    animation: lts .5s ease-in-out .6s forwards;
    color: #eee;
}
.mainslider .carousel-content .btn-primary {
    opacity: 0;
    animation: lts .5s ease-in-out 1.2s forwards;
}
.mainslider .carousel-control {
	position: absolute;
	bottom: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	font-size: 18px;
	height: 45px;
	background: var(--blackcolor) !important;
	color: var(--whitecolor);
 transition: opacity .15s ease;
	border-radius: 50%;
}
.mainslider .carousel-control.right {
    right: 105px;
    left: auto;
}
.mainslider .left.carousel-control {
	left: 84% !important;
}
.mainslider button i {
    background: rgba(0,0,0,.5);
    font-size: 27px;
    width: 35px;
    height: 55px;
    line-height: 55px;
}

/* specialization css  */

.specialization-section {
    padding: 65px 0;
}
.specialization-list {
    box-shadow: 0 0 14px #1c23361a;
    padding: 20px;
    text-align: center;
    height: 100%;
    border: 1px solid #1c233612;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.specialization-list:before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: var(--primary);
    content: '';
    transition: .5s;
    z-index: -1;
}
.specialization-list:hover:before {
    height: 100%;
}
.specialization-list:hover h3, .specialization-list:hover p {
    color: var(--white);
}
.specialization-list:hover figure {
    background: var(--white);
}
.specialization-list figure {
    background: #1c233617;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.specialization-list figure img {
    width: 64px;
}
.specialization-list h3 {
    color: var(--primary);
    margin: 22px 0 8px;
    font-weight: 600;
    line-height: 28px;
}

/* HOME ABOUT SECTION CSS */

.about {
    background: linear-gradient(#000000d4, #000000eb), url(../images/shapebg.webp);
    padding: 70px 0 65px;
}
.about .row {
    align-items: center;
}
.about-content .leftheading {
    margin-bottom: 10px !important;
    text-transform: capitalize;
    font-size: 34px;
}
.about-us .aboutus-img:before {
    background-color: #a5a5a540;
}
.aboutus-img img {
    width: 100%;
    height: 550px;
    border-radius: 6px;
    object-fit: cover;
}
.about p , .about li{
	color:#ddd;
}
.about li {
    margin-bottom: 15px;
    border-left: 4px solid #ffffffe8;
    padding-left: 11px;
}
.aboutus-img{
    position: relative;
    z-index: 2;
    background: transparent;
}
.aboutus-img figure img:hover {
    transform: scale(0.95);
}
.aboutus-img:before {
    content: '';
    position: absolute;
    top: 55px;
    right: 0;
    left: 55px;
    bottom: 0;
    background-color: #ffffff40;
    z-index: -1;
    width: 90%;
    height: 90%;
    border-radius: 8px;
}
.aboutus-img:after {
    content: '';
    width: 50%;
    position: absolute;
    top: -6%;
    bottom: 60%;
    left: -3%;
    background-image: url(https://webzensys.com/work/makeithappenbcn.com/wp-content/uploads/2024/04/dots.png);
    background-repeat: repeat;
    z-index: -1;
}
.aboutus-img{
    padding: 0 30px 30px 15px;
    position: relative;
}
.aboutus figure.aboutus-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

/* WHAT IS YOUR PAIN AREA SECTION CSS */
.painarea {
    padding: 60px 0;
	position:relative;
	z-index:0;
}
.painarea .leftheading {
    margin-bottom: 10px !important;
    line-height: 50px;
}
.painarea .row{
	row-gap:22px;
}
.painarea:after {
    position: absolute;
    content: "";
    background: linear-gradient(45deg, #000000c2, #ef1923db), url(https://wordpress-content.vroomly.com/wp-content/uploads/sites/2/2023/03/iStock-599695722_1.jpg) center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    left: 0;
    top: 0;
    height: 100%;
    width: 34%;
}
.painarea figure {
    width: 105px;
    height: 105px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    position: relative;
    border-top: 8px solid var(--secondary);
    border-bottom: 8px solid var(--primary);
    box-shadow: 0 0 10px #e1e1e1;
}
.painarea figure:after, .painarea figure:before {
    position: absolute;
    background: var(--primary);
    width: 65%;
    height: 1px;
    content: "";
    bottom: -19px;
}
.painarea figure:before {
    bottom: -25px;
    width: 100%;
}
.painarea h3 {
    font-size: 21px;
    margin: 10px 0px;
}
.painarea-item {
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 0 10px #c1bebe;
    height: 100%;
    position: relative;
}
.painarea-item:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    height: 0;
    width: 0;
    transition: .5s;
    border-radius: 10px;
    background: var(--primary);
    z-index: -1;
}
.painarea-item:hover:before {
    height: 100%;
    width: 100%;
}
.painarea-item img {
    width: 60px;
}
.painarea-item:hover h3 {
    color: var(--white);
}
.painarea-item:hover .painarea figure:after, 
.painarea-item:hover .painarea figure:before {
    background: var(--white);
}
.painarea-item:hover figure {
    background: var(--white);
    box-shadow: none;
}
/* PROJECT STARTEGY SECTION CSS*/

.project-startegy {
    padding: 70px 0;
    background: linear-gradient(
271deg, #ef1923bf, #000000c4), url(https://rmpp.com.au/wp-content/uploads/2025/08/banner1.webp) no-repeat bottom center / cover;
    background-attachment: fixed;
}
.project-startegy .row {
    row-gap: 24px;
}
.project-startegy .col-lg-4:nth-child(7), .project-startegy .col-lg-4:nth-child(8) {
    width: 50%;
}
.projectstartegy-item {
    box-shadow: 0 0 12px #0000005e;
    height: 400px;
    border-radius: 6px;
    overflow: hidden;
    z-index: 0;
}


.projectstartegy-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    top: 0;
    border-bottom-right-radius: 15px;
	z-index:2;
}
.projectstartegy-icon img{
	width:56px;
	
}
.projectstartegy-btm {
    background: linear-gradient(0deg, #001754, transparent);
    bottom: 0;
    padding: 100px 20px 20px;
    width: 100%;
    bottom: -40px;
    /* background: linear-gradient(to bottom, transparent 0, rgb(0 0 0 / 0%) 2%, rgb(0 0 0 / 74%) 90%); */
    transition: all .3s;
	text-align:center;
}
.projectstartegy-img{
	width:100%;
	height:100%;
}
.projectstartegy-img img {
    width: 100%;
	height:100%;
	object-fit:cover;
	transition:0.6s ease-in-out;
}
.projectstartegy-item:hover .projectstartegy-img img {
    transition: all 2s ease;
    transform: scale(1.09, 1.09);
    filter: brightness(0.6);
}

.projectstartegy-btm  h3 {
    position: relative;
    font-weight: 400;
    margin-bottom: 22px;
    padding-bottom: 20px;
}
.projectstartegy-btm h3:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 60px;
    background-color: rgb(255 255 255 / 34%);
    transition: all 1s ease-in-out;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.projectstartegy-item:hover h3:after{
	width:100%
}
.projectstartegy-btm  a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 3px;
    margin: 0;
    display: block;
}
.projectstartegy-item:hover .projectstartegy-btm{
	bottom:0;
}

/* PROJECT IMPLEMENTATION SECTION CSS */
.project-implement {
    padding: 60px 0;
}
.project-implement li:before{
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f0a4';
	padding-right:10px;
	color:var(--primary);
}
/* SERVICES SECTION CSS */

.services {
    padding: 60px 0;
    background: linear-gradient(#ffffff94, #ffffffcf), url(../images/fleetbg.webp);
    background-size: cover;
    background-attachment: fixed;
}
.services-item {
    box-shadow: 0 0 15px #e3e3e3;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    padding: 25px;
    background: #ffffffd1;
}
.services-item img {
    width: 100%;
    height: 160px;
    object-fit: contain;
    transition: 0.5s ease-in-out;
}
.services-item:hover figure img{
	rotate:3deg;
	scale:1.1
}
.services-info h3 {
    font-size: 18px;
    line-height: 28px;
    transition: 0.5s ease-in-out;
    font-weight: 600;
    margin: 10px 0 20px;
    position: relative;
    padding-bottom: 12px;
}
.services-info h3:after {
    content: '';
    position: absolute;
    border-bottom: solid 3px var(--secondary);
    width: 60px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.services-info ul {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    margin-bottom: 18px;
}

.services-info ul li i {
    color: var(--primary);
    margin-right: 6px;
}

.services-info ul li {
    font-size: 16px;
}
.services-info a {
    font-size: 13px;
    letter-spacing: 1px;
    margin: 0;
}
.services-slider .slick-slide {
    margin: 10px 10px;
}


/* Testimonials */

.testimonial{
	padding:60px 0;
	background: url(../images/world.png) no-repeat center;
	
}
.testimonial .rating {
    color: #ff6809;
    column-gap: 3px;
    font-size: 14px;
    margin-bottom: 15px;
}
.testimonial-cnt {
    padding: 35px 60px 15px 96px;
    margin-left: 75px;
    box-shadow: 0 0px 10px rgba(0,0,0,.1);
    position: relative;
    z-index: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    background: url(../images/feature-bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 65%;
	background-color:#fff;
}
.testimonial-cnt:after {
    width: 10px;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    z-index: -1;
    background: linear-gradient(45deg, transparent, var(--primary));
}
.testimonial-cnt:before {
    position: absolute;
    content: "\f10e";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    -webkit-text-stroke: 1px #f2f2f2;
    color: transparent;
    font-size: 86px;
    bottom: 0;
    right: 28px;
}
.testimonial-item figure {
    top: 50%;
    left: 30px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
    transform: translateY(-74px);
    border: solid 5px #ecc740;
}
.testimonial-item img {
    width: 100% !important;
    object-fit: contain !important;
}
.testimonial h3 {
    margin: 22px 0 0px;
    font-size: 18px;
    text-transform: uppercase;
}


/* NEWS AND ARTICLE SECION CSS */
.homeblog{
    background: #f6f6f6;
    padding: 60px 0;
}
.homebloglist {
    background: var(--white);
    box-shadow: 0 0 14px #e1e1e1;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}

.homebloglist img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}
.homebloglist figure p {
    left: 10px;
    top: 10px;
    background: var(--primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 70px;
    text-transform: uppercase;
    flex-direction: column;
    border-radius: 6px;
}
.homebloglist figure p span:first-child {
    font-size: 30px;
    font-weight: 700;
    -webkit-text-stroke: 1px #ffffffcf;
    color: transparent;
}
.homeblogbox {
    padding: 15px 20px;
}
.homeblogbox h3 {
    line-height: 33px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 20px;
}
.homebloglist ul {
    column-gap: 18px;
    background: #0031b712;
    padding: 10px 0;
}
.homebloglist li, .homebloglist li a {
    font-size: 14px;
	    color: #585858;
}
.homebloglist li i{
	margin-right:10px;
	color: var(--primary);
}
.homeblogbox .blog-link, .homebloglist-cnt a.readmore {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    border-top: 1px solid #dcdcdc;
    padding-top: 15px;
    text-transform: uppercase;
    color: var(--primary);
    font-family: "Teko", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
}
/* Footer */

footer {
    background: linear-gradient(45deg, #000000d1, #000000d1), url(https://rmpp.com.au/wp-content/uploads/2025/08/banner3.webp) no-repeat center;
    padding-top: 60px;
    background-attachment: fixed;
    background-size: cover;
}
footer .border-start {
    border-left: 1px solid #dee2e640!important;
}
.ftrlogo {
    display: flex;
    align-items: center;
    gap: 10px;
	margin-bottom:20px;
}
footer a.footer-logo img {
    width: 140px;
}
.ftrlogo img.mta {
    width: 70px !important;
    border-radius: 10px;
}
footer .col-sm-4 {
    padding: 50px 30px;
}
footer .col-sm-4:nth-child(2) {border-right: solid 1px #6a6a6a2e;border-left: solid 1px #6a6a6a2e;}
footer h3 {
    color: var(--white);
    position: relative;
    width: fit-content;
    padding-bottom: 18px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
}
footer h3:after, footer h3:before{
	background: var(--white);
    position: absolute;
    content: "";
	left: 0;
	height: 1px;
}
footer h3:before {
    width: 31px;
    border-radius: 50%;
    bottom: 6px;
}
footer h3:after {
    width: 50px;
    bottom: 1px;
    
}
footer a, footer ul li {
    color: #efefef;
    transition: 0.5s ease-in-out;
}
.ftrcontact i {
    background: #ffffff12;
    height: 40px;
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    border: 1px solid #ffffff17;
    margin-right: 4px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -7px;
}
footer a:hover{
	color:var(--white);
}
.ftrcontact li {
    margin-bottom: 25px;
    font-size: 15px;
    position: relative;
    padding-left: 50px;
}
footer ul.menu li a {
    line-height: 32px;
}
footer i{
    font-size: 13px;
    margin-right: 6px;
}
footer p {
    margin-bottom: 0;
    color: #efefef;
    font-weight: 200;
    font-size: 15px;
    letter-spacing: .4px;
}
.ftricons {
    margin: 12px 0 0;
    border-top: 1px solid #ffffff1c;
    column-gap: 5px;
}
.ftricons li a {
    background: #ffffff12;
    height: 40px;
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    border: 1px solid #ffffff17;
    margin: 0;
}
.ftricons li i {
    margin: 0 !important;
    font-size: 15px;
}
.copyright {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #ffffff40;
    background: #000000;
    margin-top: 40px;
}
.copyright p {
    color: #efefef;
    letter-spacing: .5px;
}
.copyright p a {
    color: var(--white);
    text-decoration: underline;
    text-underline-offset: 4px;
	transition:0.5s ease-in-out;
}
.copyright p a:hover{
	color:var(--primary);
}
#GoToTop {
    display: none;
    position: fixed;
    bottom: 45px;
    right: 25px;
    border-radius: 6px;
    z-index: 99999999;
    padding: 0;
    border: 1px solid var(--white);
    background: var(
    --primary);
    width: 48px;
    height: 52px;
    text-align: center;
    cursor: pointer;
    font-size: 22px;
    text-decoration: none;
    padding-top: 11px;
    box-shadow: 3px 11px 12px #00000045;
    color: var(--white);
    -webkit-text-stroke: 0.5px white;
    color: transparent;
}
#GoToTop .fa {
	display: block;
	padding-bottom: 3px;
}
#GoToTop:hover {
	background: var(--primary);
	color: var(--white);
}
#GoToTop.show {
	display:block
}
#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 4%;
    left: 20px;
    z-index: 99999999;
    padding: 0 9px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    z-index: 1;
}

#whatsappbtn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #4fcc5d;
    box-shadow: 0 0 10px #4fcc5d;
    animation: playbtn 3s linear infinite forwards;
    z-index: -3;
}

@keyframes playbtn {
    from {
        transform: scale(1.0);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}
#whatsappbtn img {
    width: 30px;
    margin-top: 10px;
}

.secondary-container {
	padding: 60px 0;
}

.breadcrumb {
    background: linear-gradient(45deg, black, #00000063), url(https://rmpp.com.au/wp-content/uploads/2025/08/banner4.webp) center/cover;
    padding: 100px 0;
    text-align: center;
}
.breadcrumb h1 {
    font-size: 35px;
}
.breadcrumb p {
    margin: 0;
    color: var(--white);
}

.breadcrumb a {
    color: var(--white);
    margin-right: 25px;
    position: relative;
}

.breadcrumb a:after {
    position: absolute;
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 12px;
    top: -1px;
    right: -21px;
    color: var(--white);
}


/* Modal Multi Step Form */

.modalformbox {
    width: 60%;
    margin: 0 auto;
}
.modalformbox h3 {
    font-size: 28px;
    font-weight: 500;
}
.modalformbox .wpcf7-list-item {
    width: 100%;
    background: #e1e1e1 !important;
    border: solid 1px #333;
    border-radius: 6px;
    padding: 6px 15px;
    margin: 10px 0;
    position: relative;
}
.modalformbox input[type="radio"] {
    position: absolute;
    right: 0;
    text-align: right;
    cursor: pointer;
}
.modalformbox input[type="radio"] {
    position: absolute;
    right: 8px;
    text-align: right;
    cursor: pointer;
    height: 100%;
    top: -2px;
    width: 22px;
}
.modalformbox input[type="radio"]:checked {
    accent-color: #222;
}
.modalformbox .cf7mls-btns button {
    margin: 0 !important;
    border-radius: 6px;
    font-size: 16px;
    background: #111;
    letter-spacing: 1px;
}
.modalformbox p>label {
    font-size: 20px;
}
.modalformbox input[type="text"], .modalformbox input[type="email"], .modalformbox input[type="tel"] {
    border: none;
    border-bottom: solid 1px #777;
    border-radius: 0;
    font-size: 28px;
    font-weight: normal;
    padding: 15px 0;
    color: #777;
}
.modalformbox .cf7mls_back {
    background: #eee !important;
}
.modalformbox .offcanvas-header {
    justify-content: flex-end;
}
.wpcf7-not-valid-tip {
    display: none !important;
}
.wpcf7-not-valid::placeholder {
    color: red;
}


/* CONTACT US PAGE CSS */
.contact{
    padding:60px 0;
}

.contactus-form .row{
    align-items: center;
}
.contactus form p {
  margin: 0;
}
.contactus  form input {
    margin-bottom: 15px;
}
.contactus form textarea {
    height: 80px;
}
.contactus form input[type="submit"] {
    margin-bottom: 0;
}
.contactus textarea {
    height: 120px;
    resize: none;
}
.contactus form h3 {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 22px;
}
.contactus_content h3 {
    margin-bottom: 20px;
    font-size: 20px;
    width: fit-content;
    position: relative;
}
.contactus_content  h3:after, .contactus_content  h3:before {
    position: absolute;
    background: #000;
    height: 1px;
    content: "";
    bottom: -8px;
    left: 0;
    right: 0;
}
.contactus_content  h3:before {
    bottom: -5px;
    display: block;
    right: 10px;
}
.contactus_content {
    position: relative;
    padding: 24px;
    margin-bottom: 17px;
    border-radius: 10px;
    border: 1px solid #1c233642;
    box-shadow: 0 0 14px #1c23361a;
    display: flex;
    column-gap: 20px;
    align-items: center;
}
.contactus_content:last-child {margin: 0;}
.contactus_content i {
    border: solid 2px var(--secondary);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: var(
    --primary);
}

.contactus iframe {
    width: 100%;
    height: 450px;
    margin-bottom: -7PX;
}
.contactus_content p, .contactus_content a {
    margin-bottom: 0;
    font-size: 16px;
    color: #585858;
}
.contactus-form form {padding: 32px 30px 30px;box-shadow: 4px 4px 15px #0808081c;}
.contactus-form figure {
    width: 98%;
    height: auto;
    border-radius: 20px;
    overflow:hidden;
}

.form-dtl{
    padding: 25px;
    border-radius: 10px;
    border: 1px dashed #0031b770;
    box-shadow: 0 0 14px #1c23361a;
}
.form-dtl h3 {
    margin-bottom: 20px;
    text-align: start;
    text-transform: capitalize;
    position: relative;
    line-height: 24px;
    font-size: 26px;
    padding: 4px 17px 0;
}
.form-dtl h3:before, .form-dtl h3:after{
    position:absolute;
    content:"";
    background:var(--primary);
    width:3px;
    left: 6px;
    height: 75%;
    bottom:0;
}
.form-dtl h3:after {
    left:0;
    height:100%;
}
.form-dtl h4 {
    text-transform: uppercase;
    color: var(--secondary);
    font-size: 14px;
    letter-spacing: 2px;
}
.fleet.services .row {
    row-gap: 25px;
}
.about-us .about {
    background: none;
}
.about-us .about p, .about-us .about li {
    color: #585858;
}
.about-us .about-content .leftheading{
	color:#111;
}

/* Services Details */

.pagesidebar h3 {
    font-weight: 600;
    color: var(--primary);
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: solid 1px var(--primary);
    padding-bottom: 10px;
}
.roomdtls-box {
padding: 20px;
    box-shadow: 3px 3px 13px #ddd;
    margin-bottom: 15px;
}
.roomdtls-box ul li {
    padding-left: 25px;
    position: relative;
    line-height: 35px;
}
.roomdtls-box ul li:before {
    position: absolute;
    content: "\f594";
    font-family: 'Font Awesome 5 Free';
    left: 0;
    color: var(--secondary);
    font-size: 14px;
    font-weight: 600;
    top: 50%;
    transform: translateY(-50%);
}
.srvcdtls-content img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    margin-bottom: 20px;
}
.srvcdtls-content p{
text-align:justify;
}
.envira-gallery-wrap .envira-gallery-public.envira-gallery-css-animations .envira-gallery-item img:hover {
    transform: scale(1.3) rotate(15deg);
    filter: grayscale(1);
}


.sidebar-inquiry, .sidebar-contactdtls {
    padding: 18px 25px;
}
.sidebar-inquiry {
    background: #fbfdff;
    box-shadow: 2px 2px 13px #ddd;
}
.sidebar-contactdtls{
    background: var(--secondary);
}
.sidebar-inquiry input, .sidebar-inquiry textarea, .sidebar-inquiry select{
    border: solid 1px  var(--secondary);
}
.sidebar-inquiry input[type="submit"] {
    margin-top: 8px;
    background: var(--primary);
    border: none;
}
.contactus-details {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 12px;
    border-bottom: solid 1px #eee;
    padding-bottom: 12px;
}
.sidebar-contactdtls .contactus-cnt h5 {
    font-size: 17px;
    margin-bottom: 5px;
}
.sidebar-contactdtls .contactus-details i {
    color: var(--white);
}
.contactus-details i {
    font-size: 30px;
    margin-right: 30px;
    color: #2e3191;
    height: 35px;
    width: 22px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.sidebar-contactdtls .contactus-cnt p {
    margin: 0;
}
.sidebar-contactdtls .contactus-cnt h5, .sidebar-contactdtls .contactus-cnt p, .sidebar-contactdtls .contactus-cnt ul li, .sidebar-contactdtls .contactus-cnt a {
    color: #fff;
}
.sidebar-contactdtls .contactus-details {
    border-bottom: solid 1px #ffffff3b;
}
.sidebar-contactdtls .contactus-details:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.page-sidebar h3 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 22px;
}
.sidebar-contactdtls h3{
color:#fff;
}
.details-content {
    background: #fbfdff;
    box-shadow: 2px 2px 13px #eee;
    padding: 20px;
}
.details-content p{
text-align: justify;	
}
.details-banner img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 20px;
}

/* Flow Chart */

.flowchart {
    display: flex;
    gap: 10px;
    justify-content: center;
    padding: 65px 0;
}
.step {
    background: white;
    border: 2px solid var(--primary);
    border-radius: 16px;
    padding: 25px;
    width: 20%;
    text-align: center;
    box-shadow: 0 6px 14px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    opacity: 0;
    transform: translateY(30px);
}
    .step.active {
      opacity: 1;
      transform: translateY(0);
    }
.step:hover {
    transform: scale(1.05);
    border-color: var(--secondary);
    box-shadow: 0 8px 18px rgba(0,0,0,0.15);
}
.step i {
    font-size: 40px;
    color: var(--primary);
    margin-bottom: 12px;
}
.step h4 {
    margin: 15px 0 10px;
    font-size: 20px;
    text-transform: uppercase;
}
    .step p {
      line-height: 1.4;
    }
.arrow {
    font-size: 30px;
    color: var(--primary);
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}
.arrow.active {
    opacity: 1;
    transform: translateY(40%);
}


#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 40px;
    left: 30px;
    z-index: 99999999;
    padding-top: 8px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    box-shadow: 0 6px 9px rgb(0 0 0 / 5%), 0 4px 5px rgb(0 0 0 / 5%);
}
#whatsappbtn:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 50%;
	background: #4fcc5d;
	box-shadow: 0 0 10px #4fcc5d;
	animation: whtsbtn 2s linear infinite forwards;
}
#whatsappbtn img{
width: 110px;    
}
 @keyframes whtsbtn {
 from {
 transform:scale(1.0);
 opacity: 1;
}
to {
	transform:scale(1.5);
	opacity: 0;
}
}
#whatsappbtn img {
	width: 30px;
	margin-top: 4px;
}

    @media (max-width: 768px) {
.flowchart {
    flex-direction: column;
    gap: 0;
}
      .arrow {
        transform: rotate(90deg);
      }
.arrow.active {
    opacity: 1;
    transform: translateY(212px) rotate(90deg);
}		
 .project-startegy .col-lg-4:nth-child(7), .project-startegy .col-lg-4:nth-child(8) {
    width: 100%;
}
}

@media only screen and (max-width:1199px){
.testimonial-cnt {
    margin-left: 45px;
}	
.testimonial-item figure {
    left: 0;
    width: 80px;
    height: 80px;
}
.testimonial-cnt {
    margin-left: 20px;
}
.menubar {
     padding: 9px 0;
}	
div#rmp-menu-title-573 {
    display: none;
}
#rmp-menu-wrap-573 .rmp-menu-current-item .rmp-menu-item-link {
    border-color: var(--secondary) !important;
    background-color: var(--secondary) !important;
}
#rmp-container-573 {
    background-color: var(--black) !important;
}	
#rmp_menu_trigger-573 {
    background: var(--primary) !important;
}
footer .row {
    row-gap: 20px;
}	
footer .footer-logo {
    width: fit-content;
}
.breadcrumb {
    padding: 30px 0;
}
}
@media only screen and (max-width: 1000px){
ul.menutop {
    display: none !important;
}
header img {
    width: 130px;
}
.mainmenu {
    padding: 7px 0;
}	
.mainslider #carouselExampleFade img {
    height: 430px;
}	
.mainslider .carousel-caption h2 {
    font-size: 22px;
    line-height: 30px;
}	
.mainslider .carousel-content {
    width: 75%;
}
.mainslider .carousel-content p {
    font-size: 17px;
    margin: 10px 0 5px;
    line-height: 24px;
}	
.mainslider .carousel-caption h2 {
    margin-bottom: 10px;
}
.specialization-section .row {
    row-gap: 15px;
}
.about-content {
    margin-top: 50px;
}	
.painarea:after {
    width: 100%;
}
.painarea-item {
    background: var(--white);
}	
.homeblog .row {
    row-gap: 15px;
}
.form-dtl {
    margin-top: 15px;
}
.topbar {
    display: none;
}	
}
@media only screen and (max-width: 568px){
.logo {
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
}
.aboutus-img img {
    height: auto;
}	
header:before{
		display:none;
}	
.specialization-list {
    border: solid 1px #ccc;
}	
.mainmenu .col-sm-2, .mainmenu .col-sm-10 {
    width: 50%;
}
.ftricons {
    padding-top: 20px;
}
.contactus_content i {
    border: solid 2px var(--secondary);
    width: 60px;
    height: 60px;
}	
.mainslider #carouselExampleFade img {
    height: 300px;
}	
.contactus_content {
    padding: 15px;
    margin-bottom: 17px;
    column-gap: 20px;
}	
.mainslider .carousel-caption h2 {
    font-size: 24px;
    line-height: 35px;
}
.details-banner img {
    height: auto;
}
.details-content {
    padding: 0;
    margin-bottom: 15px;
}	
button.slick-prev.slick-arrow {
    left: 0 !important;
}	
button.slick-next.slick-arrow {
    right: 0 !important;
}	
.painarea .col-lg-4.p-5 {
    padding: 10px 15px !important;
}
.painarea .col-lg-8.ps-5.pe-5 {
    padding: 0 15px 15px !important;
}
.step {
    width: 100%;
}	
.painarea {
    padding: 20px 0 50px;
}
.carousel-control-prev {
    left: 10px;
}
.carousel-control-next {
    right: 10px;
}
.heading, .leftheading, .about-content .leftheading {
    font-size: 25px;
}	
.fleet.services .row {
    row-gap: 15px;
}	
}	
@media only screen and (max-width: 414px){
.topbar {
    display: none;
}
}	