@import url('https://fonts.googleapis.com/css?family=PT+Serif|Source+Sans+Pro|Ubuntu');

body {
	margin: 0;
	padding:0;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
}

h1 {
	font-family: 'PT Serif', serif;
}

#header-nav {
	margin: 0;
	padding: 0;
	background: #283e56;
}

.navbar {
    min-height: 70px;
    margin-bottom: 0px;
}
.navbar-collapse {
	margin: 20px 0px;
}
.navbar-brand {
	margin: 0px;
	padding: 0;
}

.brand-logo {
	width: 300px;
	height: 80px;
	margin: 7px 0px;
}

.nav>li>a {
	color: #fff;
	padding: 15px 18px;
	margin:0px 5px; 
}

.nav>li.active>a {
	background: transparent;
	color:#37b0e9;
	/* border: 3px solid #fff; */
	font-weight: bold;
}
.nav>li>a:hover {
	background: transparent;
	color:#cecece;
	/* border: 2px solid #cecece; */
	/* font-weight: bold; */
}

/*================================================*/
/*	header content */
/*================================================*/
#header {
	width: 100%;
	height: auto;
	background: url(../images/header-bg.png) no-repeat center;
	background-size: cover;
	height:auto;
	color: #fff;
}

.tagline {
	text-align: center;
	margin: 30px auto; 
}

.header-tagline{
	font-size: 50px;
	font-weight: 600;
	font-family: 'Ubuntu', sans-serif;
	
}

.sub-tagline{
	margin-top: 10px;
}

/*================================================*/
/*	payment content */
/*================================================*/
#payments {
	width: 100%;
	height: auto;
	background:#e6e6e6;
}
.info-box {
	margin: 25px auto;
	border:1px solid #4d4d4d;
	border-radius: 5px;
	box-shadow: 0 5px 18px 0 rgba(0,0,0,0.3);
	background: #fff;
}
.info-box-title {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 20px 15px;
	background:  #283e56;
	color: #fff;
}
.info-box-title1 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 33px 15px;
	background:  #283e56;
	color: #fff;
}
.con-text {
	padding: 25px 20px 10px 10px;
}
.con-text-4b {
	padding: 25px 20px;
}
.tt-btn {
	text-align: center;
	margin: 20px auto 25px;
}

.tt-btn1 {
	text-align: center;
	margin: 17px auto 25px;
}
.p-btn {
	text-decoration: none;
	padding: 5px 20px;
	color: #000;
	background: #FFC439;
	font-size: 14px;
	font-weight: 600;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);  
}

.p-btn:hover, .p-btn:after {
	text-decoration: none;
	color: #000;
	background: #FFC439; 
}

.paypal-form {
	text-align: center;
	margin: 20px auto 0px;
}
.paypal-btn{
	margin: 20px auto 25px;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
}
.paypal-text {
	font-weight: bold;
	padding-bottom: 5px;
}
.payment-footer {
	text-align: center;
	margin: 20px auto 0px;
}
.pf-text {
	margin:0; 
}
.pcontrol {
    width: 50%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.pcontrol-txt {
	font-size: 25px;
	font-weight: 600;
	padding-right: 15px; 
}
.pcontrol-icon {
	padding-top: 15px; 
	padding-right: 10px;
} 
.modal-header {
    background: #283e56;
    color: #fff;
}
/*================================================*/
/*	footer */
/*================================================*/
#footer {
	width: 100%;
	height: auto;
	background: #4d4d4d;
	padding: 20px 0;
	color: #fff;
}
.footer-title {
	font-size: 20px;
}
.f-btn {
	padding: 3px 20px;
	background: #c1272d;
	border: none;
	color: #fff;
	margin-top: 5px;
}
.copyright {
	text-align: center;
	margin: 25px auto 5px;
}
.privacy {
	text-align: center;
	margin: 0;
	font-size: 14px;
	color: #fff;
}

.privacy:hover {
	text-decoration: underline;
	color: #fff;
}
/*================================================*/
/*	Accounts Page */
/*================================================*/
.acount-tagline{
	margin-bottom: 25px;
	font-size: 60px;
}
.atagline {
	margin:60px 0px 40px -1000px;
	padding: 30px 5px 30px 1000px;
	background: rgba(0,0,0,0.4);
	color: #ffffff;
}
.hb-align {
	margin: 30px 0;
}

.header-botton {
	padding: 7px 25px;
	background: #c1272d;
	color: #fff;
}
.header-botton:hover {
	text-decoration: none;
	background: #c1272d;
	color: #fff;
}
.login-icon{
	margin-left: 40px;
	left:-10px;
}
.header-botton:after {
	text-decoration: none;
	background: #c1272d;
	color: #fff;
}

/*================================================*/
/*	Accounts Page (telephony) */
/*================================================*/
#telephony {
	width: 100%;
	height: auto;
	background: #f1f1f1;
}
.acontent-title {
	color:  #37b0e9;
	margin: 0px auto 20px;
}
.list-data li {
	font-size: 20px;
	color: #000;
}
.check {
	color:  #37b0e9;
	margin-bottom: 15px;
}
.img-infograph1 {
	width: 284px;
	height: auto;
	margin: 5px auto;
	padding: 10px 0;
	text-align: center;
}

