@charset "utf-8";
@font-face {
	font-family: 'source_sans_proregular';
	src: url('../fonts/sourcesanspro-regular-webfont.html') format('woff2'),  url('../fonts/sourcesanspro-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
body {
	background:#f4f3f4;
	font-family: 'source_sans_proregular';
	margin:0px;
	padding:0px !important;
	overflow-x:hidden;
	color:#555555;
	font-weight:400;
	font-size:19px;
}


#box {
    position:relative;
    background:#f4f3f4;
    width:70%;
    height:150px;
    margin:20px 15%;
    border-radius:5px 5px 0 0;
    box-shadow:0 0 8px #333;
}
#ribbon {
    position:absolute;
    top:15px;
    left:-20px;
    width:104%;
    height:55px;
    background:#0c1c3a;
    color:white;
    padding:20px 40px;
    font-size:24px;
    font-weight:bold;
    border-radius:5px 5px 0 0;
    box-shadow:0 0 8px #333;
    text-shadow:0 0 8px #000;
}
#ribbon:before {
    content:'';
    position:absolute;
    bottom:-20px;
    left:0;
    border-top:solid 10px #2d497b;
    border-right:solid 10px #2d497b;
    border-bottom:solid 10px transparent;
    border-left:solid 10px transparent;
}
#ribbon:after {
    content:'';
    position:absolute;
    bottom:-20px;
    right:0;
    border-top:solid 10px #2d497b;
    border-right:solid 10px transparent;
    border-bottom:solid 10px transparent;
    border-left:solid 10px #2d497b;
}

.datacont{
	margin-top: 85px;
    position: absolute;
    margin-left: 5%;
}
.cont{
	text-align: center;
}

/*----------------------
	Typography
------------------------------*/
h1, h2, h3, h4, h5, h6 {
	color:#1b2544;
	font-weight:normal;
	margin:0 auto 30px;
}
h1 {
	font-size: 29px;
}
h2 {
	font-size: 29px;
	margin:0 auto 25px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size:24px;
}
h5 {
	font-size: 22px;
}
h6 {
	font-size: 20px;
}
p {
	line-height:26px;
	font-weight:400;
	margin-bottom:15px;
}
a {
	transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
	text-decoration:none;
	color:#6ae9fb;
}
a:hover, a:focus {
	text-decoration:none;
	outline:none;
	color:#07b2ca;
}
ul, ol {
	margin:0 auto 20px;
}
ul li, ol li {
	font-size: 15px;
	line-height: 26px;
	margin: 0 auto 10px;
}
.section_padding {
	padding:10px 0;
}
.section_heading {
	padding:0 0 20px;
	margin:0 auto;
}
.section_heading p {
	font-size:21px;
	line-height:32px;
	color:#111;
}
/*-----------------
	Button
-------------------------*/
.btn {
	background:#232949;
	border: medium none;
	border-radius:30px;
	color: #fff;
	font-size: 19px;
	text-transform:uppercase;
	line-height: 30px;
	margin: auto;
	padding: 10px 38px;
	transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
}
.btn:hover {
	background:#6ae9fb;
	color:#111;
}
/*-----------------
	Form
---------------------------*/
.form-group {
	margin-bottom: 15px;
	position: relative;
}
.form-label {
	color: #111111;
	font-size: 14px;
	font-weight: 400;
	margin: 0 auto 8px;
}
.form-control {
	background: #fff none repeat scroll 0 0;
	border:#eee solid 1px;
	border-radius: 0;
	box-shadow: none;
	color: #888888;
	font-size: 16px;
	height: 54px;
	line-height: 30px;
	padding: 0 15px;
}
textarea.form-control {
	padding:15px 20px;
}
.form-control:hover, .form-control:focus {
	box-shadow:none;
	outline:none
}
/*-----------------
	Table
---------------------------*/
table {
	margin:0 0 30px;
	width:100%;
}
table th, table td {
	border: 1px solid #cccccc;
	padding: 15px;
	padding:18px;
}
table th img, table td img {
	max-width:100%;
}
table thead {
	background:#eee;
}
table thead th, table thead td {
	text-transform:uppercase;
	font-weight:900;
	color:#111;
}
/*---------------
	Header
--------------------*/
#header {
	position:absolute;
	top:50px;
	left:0;
	right:0;
	z-index:99;
}
#navigation_bar {
	background: none;
	border: 0;
	min-height: inherit;
	height: auto;
	margin: 0 auto;
}
.navbar-default .navbar-collapse .navbar-nav {
	float:right;
}
.navbar-default .navbar-collapse .navbar-nav a {
	color:#fff!important;
	font-size:19px;
	padding:10px 20px;
}
.navbar-default .navbar-collapse .navbar-nav > li:last-child a {
	padding-right:0;
}
.navbar-default .navbar-collapse .navbar-nav a:hover, .navbar-default .navbar-collapse .navbar-nav a.active, .navbar-default .navbar-collapse .navbar-nav li.active a {
	color:#6ae9fb!important;
	background:none;
}
/*---------------
	Intro
--------------------*/
#intro {
	background:url(../images/front_animation.gif) no-repeat 0 0 / cover;
	/* background: #0c1c3a;*/
