body{
	color: #555;
    font-size: 16px;
	font-family: "Montserrat", sans-serif;
}
a {
    background: 0 0;
    -webkit-transition: .5s;
    transition: .5s;
    color: #222;
}
a, a:focus, a:hover {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.5;
    color: #222;
}
p{
	line-height:28px;
}
img{
	max-width:100%;
}
.schema, [hidden], template {
    display: none;
}
.container{
	max-width:1146px;
}
.sec-pad{
	padding:70px 0;
}
.header{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1111;
	background: #fff;
	border-bottom: 1px solid rgba(35, 41, 81, .1);
	transition:0.5s;
}
.h-fixed{
	position: fixed;    
	transition:0.5s;
	z-index:11111111;
}
.h-fixed .topbar{
	display:none;
}
.topbar{
	background-color: #59127a;
	display:flex;
	align-items:center;
	height:40px;
}
.tp-contact{
	display:flex;
	gap:22px;
	align-items:center;
	justify-content: end;
}
.tp-c-details{
	color: #fff;
	font-size:15px;
	display: flex;
    align-items: center;
}
.tp-c-details i{
	color: #fff;
    padding-right: 5px;
    font-size: 18px;
}
.tp-c-details a{
	color: #fff;
	font-size: 14px;
}
.tp-c-details a:hover{
	color: #f03f61;!important
}
.tp-social a{
	color: #fff;
    font-size: 16px;
    padding-right: 20px;
}
.tp-social a:hover{
	color:#59127a;
}
.navbar{
	padding:10px 0;
}
.navbar-nav li{
	padding:0 10px;
}
.navbar-nav li:last-child{
	padding-right:0;
}
.navbar-nav li a{
	color: #222;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.3px;
    font-size: 14px;
    padding: 0 !important;
}
.navbar-nav li a:hover{
	color:#f03f61;
}
#hero{
	background-color:#59127a;
}
.hero-sec{
	background-image:url('../images/banner.webp');
	background-repeat: no-repeat;
    background-position: left;
    padding: 90px 0 !important;
    background-size: cover;
	margin-top:132px;
	position:relative;
}
.hero-form-sec{
	background-image:url('../images/banner.webp');
	background-repeat: no-repeat;
    background-position: left;
    padding: 90px 0 !important;
    background-size: cover;
	margin-top:132px;
	position:relative;
}
.hero-form-sec:before{
	content:"";
	background:rgb(89 18 122 / 91%);
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
}
.hero-sec:before{
	content:"";
	background:rgb(89 18 122 / 91%);
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
}/*
.hero-content{
	position:relative;
	z-index:11;
	max-width:800px;
	margin:0 auto;
	text-align:center;
	color:#fff;
}*/
.hero-inner{
	position:relative;
	z-index:11;
}
.hero-content{
	color:#fff;
}
/*.hero-title{
	letter-spacing: 1.5px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
}*/
.hero-title{
	letter-spacing: 1.5px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
}
.hero-content p{
	font-size:20px;
	margin-bottom:30px;
}
.main-btn{
	font-weight: 500;
	font-size: 15px;
	color:#fff;
	background:#59127a;
	display:inline-block;
	padding:0 20px;
	line-height:50px;
	border:1px solid #59127a;
}
.main-btn:hover{
	background:#f03f61;
	border-color:#f03f61;
}
.hero-btns .main-btn{
	max-width:200px;
	width:200px;
}
.main-btn.contact-btn{
	background:#f03f61;
	border:1px solid #f03f61;
}
/*
.main-btn.call-btn{
	background:#f03f616e;
	border:1px solid #f03f61;
}*/
.main-btn.call-btn{
	background:#f03f61;
	border:1px solid #f03f61;
}
.main-btn.contact-btn:hover{
	background:#59127a;
	border-color:#59127a;
}
.main-btn.call-btn:hover{
	background:#59127a;
	border-color:#59127a;
}
.title{
	font-size: 30px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    text-transform: uppercase;
	margin-bottom:20px;
}
.title:before{
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 67px;
    height: 3px;
    background-color: #f03f61;	
}
/* width */
.content-sec::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.content-sec::-webkit-scrollbar-track {
  background: #c9c0c0; 
}
 
/* Handle */
.content-sec::-webkit-scrollbar-thumb {
  background: #999; 
}

