/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Nunito:400,500,600,700);
::selection {
  background: rgba(247,150,28,.9);
  color: #fff;
}
html {
	margin:0;
	padding: 0;
	scroll-behavior: smooth;
}
body {
	font-size: 16px;
	font-weight: 300;
	padding: 0px;
	margin: 0px;
	font-family: 'Nunito',helvetica neue,Helvetica,Arial;
}
a {
	color: #f7961c;
}
a:hover,
a:focus {
  color: #bd5101;
  text-decoration: none;
}
.text-theme {
	color: #f7961c;
}
.font-size-16 {
	font-size: 16px;
}
.main-container {
	width: 100%;
	float: left;
	background: #fff;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.05); 
	z-index: 999999;
}
.navbar {
	margin-bottom: 0px;
	font-weight: 400;
	height: auto;
	border: 0px;
}
.navbar-brand {
	height: auto;
	padding: 7px 15px;
}
.navbar-toggle {
  border-color: #ff6600;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: #ffffcc;
}
.navbar-toggle .icon-bar {
  background-color: #ff6600;
}
.navbar-collapse,
.navbar-form {
  border-color: #ffffcc;
}
.navbar .nav > li > a {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 25px;
	padding-bottom: 25px;
	text-transform: uppercase;
	color: #000000;
	font-size: 14px;
	font-weight: 700;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
  text-decoration: none;
  background-color: #f7961c;
	color: #ffffff;
}
.navbar .nav .open > a,
.navbar .nav .open > a:hover,
.navbar .nav .open > a:focus {
  background-color: #fff;
  border-color: #337ab7;
}
/* Section Title */
h1.section-title {
	font-weight: 300;
	color: #71898f;
}
h1.section-title span {
	font-weight: 700;
	color: #4e7079;
}
p.section-sub-title {
	font-size: 16px;
	margin-bottom: 30px;
}