padding:150px 0 10px;
	position:relative;
}
#intro p {
	color:#fff;
}
.intro_text {
	padding:60px 0 50px;
}
#intro h1 {
	color:#6ae9fb;
}
.follow_us {
	padding-top:60px;
	overflow:hidden;
}
.follow_us ul {
	padding:0;
	margin:0;
}
.follow_us ul li {
	float:left;
	list-style:none;
	margin:0 auto;
	padding:7px;
}
.follow_us ul li a {
	display:block;
	width:44px;
	height:44px;
	background:#fff;
	text-align:center;
	font-size:23px;
	line-height:44px;
	color:#222;
	border-radius:50%;
	transition-duration:0.3s;
	-o-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
}
.follow_us ul li a:hover {
	transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	-webkit-transform:scale(1.1);
}
/*---------------
	About
--------------------*/
.nav.nav-tabs {
	border:0;
	margin:0 auto 30px;
}
.nav.nav-tabs a span {
	display:block;
	width:72px;
	height:72px;
	border-radius:50%;
	margin:0 auto 30px;
	position:relative;
}
.remittances a span {
	background:#f8be2f;
}
.micropayments a span {
	background:#61c4f3;
}
.branches a span {
	background:#f86363;
}
.money a span {
	background:#0b1b39;
}
.underbanked a span {
	background:#929498;
}
.nav.nav-tabs {
	text-align:center;
}
.nav.nav-tabs li {
	float: none;
	display: inline-block;
	margin: 0;
	min-width: 180px;
}
.nav.nav-tabs li a {
	color:#0b1b39;
	font-size:19px;
}
.tab-content {
	margin: 0 auto;
	max-width: 500px;
	text-align: center;
	padding-top: 20px;
}
.nav.nav-tabs li a {
	display: block;
	position: relative;
	padding-top: 16px;
	cursor:default;
}
.nav.nav-tabs li a::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 120px;
	height: 104px;
	/*background-image: url(../images/processing_arrow3.png);*/
	background-repeat: no-repeat;
	right: 0;
	margin: 0 auto;
	background-position:-2px 0;
	transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;

}
.nav.nav-tabs .remittances a:after {
	background-position:-2px 0;
}
.nav.nav-tabs .micropayments a:after {
	transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
}
.nav.nav-tabs .branches a:after {
	transform:rotate(-180deg);
	-moz-transform:rotate(-180deg);
	-o-transform:rotate(-180deg);
	-webkit-transform:rotate(-180deg);
}
.nav.nav-tabs .money a:after {
	transform:rotate(-270deg);
	-moz-transform:rotate(-270deg);
	-o-transform:rotate(-270deg);
	-webkit-transform:rotate(-270deg);
}
.nav.nav-tabs .underbanked a:after {
	transform:rotate(-400deg);
	-moz-transform:rotate(-400deg);
	-o-transform:rotate(-400deg);
	-webkit-transform:rotate(-400deg);
}
.nav.nav-tabs li.active a {
	background:none;
	border:0;
}
.nav.nav-tabs li a:hover:after {
	transform:rotate(-360deg);
	-moz-transform:rotate(-360deg);
	-o-transform:rotate(-360deg);
	-webkit-transform:rotate(-360deg);
}
.nav.nav-tabs li.underbanked a:hover:after {
	transform:rotate(-720deg);
	-moz-transform:rotate(-720deg);
	-o-transform:rotate(-720deg);
	-webkit-transform:rotate(-720deg);
}
/*-----------------
	Order-new
-------------------------*/
#order_now {
	background:url(../images/Rover-network.gif) no-repeat 0 0 / cover;
	height: 564px;
}
#order_now.section_padding {
	padding:220px 0 180px;
}
#order_now h2 {
	color:#fff;
	font-size:37px;
	margin:0 auto 40px;
}
.white_btn {
	background:#fff;
	color:#000;
}
/*-----------------
	Mission
-------------------------*/
.map_img {
	text-align:center;
	padding:0 0;
}
/*-----------------
	Footer
-------------------------*/
#footer {
	border-top:#252a4b solid 1px;
}
.footer_top {
	padding:0;
}
.footer_bottom {
	background:url(../images/front_animation.gif) no-repeat 0 0 / cover;
	/*background:#0c1c3a; */
	padding:30px 0;
	color:#fff;
}
.footer_bottom p {
	color:#fff;
}
.footer_bottom ul {
	padding:0;
	margin:0;
}
.footer_bottom ul li {
	list-style:none;
	float:left;
	margin:0 20px 0 0;
}
.footer_bottom ul li a {
	display:block;
	color:#fff;
	font-size:15px;
}
.footer_bottom ul li a:hover, .footer_widgets ul li a:hover {
	color:#6ae9fb;
	text-decoration:underline;
}
.footer_widgets {
	padding:30px 0;
}
.footer_widgets h5 {
	color:#636363;
	margin:0 auto 20px;
}
.footer_widgets ul {
	margin:0;
	padding:0;
}
.footer_widgets ul li {
	list-style:none;
	margin:0 auto;
}
.footer_widgets ul li a {
	display:inline-block;
	color:#000;
}
.newsletter_wrap {
	text-align:center;
	margin:30px auto 40px;
}
.newsletter_wrap img {
	margin:0 auto 15px;
}
.form_wrap {
	position:relative;
	max-width:500px;
	margin:0 auto;
}
.form_wrap .form-control {
	background:#232949;
	border-radius:30px;
	color:#fff;
	padding:8px 100px 7px 30px
}
.submit_btn {
	position:absolute;
	top:0;
	right:0;
	background:#acacac;
	color:#fff;
	border-radius:30px;
	padding:13px 35px;
	border:0;
}
img {
	max-width:100%;
}
/*----------------------
	Inner-Pages
-------------------------*/
.inner_intro {
	background:url(../images/front_animation.gif) no-repeat 0 0 / cover;
	/*background:#1a2443;*/
	padding:170px 0 50px;
	text-align:center;
}
.inner_intro h1 {
	color:#939498;
	text-align:center;
	margin:0 auto;
	font-size:60px;
}
.inner_intro h1 span {
	color:#60c4f3;
}
.inner_intro p {
	color:#fff;
	margin:0 auto;
}
.press_heading {
	text-align:center;
	margin:0 auto 50px;
}
.press_heading h2 {
	color:#60c4f3;
	display:inline-block;
	position:relative;
	font-size:45px;
	text-transform:uppercase;
}
.press_heading h2:after {
	position:absolute;
	bottom:-10px;
	width:75%;
	content:"";
	left:0;
	right:0;
	margin:0 auto;
	border-bottom:#434958 solid 1px;
}
.content_wrap {
	background:#fff;
}
.press_container {
	padding:40px 0;
}
.press_container h4 {
	margin:0 auto 20px;
	text-transform:uppercase;
}
.press_container p {
	font-weight:300;
	font-size:16px;
	line-height:20px;
}
.press_img {
	margin:0 auto 25px;
}
.press_list:nth-child(4n+1) {
	clear:left;
}
.pagination_wrap {
	text-align:center;
}
ul.pagination {
	margin:0 auto;
}
.pagination > li > a, .pagination > li > span {
	border:0;
	color:#777;
	font-size:31px;
	padding:10px
}
.pagination > li > a:hover {
	background:none;
}
.content_wrap .section_heading h2 {
	font-size:50px;
}
/* --Jons-- */
.open_jobs {
	position: relative;
	margin: 40px 50px 40px 80px;
	padding: 120px 0 0 350px;
}
.open_jobs.right {
	position: relative;
	margin: 30px 50px 30px 80px;
	padding: 120px 350px 0 0px;
}
.job_icon {
	position:absolute;
	top:0px;
	left:0;
}
.open_jobs.right .job_icon {
	position:absolute;
	top:0px;
	right:0;
	left:inherit;
}
.open_jobs h3 {
	font-size:40px;
	padding-left:80px;
}
.open_jobs.right h3 {
	padding:0 100px 0 0;
	text-align:right;
}
.open_jobs p {
	font-size:20px;
	line-height:36px;
}
/* -FAQ- */
.panel-default {
	border: 0;
	box-shadow: none;
}
.panel-default > .panel-heading {
	color: #333;
	background-color: transparent;
	border: 0;
}
.panel-body {
	padding: 20px 30px;
	background: #f5f3f3;
	border-radius: 30px;
	border: 0 !important;
	margin:0 auto 20px !important;
}
.panel-body p {
	color: #1a2443;
	font-size: 17px;
	font-weight: 300;
	margin: 0 auto 10px;
}
.panel-title a {
	color: #1a2443;
	font-size: 17px;
	font-weight: bold;
	margin: 0 auto 15px;
	display: inline-block;
}
.panel-group .panel {
	margin: 0 auto 10px;
}
.panel-title a .fa {
	transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
}
.panel-title a.collapsed .fa {
	transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
}
.panel-title a .fa {
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
/*------------
	Wallet
----------------*/
.wallet_wrap {
	position:relative;
	margin:0 auto 60px;
}
.wallet_wrap:after {
	position:absolute;
	top:0;
	left:50%;
	height:100%;
	content:"";
	border-left:#12203e solid 1px;
}
.wallet_list {
	overflow:hidden;
}
.wallet_icon {
	float: left;
	width: 50%;
	text-align: right;
	padding: 40px 210px 40px 40px;
}
.wallet_info {
	float:left;
	width:50%;
	padding:30px;
}
.wallet_info p {
	line-height:32px;
}
.icon_inner {
	margin: 0 auto;
	text-align: center;
	display: inline-block;
}
.icon_wp {
	position:relative;
	margin:0 auto 20px;
	text-align: left;
}
.icon_wp::after {
	right: -210px;
	content: "";
	height: 1px;
	position: absolute;
	top: 50%;
	width: 205px;
	background: #12203e;
}
.icon_wp::before {
	content: "";
	width: 17px;
	height: 17px;
	border-radius: 50%;
	right: -219px;
	top: 50%;
	background: #60c4f3;
	position: absolute;
	margin-top: -9px;
	z-index: 1;
	border: #12203e solid 4px;
}
.wallet_list.right .wallet_icon {
	float: right;
	padding-right: 40px;
	padding-left: 210px;
	text-align: left;
}
.wallet_list.right .wallet_icon .icon_wp::before {
	left: -219px;
	right:inherit;
}
.wallet_list.right .wallet_icon .icon_wp::after {
	left: -210px;
	right:inherit;
}
.wallet_list h6 {
	font-size:22px;
}
/*--------------
	App
------------------*/
.app_features {
	padding:80px 60px 60px 110px;
	border-width:1px 1px 1px 0;
	border-color:#152140;
	border-style:solid;
	overflow:hidden;
	margin:0 auto 60px;
}
.features_icon {
	float: left;
	width: 27%;
	text-align: center;
}
.features_icon img {
	margin:0 auto 15px;
}
.features_icon h5 {
	font-size:24px;
}
.features_info {
	float: right;
	width: 70%;
	padding: 15px 0;
}
.features_info p {
	line-height:33px;
	font-size:21px;
}
.right .features_icon {
	float: right;
}
.right .features_info {
	float: left;
}
.app_features.right {
	padding: 80px 110px 60px 60px;
	border-width: 1px 0 1px 1px;
	background-color: #F5F5F5;
}



/*-----------------
	Responsive-CSS
-------------------------*/
@media (min-width:992px) and (max-width:1200px) {
.navbar-default .navbar-collapse .navbar-nav a {
	padding: 10px 12px;
}

	
}

@media (max-width:991px) {
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
	margin: 0 auto;
}
.logo {
	float: left;
	max-width: 115px;
}
.logo img {
	width: auto !important;
	max-width: 100%;
}
.nav > li {
	margin: 0 auto;
	float: none;
	display: inline-block;
}
#header {
	top: 25px;
}
.navbar-default .navbar-collapse .navbar-nav {
	float: none;
	display: block;
	text-align:right;
}

