/* mycss */
.main-banner-p{
	position: relative !important ;
}
.main-banner{
	background-image: url(../img/slider1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0 !important;
}
.customContainer {
	display: flex;
	justify-content: space-around;
	align-items: center;
	/* max-width: 1170px; */
    width: 100%;
	justify-content: center;
	margin: 0 auto;
}
.dropdown-p.show .dropdown-menu-p{
	display: flex !important; 
	width: 400px;
}
.dropdown-menu-p .dropdown-menu-c{
list-style: none;

}
.dropdown-menu-p .dropdown-menu-c ul{
padding-left: 0 !important;
padding: 10px 0;
}
.dropdown-menu-p .dropdown-menu-c ul li{
list-style: none;

}
/* #carouselExampleFade, #carouselExampleFade .carousel-inner, #carouselExampleFade .carousel-inner .carousel-item{
	height: 530px !important;
} */
#carouselExampleFade .carousel-inner .carousel-item .slider-img-1 {
	width: 100%;
	height: 100%;
}
#phone-icon{
	display: none;
}

.innerPageBanner .bannerForm{
	margin-top: 35px !important;
}
@media (max-width:991px) {
	.main-banner{
		padding-top: 200px !important;
	}
	.downloadAppSec{
		/* position: absolute !important; */
		top: 0;
		width: 100%;
	}
	.we_Are{
		width: auto !important;
	}
	.main-banner-p .carouselText .twoColoredHeading,
	.carouselText ul{
		display: none;
	}
	.main-banner-p .carouselText{
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-bottom: none;
        padding-bottom: 0;
	}
	.main-banner-p .bannerForm{
	    padding-top: 0;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        border-top: none;
	}
	.headerInfo{
		display: none;
	}
	#phone-icon{
		display: block !important;
		padding: 4px 15px 9px 15px;
		border-radius: 5px;
		margin-right: 10px;
		border: 1px solid white;
		
	}
	#phone-icon:focus,
	#phone-icon:hover{
		border-color: #85c226;
    background: #85c226;
	}
	#phone-icon img{
		height: 20px;
		width: 20px;
		
	}
	.btns-nav{
		width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
	}
	.dropdown-p.show .dropdown-menu-p{
		display: flex !important; 
		width: 100%;
	}
}
/* mycss */
body {
	font-family: 'Lato', sans-serif;
}
.sectionPedding {
	padding: 80px 0;
}

