﻿@font-face {
	font-family: swis721ltbt;
	src: url(fonts/Swiss721LightBT.ttf);
}
@font-face {
	font-family: swis721hvy;
	src: url(fonts/Swiss721HeavyBT.ttf);
}
body {
	margin: 0;
	background: url("img/e-wealth-ac-demo-bg.jpg") no-repeat;
	background-size: 100% 100%;
	color: #FFF;
	font-family: swis721ltbt, Helvetica, Arial, sans-serif;
	font-weight: lighter;
}
* {
	box-sizing: border-box;
}
*::before, *::after {
	box-sizing: border-box;
}
.bg-color {
	background-color: #19BD9B;
}
.txt-color {
	color: #FFF;
}
.txt30 {
	font-size: 30px!important;
}
.cust-container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
	width: 1170px;
}
.mt20 {
	margin-top: 75px;
}
.mt40 {
	margin-top: 40px;
}
.mtb10 {
	margin: 10px 0;
}
.cust-col-12 {
	width: 100%;
	float: left;
}
.cust-col-4 {
	width: 33.3333%;
	float: left;
}
.cust-col-5 {
	width: 41.6667%;
	float: left;
}
.cust-col-6 {
	width: 50%;
	float: left;
}
.cust-col-7 {
	width: 58.3333%;
	float: left;
}
.cust-col-8 {
	width: 66.6667%;
	float: left;
}
.cust-col-4, .cust-col-5, .cust-col-6, .cust-col-7, .cust-col-8, .cust-col-12 {
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
.set-img {
	height: 100%;
	width: 100%;
	vertical-align: middle;
}
.p0 {
	padding: 0;
}
.border {
	border-bottom: 1px solid #FFF;
}
.data {
	display: inline-block;
	width: 13%;
}
.small{font-size: 12px;   font-weight: bold;}
.data-dec {
	color: #FFF;
	display: inline-block;
	font-size: 18px;
	margin-left: 10px;
	vertical-align: middle;
	line-height: 18px;
    width: 83%;
}
.text-center {
	text-align: center;
	margin: 0 auto;
}
.link {
	font-size: 14px;
	line-height: 30px;
	padding-left: 14px;
}
.link a {
	color: #FFF;
	outline: medium none;
	text-decoration: none;
}
.link a:hover {
	color: #FFF;
	text-decoration: underline;
}
.foot {
	text-align: center;
	font-weight: bold;
	margin-top: 30px;
}
.heading {
	border-bottom: 1px solid #ed1c24;
	margin-top: 15px;
	margin-bottom: 10px;
}
.heading .heading-text {
	font-family: swis721hvy;
	display: inline-block;
	background-color: #ed1c24;
	margin: 0 auto;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	letter-spacing: 1px;
}
.data-dec {
	text-transform: uppercase;
}
.head {
	font-size: 31px;
}
.headings {
	font-family: 'swis721hvy';
	font-weight: bold;
	font-size: 41px;
}
/**modal*/
.modal-open {
	overflow: hidden;
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0
}
.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%)
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5)
}
.modal-backdrop {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background-color: #000
}
.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0
}
.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5
}
.modal-header {
	min-height: 16.43px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}
.modal-header .close {
	margin-top: -2px
}
.modal-title {
	margin: 0;
	line-height: 1.42857143;
}
.modal-body {
	position: relative;
	padding: 15px
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}
.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px
}
.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
	margin-left: 0
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}
.close {
	position: absolute;
	right: -15px;
	top: -15px;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	background-color: #FFF;
	border: 1px solid #000;
	color: #000;
	font-weight: bold;
	cursor: pointer;
}

@media (min-width:768px) {
.modal-dialog {
	width: 600px;
	margin: 30px auto;
}
.modal-content {
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	box-shadow: 0 5px 15px rgba(0,0,0,.5)
}
.modal-sm {
	width: 300px;
}
}

@media (min-width:992px) {
.modal-lg {
	width: 900px;
}
}

@media (min-width: 320px) and (max-width: 479px) {
.img-responsive {
	width: 200px;
	height: auto;
}
.cust-container {
	width: 100%;
}
.head {
	font-size: 14px;
	margin-top: 20px;
}
.heading .heading-text {
	font-size: 14px;
}
.cust-col-4 {
	width: 98%;
}
.data-dec {
	font-size: 14px;
}
.mt40 {
	margin-top: 20px;
}
.mt20 {
	margin-top: 30px;
}
.headings {
	font-size: 30px;
}
}

@media (min-width: 360px) and (max-width: 479px) {
.img-responsive {
	width: 200px;
	height: auto;
}
.cust-container {
	width: 100%;
}
.head {
	font-size: 18px;
	margin-top: 20px;
}
.heading .heading-text {
	font-size: 16px;
}
.cust-col-4 {
	width: 98%;
}
.data-dec {
	font-size: 14px;
}
.mt40 {
	margin-top: 20px;
}
.mt20 {
	margin-top: 30px;
}
.headings {
	font-size: 36px;
}
}

@media (min-width: 480px) and (max-width: 639px) {
.img-responsive {
	width: 300px;
	height: auto;
}
.cust-container {
	width: 100%;
}
.head {
	font-size: 26px;
	margin-top: 20px;
}
.heading .heading-text {
	font-size: 20px;
}
.cust-col-4 {
	width: 98%;
}
.data-dec {
	font-size: 18px;
}
.mt40 {
	margin-top: 20px;
}
.mt20 {
	margin-top: 30px;
}
.headings {
	font-size: 40px;
}
.data {
	width: 10%;
}
}

@media (min-width: 640px) and (max-width: 760px) {
.img-responsive {
	width: 300px;
	height: auto;
}
.cust-container {
	width: 100%;
}
.head {
	font-size: 26px;
	margin-top: 20px;
}
.heading .heading-text {
	font-size: 20px;
}
.cust-col-4 {
	width: 98%;
}
.data-dec {
	font-size: 18px;
}
.mt40 {
	margin-top: 20px;
}
.mt20 {
	margin-top: 30px;
}
.headings {
	font-size: 40px;
}
.data {
	width: 10%;
}
}

@media (min-width: 640px) and (max-width: 959px) {
.img-responsive {
	width: 300px;
	height: auto;
}
.cust-container {
	width: 100%;
}
.head {
	font-size: 26px;
	margin-top: 20px;
}
.heading .heading-text {
	font-size: 20px;
}
.cust-col-4 {
	width: 98%;
}
.data-dec {
	font-size: 18px;
}
.mt40 {
	margin-top: 20px;
}
.mt20 {
	margin-top: 30px;
}
.headings {
	font-size: 40px;
}
.data {
	width: 10%;
}
.cust-col-4 {
	width: 30%;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
.cust-container {
	width: 100%;
}
.data-dec {
	font-size: 24px;
}
.data {
	width: 10%;
}
.cust-col-4 {
	width: 100%;
}
}

@media (min-width: 960px) and (max-width: 1024px) {
}

@media (min-width: 1024px) and (max-width: 1279px) {
.cust-container {
	width: 100%;
}
.data-dec {
	font-size: 16px;
}
}

@media (min-width: 1280px) {
}
