body {
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
}
.site-logo .logo-inner a {
    color: #458AC5;
    font-weight: 700;
    font-size: 21px;
}
span.upper-letters {
	display:block;
	letter-spacing:3px;
}
.site-logo {
    height: 50px;
	text-align:center;
	
}
.site-logo .logo-inner {
     position: relative;
     top: 50%;
     transform: perspective(1px) translateY(-50%);
}
.navbar-inverse .navbar-nav>li>a {
	color: #458ac5;
	font-size: 20px;
}
span.glyphicon.glyphicon-earphone {
	margin: 10px;
}
.navbar {
	margin-bottom: 0px;
}
.navbar-inverse {
	background-color: #22222200;
	border: none;
}
header {
    position: absolute;
    width: 100%;
    padding: 15px 0;
    z-index: 9;
    background: rgba(255,255,255,0.9);
}
.layer {
	background: rgba(0, 0, 0, 0.44);
}
.banner-text {
	padding: 16vw 0 11vw;
	box-sizing: border-box;
	width: 100%;
}
.row-header-section {
	padding: 200px 50px;
}
.second-clm label {
	color: #fff;
}
.second-clm {
	background: #458ac5;
}
.parallax {
    background-image: url(images/sba_header.jpg);
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.second-left-sec {
	background-image: url(../images/second-img.jpg);
	background-size: cover;
	height: 400px;
	background-repeat: no-repeat;
}
.second-left:before {
	display: block;
	background: #7eb143de;
	width: 100%;
	right: 0;
	height: 100%;
	position: absolute;
	left: 0;
	content: "";
	z-index: 1;
}
section.first-row-section {
	padding: 0px;
	background-color: #f5f5f5;
}
.second-right-sec {
	max-width: 650px;
	margin: 0 auto;
	width: 100%;
	padding: 35px 0;
	position: relative;
	left: 5%;
}
.second-right-sec p {
	color: #000 !important;
	font-size: 15px;
	font-weight: 500;
}
.first-row-section h3 {
	font-size: 36px;
	padding: 20px 0px;
	color: #413e66;
	text-align: center;
	font-weight: 700;
	position: relative;
	font-family: "Montserrat", sans-serif;
}
.first-row-section p.sub_title {
	text-align: center;
	margin: auto;
	font-size: 15px;
	padding-bottom: 60px;
	color: #535074;
	width: 50%;
}
.first-row-section {
	padding: 0px 30px;
}
section.about-bottom {
	margin-top: -9em;
	z-index: 10;
	position: relative;
}
.feature-grids h3, .bottom-gd.fea h3 {
	color: #05c46b;
	letter-spacing: 1px;
	margin-top: 0em;
	font-size: 20px !important;
}
.my-3 {
	font-size: 20px;
}
.feature-grids p {
	margin: 0;
}
.feature-grids span {
	font-size: 2em;
	margin: 0.5em 0;
	color: #fc3d39;
}
.bottom-gd, .bottom-gd2-active {
	background: #fff;
	transition: 2s all;
	-webkit-transition: 2s all;
	-moz-transition: 2s all;
	-ms-transition: 2s all;
	-o-transition: 2s all;
	box-shadow: 7px 7px 10px 0 rgba(76, 110, 245, .1);
	height: 185px;
	padding: 30px 57px;
}
.bottom-gd2-active {
	background: #458AC5;
	transition: 2s all;
	-webkit-transition: 2s all;
	-moz-transition: 2s all;
	-ms-transition: 2s all;
	-o-transition: 2s all;
}
.bottom-gd2-active p {
	color: #fff;
}
.bottom-gd2-active h3 {
	color: #fff;
}
.feature-grids h3, .bottom-gd.fea h3 {
	font-size: 1em;
	color: #1e272e;
	text-transform: uppercase;
	font-weight: 600;
}
.bottom-gd.p-lg-5.p-4 i {
	font-size: 40px;
	color: #5FDB74;
	margin-bottom: 10px;
}
.bottom-gd.p-lg-5.p-4 {
	text-align: center;
}
.bottom-gd2-active.p-lg-5.p-4 {
	text-align: center;
}
.bottom-gd2-active.p-lg-5.p-4 i {
	font-size: 40px;
	color: #5FDB74;
	margin-bottom: 10px;
}
.navbar-inverse .navbar-nav>li>a:hover {
	color: #86BEED;
}
/* ----------service section css-----------------*/ 
section.service {
	margin-top: 70px;
	margin-bottom: 70px;
}
section.service h2, section.Service_category h2, section.finance h2 {
	text-align: center;
	font-size: 41px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 35px;
}
.ser_txt{
	text-align:center;
}
section.service h2 span, section.Service_category h2 span, section.finance h2 span {
	color: #458AC5;
}
.service_content {
	margin-top: 60px;
}
.about-item {
	text-align: center;
}
.about-item h4 {
	font-weight: 600;
	margin-top: 15px;
	margin-bottom: 26px;
}
.about-item h4:after {
	background: #53d769 none repeat scroll 0 0;
	border-radius: 50%;
	bottom: 88px;
	content: "";
	height: 7px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 7px;
	transition: .4s;
}
.about-item:hover .about-text > h4::after {
	width: 100px;
	transition: .4s;
	border-radius: 0;
	height: 2px;
}
.about-text p {
	margin-bottom: 0px;
}
/*-----------------  margin-left-about------------------ */
section.margin-left-about {
    background-image: url(images/8b.jpg);
    background-size: cover;
    height: 700px;
    background-repeat: no-repeat;
}
.about-left-hanf {
	background: rgba(34, 34, 34, 0.8) none repeat scroll 0 0;
	border-radius: 2px;
	box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.3);
	float: right;
	padding: 170px 80px;
	position: relative;
	width: 50%;
	z-index: 1;
	height: 700px;
}
.box-cls {
	width: 500px;
}
.box-cls h3 {
	color: #fff;
	font-size: 45px;
	margin-bottom: 25px;
	font-weight: 600;
}
.box-cls p {
	color: #fff;
	font-size: 30px;
}
/*.box-cls li {
	list-style-type: none;
}
ul.list-marked {
	color: #fff;
	padding-left: 0px;
	margin-top: 25px;
}
.box-cls .fa {
	margin-right: 10px;
	margin-bottom: 13px;
}*/
.btn_cls {
	background: #458ac5 none repeat scroll 0 0;
	border: 1px solid #458AC5;
	margin-right: 15px;
	border-radius: 50px;
	color: #f1f1f1;
	display: inline-block;
	font-size: 13px;
	height: 50px;
	letter-spacing: 2px;
	line-height: 48px;
	padding: 0 45px;
	text-transform: uppercase;
	margin-top: 25px;
}
.btn_cls:hover {
	background: #222 none repeat scroll 0 0;
	border-color: #222;
}
/*------------------  Service Category css---------------   */
section.Service_category {
	margin-top: 60px;
}
section.Service_category p {
	text-align: center;
}
.service-category-item {
	text-align: center;
}
.service-category-item img {
	width: 54px;
}
.service_sub {
	margin-top: 40px;
}
.service-category-item {
	margin-top: 40px;
}
.imgage_cls {
	text-align: center;
}
.footer{
	margin: 0;
    padding: 40px 0;
    background: #333;
    text-align: center;
}
.logo-footer a{
	display:inline-block;
}
.logo-footer a {
	color: #458AC5;
	font-weight: 700;
	font-size: 21px;
	text-decoration: none;
}
.foot-txt {
    color: #fff !important;
}
.foot-p {
    font-size: 17px;
    font-weight: 500;
	color:#fff;
}
.last_service {
    margin-top: 60px;
}