.haveBorder {
	position: relative;
	text-align: center
}
.haveBorder:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 8px;
	height: 8px;
	border-radius: 100%;
}
.borderInner {
	padding-bottom: 15px;
}
.borderInner:before, .borderInner:after {
	content: "";
	position: absolute;
	bottom: 2px;
	width: 80px;
	height: 2px;
}
.borderInner:before {
	left: calc(50% - 90px);
}
.haveBorder:after, .borderInner:before, .borderInner:after {
	background: #84c341;
}
.haveBorder.whiteBorder:after, .borderInner.white:before, .borderInner.white:after {
	background: #FFF;
}
.borderInner:after {
	right: calc(50% - 90px);
}
.topBarWrap {
	padding: 20px 0
}
.logo {
	padding-top: 15px;
}
.headerInfo {
	text-align: right;
	font-size: 0
}
.headerInfoInner {
	display: inline-block;
	/*width: 30%;*/

	width: auto;
	font-size: 16px;
	vertical-align: top;
	text-align: left;
	margin-top: 3px;
	margin-right: 12%;
}
.headerInfoInner span {
	display: block;
}
.headerInfoInner ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.headerInfoInner ul li:nth-child(1) {
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	text-align: left;
}
.headerInfoInner ul li:nth-child(1) span {
	color: #84c341;
	margin-bottom: 2px;
}
.headerInfoInner ul li:nth-child(2) {
	color: #666;
	font-size: 14px;
}
.headerInfoInner ul li a {
	font-size: 14px;
	color: #666;
	text-decoration: none;
	transition: 0.2s all ease;
}
.headerInfoInner ul li a:hover {
	color: #84c341;
}
.headerInfoInner3 {
	/*padding-left: 10%;*/

	text-align: left;
	margin-top: 0;
	margin-right: 0 !important;
}
.headerInfoInner3 span {
	color: #84c341;
}
.topBarPhone {
	text-align: left;
	display: block;
	margin-top: -4px;
	font-size: 24px;
	color: #84c341;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 500;
	padding-right: 25px;
	text-decoration: none;
}
.topBarPhone:hover {
	color: #84c341;
	text-decoration: none;
}
.navWrap {
	background: #1e4065;
	position: relative;
}
.navbar-expand-lg {
	padding: 0;
}
.navbar-expand-lg .navbar-nav {
	justify-content: center;
	width: 100%;
}
.navWrap li {
	position: relative;
}
.navWrap li a {
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 15px;
	padding: 23px 18px !important;
	position: relative;
	transition: 0.3s all ease;
}
.navWrap li a.nav-link.active, .navWrap li a.nav-link:hover, .navWrap li a.nav-link:focus {
	color: #84c341;
}
.navWrap li a.nav-link.active:before, .navWrap li a.nav-link:hover:before, .navWrap li a.nav-link.dropdown-toggle:focus:before {
	position: absolute;
	content: '';
	width: 82%;
	height: 1px;
	background: #ffffff;
	left: 0;
	right: 0;
	bottom: 17px;
	margin: auto;
}
.navWrap li .subMenu {
	position: absolute;
	width: 300px;
	height: 0;
	color: #fff;
	overflow: hidden;
	left: 0;
	top: 67px;
	background: #ffffff;
	padding: 0 !important;
	z-index: 9;
	transition: 0.6s all ease;
	-webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,.1);
	box-shadow: 0 0 50px 0 rgba(0,0,0,.1)
}
.navWrap li .subMenu a {
	display: block;
	width: 100%;
	color: #878787 !important;
	text-decoration: none;
	padding: 12px 18px !important;
}
.navWrap li:hover .subMenu {
	height: auto;
	overflow: visible;
	padding: 8px 0 !important;
}
.navWrap li .subMenu a:hover {
	color: #85c226 !important;
}
.navWrap li .dropdown-menu {
	background: rgba(0,0,0,0.5);
	min-width: 170px;
}
.navWrap li.airports .dropdown-menu {
	min-width: 235px;
}
.navWrap li.stations .dropdown-menu {
	min-width: 190px;
}
.navWrap li .dropdown-menu li a {
	display: block;
	padding: 8px 15px !important;
	font-size: 14px;
}
.navWrap li .dropdown-menu li a:hover, .navWrap li .dropdown-menu li a:focus {
	color: #84c341;
	text-decoration: none;
}
.solutionsWeOffer .haveBorder h4, .ourProcess h4, .securitySolutions h4 {
	text-align: center;
	font-size: 3rem;
	font-family: 'Rajdhani', sans-serif;
}
.solutionsWrapper {
	margin-top: 30px;
}
.solutionsWeOffer h4, .whyChooseUs h4 {
	font-size: 18px;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700
}
.solutionsWeOffer h4 a, .whyChooseUs h4 a {
	color: #212529
}
.solutionsWeOffer .card {
	border-radius: 0;
	transition: 0.3s all ease;
}
.solutionsWeOffer .card:hover {
	background: #85c226;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.3)
}
.solutionsWeOffer .card:hover h4, .solutionsWeOffer .card:hover p, .solutionsWeOffer .card:hover a {
	color: #ffffff;
}
.solutionsWeOffer .col-sm-4 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.solutionsWeOffer .card-body {
	padding: 40px 15px 40px 85px
}
.solutionsWeOffer .card-link {
	color: #84c341
}
.cardBody1 {
	background: url(../img/service-icon1.png) 25px 40px no-repeat;
}
.cardBody2 {
	background: url(../img/service-icon2.png) 25px 45px no-repeat;
}
.cardBody3 {
	background: url(../img/service-icon3.png) 25px 45px no-repeat;
}
.cardBody4, .cardBody7 {
	background: url(../img/service-icon4.png) 25px 45px no-repeat;
}
.cardBody5 {
	background: url(../img/service-icon5.png) 25px 45px no-repeat;
}
.cardBody6 {
	background: url(../img/service-icon6.png) 25px 45px no-repeat;
}
.solutionsWeOffer .card:hover .cardBody1 {
	background: url(../img/service-icon1-white.png) 25px 40px no-repeat;
}
.solutionsWeOffer .card:hover .cardBody2 {
	background: url(../img/service-icon2-white.png) 25px 45px no-repeat;
}
.solutionsWeOffer .card:hover .cardBody3 {
	background: url(../img/service-icon3-white.png) 25px 45px no-repeat;
}
.solutionsWeOffer .card:hover .cardBody4, .solutionsWeOffer .card:hover .cardBody7 {
	background: url(../img/service-icon4-white.png) 25px 45px no-repeat;
}
.solutionsWeOffer .card:hover .cardBody5 {
	background: url(../img/service-icon5-white.png) 25px 45px no-repeat;
}
.solutionsWeOffer .card:hover .cardBody6 {
	background: url(../img/service-icon6-white.png) 25px 45px no-repeat;
}
.whyChooseUs {
	background: #f8f8f8;
	font-size: 0
}
.whyChooseUs .haveBorder {
	display: none;
}
.whyChooseLeft, .whyChooseRight {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	height: 700px;
}
.sectionImg {
	background: url(../img/why-choose.jpg) no-repeat repeat;
	background-size: cover;
	position: relative;
}
.textOnImage {
	position: absolute;
	width: 450px;
	height: 320px;
	background: rgba(133,194,38,0.8);
	padding: 68px 40px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
.textOnImage p {
	color: #fff;
	margin: 0;
	font-size: 52px;
	line-height: 62px;
}
.textOnImage p span {
	display: block;
	font-weight: 700;
}
.whyChooseRight {
	padding: 70px;
	font-size: 0
}
.whyChooseRightInnerLeft, .whyChooseRightInnerRight {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	margin-bottom: 10px;
}
.whyChooseRightInnerLeft {
	padding-right: 20px;
}
.whyChooseRightInnerRight {
	padding-left: 20px;
}
.whyChooseRight .card {
	border: none;
	background: none;
}
.whyChooseUs .card-body {
	padding-left: 110px;
}
.whyChooseRightInnerLeft .card-body {
	padding-right: 0;
}
.whyChooseRightInnerRight .card-body {
	padding-right: 0
}
.whyChooseUs .card-body span {
	position: absolute;
	left: 0;
	top: 25px;
	width: 68px;
	height: 68px;
	border: 1px solid #84c341;
}
.whyChooseUs .card-body span:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 28px;
}
span.whyChoseIcon1:before {
	background-image: url('../img/station1.png');
}
span.whyChoseIcon2:before {
	background-image: url('../img/station2.png');
}
span.whyChoseIcon3:before {
	background-image: url('../img/station3.png');
}
span.whyChoseIcon4:before {
	background-image: url('../img/station4.png');
}
span.whyChoseIcon5:before {
	background-image: url('../img/station5.png');
}
span.whyChoseIcon6:before {
	background-image: url('../img/station6.png');
}
span.whyChoseIcon7:before {
	background-image: url('../img/station7.png');
}
.whyChooseRight .card span {
	transition: 0.3s all ease;
}
.whyChooseRight .card:hover span {
	background: #85c226;
}
.whyChooseRight .card:hover span.whyChoseIcon1:before {
	background-image: url('../img/station1-white.png');
}
.whyChooseRight .card:hover span.whyChoseIcon2:before {
	background-image: url('../img/station2-white.png');
}
.whyChooseRight .card:hover span.whyChoseIcon3:before {
	background-image: url('../img/station3-white.png');
}
.whyChooseRight .card:hover span.whyChoseIcon4:before {
	background-image: url('../img/station4-white.png');
}
.whyChooseRight .card:hover span.whyChoseIcon5:before {
	background-image: url('../img/station5-white.png');
}
.whyChooseRight .card:hover span.whyChoseIcon6:before {
	background-image: url('../img/station6-white.png');
}
.whyChooseRight .card:hover span.whyChoseIcon7:before {
	background-image: url('../img/station7-white.png');
}
.whyChooseUs .card-body p {
	color: #000;
	line-height: 24px;
}
.ourProcess {
	background: #222
}
.ourProcessInner {
	background-image: url(../img/fw2.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}
.ourProcess h4 {
	color: #FFF;
	margin-bottom: 50px;
}
.ourProcessBoxs {
	font-size: 0;
}
.ourProcessBox {
	width: 20%;
	display: inline-block
}
.ourProcessBoxInner {
	width: 215px;
	height: 215px;
	margin: 0 auto;
	border-radius: 50%;
	border: 12px solid rgba(133,194,38,.5);
	box-shadow: 0 0 10px 22px #85c226 inset;
}
.boxContent {
	background-color: #FFF;
	width: 160px;
	height: 160px;
	margin: 16px auto 0;
	border-radius: 50%;
	text-align: center;
	padding: 100px 8px 8px;
}
.boxContent h5 {
	font-size: 15px;
	line-height: 22px;
	color: #222;
	font-weight: 700
}
.boxContent h5 span {
	display: block;
	font-family: 'Rajdhani', sans-serif;
	font-size: 22px;
	margin-bottom: 12px;
	transition: 0.3s all ease;
}
.boxContent h5 a {
	color: #222
}
.ourProcessBoxInner:hover .boxContent h5 span a {
	color: #85c226;
}
.boxContent1 {
	background-image: url(../img/airport1.png);
}
.boxContent2 {
	background-image: url(../img/airport2.png);
}
.boxContent3 {
	background-image: url(../img/airport3.png);
}
.boxContent4 {
	background-image: url(../img/airport4.png);
}
.boxContent5 {
	background-image: url(../img/airport5.png);
}
.boxContent1, .boxContent2, .boxContent3, .boxContent4, .boxContent5 {
	background-position: top 25px center;
	background-repeat: no-repeat;
	background-size: 64px;
}
.ourProcess p {
	color: #fff;
	font-size: 30px;
	margin: 0;
	text-align: center;
}
.ourProcess p span {
	color: #85c226;
}
.securitySolutionSlider {
	margin-top: 50px;
}
.securityBox {
	width: 100%;
}
.securityBox .securityImg {
	position: relative;
	overflow: hidden;
}
.securityBox .securityImg img {
	width: 100%;
	height: auto;
	transition: 0.8s all ease;
}
.securityBox:hover .securityImg img {
	transform: scale(1.2);
}
.securityIconWrapper {
	position: absolute;
	bottom: 0;
	right: 0;
}
.securityBox .securityIconWrapper:before, .securityBox .securityIconWrapper:after {
	position: absolute;
	content: "";
}
.securityBox .securityIconWrapper:before {
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-bottom: 112px solid;
	border-left: 112px solid transparent;
	border-bottom-color: #85c226;
	transition: 0.5s all ease;
}
.securityBox:hover .securityIconWrapper:before {
	border-bottom-color: #000000;
}
.securityBox .securityIconWrapper:after {
	left: -22px;
	bottom: -32px;
	width: 7px;
	height: 200px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.securityIconWrapper span {
	color: #fff;
	position: relative;
	font-size: 34px;
	margin-bottom: 15px;
	margin-right: 15px;
	display: inline-block;
}
.securityContent {
	padding-top: 30px;
}
.securityContent h3 {
	margin-top: 0;
	margin-bottom: 12px;
	font-family: 'Rajdhani', sans-serif;
	font-size: 26px;
}
.securityContent h3 a {
	color: #000;
	text-decoration: none;
	transition: 0.5s all ease;
}
.securityBox:hover .securityContent h3 a {
	color: #85c226;
}
.securityContent p {
	color: #000;
	margin-bottom: 0;
}
.securityContent a {
	color: #85c226;
	transition: 0.3s all ease;
}
.securityBox:hover .securityContent a {
	color: #000000;
}
.securitySolutions .owl-nav {
	display: none;
}
.securitySolutions .owl-dots {
	text-align: center;
	margin-top: 50px;
}
.securitySolutions .owl-dots button {
	width: 12px;
	height: 12px;
	background: #85c226;
	border: 1px solid #85c226;
	border-radius: 50%;
	margin-right: 8px;
	outline: 0;
}
.securitySolutions .owl-dots button.active {
	background: #fff;
}
.footerWrapper {
	background: #222;
	color: #FFF;
	padding: 80px 0 30px;
}
.footerWrapper h3 {
	margin-top: 0;
	margin-bottom: 20px;
	font-family: 'Rajdhani', sans-serif;
	font-size: 26px;
}
.footerWrapper p, .footerWrapper ul li, .footerWrapper ul li a {
	color: #fff
}
.footerWrapper ul li a {
	text-decoration: none;
	transition: 0.2s all ease;
}
.footerWrapper ul li a:hover {
	color: #85c226;
}
.footerWrapper ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.footerWrapper ul.withArrow li {
	margin-bottom: 15px;
	padding-left: 18px;
	background: url(../img/rightArrow-grey.png) left top 7px no-repeat;
	background-size: 10px;
}
.footerWrapper ul li:last-child {
	margin-bottom: 0;
}
.footerWrapper ul.contactDetails li {
	margin-bottom: 10px;
	padding-left: 30px;
}
.footerWrapper li.footerAddress {
	background: url(../img/location-icon.png) left top 5px no-repeat;
	background-size: 14px;
}
.footerWrapper li.footerEmail {
	background: url(../img/mail-icon.png) left top 5px no-repeat;
	background-size: 14px;
}
.footerWrapper li.footerPhone {
	background: url(../img/phone-icon.png) left top 5px no-repeat;
	background-size: 14px;
}
.newsletterWrap {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 25px;
	margin-bottom: 30px;
}
.newsletterWrap input[type="email"] {
	width: 100%;
	height: 55px;
	padding: 12px 75px 12px 20px;
}
.newsletterWrap input {
	border: none;
	border-radius: 0;
}
.newsletterWrap input[type="submit"] {
	position: absolute;
	width: 65px;
	height: 55px;
	top: 0;
	right: 0;
	background: #85c226 url('../img/newsletter-icon.png') center no-repeat;
}
.newsletterWrap input[type="submit"]:focus {
	box-shadow: none;
}
.newsletterWrap ul.socialIcons {
	margin-top: 20px;
}
.footerBottom {
	background: #85c226;
	padding: 20px 0;
}
.footerBottom p {
	color: #fff;
	margin-top: 7px;
	margin-bottom: 0;
	display: inline-block;
	font-size: 17px;
}
.footerBottomRight {
	float: right;
}
.footerBottom a {
	color: #fff;
	transition: 0.3s all ease;
	text-decoration: none;
}
.footerBottom a:hover {
	color: #000;
}
.footerBottom ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.footerBottom ul.socialIcons li {
	display: inline-block;
	margin-right: 5px;
	width: 36px;
	height: 36px;
}
.footerBottom ul.socialIcons li a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	transition: 0.3s all ease;
}
.footerBottom ul li.twitter a {
	background: #fff url('../img/twitter-green.png') center no-repeat;
}
.footerBottom ul li.twitter:hover a {
	background: #1e4065 url('../img/twitter-white.png') center no-repeat;
}
.footerBottom ul li.fb a {
	background: #fff url('../img/facebook-green.png') center no-repeat;
}
.footerBottom ul li.fb:hover a {
	background: #1e4065 url('../img/facebook-white.png') center no-repeat;
}
.footerBottom ul li.insta a {
	background: #fff url('../img/insta-green.png') center no-repeat;
}
.footerBottom ul li.insta:hover a {
	background: #1e4065 url('../img/insta-white.png') center no-repeat;
}
.footerBottom ul li.pinterest a {
	background: #fff url('../img/pinterest-green.png') center no-repeat;
}
.footerBottom ul li.pinterest:hover a {
	background: #1e4065 url('../img/pinterest-white.png') center no-repeat;
}
.carouselText {
	padding: 25px;
    /* background: rgb(255 255 255 / 75%); */
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100% !important;
	/* border: 3px solid black;
	border-radius: 10px !important; */
}
.customContainer .row [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
.twoColoredHeading {
	text-transform: uppercase;
	margin-bottom: 30px;
}
.twoColoredHeading span {
	padding: 12px 18px;
	color: #ffffff;
	font-size: 34px;
	font-weight: 700;
}
.twoColoredHeading span.greenBg {
	background: #85c226;
}
.twoColoredHeading span.blackBg {
	background: #000000;
}
.carouselText h2 {
	color: #222222;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 5px;
}
.carouselText ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.carouselText ul li {
	font-size: 21px;
	color: #222;
	margin-bottom: 8px;
	padding-left: 30px;
	position: relative;
}
.carouselText ul li:last-child {
	margin-bottom: 0;
}
.carouselText ul li:before {
	position: absolute;
	content: '';
	width: 17px;
	height: 17px;
	background: #85c226 url(../img/right-arrow-white.png) center no-repeat;
	background-size: 11px;
	border-radius: 50%;
	left: 0;
	top: 8px;
}
.carouselText a {
	background: #000000;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	padding: 13px 30px;
	margin-top: 30px;
	display: inline-block;
	text-decoration: none;
	transition: 0.3s all ease;
}
.carouselText a:hover {
	background: #85c226;
}
#carouselExampleFade .carousel-control-next, #carouselExampleFade .carousel-control-prev {
	width: 40px;
	height: 40px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
	display: none;
}
#carouselExampleFade .carousel-control-prev {
	left: 20px;
	background-image: url('../img/leftSliderArrow.png');
}
#carouselExampleFade .carousel-control-next {
	right: 20px;
	background-image: url('../img/rightSliderArrow.png');
}
#carouselExampleFade .carousel-control-next:hover, #carouselExampleFade .carousel-control-prev:hover {
	background-color: #000;
}
.aboutUs {
	font-size: 0;
	background: #f8f8f8;
	padding: 60px 0;
}
.aboutUsLeft, .aboutUsRight {
	width: auto;
	display: inline-block;
	vertical-align: top;
}
.aboutUsLeft {
}
.aboutUsLeft h1 {
	font-size: 33px;
	margin-top: 0;
	margin-bottom: 20px;
	font-family: 'Rajdhani', sans-serif;
}
.aboutUsLeft p, .aboutUsAddition p {
	font-size: 16px;
	line-height: 26px;
}
.aboutUsAddition p:last-child {
	margin-bottom: 0;
}
.aboutUsLeft a {
	display: inline-block;
	padding: 12px 25px;
	font-size: 16px;
	background: #85c226;
	color: #fff;
	margin-top: 10px;
	text-decoration: none;
	transition: 0.2s all ease;
}
.aboutUsLeft a:hover {
	background: #1e4065;
}
.aboutUsRight {
	padding-left: 30px;
}
.aboutUsRight img {
	width: 100%;
	margin-top: 10px;
}
.bookingForm {
	position: absolute;
	width: 330px;
	height: 242px;
	background: #1e4065;
	padding: 25px 25px;
	top: 0;
	bottom: 0;
	right: 80px;
	margin: auto;
}
.bookingFormWrap{
	background: #1e4065;
}
.bookingFormWrap .bookingForm{
	position:inherit;
	width:100%;
	height:auto;
}
.bookingForm h2 {
	font-size: 28px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 20px;
	color: #fff;
	text-align: center;
}

