html {
	font: 16px/1.5 'Roboto', sans-serif;
}
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #666666;
	background-color: #ffffff;
}
h1, h2, h3, h4, h5, h6, hgroup, ul, ol, dd, p, figure, pre, table, fieldset, .header, .media, .island {
	margin-bottom: 1.8rem;
}
h1, h2, h3, h4, h5 {
	font-family: 'Roboto', sans-serif;
	margin-top: 0px;
}
a {
	outline: 0;
}
a:hover, a:active, a:focus {
	outline: 0;
	text-decoration: none;
}
input::-moz-focus-inner {
border:0;
}
object, embed {
	outline: 0;
}



.top-logo {
	margin-left: 15px;
	max-width: 242px;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.top-logo-min {
	width: 235px !important;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}



@-webkit-keyframes fadeIn {
from {
opacity:0;
}
to {
	opacity: 1;
}
}
@-moz-keyframes fadeIn {
from {
opacity:0;
}
to {
	opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity:0;
}
to {
	opacity: 1;
}
}
.fade-in {
	opacity: 0;
	-webkit-animation: fadeIn ease-in 1;
	-moz-animation: fadeIn ease-in 1;
	animation: fadeIn ease-in 1;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	animation-duration: 0.5s;
}
.fade-in.one {
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.fade-in.two {
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
.fade-in.three {
	-webkit-animation-delay: 1.6s;
	-moz-animation-delay: 1.6s;
	animation-delay: 1.6s;
}
a, button, .btn-success {
	-o-transition: color 0.5s linear;
	-moz-transition: color 0.5s linear;
	-khtml-transition: color 0.5s linear;
	-webkit-transition: color 0.5s linear;
	-ms-transition: color 0.5s linear;
	transition: color 0.5s linear;
}
.greenan {
	color: #060;
}
p {
	color: #363636;
	font-size: 16px;
}
h1, h2, h3 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: 700;
}
h2 {
	font-size: 28px;
}
.customNav {
	background-color: #fff;
	border-color: #fff;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
}
.navbar {
	margin-bottom: 0px;
}
.topMarginNav {
	margin-top: 20px;
	color: #000;
}
.navbar-nav {
	float: right;
}
.navbar-default .navbar-nav > li > a {
	color: #3a3a3a;
	font-size: 16px;
	font-weight: 400;
	padding-left: 12.5px;
	padding-right: 12.5px;
	padding-bottom: 35px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active {
	color: #f6921e;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	color: #F6921E;
	text-decoration: none;
	background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	color: #555;
	background-color: transparent;
}
.main-bg {
	background: url(../images/home-bg.jpg) no-repeat top center;
	width: 100%;
	height: 100%;
	margin-top: 80px;
	position: relative;
	padding-top: 15px;
	padding-bottom: 0px;
}
.shade-bg {
	position: absolute;
	bottom: 0px;
	z-index: 1;
	height: 221px;
	width: 100%;
}
.hero-text {
	color: #FFFFFF;
	vertical-align: bottom;
	padding: 25px 35px 22px 0px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.45);
}
.hero-text h1 {
	font-size: 40px;
	text-transform: none;
	color: #FFFFFF;
	font-weight: 500;
	margin-bottom: 15px;
	letter-spacing: -0.5px;
}
.hero-text p {
	color: #FFFFFF;
	font-size: 15px;
	margin-bottom: 20px;
	font-weight: 400;
}
.hero-text .call2action {
	font-size: 12.65px;
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #f6921e;
	padding: 8px 12px;
	border: 0;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
}
.hero-text .call2action:after, .hero-text .call2action:before {
	margin: 0;
	padding: 0;
}
.space10topBtm {
	padding-top: 6px;
	padding-bottom: 3px;
}
.feature-box-wrapper {
	padding: 10px 0px;
	position: relative;
	z-index: 5;
}
.featureArrow {
	position: absolute;
	right: -30px;
	top: 35%;
	cursor: pointer;
}
.feature-box {
	background-color: #666;
	height: 156px;
	padding: 5px;
	overflow: hidden;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
	cursor: pointer;
}
.featurebox-logo {
	float: left;
	padding: 16px;
	height: 100%;
}
.feature-box h1 {
	padding-top: 15px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.45);
	margin: 0;
}
.feature-box p {
	color: #FFF;
	font-size: 13px;
	margin-top: 0px;
	padding-top: 10px;
	font-weight: 400;
}
.homeTestimonial-wrapper {
	background-color: #f3f3f5;
	padding: 50px;
	z-index: 2;
	position: relative;
	bottom: -7px;
}
.homeTestimonial h3 {
	color: #6f6f6f;
	font-size: 28px;
	text-transform: none;
	margin-bottom: 10px;
}
.homeTestimonial p {
	font-family: 'Merriweather', serif;
	font-size: 14px;
	color: #484848;
	font-style: italic;
	margin-bottom: 0px;
}
.testimonialImg {
	float: left;
	height: 100%;
	margin-right: 3%;
}
.testi-sign {
	padding: 5px;
}
.testi-sign p {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #000;
}
.testi-sign span {
	font-size: 13px;
}
.see-more-wrapper {
	width: 15%;
	float: left;
	position: relative;
	padding-top: 2%;
	padding-left: 4%;
}
.see-more {
	right: -30px;
	position: absolute;
	top: 38%;
}
.see-more p {
	display: none;
}
#quote-carousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -10px;
	margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
	background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active {
	background: #333333;
	height: 10px;
	width: 10px;
	margin-bottom: 1px;
}
.homeBanks {
	background-color: rgb(133, 188, 32);
	text-align: center;
	padding: 55px 20px;
}
.homeBanks h2 {
	font-size: 28px;
}
.banksLogos {
	display: inline-block;
}
.banksLogos img {
	float: left;
	max-width: 145px;
	margin: 0px 15px;
}
.offering {
	background-color: #FFF;
	padding: 45px 100px;
}
.offerbox-wrapper {
}
.offerBox {
	width: 33.3333%;
	float: left;
	padding-left: 35px;
	padding-right: 35px;
	position: relative;
}
.offerBoxInner {
	border: 3px solid #007ac3;
	border-radius: 10px;
	padding: 15px 0px;
	position: relative;
	margin-bottom: 23px;
}
.offerBoxInner:hover {
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
}
.offerBoxInner h1, .offerBoxInner h4 {
	color: #6d6d6d;
	text-align: center;
	margin-bottom: 10px;
}
.offerBoxInner h4 {
	font-size: 23px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.offerBoxInner img {
	bottom: -28px;
	left: 41%;
	position: absolute;
}
.offeringInside .offerBox {
	width: 33.3333%;
	float: left;
	padding-left: 0px;
	padding-right: 15px;
	position: relative;
}
.callSection {
	background-color: #f6921e;
	padding: 45px 0px;
}
.quckContact {
	padding: 0px 60px;
}
.quckContact img {
	margin-right: 20px;
	float: left;
}
.quckContact p {
	font-size: 32px;
	color: #FFF;
}
.quckContact a {
	color: #FFF;
	text-decoration: none;
}
.main-bg-inside {
	background-position: center top;
	width: 100%;
	min-height: 530px;
	height: 100%;
	margin-top: 60px;
	position: relative;
	padding-top: 15px;
	padding-bottom: 0px;
}
.content-wrapper {
	margin-top: -252px;
	position: relative;
}
.pageHeading {
	background-image: url(../images/page-headerbg.png);
	background-repeat: repeat-y;
	height: 95px;
	padding: 15px 45px;
}
/*.pageHeadingIcon{background-image:url(../images/page-headerbgIcon.png);background-repeat:no-repeat;width:26px;height:136px;position:absolute;left:-26px;top:0px;}*/
.pageHeading h1 {
	color: #FFF;
	font-size: 50px;
	font-weight: 300;
	text-transform: capitalize;
	margin: 0;
}
.content-left {
	background-color: #f6f6f6;
	height: 100%;
	padding: 45px;
}
.content-left h2 {
	font-size: 28px;
	color: #000;
	font-weight: 700;
	text-transform: none;
}
.content-left h3 {
	font-size: 22px;
	font-weight: 400;
	color: #328fcb;
	text-transform: none;
}
.content-left p {
	color: #525252;
	font-size: 16px;
}
.teamImg{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 5px solid rgb(246, 146, 30);
}
.teamTitle{
	position: relative;
	top: -25px;
	font-weight: 500;
	color: #999;
}
.offerbox-wrapperInside {
	margin-left: -15px;
	margin-right: -15px;
}
.offerBox-inside {
	width: 33.3333%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	margin-bottom: 55px;
}
.offerBox-inside .offerBoxInner {
	padding-left: 15px;
	padding-right: 15px;
}
.offerBox-inside .offerBoxInner img {
	left: 25px;
	bottom: -22px;
	max-width: 35px;
}
.offerBox-inside h1 {
	font-size: 30px;
	font-weight: 400;
	text-align: left;
	margin-bottom: 5px;
}
.offerBox-inside h4 {
	font-size: 18px;
	text-align: left;
	font-weight: 400;
}
.sideNav {
	background-color: #007ac3;
	background-image: url(../images/angale-bg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 100%;
	padding: 30px 30px 160px 30px;
}
.sideNav h1 {
	font-size: 23px;
	color: #FFF;
	font-weight: 400;
	text-transform: none;
}
.sideNav ul {
	list-style: none;
	padding-left: 0px;
}
.sideNav ul li {
	padding: 10px 0px;
}
.sideNav ul li a {
	font-size: 13px;
	color: #FFF;
	font-weight: 400;
	margin-bottom: 15px;
}
.sideNav ul li a:after {
	font-family: 'fontAwesome';
	content: '\f04b ';
	position: relative;
	color: #31a0e2;
	margin-left: 15px;
}
.sideNav ul .active a {
	font-weight: 700;
}
.sideNav ul .active a:after {
	color: #000;
}
.news ul li a:after {
	content: none;
}
.news .moreNews {
	color: #6fc6ff;
	text-decoration: underline;
	font-size: 14px;
}
.news span {
	display: block;
}
.contact-details p, .contact-details a {
	font-weight: 400;
	display: inline-block;
	vertical-align: top;
	color: #525252;
}
.contact-details img {
	margin-right: 15px;
	max-width: 25px;
}
.contact-details ol {
	padding-left: 0px;
	margin-bottom: 5px;
}
.footer {
	background-color: #323232;
	padding: 58px 15px;
}
.footerLinks ul {
	list-style: none;
	padding-left: 0px;
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 5px;
}
.footerLinks ul li {
	display: inline-block;
	padding: 15px 15px;
}
.footerLinks ul li a {
	color: #8e8e8e;
	font-size: 16px;
	font-weight: 400;
}
.footerLinks p {
	font-size: 12px;
	color: #c0c0c0;
	font-weight: 400;
	text-align: center;
	margin-bottom: 0px;
}
@media (min-width:992px) and (max-width:1200px){
	.top-logo {
		margin-left: -15px;
	}
}
@media (min-width:992px) {
.displyTable {
	display: table;
	table-layout: fixed;
	height: 100%;
}
.displyTableCell {
	display: table-cell;
	float: none;
	height: 100%;
	vertical-align: bottom;
	padding: 0;
}
.content-left {
	min-height: 460px;
}
.imgTestiInside {
	float: right;
}
}
@media (max-width:1200px) {
.mainNavigation li a {
	font-size: 14px;
	padding: 15px 10px;
}
.dropdown-menu > li > a {
	padding: 5px 10px;
}
.top-logo {
	max-width: 200px;
	height: auto;
}
.callSection {
	padding: 45px 0px;
}
.quckContact {
	padding: 10px 0px;
}
.quckContact p {
	font-size: 26px;
}
.banksLogos img {
	max-width: 160px;
	margin: 0px 30px;
}
.offerBoxInner h1 {
	font-size: 26px;
}
.offerBoxInner h4 {
	font-size: 20px;
}
}
@media (max-width:992px) {
.navbar-default .navbar-nav > li > a {
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
}
.top-logo {
	max-width: 176px;
	margin-left: 0px;
}
.callSection, .quckContact, .offering {
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}
.quckContact img {
	float: none;
	margin-right: 0px;
}
.offerBox {
	padding-left: 20px;
	padding-right: 20px;
}
.offerBox-inside {
	padding-left: 20px;
	padding-right: 20px;
}
.banksLogos img {
	float: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
}
.feature-box-wrapper {
	max-width: 380px;
}
.main-bg {
	margin-top: 75px;
}
.main-bg-inside {
	min-height: 300px;
}
.content-wrapper {
	margin-top: -95px;
}
.offerBoxInner h1 {
	font-size: 24px;
}
.offerBoxInner h4 {
	font-size: 20px;
}
.content-left {
	padding: 15px;
}
.sideNav {
	background-image: none;
	padding: 25px 15px;
}
.pageHeading {
	padding: 15px;
}
.homeTestimonial-wrapper {
	padding: 20px 35px;
}
}
@media (min-width:768px) and (max-width:992px){
	.top-logo {
    max-width: 145px;
    margin-top: 10px;
	}
}
@media (max-width:768px) {
	
.main-bg-inside {
	background-position: center top;
	background-size:cover;
	width: 100%;
	min-height: 280px;
	height: auto;
	margin-top: 60px;
	position: relative;
	padding-top: 15px;
	padding-bottom: 0px;
}	
	
	
.top-logo {
	padding-left: 15px;
	padding-right: 15px;
}
.navbar-nav {
	float: none;
	text-align: center;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #777;
	text-align: center;
}
.navbar-default .navbar-nav > li > a {
	padding-bottom: 0px;
}
.hero-text h1 {
	font-size: 26px;
}
.feature-box h1 {
	font-size: 26px;
}
.homeBanks h2 {
	font-size: 24px;
}
.homeTestimonial h3 {
	font-size: 20px;
	margin-top: 10px;
}
.testi-sign {
	position: unset;
	text-align: center;
}
.offering h2 {
	font-size: 24px;
}
.offerBoxInner h1 {
	font-size: 26px;
}
.offerBoxInner h4 {
	font-size: 20px;
}
.footerLinks ul {
	width: 100%;
}
.footerLinks ul li {
	display: block;
	text-align: center;
}
.offerBox {
	max-width: 350px;
	width: 100%;
	float: none;
	margin: 0 auto;
	padding-bottom: 40px;
}
.offerBox-inside {
	max-width: 350px;
	width: 100%;
	float: none;
	margin: 0 auto;
	padding-bottom: 40px;
}
.offeringInside .offerBox {
	width: 100%;
}
.pageHeading {
	height: auto;
}
.pageHeading h1 {
	font-size: 28px;
}
.content-left h2 {
	text-align: center;
}
.navbar-brand {
	float: none;
}
.mobile-toggle {
	margin-top: 29px;
}
.main-bg {
	margin-top: 75px;
	background-attachment: fixed;
}
.see-more {
	position: relative;
	right: 0;
	top: 0;
	margin-top: 15px;
}
.see-more img {
	display: none;
}
.see-more br {
	display: none;
}
.see-more p {
	display: block;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	text-decoration: underline;
	margin-bottom: 5px;
}
.see-more-wrapper {
	width: 100%;
	float: none;
	position: relative;
	padding-top: 2%;
	padding-left: 0%;
}
.homeTestimonial {
	width: 100%;
	float: none;
	text-align: center;
}
.testimonialImg {
	height: auto;
	width: 100%;
	float: none;
	margin-right: 0px;
	margin-bottom: 15px;
}
.footer {
	padding: 20px;
}
}
@media (max-width:480px) {
.quckContact p {
	font-size: 20px;
}
.featureArrow {
	display: none;
}
.teamImg{
	float:none;
	margin:0 auto;
}
.mbCenter{
	text-align:center;
	margin-top:15px;
}
.teamTitle{
	display:block;
	text-align:center;
}
}

{
  -webkit-backface-visibility: hidden;
}