/* finance section  */
section.finance {
    margin-top: 60px;
    margin-bottom: 100px;
}
.finance_right {
    background-color: #f2f2f2;
    min-height: 378px;
}
.finance_right h4 {
    font-size: 28px;
    font-weight: bold;
    margin: 50px 0px 30px 40px;
}
ul.moto-text_normal li:before {
    position: absolute;
    display: inline-block;
   -webkit-transform: translateY(-50%);
    transform: translateY(12%);
    left: 0;
    z-index: 0;
    font: 19px/18px FontAwesome;
    color: #53d769;
    content: "\f058";
    text-align: center;
    margin-left: 40px;
}
ul.moto-text_normal li {
    list-style-type: none;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px;
    margin-left:30px;
}
.finance_right p {
       margin: 0px 0px 30px 40px;

}
section.finance .col-md-6 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
section.finance h2 {
    padding-bottom: 30px;
}











@media only screen and (max-width: 768px) and (min-width: 320px) {
.site-logo .logo-inner a{
	font-size: 18px;
}
.navbar-nav{
	text-align:center;
}
.contact_form{
	padding-bottom:15px;
}
.about-left-hanf {
	padding: 150px 60px;
	width: 100%;
}
.feature-grids .p-sm-0{
	margin-bottom:10px;
}
.box-cls {
	width: 100%;
}
.btn_cls {
	line-height: 50px;
    padding: 1px 15px;
    font-size: 10px;
   
}
.about-item h4:after{
	bottom:75px;
}
.bottom-gd {
    padding: 8px 57px;
}

.box-cls p {
   font-size: 22px;
}
.finance_right h4 {
    margin: 0px 0px 30px 40px;
    padding-top: 20px;
}
.service-category-item, .last_service {
    margin-top: 20px;
}
.finance img, .imgage_cls img {
    width: 100%;
}
.finance_right {
     min-height: 278px;
}
.header-banner-section .navbar-right {
    float: none !important;
    margin:0 auto;
    display: table;
}
}
 @media only screen and (max-width: 1176px) and (min-width: 769px) {
.box-cls {
	width: 100%;
}
.btn_cls {
	padding: 0 12px;
}
.box-cls p {
    color: #fff;
    font-size: 23px;
}
.finance img {
    width: 100%;
}
.finance_right h4 {
    margin: 0px 0px 30px 40px;
    padding-top: 20px;
}
.finance_right {
     min-height: 313px;
}
.header-banner-section .navbar-right {
    float: none !important;
    margin:0 auto;
    display: table;
}
}
.form-status {
    color: #aeff3a !important;
    font-size: 16px;
}
p.contact-form-p {
    color: #fff;
}
.dis_cls {
    color: #fff;
}