.bookingForm form ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.bookingForm form ul li {
	width: 100%;
	margin-bottom: 15px;
}
.bookingFormWrap .bookingForm form ul{
	font-size:0;
}
.bookingFormWrap .bookingForm form ul li{
	width:33.33%;
	display:inline-block;
	font-size:15px;
	padding:0 5px;
	vertical-align:top
}
.bookingForm form ul li:last-child {
	margin-bottom: 0;
}
.bookingForm form ul li label {
	display: none;
}
.bookingForm form ul li input, .bookingForm form ul li button {
	width: 100%;
	font-size: 15px;
}
.bookingForm form ul li input {
	background: #fff url('../img/location.png') right 15px center no-repeat;
}
.bookingForm form ul li button {
	background: #85c226;
	border: 1px solid #85c226;
	font-weight: 700;
}
.contentSecInner {
	padding: 60px 0;
}
.contentSecInner.greyBg {
	background: #f8f8f8;
}
.contentSecInner h3 {
	font-size: 33px;
	margin-top: 0;
	margin-bottom: 20px;
	font-family: 'Rajdhani', sans-serif;
}
.contentSecInner p {
	font-size: 16px;
	line-height: 26px;
}
.contentSecInner p:last-child {
	margin-bottom: 0;
}
.contentSecInner img {
	width: 100%;
}
.downloadAppSec {
	background: #4d4d4d;
	padding: 25px 0;
}
.downloadAppSec p {
	color: #fff;
	margin: 0;
	background: url(../img/phoneLarge.png) left center no-repeat;
	display: inline-block;
	font-size: 21px;
	padding: 18px 0 18px 85px;
}
.appStoreLinks {
	text-align: right;
	display: inline-block;
	float: right;
	margin-top: 7px;
}
.appStoreLinks a {
	display: inline-block;
}
.appStoreLinks a.googleAppleStore {
	margin-right: 10px;
}
.appStoreLinks a img {
	width: 180px;
}
.innerPageBanner {
	background: #84c341;
	padding: 50px 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
	
}
.innerPageBanner h2 {
	margin: 0;
	color: #FFF;
	text-align: center;
	font-size: 36px;
	font-family: 'Rajdhani', sans-serif;
}
.innerPageContent {
	padding: 60px 0;
}
.aboutImgWrapper {
	width: 400px;
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
}
.aboutImgWrapper img {
	width: 100%;
}
.aboutPageContent h3 {
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 15px;
	font-family: 'Rajdhani', sans-serif;
}
h3 {
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 15px;
	font-family: 'Rajdhani', sans-serif;
}
.aboutPageContent p, .aboutPageContent ul li {
	font-size: 17px;
	line-height: 28px;
}
.aboutPageContent p:last-child {
	margin-bottom: 0;
}
.aboutPageContent ul {
	margin: 0;
	padding-left: 20px;
}
.contactForm, .contactUsNew {
	display: inline-block;
	vertical-align: top;
}
.contactForm {
	width: 48%;
	margin-right: 3%;
}
.contactUsNew {
	width: 48%;
}
.contactPageContent h2 {
	font-family: 'Rajdhani', sans-serif;
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 25px;
}
.contactForm input {
	width: 100%;
	height: 36px;
}
.contactForm textarea {
	width: 100%;
	height: 150px;
	border: 1px solid #ccc;
	padding: 12px;
	resize: none;
}
.contactForm button {
	background: #84c341;
	border: 1px solid #84c341;
	color: #fff;
	padding: 10px 30px;
	font-size: 15px;
}
.contactUsNew ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.contactUsNew ul li {
	padding-left: 35px;
	margin-bottom: 15px;
}
.contactUsNew ul li.addressIcon {
	background: url(../img/addressIcon.png) left center no-repeat;
	background-size: 22px;
}
.contactUsNew ul li.messageIcon {
	background: url(../img/messageIcon.png) left center no-repeat;
	background-size: 21px;
}
.contactUsNew ul li.phoneIcon {
	background: url(../img/phoneIcon.png) left center no-repeat;
	background-size: 20px;
}
.contactUsNew ul li.clockIcon {
	background: url(../img/clockIcon.png) left center no-repeat;
	background-size: 20px;
}
.contactUsNew p {
	font-size: 18px;
}
.contactMap {
	margin-top: 30px;
}
.contactMap iframe {
	height: 185px;
}

