body{
	color: #666;
	background:#f5f5f5;
}
a{
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	color:#333;
}
.blue-color{
	color:#154189;
}
.blue-bg{
	background:#154189;
}
.header{
	background:#fff;
}
.topbar a{
	color:#fff;
	font-weight: 500;
    margin-left: 10px;
}
.topbar a i{
	margin-right:5px;
}
.navbar-brand img{
	height: 60px;
    width: auto;
}
.navbar-nav li a{
	text-transform: uppercase;
    font-weight: 500;
    color: #333;
}
.navbar-nav li a:hover{
	color:#154189;
}
.hero{
	background-image:url(../images/parallax1.webp);
	background-size: cover;
    background-repeat: no-repeat;
	background-position:center;
	height:80vh;
}
.hero-content{
	background:rgb(21 65 137 / 87%);
	height:80vh;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.title-1{
	font-size:50px;
	font-weight:bold;
	line-height: 55px;
    margin-bottom: 15px;
}
.widget-title{
	font-size:25px;
}
.form-input{
	margin-bottom:10px;
}
.form-input label, .form-check label{
	color:#fff;
	margin-bottom: 5px;
}
.form-input select{
	cursor:pointer;
}
.return-main{
	display:none;
}
#CaptchaDiv{
	color: #fff;
    font-size: 20px;
    text-align: center;
}
.capbox-inner span{
	color: #fff;
	display:block;
	text-align:center;
	margin-bottom:8px;
}
.form-btn button{
	color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    outline: none;
    border: none;
    padding: 7px 32px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: var(--bs-border-radius);
	transition:0.4s;
}
.form-btn button:hover{
	background-color: #24a240;
}
.page-title{
	margin:0;
	font-size: 30px;
    font-weight: 500;
}
.content-sec a{
    color:#154189;
    text-decoration:underline;
}
.fleets-main{
	position:relative;
	overflow:hidden;
	z-index:1
}
.fleets-main:after{
	position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 100%;
    background: #154189;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(50%,-50%) scale(.7);
    z-index: -1;
}
.fleet-title{
	margin:0;
	font-size: 40px;
    font-weight: 500;
	text-transform: uppercase;
}
.fleets{
	position:relative;
	box-shadow:0 2px 4px 0 rgba(0,0,0,.12), 0 3px 6px 0 rgba(0,0,0,.15);
	transition:0.4s;
}
.fleets:hover{
	box-shadow: 0 5px 13px 2px rgba(0,0,0,.12), 0 3px 11px 4px rgba(0,0,0,.12);
}
.fleets a{
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    padding: 15px;
    transition: 0.4s;
}

/****covered areas css****/
.areas-main{
	background-image:url(../images/footer-image.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center;
}
.areas-content{
	background:rgb(21 65 137 / 87%);
}
.areas-links ul{
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
	flex-wrap:wrap;
}
.areas-links ul li{
	width:50%;
	margin-bottom: 5px;
}
.areas-links ul li a{
	color:#fff;
	transition:0.4s;
	font-weight: 500;
    font-size: 15px;
	position:relative;
	left: 0;
} 
.areas-links ul li a:hover{
	left: 5px;
}
.areas-links ul li a i{
	font-size:18px;
	margin-right:5px;
}
.footer-menu{
	margin:0;
	padding:0;
	list-style:none;
}
.footer-menu li{
	padding-bottom:5px;
}
.footer-menu li a{
	color:#666;
	transition:0.4s;
	font-weight:500;
}
.footer-menu li a:hover{
	color:#154189;
}
.footer-contact li{
	padding-bottom:2px;
}
.navbar-toggler:focus{
	box-shadow: none;
}
/* 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; 
}

/****inside pages css****/

.hero-inner-page{
	background-image:url(../images/inner-header-picture.png);
	background-attachment:inherit;
	height:auto;
}
.hero-inner-page .hero-content{
	height: auto;
	padding: 70px 0 !important;
}
.hero-inner-page .title-1{
	font-size: 40px;
}
.inner-content-sec h2, .inner-content-sec h3{
	font-size:25px;
}
.inner-content-sec ul li{
	margin-bottom:10px;
}
.contact-inner {
    height: 100%;
}
.contact-details {
    position: relative;
    padding-left: 26px;
    margin-bottom: 5px;
}
.contact-details:before {
    content: "\f041";
    font-family: FontAwesome;
    color: #666;
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
}
.contact-phone:before {
    content: "\f095";
}
.contact-email:before {
    content: "\f0e0";
}
.contact-details a {
    color: #666;
    transition: 0.4s;
    font-weight: 500;
    text-decoration: none;
}
.contact-details a:hover {
    color: #154189;
}
.map{
	height:350px;
}
/****side menu css****/
.side-menu{
	margin:0;
	padding:0;
	list-style:none;
}
.side-menu li{
	border-bottom: 1px solid #f5f5f5;
}
.side-menu li a{
	color: #fff;
    padding: 8px 24px;
    display: flex;
	transition:0.4s;
	font-weight: 600;
    font-size: 15px;
	align-items:center;
}
.side-menu li a i{
	font-size:20px;
	margin-right:5px;
}
.side-menu li a:hover{
	background:#fff;
	color:#154189;
}
.float {
    position: fixed;
    width: 70px;
    height: 60px;
    bottom: 20px;
    left: 20px;
    color: #FFF;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}
#g-recaptcha-response {
	display: block !important;
    position: absolute;
    margin: -77px 0 0 0 !important;
    width: 218px !important;
    height: 47px !important;
    z-index: -999999;
    opacity: 0;
}
@media only screen and (min-width: 992px) {
	.content-sec{
		height: 1317px;
		overflow: auto;
	}
	.inner-content-sec{
		height: 1506.5px;
	}
	.service-content{
		height: 1387.5px;
	}
	.tour-sec{
		height: 1426.5px;
	}
}
@media only screen and (min-width: 1400px) {
	.content-sec{
		height: 1345px;
		overflow: auto;
	}
	.inner-content-sec{
		height: 1507.9px;
	}
	.service-content{
		height: 1388.9px;
	}
	.tour-sec{
		height: 1428.9px;
	}
}

@media only screen and (max-width: 992px) {
	.hero .container{
		max-width:100%;
	}
	.hero .container .col-lg-6{
		padding:0;
	}
	.content-sec{
		height: auto;
	}
	.fleets-main:after{
		display:none;
	}
	.footer-content{
		margin-bottom:20px;
	}
	.footer-content.ps-3{
		padding-left: 0 !important;
	}
	.footer-logo{
		width: auto !important;
	}
}
@media only screen and (max-width: 767px) {
	.title-1{
		font-size: 31px;
		line-height: 36px;
		margin-bottom: 10px;
	}
	.page-title{
		font-size: 20px;
		line-height: 28px;
		padding: 15px !important;
	}
}
@media only screen and (max-width: 420px) {
	.topbar a{
		display: block;
	}
}