.img-infograph2 {
	width: 254px;
	height: auto;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}
#inquiries {
	width: 100%;
	height: auto;
	background: #f2f2f2;
	padding: 40px 0;
	text-align: center;
	font-size:17px; 
}


/*================================================*/
/*	Products */
/*================================================*/
#products {
	width: 100%;
	background: url(../images/header-bg.png) no-repeat center;
	background-size: cover;
	height:500px;
	color: #fff;
}

#predictive {
	width: 100%;
	height: auto;
	background: #f2f2f2;
}

.account-infograph1 {
	width: 300px;
	height: auto;
	text-align: center;
	margin: 5px auto;
	padding: 25px 0;
}

.account-infograph2 {
	width: 300px;
	height: auto;
	text-align: center;
	margin: 5px auto;
	padding: 20px 0;
}

.account-infograph3 {
	width: 180px;
	height: auto;
	text-align: center;
	margin: 5px auto;
	padding: 25px 0;
}


#base-account {
	width: 100%;
	height: auto;
	background: #fff;
}

#services {
	width: 100%;
	height: auto;
	background: #f2f2f2;
}



/*================================================*/
/*	Contact page */
/*================================================*/
#contact1 {
	width: 100%;
	background: url(../images/header-bg.png) no-repeat center;
	background-size: cover;
	height:250px;
	color: #fff;
}
#contact-page {
	background: #f2f2f2;
	width: 100%;
	min-height: 600px;
}

.form-contact-space {
	margin: 8px 0px;
	background: #C0C0C0;
	color: #4d4d4d;
}
.footer-logo {
	text-align: center;
	margin: -50px auto 0px;
}

.google-map {
	font-size: 0;
	line-height: 0;
	border-top: 1px solid #4d4d4d;
	border-bottom:3px solid #4d4d4d;
	margin-top:25px;
}

.footer-contact {
	width: 100%;
	height: auto;
	margin: 15px 0px;
}

.footer-s {
	float: left;
}

.contact {
	padding: 10px;
}
.address {
	padding:0px 10px;
	font-size: 14px;
	line-height: 1.2;
}

.btn-footer {
	margin: 5px 0px;
	padding: 8px 25px;
	border-radius: 5px;
	border: none;
	color: #ffffff;
	background: #FBB03B;
}

.form-space {
	margin: 8px 0px;
	background: #333333;
	color: #fff;
}

.address {
	padding:0px 10px;
	font-size: 14px;
	line-height: 1.2;
}

.contact-list {
	list-style: none;
	padding: 1px;
}

.img-padding {
	margin: 15px 0px;
}

.contact-header {
	color:  #37b0e9;
	margin: 0px auto 10px;
	text-align: center;
}
.contact-sub-header {
	color: #4d4d4d;
	font-size:23px;
	text-align: center; 
}
/*================================================*/
/*	charge page */
/*================================================*/
#success-payment {
	background: #f2f2f2;
    width: 100%;
    min-height: 600px;
}

.sp-cont { 
	padding-bottom: 20px;
	text-align: center;
	color: #000;
	font-weight: 670;
	font-size: 35px;
}

.sp-suc { 
	font-size: 30px;
}

/*================================================*/
/*	modal */
/*================================================*/
#tt-modal {
	width: 80%;
	height: auto;
	background: #4D4D4D;
	margin: 0 auto;
	padding: 15px;
	border-radius:5px; 
	color: #fff;
	box-shadow: 0 5px 18px 0 rgba(0,0,0,0.3);
}
.tt-modal-title {
	color: #FBB03B;
	font-weight: bold;
	font-size: 30px;
	margin-top: 5px;
}

.tt-modal-info {
	margin: 20px 0px 5px;
}
.tt-modal-swift {
	color:  #FBB03B;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
}
.tt-modal-note {
	margin: 30px 10px 10px;
}

.modal-body {
    position: relative;
    padding: 25px 20px;
}
.tt-modal-tnote {
	font-weight: bold;

}
/*================================================*/
/*	sub css */
/*================================================*/
section {
	padding: 30px 0px 40px;
}
.center {
	text-align: center;
	margin:0 auto;
}

.content-tagline {
	text-align: center;
	margin: 15px auto;
}

.clear {
	clear: both;
}
.text-trans {
	color: transparent;
}

.space-padding {
	width: 100%;
	height: 1px;
}

.ph-padding {
	width: 100%;
	height: 72px;
}

.ph-padding-4b {
	width: 100%;
	height: 72px;
}

.au-padding {
	width: 100%;
	height: 117px;
}
.dev-padding {
	width: 100%;
	height: 52px;
}
.paypal-padding {
	width: 100%;
	height: 53px;
}
.error {
	font-weight: normal;
	font-size: 14px;
	color: #bb0000;
	font-weight: bold;
}