@media only screen and (max-width: 1900px) and (min-width: 1366px) {
.solutionsWeOffer .container, .ourProcess .container {
	max-width: 1260px;
}
}

@media(max-width:1366px) {
.whyChooseRight {
	padding: 40px;
}
.whyChooseRightInnerLeft, .whyChooseRightInnerRight {
	margin-bottom: 0;
}
.whyChooseRightInnerLeft {
	padding-right: 15px;
}
.whyChooseRightInnerRight {
	padding-left: 15px;
}
.whyChooseUs .card-body {
	padding-left: 90px;
}
.whyChooseUs .card-body span {
	width: 64px;
	height: 64px;
}
.whyChooseUs .card-body span:before {
	width: 28px;
	height: 28px;
}
.solutionsWeOffer .card-body {
	padding: 40px 15px 40px 81px;
}
.solutionsWeOffer h4 {
	font-size: 16px;
}
}

@media(max-width:1200px) {
.navWrap li a {
	font-size: 13px;
	padding: 23px 10px !important;
}
/* #carouselExampleFade, #carouselExampleFade .carousel-inner, #carouselExampleFade .carousel-inner .carousel-item {
	height: 435px;
} */
#carouselExampleFade .carousel-inner .carousel-item .slider-img-1 {
	width: 100%;
	height: 100%;
}
.twoColoredHeading span {
	padding: 10px 18px;
	font-size: 30px;
}
/* .carouselText {
	height: 321px;
	left: 60px;
} */
.carouselText h2 {
	margin-bottom: 30px;
}
.carouselText ul li {
	font-size: 20px;
}
.carouselText a {
	padding: 12px 28px;
	margin-top: 25px;
}
.sectionPedding {
	padding: 60px 0;
}
.solutionsWeOffer .haveBorder h4, .ourProcess h4, .securitySolutions h4 {
	font-size: 42px;
}
.solutionsWeOffer .card-body {
	padding: 30px 15px 30px 81px;
	min-height: 224px;
	background-position: 25px 32px;
}
.solutionsWeOffer .card-body:hover {
	background-position: 25px 32px !important;
}
.whyChooseUs {
	padding: 50px 30px 0;
}
.whyChooseUs .haveBorder {
	display: block;
}
.whyChooseUs .haveBorder h2 {
	font-family: 'Rajdhani', sans-serif;
}
.whyChooseLeft {
	display: none;
}
.whyChooseRight {
	padding: 0;
	width: 100%;
	height: auto;
	margin-top: 50px;
}
.whyChooseUs .card-body {
	padding-left: 85px;
	padding-top: 0;
}
.whyChooseUs .card-body span {
	width: 60px;
	height: 60px;
	top: 0;
}
.whyChooseUs .card-body span:before {
	width: 25px;
	height: 25px;
}
.ourProcessBox {
	width: 50%;
}
.ourProcessBox.last {
	width: 100%;
}
.ourProcessBoxs .ourProcessBox:nth-child(1), .ourProcessBoxs .ourProcessBox:nth-child(2) {
	margin-bottom: 50px;
}
.newsletterWrap input[type="email"] {
	padding: 12px 65px 12px 15px;
	font-size: 14px;
}
.aboutUsRight img {
	margin-top: 47px;
}
.whyChooseRightInnerLeft, .whyChooseRightInnerRight {
	margin-bottom: 20px;
}
}