.navbar-default .navbar-collapse .navbar-nav a {
	font-size: 19px;
	padding: 12px 10px;
}
.intro_text {
	padding: 20px 0 0;
}
.follow_us ul li {
	padding: 0 7px 0 0;
}
h1 {
	font-size: 20px;
}
#intro {
	padding:87px 0 25px;
}
.follow_us {
	padding: 0 0 30px;
	overflow: hidden;
}
#intro .text-right {
	text-align:center;
}
.nav.nav-tabs li a {
	display: block;
	position: relative;
	padding: 16px 0px 0;
	margin: 0 auto;
}
.nav.nav-tabs li {
	margin: 0 auto 40px;
	min-width: 140px;
}
.nav.nav-tabs a span {
	margin: 0 auto 18px;
}
.nav.nav-tabs {
	margin: 0 auto;
}
.tab-content {
	padding:0;
}
.tab-content p {
	margin:0 auto 10px;
}
#order_now.section_padding {
	padding: 184px 0 70px;
	background-position: 0 0;
	background-color: #252a4b;
	background-size: 100%;
}
#order_now h2 {
	font-size: 28px;
	margin: 0 auto 20px;
}
.section_padding {
	padding: 45px 0;
}
h2 {
	font-size: 26px;
	margin: 0 auto 20px;
}
h3 {
	font-size: 25px;
}
.newsletter_wrap h3 {
	margin: 0 auto 14px;
}
p {
	font-size: 17px;
}
.footer_bottom p {
	margin:0 auto;
}
.footer_bottom, .footer_bottom .text-right {
	text-align:center !important;
	padding-top:0;
}
.footer_bottom ul {
	padding:10px 0;
	margin:0 auto 15px;
	border-top:rgba(255, 255, 255, 0.15) solid 1px;
	border-bottom:rgba(255, 255, 255, 0.15) solid 1px;
}
.footer_bottom ul li {
	display:inline-block;
	float:none;
}
.footer_widgets {
	text-align:center;
}
.footer_widgets h5 {
	margin: 0 auto 5px;
	font-weight:bold;
}
.footer_widgets {
	padding: 0px 0 30px;
}
.btn {
	font-size: 16px;
	padding: 7px 22px;
}
/* added 04-06-2018 */
.inner_intro {
	padding: 110px 0 40px;
}
#order_now {
	height: 139px;
}
#order_now.section_padding {
	padding: 70px 0 70px;
}

}
 @media (min-width:768px) and (max-width:991px) {
.navbar-default .navbar-collapse .navbar-nav a {
	font-size: 15px;
	padding: 10px 10px;
}
h1 {
	font-size: 35px;
}
.intro_text {
	padding: 14px 0 0px;
}
.follow_us {
	padding-top: 10px;
}
.footer_widgets h5 {
	font-size: 17px;
}
.footer_widgets ul li a {
	font-size: 13px;
}
.footer_bottom p {
	margin:0 auto;
}
.footer_bottom, .footer_bottom .text-right {
	text-align:center !important;
}
.footer_bottom ul {
	margin:20px auto;
}
.footer_bottom ul li {
	display:inline-block;
	float:none;
}
.nav.nav-tabs li a {
	padding: 13px 0 0;
	margin: 0px auto 0;
	font-size:14px;
}
.nav.nav-tabs li {
	margin: 0 3px 30px;
	min-width: 110px;
}
.nav.nav-tabs li a::after, .nav.nav-tabs .remittances a::after {
	background-position: 2px 3px;
	background-size: 90%;
	width:110px;
	height:98px;
}
.tab-content p {
	margin: 0 auto 0;
}
.inner_intro h1 {
	font-size:40px;
}
.press_heading h2 {
	font-size: 45px;
}
.open_jobs {
	position: relative;
	margin: 40px 0 40px 0;
	padding: 90px 0 0 230px;
}
.open_jobs.right {
	padding: 90px 230px 0 0;
	margin: 40px 0 40px 0;
}
.job_icon {
	max-width: 260px;
}
.open_jobs h3 {
	font-size: 33px;
	padding-left: 70px;
}
.open_jobs p {
	font-size: 17px;
	line-height: 28px;
}
.open_jobs.right h3 {
	font-size: 33px;
	padding-right: 70px;
}
.wallet_icon {
	padding-right:150px;
}
.icon_wp::before {
	right: -159px;
}
.icon_wp::after {
	right: -150px;
	width: 135px;
}
.wallet_list.right .wallet_icon {
	padding-left: 150px;
}
.wallet_list.right .wallet_icon .icon_wp::before {
	left: -159px;
}
.wallet_list.right .wallet_icon .icon_wp::after {
	left: -150px;
}
.app_features, .app_features.right {
	padding: 40px;
}
.features_info {
	padding: 0;
}
#order_now.section_padding {
	padding: 70px 0 70px;
	height: 400px;
	background-size: cover;
}
.content_wrap .section_heading h2 {
	font-size: 34px;
}

}


 @media (max-width:767px) {
.inner_intro h1 {
	font-size: 36px;
}
.content_wrap .section_heading h2 {
	font-size:35px;
}
.press_heading h2 {
	font-size: 45px;
}
.press_container {
	text-align:center;
}
.press_container p {
	font-size: 20px;
	line-height: 26px;
}
.press_container h4, .press_img {
	margin: 0 auto 10px;
}
.press_container {
	padding: 20px 0;
}
.open_jobs, .open_jobs.right {
	padding: 30px;
	text-align: center;
	border: #ccc dashed 1px;
	margin: 0 auto 25px;
	max-width: 470px;
}
.job_icon, .open_jobs.right .job_icon {
	position: relative;
	top: 0px;
	left: 0;
	max-width: 200px;
	margin: 0 auto 10px;
}
.open_jobs h3, .open_jobs.right h3 {
	font-size: 29px;
	padding: 0;
	margin: 0 auto 15px;
	text-align: center;
}
.wallet_wrap {
	padding: 50px 0 30px;
	margin: 0 auto;
}
.wallet_wrap:after, .icon_wp:after, .icon_wp:before {
	display:none;
}
.wallet_icon, .wallet_info, .wallet_list.right .wallet_icon, .features_icon, .features_info, .right .features_icon, .right .features_info {
	float: none;
	width: 100%;
	text-align: center;
	padding:0;
}
.wallet_list, .app_features, .app_features.right {
	padding: 20px;
	border: #c9c9c9 dashed 1px;
	margin: 0 auto 20px;
	max-width: 450px;
}
.features_info p {
	line-height: 29px;
	font-size: 17px;
}

.logo {
	max-width: 70%;
}
.logo img {
	width: auto !important;
	max-width: 130px;
}
#menu_slide {
	margin: 0 auto;
}
h5 {
	margin:0 auto 15px;
}
p {
	line-height: 24px;
	font-size: 15px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
}
.open_jobs p {
	font-size: 16px;
	line-height: 26px;
	margin: 0 auto;
}
#about .tab-pane {
	padding: 20px 20px 0;
	max-width: 400px;
	border: #ccc dashed 1px;
	margin: 0 auto 20px;
}
.section_heading p {
	font-size: 17px;
	line-height: 27px;
}
.footer_bottom ul li a {
	font-size: 13px;
}
.footer_bottom ul li {
	margin: 0 10px 0 0;
}
#order_now.section_padding {
	background-size: cover;
	min-height: 160px;
	background-position: center;
}
.footer_widgets h5 {
	font-size: 20px;
}
.nav > li {
	display: block;
}
.navbar-default .navbar-collapse .navbar-nav {
	text-align: left;
}
#navigation {
	background: #232949;
}

}