/* Handle on hover */
.content-sec::-webkit-scrollbar-thumb:hover {
  background: #666; 
}
.our-fleet{
	background:#f5f5f5;
	position:relative;
	overflow:hidden;
}
.our-fleet:after{
	position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 100%;
    background: #f03f61;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(50%, -50%) scale(.7);
    z-index: 1;
}
.our-fleet .sec-title{
	z-index:11;
}
.our-fleet .sec-title:before{
	left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.fleets-item{
	position:relative;
	overflow:hidden;
	transition:0.4s;
	z-index:11;
}
.fleet-title{
	position: absolute;
    left: 0;
    bottom: -100px;
    width: 100%;
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    padding: 15px;
    transition: 0.4s;
	background:#f03f61;
}
.fleets-item:hover{
	box-shadow:0 5px 13px 2px rgba(0,0,0,.12), 0 3px 11px 4px rgba(0,0,0,.12);
}
.fleets-item:hover .fleet-title{
	bottom:0;
}
/**tabs css**/
.tab-top{
	text-align:center;
	margin-bottom:20px;
}
.tab-top .sec-title:before{
	left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
    background:#59127a;
    border-bottom: 5px #f03e61 solid;
	
}
.tabs li{
	display:inline-block;
    margin:0;
    padding: 10px 10px 5px 10px;
    cursor: pointer;
    font-size:15px;
    line-height:2em;
    color:#FFF;
}
.tabs li:hover {
    background:#f03e61;
    }
.tabs li.current{
    background: #f03e61;
    color: #FFF;
}
.tab-content{
    display: none;
    background: #f5f5f5;
    padding: 15px;
    line-height:1.4;
}
.tab-content h3{
	font-size:20px;
}
.tab-content.current{
    display: inherit;
}
.tab-img-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.tab-img-wrapper .tab-img {
    flex: 1 0 32%;
    margin: 5px;
    height: 250px;
    background-color: #59127a;
}
.tab-img-wrapper .tab-img img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}
.faqs{
	background:#f5f5f5;
}
.faq-img{
	text-align:center;
}
.faq-img img{
	max-width:500px;
}
.faqs-sec .sec-title:before{
	left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.accordion-header .accordion-button{
	box-shadow:none;
	font-weight:600;
}
.accordion-button:not(.collapsed){
	background-color:#59127a;
	color:#fff;
}
.accordion-button:not(.collapsed)::after{
	filter: invert(1);
}
.g-map{
	height:380px;
}
.c-count{
	background: url(../images/count-bg-1.webp) center center no-repeat;
	background-size:cover;
}
.count-title{
	color: #fff;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 40px;
    padding: 0 65px;
    line-height: 1.3;
}
.counter{
	background: #f03f61;
	padding:40px 0;
	margin-bottom:20px;
}
.count-number{
	font-size: 60px;
    font-weight: 700;
    line-height: 1;
	color:#fff;
	margin-bottom:15px;
}
.count-text{
	margin: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.rev-item{
	padding: 115px 0;
    background-color: #59127a;
}
.rev-c-inner{
	position: relative;
    padding: 40px 35px 35px 125px;
	border: 3px solid rgba(247, 247, 247, .11);
}
.c-qoute{
	position: absolute;
    top: 35px;
    left: 35px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 3px solid #f4f4f4;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}
.c-qoute i{
	font-size:25px;
}
.c-rating{
	display: inline-block;
    border: 1px solid #f4f4f4;
    text-align: center;
    font-size: 14px;
    padding: 3px 7px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    margin-bottom: 20px;
	border-color: #f03f61;
}
.c-rating i{
	padding: 0 4px;
    color: #ebce09;
}
.c-desc p{
	font-style: italic;
    font-size: 22px;
    padding-bottom: 10px;
	margin:0;
	color:#fff;
}
.c-user .user-name{
	display: block;
    font-size: 20px;
    font-weight: 600;
	color:#f7f7f7;
	margin-bottom:5px;
}
.c-user .user-loc{
	font-size: 16px;
    color: #f03f61;	
}
.carousel-indicators .active{
	background-color:#f03f61;
}
.why-choose{
	padding-top:80px;
}
.why-choose .title{
	margin-bottom:40px;
}
.wc-icon{
	color:#0c1239;
	font-size: 30px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #dbdbdb;
    position: relative;
    z-index: 99;
	transition:0.5s;
}
.wc-icon i{
	width:70px;
}
.why-title{
	font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
	line-height: 1.5;
    color: #222;
}
.wc-inner:hover .wc-icon{
	background-color: #f03f61;
    border-color: #f03f61;
    color: #fff;
}
.qoute-form{
	background: #59127a;
}
.hero-form{
	background:#fff;
	padding: 30px;
	border-radius: 10px
}
.form-input{
	margin-bottom:15px;
}
.form-input label, .form-check label {
    color: #222;
    margin-bottom: 5px;
	font-weight: 500;
}
.form-input input, .form-input select, .form-input textarea{
	width: 100%;
    border: 1px solid #59127a;
    padding-left: 15px;
    padding-right: 15px;
    color: #555;
    background-color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
	font-size: 15px;
    height: 40px;
    line-height: 40px;
	outline:none;
	border-radius: 5px;
}
.form-input input:focus,
.form-input select:focus,
.form-input textarea:focus{
	border-color: #a8a8a8;
}/*
.return-main {
    display: none;
}*/
.form-input input:disabled{
	opacity:0.3;
}
.form-input textarea{
	height: 100px;
	padding: 10px 15px;
}
.form-btn .main-btn{
	padding:0 50px;
	border:none;
	outline:none;
}
.form-btn .back-btn {
    background: #f03f61;
}
.error{
	color:#ff0000;
	margin-bottom:0;
	margin-top:2px;
	font-size:14px;
	display:none;
}
.step-2{
	display:none;
}
.side-menu .main-btn{
	padding: 0 10px;
    display: block;
	font-size: 14px;
	margin-bottom:4px;
	line-height:45px;
}
.side-menu-mobile{
	display:none;
}
.covered-areas{
	background-color: #fff;
    background-image: url(../images/bg-map.webp);
    background-repeat: no-repeat;
    background-position: center;
	background-size:cover;
}
.covered-areas .sec-title:before{
	left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.contact-form-main .title:before{
	left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	
}
.areas-list ul{
	list-style:none;
	padding:0;
	margin:0;
}
.areas-list ul li{
	position:relative;
	padding-left:14px;
	padding-bottom:5px;
}
.areas-list ul li:before{
	content: "\f105";
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    top: -4px;
    left: 0;
}
.areas-list ul li a{
	font-weight:500;
	transition:0.4s;
}
.areas-list ul li a:hover{
	color:#f03f61;
}
.footer{
	background-color: #464066;
    background-image: url(../images/count-bg-1.webp);
    background-repeat: no-repeat;
    background-position: top;
	background-size:cover;
	color:#fff;
	font-size:15px;
}
.ft-logo img{
	filter:brightness(14);
}
.ftm-widget .tp-social a{
	padding-left:0;
	padding-right:10px;
}
.ftm-widget .tp-social a i{
	width: 35px;
    height: 35px;
    background: #f03f61;
    line-height: 35px;
    text-align: center;
    border-radius: 100%;
}
.ftm-widget .tp-social a:hover{
	color:#59127a;
}
.ftm-title{
	font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.ftm-menu ul{
	padding:0;
	margin:0;
	list-style:none;
}
.ftm-menu ul li{
	padding:4.5px 0;
	position:relative;
	padding-left:15px;
	font-size:15px;
}
.ftm-c-details{
	
}
.ftm-menu ul li:before{
	content: "\f105";
    font-family: FontAwesome;
    font-size: 19px;
    position: absolute;
    top: 1px;
    left: 0;
}
.ftm-menu ul li.ftm-address{
	padding-left:20px;
	line-height: 25px;
}
.ftm-menu ul li.ftm-email{
	padding-left:20px;
}
.ftm-menu ul li.ftm-phone{
	padding-left:20px;
	margin-top:5px
}
.ftm-menu ul li.ftm-address:before{
	content:"\f041";
	font-size:15px;
	top:5px;
}
.ftm-menu ul li.ftm-email:before{
	content:"\f0e0";
	font-size:15px;
	top:4.5px;
}
.ftm-menu ul li.ftm-phone:before{
	content:"\f095";
	font-size:15px;
	top:4.5px;
}
.ftm-menu ul li a{
	color: #fff;
    transition: 0.4s;
	
}
.ftm-menu ul li:hover i,
.ftm-menu ul li:hover a{
	color:#f03f61;
}
.footer-bottom{
	background-color: #f03f61;
}
.footer-bottom p{
	padding: 8px 0;
    color: #fff;
	margin:0;
}
.navbar-toggler{
	border: 0;
    outline: none;
    padding: 0;
}
.navbar-toggler i{
	font-size:30px;
	color:#f03f61;
}
.navbar-toggler:focus{
	box-shadow:none;
}

/****inner page css****/
.hero-inner-page{
	background: url(../images/page-header-bg.webp);
    background-size: cover;
	background-repeat: no-repeat;
	background-position:bottom right;
    background-position: left;
    padding: 90px 0;
	margin-top:132px;
}
.page-title{
	color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
    font-size: 44px;
    line-height: 1.2;
    position: relative;
}
#page-content h2{
	font-size:25px;
}
.inner-content-sec a{
	text-decoration:underline;
	color:#f03f61
}
.inner-content-sec a:hover{
	color:#59127a;
}
.list{
	padding: 0;
    margin: 0;
    list-style: none;
	
}
.list a{
	color:#f03f61;
}
.list a:hover{
	color:#59127a
}
.thanks-sec{
	background: #f7f7f7;
}
.float {
    position: fixed;
    width: 70px;
    height: 60px;
    bottom: 46px;
    left: 20px;
    color: #FFF;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}
.tp-social.contact-p-s a{
	color:#222;
}
.ct-form-sec{
	background:#f5f5f5;
}
.ct-form-sec .title:before{
	left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.fleet-item {
    margin-top: 20px;
}
.fleet-item-title {
    font-size: 16px !important;
    text-align: center;
    margin-bottom: 0;
}
.fleet-item-text {
    font-size: 12px;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
	.hero-content .container{
		max-width:100%;
	}
	.navbar-collapse{
		background:#fff;
		margin-top:15px;
	}
	.navbar-nav li{
		padding: 10px 0;
		
	}
	.navbar-nav li a{
		color:#222;
		font-size:18px;
	}
}
@media only screen and (max-width: 1024px) {
	.fleet-title{
		position:unset;
	}
}
@media only screen and (max-width: 992px) {
	.hero-content{
		margin-bottom:30px;
		text-align:center;
	}
	.hero-title {
		font-size: 40px;
		line-height: 52px;
	}
	.carousel-item img{
		height:750px;
	}
	.container{
		max-width:750px;
	}
	.carousel-control-next, .carousel-control-prev{
		display:none;
	}
	.rev-sec .carousel-item{
		background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
	}
	.why-choose.pe-5{
		padding-right:0 !important;
		padding-top:0;
		margin-bottom:40px;
	}
	.about-img{
		margin-bottom:20px;
	}
	.page-title{
		font-size:40px;
	}
	.service-widget{
		margin-bottom:30px;
	}
	.vc_opening-hours{
		margin-top:30px;
	}
	.faq-img.mt-5{
		margin-top:0 !important;
		margin-bottom:40px;
	}
	.tabs{
		display: flex;
        flex-wrap: wrap;
        padding: 10px;
	}
	.tabs li {
        width: 50%;
    }
}
@media only screen and (max-width: 767px) {
	.tp-contact .tp-c-details:first-child{
		display:none;
	}
	.navbar{
		padding: 8px 0;
	}
	.hero-title{
		font-size: 28px;
        line-height: 39px;
        margin-bottom: 15px;
	}
	.hero-sec{
		margin-top:128px;
		padding: 60px 0 !important;
	}
	.hero-form-sec{
		margin-top:128px;
		padding: 60px 0 !important;
	}
	.hero-form{
		padding:20px;
	}
	.hero-inner-page{
		margin-top:128px;
		padding: 60px 0 !important;
	}
	.sec-pad {
		padding: 50px 0;
	}
	.content-sec{
		text-align:center;
	}
	.title{
		text-align:center;
	}
	.title:before {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.title{
		font-size: 30px;
	}
	#page-content h2{
		font-size:25px;
	}
	.count-title{
		font-size:30px;
		padding:0;
	}
	.rev-c-inner{
		padding:30px;
		text-align:center;
	}
	.c-qoute{
		position:unset;
		margin:0 auto;
		margin-bottom:25px;
	}
	.contact-form-main{
		padding: 35px 20px;
	}
	.content-sec{
		margin-top:30px;
	}
	.footer-top{
		padding: 30px 0;
	}
	.ft-row{
		gap:30px;
	}
	.fm-row{
		gap:20px;
	}
	.ftm-widget.ps-2{
		padding-left:0 !important;
	}
	.ftm-hide{
		display:none;
	}
	.page-title{
		font-size:28px;
		line-height: 38px;
	}
	.ftm-menu.mt-5{
		margin-top:0 !important;
	}
	.tp-social{
		text-align:center;
	}
	.footer-bottom {
		padding:5px 0;
	}
	.footer-bottom p{
		text-align:center !important;
		padding:0;
	}
	.side-menu-mobile{
		display:block;
	}
	.side-menu-desktop{
		display:none;
	}
	.ftm-extra{
		padding-left:15px !important;
		padding-right:15px !important;
	}
}
@media only screen and (max-width: 600px) {
	.tab-img-wrapper .tab-img {
        flex: auto;
        height: auto;
    }
	.topbar{
		height:auto;
		padding:5px 0;
	}
	.tp-contact{
		display:block;
	}
	.tp-c-details{
		display:block;
		text-align:end;
	}
	.tp-c-details:last-child{
		margin-top:4px;
	}
	.hero-sec{
		margin-top: 147px;
	}
	.hero-form-sec{
		margin-top: 147px;
	}
	.hero-inner-page {
        margin-top: 147px;
     }
	 .hero-btns{
		display: flex;
		flex-direction: column;
		gap: 10px;
		align-items: center;
	 }
}