@media(max-width:992px) {
.topBarWrap .col-sm-4, .topBarWrap .col-sm-8 {
	flex: 0 0 100%;
	max-width: 100%;
}
.topBarWrap .col-sm-4 {
	text-align: center;
	margin-bottom: 20px;
}

.customContainer{
	display: flex;
	flex-direction: column;
}
.headerInfo {
	text-align: center;
	font-size: 0;
}
.headerInfoInner {
	margin-right: 10%;
}
.navbar-toggler {
	border: 1px solid #fff;
	padding-left: 10px;
	padding-right: 10px;
}
.navbar-toggler .navbar-toggler-icon {
	background: url('../img/menuBar-white.png') center no-repeat;
}
.navbar-toggler:hover, .navbar-toggler:focus {
	border: 1px solid #85c226;
	background: #85c226;
	outline: 0;
}
.navWrap {
	padding: 7px 0;
}
.navWrap ul.navbar-nav {
	margin-top: 10px;
}
.navWrap li a {
	font-size: 13px;
	padding: 15px 10px !important;
	border-bottom: 1px dashed #fff;
	text-align: center;
}
.navWrap li:hover a.nav-link {
	color: #84c341;
}
.navWrap li:last-child a {
	border-bottom: none;
}
.navWrap li a:before {
	display: none;
}
.navWrap li:hover .subMenu {
	height: 0;
	overflow: hidden;
	padding: 0 !important;
}
.navWrap li .subMenu {
	position: relative;
	width: 100%;
	top: 0px;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	transition: 0.3s all ease;
}
.navWrap li .subMenu a {
	display: block;
	width: 100%;
	color: #fff !important;
	text-decoration: none;
	padding: 12px 10px 12px 40px !important;
}
.navWrap li.opened .subMenu {
	height: auto;
	overflow: visible;
	padding: 8px 0 !important;
}
.navWrap li .dropdown-menu {
	background: transparent;
}
.navWrap li .dropdown-menu li a {
	border: none;
}
#carouselExampleFade, #carouselExampleFade .carousel-inner, #carouselExampleFade .carousel-inner .carousel-item {
	height: 370px;
}
.twoColoredHeading {
	text-transform: uppercase;
	margin-bottom: 25px;
}
.twoColoredHeading span {
	padding: 8px 16px;
	font-size: 26px;
}
.carouselText {
	height: 278px;
	left: 20px;
}
.carouselText h2 {
	margin-bottom: 25px;
	font-size: 22px;
}
.carouselText ul li {
	font-size: 18px;
	padding-left: 28px;
}
.carouselText ul li:before {
	top: 6px;
}
.carouselText a {
	padding: 10px 25px;
	margin-top: 22px;
	font-size: 16px;
}
.bookingForm {
	width: 310px;
	right: 20px;
}
.sectionPedding {
	padding: 50px 0;
}
.solutionsWeOffer .haveBorder h4, .ourProcess h4, .securitySolutions h4 {
	font-size: 36px;
}
.solutionsWeOffer .col-sm-4 {
	flex: 0 0 50%;
	max-width: 50%;
}
.solutionsWeOffer .card-body {
	padding: 90px 15px 30px 15px;
	min-height: auto;
	background-position: center 32px;
	text-align: center;
}
.solutionsWeOffer .card-body:hover {
	background-position: center 32px !important;
}
.securitySolutions .owl-dots {
	margin-top: 20px;
}
.footerWrapper {
	padding: 60px 0 30px;
}
.footerWrapper .col-sm-3 {
	flex: 0 0 50%;
	max-width: 50%;
}
.footerWrapper .col-sm-3:nth-child(1) {
	margin-bottom: 20px;
}
.aboutUs {
	padding: 50px 0;
}
.aboutUsRight {
	display: none;
}
.aboutUsLeft {
	width: 100%;
}
.contentSecInner {
	padding: 50px 0;
}
.contentSecInner .col-sm-6 {
	flex: 0 0 100%;
	max-width: 100%;
}
.contentSecInner .imgCol {
	display: none;
}
.contentSecInner h3, .aboutUsLeft h1 {
	position: relative;
	font-family: 'Rajdhani', sans-serif;
	padding-bottom: 10px;
}
.contentSecInner h3:after, .aboutUsLeft h3:after {
	position: absolute;
	content: '';
	width: 150px;
	height: 2px;
	background: #85c226;
	bottom: 0;
	left: 0;
}
.downloadAppSec p {
	background-size: 49px;
	font-size: 16px;
	padding: 12px 0 12px 65px;
}
.appStoreLinks a.googleAppleStore {
	margin-right: 5px;
}
.appStoreLinks a img {
	width: 130px;
}
.footerWrapper .col1, .footerWrapper .col2 {
	margin-bottom: 30px;
}
.innerPageContent {
	padding: 50px 0;
}
.aboutImgWrapper {
	width: 300px;
}
.contactUsNew p {
	font-size: 16px;
}
}

