

section .about-us-content h4{
	text-align:left!important;
}

section .about-us-content p{
	text-align:left!important;
}

section .about-us-content img{
	padding-top:20px!important;
}

section .home-content h4{
	text-align:center!important;
}

section .home-content span h4 {
	padding-top:20px;
}

section .home-content .row h4{
	text-align:center!important;
}

section .home-content .row span h4 {
	padding-top:20px;
}

section .home-content .row p{
	text-align:center!important;
}

section .home-content p{
	text-align:center!important;
}

section .home-content-intro p{
	text-align:left!important;
}

section .contact-content p{
	text-align:left!important;
}

section .home-clients{
	padding:54px 0!important;
}

section .home-clients h1.title{
	color:#3697d9;
	margin-bottom:50px;
}

section .home-clients span{
	color:#212121;
}

section .home-clients h1.title span{
	font-weight:100;
	color:#3697d9;
}

section .home-clients img{
	max-width:66%;
	
}

section .home-saas{
	padding:54px 0!important;
	background:#009adc;
}

section .home-saas h2.title{
	color:#014e6f;
	font-size:25px;
	vertical-align: middle !important;
	text-transform:none;

}

section .home-saas span{
	color:#ffbd17;
}

section .home-saas h2.title span{
	font-weight:150;
	color:#fff;

}

section .home-saas img{
	max-width:77%;
}

section .services-tabs p{
	color:#212121;
	text-align:left!important;
}

section .services-tabs-content{
	padding:30px;
}

.nav-tabs {
	border-bottom: 0px solid #ffffff;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color:#009adc;
	background:#fafafa;
	border: 2px solid #cececd;
    border-bottom-color: transparent;
    
}

.nav-tabs > li > a {
	border-radius:0px;
}


.nav-tabs > li > a {
	color:#464646;
	background:#eeeeee;
}
.partnershipsBnr{
	background:url(../images/partnerships-banner.jpg);
	background-repeat:no-repeat;
	background-size:100%;
}
.contractVehiclesBnr{
	background:url(../images/contractvehicles-banner.jpg);
	background-repeat:no-repeat;
	background-size:100%;
}
.careersBnr{
	background:url(../images/careers-banner.jpg);
	background-repeat:no-repeat;
	background-size:100%;
}
.aboutusBnr{
	background:url(../images/aboutus-banner.jpg);
	background-repeat:no-repeat;
	background-size:100%;
}

@media (max-width: 480px) {
	section .about-us-content {
		margin: 0px 25px 0px 25px;

	}
	.partnershipsBnr{
	background:url(../images/partnerships-banner.jpg);
	background-repeat:no-repeat;
	background-size:200%;
	background-position: center;
	}
	.contractVehiclesBnr{
	background:url(../images/contractvehicles-banner.jpg);
	background-repeat:no-repeat;
	background-size: 200%;
	background-position: center;
	}
	.careersBnr{
	background:url(../images/careers-banner.jpg);
	background-repeat:no-repeat;
	background-size: 200%;
	background-position: center;
	}
	.aboutusBnr{
	background:url(../images/aboutus-banner.jpg);
	background-size: 200%;
	background-position: center;

}