.team_wrap {
	text-align: center;
	margin: 0px auto 15px;
}
.team_img {
	position: relative;
	width: 140px;
	height: 140px;
	overflow: hidden;
	margin: 0 auto;
	border-radius: 50%;
	text-align: center;
	border: #073257 solid 3px;
}
.linkedin_link {
	margin: -17px auto 13px;
	position: relative;
	z-index: 1;
}
.team_wrap h6 {
	font-size: 17px;
	margin: 0 auto;
	color: #111111;
}
.team_wrap p {
	font-size: 12px;
	color: #091f3a;
}
.linkedin_link a {
	display: inline-block;
	border-radius: 9px;
	background: #365976;
	color: #fff;
	width: 29px;
	height: 28px;
	font-size: 15px;
	line-height: 28px;
}
 @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.nav.nav-tabs {
	display: none;
}
.tab-content > .tab-pane {
	display: block;
}
.follow_us ul li a {
	width: 34px;
	height: 34px;
	font-size: 18px;
	line-height: 34px;
}
.inner_intro h1 {
	font-size: 30px;
	margin: 0 auto 6px;
}
.wallet_info p {
	line-height:27px;
}
.content_wrap .section_heading h2 {
	font-size: 29px;
}
.open_jobs h3, .open_jobs.right h3 {
	font-size: 26px;
	margin: 0 auto 11px;
}
.features_info p {
	line-height: 27px;
	font-size: 16px;
}


}

.copyright{
font-size: 15px;
}


@media (min-width: 992px){
.col-md-8 {
    width: 56.66666667%;
}
}

.intro_top{
	text-align:center;
	background-color: #fff;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 20px;
	padding-bottom: 15px;
	font-size: 17px;
	font-weight: 700;
	font-family: "source_sans_proregular";
}

.wallet_info p span {
	font-weight:bold;
}

.new_a{
font-weight:700;font-size: 20px;text-decoration: underline;color: #0d1e3d;
}




.tbstxt{
	width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
}

.myimg{
	max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 25px;
    margin-bottom: 18px;
}