@media(max-width:768px) {
    .main-banner-p .carouselText{
        border-radius: 0 !important;
		display: block;
		color:  #fff;
    }
	.carouselText h2{
		display: none ;
	}
    .main-banner {
    padding-top: 209px !important;
	background-image: none !important;
	background: #000 !important;
}
.topBarWrap {
	padding: 0px !important;
}
.topBarWrap .logo img {
	width: 240px;
}
.headerInfoInner {
	margin-right: 8%;
}
.headerInfoInner2 {
	display: none;
}
.headerInfoInner3 {
	margin-right: 0;
}
.headerInfoInner ul li:nth-child(1) {
	font-size: 15px;
}
.headerInfoInner ul li:nth-child(2), .headerInfoInner ul li a {
	font-size: 13px;
}
.topBarPhone {
	font-size: 20px;
	padding-right: 20px;
}
#carouselExampleFade, #carouselExampleFade .carousel-inner, #carouselExampleFade .carousel-inner .carousel-item {
	height: 1000px !important;
	background-image: url(../img/web-pattern.png);
	background-color: #fff;
	background-attachment: fixed;
}
#carouselExampleFade .carousel-inner .carousel-item .slider-img-1 {
	display: none !important;
}
.bookingForm {
	width: 285px;
	height: 231px;
	top: 240px;
	right: 0;
	left: 0;
	padding: 22px 25px;
}
.bookingForm h2 {
	font-size: 24px;
}
.bookingFormWrap .bookingForm form ul li{
	width:100%;
}
.carouselText {
	/* width: 260px;
	height: 214px; */
	left: 0;
	right: 0;
	top: 20px;
	margin: 0 auto;
}
.twoColoredHeading {
	margin-bottom: 15px;
}
.twoColoredHeading span {
	padding: 7px 12px;
	font-size: 18px;
}
.carouselText h2 {
	margin-bottom: 15px;
	font-size: 16px;
}
.carouselText ul li {
	font-size: 14px;
	padding-left: 20px;
}
.carouselText ul li:before {
	width: 14px;
	height: 14px;
	background: #85c226 url(../img/right-arrow-white.png) center no-repeat;
	background-size: 8px;
	top: 4px;
}
.carouselText a {
	padding: 9px 19px;
	margin-top: 20px;
	font-size: 14px;
}
.aboutUs {
	padding: 40px 0;
	text-align: center;
}
.solutionsWeOffer .col-sm-4 {
	flex: 0 0 400px;
	max-width: 400px;
	margin: 15px auto;
}
.sectionPedding {
	padding: 40px 0;
}
.solutionsWeOffer .haveBorder h4, .ourProcess h4, .securitySolutions h4 {
	font-size: 30px;
	padding-bottom: 12px;
}
.borderInner:before, .borderInner:after {
	bottom: 3px;
	width: 70px;
}
.borderInner:before {
	left: calc(50% - 80px);
}
.borderInner:after {
	right: calc(50% - 80px);
}
.whyChooseRightInnerLeft, .whyChooseRightInnerRight {
	width: 100%;
}
.whyChooseRightInnerLeft {
	padding-right: 0;
}
.whyChooseRightInnerRight {
	padding-left: 0;
}
.whyChooseUs .card-body {
	padding-left: 82px;
}
.ourProcessBox {
	width: 100%;
}
.ourProcessBoxs .ourProcessBox:nth-child(1), .ourProcessBoxs .ourProcessBox:nth-child(2),  .ourProcessBoxs .ourProcessBox:nth-child(3), .ourProcessBoxs .ourProcessBox:nth-child(4) {
	margin-bottom: 40px;
}
.ourProcess p {
	font-size: 22px;
}
.securityContent {
	padding-top: 30px;
	text-align: center;
}
.footerWrapper {
	padding: 35px 0 25px;
}
.footerWrapper .col-sm-3 {
	flex: 0 0 100%;
	max-width: 100%;
}
.newsletterWrap {
	width: 400px;
}
.footerWrapper .col-sm-3:nth-child(1), .footerWrapper .col-sm-3:nth-child(2), .footerWrapper .col-sm-3:nth-child(3) {
	margin-bottom: 20px;
}
.footerBottom {
	padding: 15px 0;
	text-align: center;
}
.footerBottomRight {
	float: none;
	margin-top: 2px;
}
.contentSecInner h3:after, .aboutUsLeft h3:after {
	width: 130px;
	right: 0;
	margin: auto;
}
.contentSecInner {
	text-align: center;
}
.downloadAppSec {
	text-align: center;
}
.downloadAppSec p {
	background: url(../img/phoneLarge.png) top center no-repeat;
	background-size: 55px;
	font-size: 18px;
	padding: 70px 0 12px 0;
	display: block;
}
.appStoreLinks {
	text-align: center;
	display: inline-block;
	float: none;
	margin-top: 8px;
}
.appStoreLinks a img {
	width: 140px;
}
.innerPageContent {
	padding: 40px 0;
}
.aboutPageContent {
	text-align: center;
}
.aboutPageContent ul {
	padding: 0;
	list-style-type: none;
}
.aboutImgWrapper {
	display: none;
}
.contactForm, .contactUsNew {
	width: 100%;
}
.contactForm {
	margin-right: 0;
}
.contactUsNew {
	margin-top: 30px;
}
.contactPageContent h2 {
	margin-bottom: 20px;
}
.footerBottom p {
	margin-top: 0;
	margin-bottom: 10px;
}
}