.start-50 {
  left: 50% !important;
}
.top-50 {
  top: 50% !important;
}
.modern-app-round {
  position: fixed;
  width: 100%;
  height: 600px;
  border-radius: 50%;
  -webkit-filter: blur(100px);
  filter: blur(100px);
  pointer-events: none;
  z-index: -2;
  background-color: rgba(247,150,28,.30);
}
.translate-middle {
  -webkit-transform: translate(-50%,-50%) !important;
  transform: translate(-50%,-50%) !important;
}
.banner {
	width: 100%;
	float: left;
	padding: 15px 0px;
	/*background-image:url(../images/pattern-blue.jpg); f4efe9*/
	background: rgb(247,155,28);
	background: radial-gradient(circle, rgba(247,155,28,0.3) 0%, rgba(255,255,255,0.4) 100%);
	background-size: cover;
	position: relative;
}
.banner .banner-content {
	width: 100%;
	float: left;
	padding: 80px 0px 30px 0px;
}
.banner .banner-content .badge-warning {
	display: inline-block;
  min-width: 10px;
  padding: 4px 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #f7961c;
  border-radius: 25px;
}
.banner .banner-content .h2 {
	font-size: 54px;
	font-weight: 900;
	color: #e86902;
	margin-bottom: 30px;
	padding: 0px;
}
.banner .banner-content .h5 {
	font-size: 24px;
	font-weight: 300;
	color: #333333;
	margin-bottom: 30px;
}
.banner .banner-highlight {
  color: white !important;
  background-color: #4bb3a4 !important;
  border-color: #4bb3a4 !important;
	padding: 15px 50px;
	margin: 30px 0px;
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
}
.banner .banner-highlight {
  padding: 20px 0px 20px 50px;
  -webkit-clip-path: polygon(40px 0, 100% 20px, 100% 100%, 0 100%);
  clip-path: polygon(40px 0, 100% 20px, 100% 100%, 0 100%);
}
.banner .banner-content b {
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
}
.banner .banner-content .btn {
	cursor: pointer;
	text-decoration: none;
	padding: 10px 28px;
	fill: #fff;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	box-shadow: none;
	font-weight: 400;
	font-size: 18px;
}
.banner .banner-content .btn.btn-free {
	background: #e47c02;
}
.banner .banner-content .btn.btn-register {
	background: #202942;
	color: #fff;
}
.banner .banner-content .call-now {
	margin: 30px 0px 0px 0px;
	font-size: 24px;
	color: #333333;
}
.banner .banner-content .call-now b {
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	color: #e86902;
}
.banner .banner-figure {
	float: right;
	padding: 30px 0px;
	text-align: right;
}
.banner-figure img {
	height: 400px;
}
.top-pane-wrap {
	width: 100%;
	float: left;
	background: #fff;
	padding: 40px 0px 40px 0px;
}
.top-pane {
	width: 100%;
	float: left;
	padding: 30px 0px;
}
@media (max-width: 570px) {
	.feature-block {
		margin-bottom: 30px;
	}
}
.top-pane h2 {
	width: 100%;
	float: left;
	font-size: 24px;
	margin-bottom: 30px;
	font-weight: 400;
}
.top-pane h2 span {
	font-weight: bold;
}
.top-pane-img {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.top-pane-img img {
	padding:0px 15px;
}
.top-pane-txt {
	width: 100%;
	float: left;
}
.feature-text p {
	font-size: 16px;
	line-height: 22px;
}
.top-pane-txt .btn {
	border-radius: 0px;
	font-size: 20px;
	padding: 10px 30px;
	background: #f7961c;
	border-radius: 5px;
	color: #fff;
}
.stats-wrap {
	width: 100%;
	float: left;
	background: #ffffff;
	padding: 30px 0px 50px 0px;
}
.stats-pane {
	width: 100%;
	float: left;
	padding: 15px;
	border: 2px solid #fcb65f;
	border-radius: 10px;
	text-align: center;
}
.stats-pane .stats-pane-digit {
	width: 100%;
	float: left;
	font-size: 36px;
	font-weight: bold;
	color: #f7961c;
}
.stats-pane p {
	color: #f7961c;
	font-size: 18px;
	margin: 0px;
}
.plan {
	width: 100%;
	float: left;
	background: #ffffff;
	padding: 50px 0px;
}
.plan .plan-title {
	width: 100%;
	float: left;
	font-size: 36px;
}
.plan .plan-title span {
	font-weight: bold;
}
.plan .plan-sub-title {
	width: 100%;
	float: left;
	margin: 30px 0px 25px 0px;
	padding: 0px;
	font-size: 24px;
	font-weight: bold;
}
.plan .plan-sub-title span {
	color: #028da6;
}
.plan .plan-sub-title .fas {
	color: #fae2cd;
}
.plan-tabs {
	margin-bottom: 50px;
}
.plan-tabs li {
	list-style: none;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}
.plan-tabs li a {
	border: 1px solid #5b5b5c;
	padding: 5px 15px;
	border-radius: 25px;
	color: #333333;
}
.plan-tabs li a.active {
	border: 1px solid #5b5b5c;
	background: #5b5b5c;
	color: #fff;
}
.promo-block {
	width: 100%;
	float: left;
	background: #fff;
	border-radius: 6px;
	padding: 15px;
	margin-bottom: 30px;
	text-align: center;
	box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08) !important;
}
.free-label {
  top: 5px;
  left: 10px;
	position: absolute;
	background: #f0aa03;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
	font-size: 12px;
}
.promo-block h3,
.promo-block h4 {
	margin: 0px;
	padding: 0px;
	color: #71898f;
}
.promo-block h3 {
	padding: 5px 0px;
}
.promo-block h3 strong {
	color:#d5005a;
}
.plan-block {
	width: 100%;
	float: left;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
	padding: 0px;
	margin-bottom: 30px;
}
.plan-block h2 {
	margin-bottom: 20px;
}
.plan-price {
	width: 100%;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	text-align: center;
	background: #f7961c;
	color: #ffffff;
	border-radius: 5px 5px 0px 0px;
}
.plan-price.advance {
	background: #01a008;
}
.plan-price.popularxxxx {
	background: #06a50a;
}
.plan-price h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px;
	color: #ffffff;
	text-transform:uppercase;
}
.plan-price h3 {
	font-size: 18px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #ffffff;
	position: relative;
}
.plan-price h3 small {
	color: #ffffff;
}
.price-loading {
	position: relative;
	width: 100%;
	float: left;
	height: 20px;
	background: rgba(221,221,221,0.1);
	border-radius: 25px;
	direction: ltr;
}
.plan-body {
	width: 100%;
	float: left;
	background: #fff;
	padding: 0px;
	margin: 0px;
}
.plan-body .list-group {
	margin-bottom: 0px;
}
.plan-body .list-group-item {
	border: 0px solid #ddd;
	font-size: 14px;
}
.plan-body .list-group-item .cusers {
	font-size: 16px;
	font-weight: bold;
}
.plan-body .list-group-item .fa-check-circle {
	color: #fcc235;
}
.plan-body .list-group-item .fa-check-circle.mute {
	color: #ddd;
}
.plan-body .list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.plan-body .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.plan-body .list-group-item span {
	float: right;
}
.plan-buy {
	width: 100%;
	float: left;
	background: #fff;
	padding: 15px;
	margin: 0px;
	border-top: 0px;
	border-radius: 0px 0px 5px 5px;
}
.plan-buy a {
	width: 100%;
	float: left;
	padding: 8px 20px;
	font-size: 16px;
	background: #ff9f22;
	border: 1px solid #ff9f22;
	border-radius: 5px;
	color: #ffffff;
	text-align: center;
}
.plan-buy a.advance {
	width: 100%;
	float: left;
	padding: 8px 20px;
	font-size: 16px;
	background: #06a50a;
	border: 2px solid #06a50a;
	color: #fff;
	text-align: center;
}
.plan-buy a.free-trial {
	width: 100%;
	float: left;
	padding: 8px 20px;
	font-size: 16px;
	background: #dee4f7;
	border: 2px solid #dee4f7;
	color: #333;
	text-align: center;
}
.auth-wrap {
	width: 100%;
	float: left;
	padding: 45px 0px 60px 0px;
	background: url(../images/bg-01.webp) no-repeat center;
	background-size: cover;
	background-color: #f4efe9;
}
.auth-wrap .heading {
	width: 100%;
	float: left;
	padding: 10px 0px;
	margin-bottom: 15px;
}
.auth-wrap .heading h1 {
	margin: 0px;
	padding: 0px;
	font-size: 24px;
}
.auth-left {
	width: 100%;
	float: left;
	overflow: hidden;
}
.auth-img {
	height: 600px;
}
.auth-logo {
	width: 100%;
	float: left;
	text-align: center;
	margin: 50px 0px 15px 0px;
}
.auth-card {
	width: 100%;
	float: left;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 3px rgba(60,72,88,.25) !important;
}
.auth-card-header {
	width: 100%;
	float: left;
	border-radius: 10px;
	margin: 0px 0px 0px 0px;
	padding: 25px 25px 0px 25px;
}
.auth-card-header h2 {
	font-size: 24px;
	margin: 0px;
}
.auth-card-body {
	width: 100%;
	float: left;
	padding: 25px;	
}
.auth-card .btn {
	background: #ff9f22;
	border: 1px solid #ff9f22;
	color: #ffffff;
}
.page-header {
	width: 100%;
	float: left;
	padding: 50px 0px 50px 0px;
	margin: 0px;
	background: url(../images/page-header-bg.jpg) no-repeat top fixed;
	background-size: cover;
	background-color: #ffda8a;
}
.page-header .heading {
	width: 100%;
	float: left;
	padding: 10px 0px;
}
.page-header .heading h1 {
	margin: 0px;
	padding: 0px;
	color: #fff;
}
.content {
	width: 100%;
	float: left;
	padding: 15px 0px;
}
.card {
	width: 100%;
	float: left;
	background: #ffffff;
	border-radius: 4px;
}
.card-header {
	width: 100%;
	float: left;
	padding: 15px;
	background: #ffffff;
	border-bottom: 1px solid #ddd;
	text-align: center;
	border-radius: 4px 4px 0px 0px;
}
.card-body {
	width: 100%;
	float: left;
	padding: 15px;
	background: #ffffff;
	border-radius: 0px 0px 4px 4px;
}
.card-footer {
	width: 100%;
	float: left;
	padding: 5px;
	background: #ffffff;
	border-radius: 0px 0px 5px 5px;
	border-bottom: 1px solid #ddd;
}
.card-body.form-30 {
	padding: 30px;
}
.form .form-control {
	border-radius: 3px;
	box-shadow: none;
}
.form label {
	font-weight: normal;
}
.form .btn {
	border-radius: 3px;
	box-shadow: none;
}
.form .btn-tb {
	border-radius: 3px;
	box-shadow: none;
	padding: 10px 12px;
	background: #fa7e0b;
	color: #ffffff;
	font-size: 16px;
}
.form .form-group .field-icon {
  float: right;
  margin-right: 8px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
	color:#999999;
}
.contact {
	width: 100%;
	float: left;
	background: #fffdf3;
	padding: 50px 0px 80px 0px;
	margin: 0px;
}
.contact .contact-title {
	width: 100%;
	float: left;
	font-size: 36px;
	margin-bottom: 0px;
}
.contact .contact-title span {
	font-weight: bold;
}
.contact-card {
	width: 100%;
	float: left;
	border: 0px solid #fcb65f;
	background: #ffebc1;
	border-radius: 7px;
	padding: 50px 25px 25px;
}
.contact .form-control {
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
	border: 2px solid #fcb65f;	
	border-radius: 5px;
	background: #ffffff;
  margin-bottom: 25px;
	height: 40px;
}
.contact .form-control:focus {
	border: 2px solid #0c8cd6;
}
.contact textarea.form-control {
  height: auto;
}
.contact .btn {
	background: #ff9f22;
	cursor: pointer;
	text-decoration: none;
	padding: 6px 28px;
	fill: #fff;
	border-radius: 5px;
	text-align: center;
	color: #fff !important;
	font-weight: 400;
	font-size: 18px;
}
.contact .contact-info {
	width: 100%;
  float: left;
	margin: 0px 0px 30px 0px;
	padding: 15px;
  overflow: hidden;
	border: 2px solid #fcb65f;
	border-radius: 7px;
}
.contact .contact-info span {
  font-size: 30px;
  float: left;
  margin-right: 15px;
	padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
	color: #fcb65f;
}
.contact .contact-info .spanemail {
	font-weight: bold;
  float: left;
	padding-top: 8px;
  padding-bottom: 5px;
  overflow: hidden;
}
.contact .contact-info .spanphone {
  font-size: 18px;
	font-weight: bold;
  float: left;
	padding-top: 3px;
  padding-bottom: 5px;
  overflow: hidden;
}
.verify .btn-tb {
	border-radius: 3px;
	box-shadow: none;
	padding: 10px 30px;
	background: #fa7e0b;
	color: #ffffff;
	font-size: 16px;
}
.pay-method {
	width: 100%;
	float: left;
	background: #fff;
	padding: 15px 0px 15px 0px;
	margin: 0px;
	color: #ffffff;
	text-align: center;
}
.pay-method  img {
	max-width: 100%;
}
.footer {
	width: 100%;
	float: left;
	background: #202942;
	padding: 40px 0px 0px 0px;
	margin: 0px;
	color: #ffffff;
}
.footer-block {
	width: 100%;
	float: left;
}
.footer-block h3 {
	width: 100%;
	float: left;
	margin-bottom:15px;
	font-size: 18px;
	font-weight: 600;
	padding: 0px 0px 15px 0px;
	border-bottom: 1px dashed #2c395e;
	color: #fa9400;
}
.footer-block .footer-block-body {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.footer-block .footer-block-body .h1-hudge {
	width: 100%;
	float: left;
	margin-bottom:15px;
	font-size: 36px;
	font-weight: 900;
	padding: 0px;
	text-align: center;
}
.footer-block .footer-block-body ul {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}
.footer-block .footer-block-body ul > li {
	width: 100%;
	float: left;
	list-style: none;
}
.footer-block .footer-block-body ul > li > a {
	color:#CCCCCC;
}
.footer-block .footer-block-body ul > li > a:hover {
	color:#FFFFFF;
	text-decoration: none;
}
.footer-block .footer-block-body ul.social-icon li {
	width: auto;
	display: inline-block;
	margin-right: 15px;
	color: #fa9400;
}
.footer-block .footer-block-body ul.social-icon li a {
	color: #fa9400;
}
.footer .copyright {
	width: 100%;
	float: left;
	padding: 20px 0px 20px 0px;
	margin-top: 30px;
	text-align: center;
	border-top: 1px dashed #2c395e;
}
.btn-warning-o {
	height: 42px;
  line-height: 38px;
  padding: 0px 15px;
  border-radius: 5px;
	border: 2px solid #1077e0;
	color: #1077e0;
	font-size: 16px;
}
.text-white {
	color: #ffffff;
}
.text-error {
	color: #dd0303;
	font-size: 12px;
}
label.error {
	font-size: 12px;
	color: #ee5b5b;
}
.required {
	color: #dd0303;
}
.ft-12 {
	font-size: 12px;
}
.mr-15 {
	margin-right: 15px;
}
.mt-5 {
	margin-top: 5px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-60 {
	margin-top: 60px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-60 {
	margin-bottom: 60px;
}
.pd-30 {
	padding: 30px;
}
.pt-60 {
	padding-top: 60px;
}
.pb-60 {
	padding-bottom: 60px;
}
@media (max-width: 570px) {
	.banner .banner-content {
		padding: 20px 0px 10px 0px;
	}
	.banner .banner-content .h2 {
		font-size: 36px;
		margin-bottom: 15px;
		padding: 0px;
	}
	.banner .banner-content .h5 {
		font-size: 16px;
		font-weight: 300;
		color: #333333;
		margin-bottom: 50px;
	}
	.banner .banner-content .call-now {
		font-size: 18px;
		text-align: center;
	}
	.banner .banner-content .call-now b {
		font-size: 24px;
	}
	.top-pane-wrap {
		padding: 0px;
	}
	.stats-pane {
		margin-bottom: 15px;
	}
	.page-header {
		padding: 5px 0px 5px 0px;
	}
	.page-header .heading h1 {
		font-size: 24px;
	}
}