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: #60963a;
	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: 16px;
}
.tp-c-details a{
	color: #fff;
	font-size: 15px;
}
.tp-c-details a:hover{
	color: #07abe8 !important;
}
.tp-social a{
	color: #fff;
    font-size: 16px;
    padding-right: 20px;
}
.tp-social a:hover{
	color:#07abe8;
}
.navbar{
	padding:10px 0;
}
.navbar-nav li{
	padding:0 15px;
}
.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: 15px;
    padding: 0 !important;
}
.navbar-nav li a:hover{
	color:#60963a;
}
.hero-sec{
	background-color:#60963a;
	background-image:url('../images/banner.webp');
	background-repeat: no-repeat;
    background-position: bottom;
    padding: 90px 0 !important;
    background-size: cover;
	margin-top:126px;
	position:relative;
	min-height:600px;
}

.hero-inner-sec{
	min-height:auto;
	background-position:top;
}
.hero-inner-sec .hero-title{
	margin-bottom:10px;
}
.hero-inner{
	position:relative;
	z-index:11;
}
.hero-content{
	color:#fff;
}
.hero-content .hero-subtitle{
	letter-spacing: 1.5px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 50px;
    line-height: 68px;
}
.hero-title{
	letter-spacing: 1.5px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 50px;
    line-height: 68px;
}
.hero-content p{
	font-size:20px;
	margin-bottom:30px;
}
.main-btn{
	font-size: 18px;
	color:#fff;
	background:#07abe8;
	display:inline-block;
	padding:0 20px;
	line-height:50px;
	border:1px solid #07abe8;
	font-weight: 600;
    letter-spacing: 0.5px;
	text-transform:uppercase;
	border-radius:5px;
}
.main-btn:hover{
	background:#60963a;
	border-color:#60963a;
}
.hero-btns .main-btn{
	max-width:200px;
	width:200px;
}
.main-btn.contact-btn{
	background:#60963a;
	border:1px solid #60963a;
}
.main-btn.call-btn{
	background:#fff;
	border:1px solid #fff;
	color:#000;
}
.main-btn.contact-btn:hover{
	background:#07abe8;
	border-color:#07abe8;
}
.main-btn.call-btn:hover{
	background:#60963a;
	border-color:#60963a;
	color:#fff;
}
.light-bg{
	background:#f5f5f5;
}
.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: #60963a;	
}
.title-center{
	text-align:center;
}
.title-center:before{
	left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.content-sec h2{
	font-size:20px;
}
.content-sec h3{
	font-size:18px;
}
.float-img{
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}
.content-list li{
	margin-bottom:10px;
}
.benifit-card{
	background: #f4f4f4;
    padding: 40px;
    text-align: center;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
}
.ben-c-title{
	font-size:20px;
}
.fleets-item{
	position:relative;
	overflow:hidden;
	transition:0.4s;
	z-index:11;
	padding:15px;
	background:#f5f5f5;
	border-radius:6px;
}
.fleet-title{
	font-size: 19px;
    font-weight: 500;
}
.fleet-content p{
	font-size: 13.5px;
    line-height: 23px;
}
.fleets-item:hover{
	box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
}
.fleets-item:hover .fleet-title{
	bottom:0;
}
.fleet-bottom{
	display: flex;
    justify-content: space-between;
}
.fleet-pass, .fleet-suitcase{
	display: flex;
    align-items: center;
    font-size: 14px;
    gap: 5px;
	font-weight: 500;
}
/**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:#60963a;
    border-bottom: 5px #fff solid;
	
}
.tabs li{
	display:inline-block;
    margin:0;
    padding: 10px 10px 5px 10px;
    cursor: pointer;
    font-size:15px;
    line-height:2em;
    color:#FFF;
	font-weight:500;
}
.tabs li:hover {
    background:#fff;
	color: #60963a;
    }
.tabs li.current{
    background: #fff;
    color: #60963a;
}
.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: #07abe8;
}
.tab-img-wrapper .tab-img img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}
.accordion-header .accordion-button{
	box-shadow:none;
	font-weight:600;
}
.accordion-button:not(.collapsed){
	background-color:#60963a;
	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;
}
.title-2{
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 40px;
    padding: 0 65px;
    line-height: 1.3;
}
.counter{
	background: #60963a;
	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: #07abe8;
}
.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: #60963a;
}
.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: #60963a;	
}
.carousel-indicators .active{
	background-color:#60963a;
}
.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: #60963a;
    border-color: #60963a;
    color: #fff;
}
.qoute-form{
	background: #07abe8;
}
.hero-form-main{
	position:relative;
	margin-top:-140px;
}
.hero-form{
	background:#fff;
	padding: 30px;
	position:relative;
	box-shadow:0px 0px 48px 15px rgba(0, 0, 0, 0.24);
}
.form-title{
	position: absolute;
    background: #60963a;
    color: #fff;
    top: 0;
    left: 0;
    margin: 0;
    padding: 5px 20px;
    top: -43px;
    font-size: 22px;
}
.form-row>*{
	padding-left:5px;
	padding-right:5px;
}
.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%;
    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;
}
.form-input input:disabled{
	opacity:0.3;
}
.form-input textarea{
	height: 100px;
	padding: 10px 15px;
}
.form-control:focus{
	box-shadow:none;
}
.form-btn .main-btn{
	padding:0 50px;
	border:none;
	outline:none;
	height: 58px;
    width: 100%;
	background:#60963a;
}
.form-btn .back-btn{
	background:#07abe8;
}
.form-btn .back-btn:hover{
	background:#07abe8;
}
.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:#60963a;
}
.footer{
	background-color: #60963a;
    background-image: url(../images/footerbg.webp);
    background-repeat: no-repeat;
    background-position: top;
	background-size:cover;
	color:#fff;
	font-size:15px;
}
.ftm-widget .tp-social a{
	padding-left:0;
	padding-right:10px;
}
.ftm-widget .tp-social a i{
	width: 35px;
    height: 35px;
	background:#fff;
    color: #60963a;
    line-height: 35px;
    text-align: center;
    border-radius: 100%;
}
.ftm-widget .tp-social a i:hover{
	color:#07abe8;
}
.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: 14px;
    position: absolute;
    top: 5.5px;
    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:13px;
	top:5px;
}
.ftm-menu ul li.ftm-email:before{
	content:"\f0e0";
	font-size:13px;
	top:6px;
}
.ftm-menu ul li.ftm-phone:before{
	content:"\f095";
	font-size:13px;
	top:5.5px;
}
.ftm-menu ul li a{
	color: #fff;
    transition: 0.4s;
	
}
.ftm-menu ul li:hover i,
.ftm-menu ul li:hover a{
	color:#07abe8;
}
.footer-bottom{
	background-color: #60963a;
}
.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:#60963a;
}
.navbar-toggler:focus{
	box-shadow:none;
}

.list{
	padding: 0;
    margin: 0;
    list-style: none;
	
}
.list a{
	color:#60963a;
}
.list a:hover{
	color:#07abe8
}
.thanks-sec{
	background: #f7f7f7;
}
.float {
    position: fixed;
    width: 70px;
    height: 60px;
    bottom: 46px;
    right: 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;
}
.contact-sec{
	background:#f5f5f5;
}
.contact-item i{
	font-size: 30px;
    margin-bottom: 20px;
    width: 65px;
    height: 65px;
    line-height: 65px;
    background: #60963a;
    text-align: center;
    border-radius: 100%;
    color: #fff;
}
.contact-item a{
	font-weight:500;
	color:#000;
	transition:0.4s;
}
.contact-item a:hover{
	color:#60963a;
}
.contact-sec .title-2{
	color:#000;
}
.testimonial {
    color: #000;
    position: relative;    
    background: #f5f5f5;
	padding: 25px;
	height:100%;
}
.testimonial p{
	font-style:italic;
}
.testimonial p::before {
	content: "\201D";
    font-family: Arial, sans-serif;
    color: #60963a;
    font-weight: bold;
    font-size: 224px;
    position: absolute;
    left: 0px;
    top: 75px;
    opacity: 0.2;
    z-index: 1;
}
.testimonial .name{
	margin:5px 0;
	
}
.testimonial .dates{
	color: #878383;
    font-size: 14px;
}
.star-rating li {
	padding: 0 2px;
	
}
.list-inline-item:not(:last-child){
	margin:0;
}
.star-rating i {
	font-size: 14px;
	color: #60963a;
}
.about-img img{
	background:#60963a;
}
.mb-image{
	display:none;
}
@keyframes jump-shaking {
  0% { transform: translateX(0) }
  25% { transform: translateY(-2px) }
  35% { transform: translateY(-2px) rotate(17deg) }
  55% { transform: translateY(2px) rotate(-17deg) }
  65% { transform: translateY(2px) rotate(17deg) }
  75% { transform: translateY(-2px) rotate(-17deg) }
  100% { transform: translateY(0) rotate(0) }
}
.hero-btns i{
	animation: jump-shaking 0.83s infinite;
}
@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: 992px) {
	.hero-title {
		font-size: 40px;
		line-height: 52px;
	}
	.hero-content .hero-subtitle {
		font-size: 40px;
		line-height: 52px;
	}
	.container{
		max-width:750px;
	}
	.why-choose.pe-5{
		padding-right:0 !important;
		padding-top:0;
		margin-bottom:40px;
	}
	.about-img{
		margin-bottom:30px;
	}
	.h-400{
		height:400px;
		object-fit:cover;
		object-position:center;
	}
	.h-500{
		height:500px;
		object-fit:cover;
		object-position:center;
	}
	.h-600{
		height:600px;
		object-fit:cover;
		object-position:center;
	}
	.float-img{
		float:none;
		margin-left: 0;
        width: 100%;
	}
	.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%;
    }
	.mb-image{
		display:block;
	}
	.dsk-image{
		display:none;
	}
	.fm-row{
		gap:20px 0;
	}
}
@media only screen and (max-width: 767px) {
	.topbar{
		height:auto;
		padding:5px 0;
	}
	.tp-contact .tp-c-details:last-child{
		display:none;
	}
	.navbar{
		padding: 5px 0;
	}
	.hero-title{
		font-size: 28px;
        line-height: 39px;
        margin-bottom: 15px;
	}
	.hero-content .hero-subtitle{
		font-size: 28px;
        line-height: 39px;
	}
	.hero-sec{
		margin-top:109px;
		padding: 60px 0 !important;
		min-height:575px;
	}
	.hero-inner-sec{
		min-height:auto;
	}
	.hero-form{
		padding:20px;
	}
	.hero-inner-page{
		margin-top:128px;
		padding: 60px 0 !important;
	}
	.sec-pad {
		padding: 50px 0;
	}
	.title{
		font-size: 24px;
	}
	#page-content h2{
		font-size:25px;
	}
	.title-2{
		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;
	}
	.footer-top{
		padding: 30px 0;
	}
	.ft-row{
		gap:30px;
	}
	.ftm-widget.ps-2{
		padding-left:0 !important;
	}
	.ftm-title{
		padding-bottom:10px;
	}
	.ftm-hide{
		display:none;
	}
	.page-title{
		font-size:28px;
		line-height: 38px;
	}
	.ftm-menu.mt-5{
		margin-top:0 !important;
	}
	.footer-bottom {
		padding:5px 0;
	}
	.footer-bottom p{
		text-align:center !important;
		padding:0;
	}
	.ftm-extra{
		padding-left:15px !important;
		padding-right:15px !important;
	}
	.contact-sec-main .row{
		gap:20px;
	}
	.h-400{
		height:auto;
	}
	.h-500{
		height:auto;
	}
	.h-600 {
		height: 400px;
    }
	.testimonial{
		height:auto;
	}
}
@media only screen and (max-width: 600px) {
	.tab-img-wrapper .tab-img {
        flex: auto;
        height: auto;
    }
	.tp-contact{
		display:block;
	}
	.tp-c-details{
		display:block;
		text-align:end;
	}
	.tp-c-details:last-child{
		margin-top:4px;
	}
	.hero-btns{
		display: flex;
		flex-direction: column;
		gap: 10px;
		align-items: center;
	 }
}