@media(max-width:480px) {
    .appStoreLinks a img {
    width: 100px;
}
.topBarWrap .col-sm-4 {
	margin-bottom: 0px !important;
}
.logo {
	padding-top: 10px;
}
.topBarWrap .logo img {
	width: 220px;
}
.headerInfoInner2 {
	display: block;
}
.headerInfoInner {
	margin-right: 0;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}
.headerInfoInner3 {
	margin-bottom: 0;
	text-align: center;
}
.headerInfoInner ul li:nth-child(1) {
	text-align: center;
}
.topBarPhone {
	text-align: center;
}
.navWrap li .subMenu a {
	padding: 12px 10px 14px 30px !important;
}
.carouselText {
	left: 30px;
}
.contentSecInner h3, .aboutUsLeft h1 {
	font-size: 30px;
	margin-bottom: 15px;
}
.solutionsWeOffer .col-sm-4 {
	flex: 0 0 320px;
	max-width: 320px;
}
.ourProcessBoxInner {
	width: 220px;
	height: 220px;
	border: 12px solid rgba(133,194,38,.5);
	box-shadow: 0 0 10px 20px #85c226 inset;
}
.boxContent {
	width: 165px;
	height: 165px;
	padding: 110px 6px 6px;
}
.boxContent h5 {
	font-size: 14px;
	line-height: 20px;
}
.boxContent h5 span {
	font-size: 22px;
	margin-bottom: 8px;
}
.securitySolutions .owl-dots {
	margin-top: 0;
}
.newsletterWrap {
	width: 320px;
}
.footerBottom p, .footerBottom a {
	font-size: 14px;
	color: #000;
}
.topBarPhone {
	font-size: 20px;
	padding-right: 0;
}
.contentSecInner {
	padding: 40px 0;
}
.downloadAppSec p {
	font-size: 14px;
}
.main-banner {
    padding-top: 191px !important;
}
}



.boxContentnew1 {
    background-image: url(../img/public-transport.webp);
	background-position: top 25px center;
    background-repeat: no-repeat;
    background-size: 64px;
}

.boxContentnew2 {
    background-image: url(../img/hotel.webp);
	background-position: top 25px center;
    background-repeat: no-repeat;
    background-size: 64px;
}

.boxContentnew3 {
    background-image: url(../img/pet-taxi.webp);
	background-position: top 25px center;
    background-repeat: no-repeat;
    background-size: 64px;
}

@media screen and (max-width:768px){
	.innerPageBanner{
		padding: 8px !important;
		display: flex;
		flex-direction: column;
		
	}
	.innerPageBanner h2{
		font-size: 23px !important;
		
	}
	.main-banner{
		padding-top:0px !important ;
	}
}