[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}
body{
	background:#4495FF;
}
img{
	max-width:100%;
}
nav{
	box-shadow: none;
	position: relative;
	z-index: 2;
}
.nav-wrapper span{
	font-size: 21px;
    line-height: 21px;
	color:#333;
	float:left;
	padding: 21px 0 0 20px;
	font-weight:500;
}
@media only screen and (max-width: 600px) {
	.nav-wrapper span{
		font-size: 15px;
		padding-left:10px;
	}
}
@media only screen and (max-width: 310px) {
	.nav-wrapper span{
		display:block;
		padding:7px;
		text-align:center;
		float:none;
	}
	nav .brand-logo {
		text-align:center;
		display: block;
		float:none;
	}
}
.nav-wrapper ul{
	margin:0;
	padding:0;
	float:right;
}
@media only screen and (max-width: 810px) {
	.nav-wrapper ul{
		display:none;
	}
}
.register-blk{
	background:#fff;
	padding: 15px;
	margin:50px 0 0 0;
	border-radius: 15px;
}
.register-blk label{
	color:#0E2543;
	font-size: 13px;
}
.register-blk input[type="text"],
.register-blk input[type="email"],
.register-blk select{
	display:block;
	height:40px;
	color:#333;
	border:#BDBDE6 solid 1px;
	background:#fff;
	padding:7px 15px;
	border-radius: 6px;
	box-sizing: border-box;
}
.register-blk input[type="text"]:focus:not([readonly]),
.register-blk input[type="email"]:focus:not([readonly]),
.register-blk select:focus:not([readonly]){
	border:#4495FF solid 1px;
	box-shadow: none;
}
.register-blk input[type="text"].valid,
.register-blk input[type="email"].valid,
.register-blk select.valid{
	box-shadow: none;
}
.rf-title.blue-text{
	margin-top: 15px;
}
.rf-title.primary-text{
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 25px;
}
.register-blk .green{
	background-color: #00CCB3 !important;
	width: 100%;
	text-transform: 
	capitalize;
	font-weight: 500;
	padding: 10px 15px;
	margin-bottom: 15px;
	height: auto;
	line-height: inherit;
}
.register-outer{
	position: relative;
	overflow: hidden;
	background: #737AFF;
}
.register-outer .register{
	position: relative;
	z-index: 2;
	background: transparent !important;
}
.register-outer .ro-circle-1{
	background: url(../images/circle-y.png) no-repeat center center; 
	width: 233px;
	height: 233px;
	position: absolute;
	right: -150px;
	top: -110px;
	z-index: 1;
}
.register-outer .ro-circle-2{
	background: url(../images/circle-g.png) no-repeat center center; 
	width: 775px;
	height: 788px;
	position: absolute;
	left: -250px;
	bottom: -310px;
	z-index: 1;
}
.circle-1-bg{
	background: url(../images/circle-g.png) no-repeat center center; 
	width: 775px;
	height: 788px;
	position: absolute;
	right: -475px;
	top: -525px;
	z-index: 1;	
}
.circle-2-bg{
	background: url(../images/circle-y.png) no-repeat center center; 
	width: 233px;
	height: 233px;
	position: absolute;
	left: -125px;
	bottom: -50px;
	z-index: 1;
}
.bg-white{
	background-color: #fff;
}
.p-25{
	padding: 25px;
}
.p-30{
	padding: 30px;
}
.btn-small {
	font-size: 14px;
	height: auto;
	line-height: 24px;
	padding: 6px 12px;
	text-transform: none;
}
.blue-text{
	color:#4495FF;
}
.primary-text{
	color:#0E2543;
}
.border-radius-md{
	border-radius: 6px;
}
.border-radius-xl{
	border-radius: 15px;
}
.shadow-none{
	box-shadow: none !important;
}
.brand-logo img{
	margin: 5px 0 0 0;
    width: 100px;
	height:auto;
}
.custom-page-footer{
	padding: 15px 0;
}
.footer-copyright{
	font-size:12px;
	background-color: transparent !important;
}
#start-tour .material-icons {
	vertical-align: top;
}
#container-block{
	position: relative;
	z-index: 1;
}
.header {
    font-weight: 500;
    font-size: 30px;
    color: #fff;
    margin:50px 0 15px;
}
.header-content {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    padding: 0 60px;
    margin:0 0 50px;
}
.register-title{
	font-weight: 500;
	color:#fff;
	font-size: 30px;
	line-height: 30px;
	margin:30px 0 10px 0;
}
.register-content{
	font-weight: 400;
	color:#fff;
	font-size: 18px;
	line-height: 27px;
	padding-right: 75px;
}
.top-title-bg{
	padding: 25px 0 0 !important;
}
.top-title{
	color:#fff;
	font-size: 1.40rem;
    line-height: 110%;
	padding:0.65rem 0;
	overflow:hidden;
}
.top-title div{
	float:right;
}
.top-title ul{
	margin:0;
	padding:0;
	overflow:hidden;
}
.top-title ul li{
	overflow:hidden;
	float:left;
	margin:0 4px;
	padding:0px 0px;
	list-style-type:none;
	line-height: 16px;
}
@media only screen and (max-width: 600px) {
	.top-title{
		text-align:center;
	}
	.top-title div{
		float:none;
		padding-top:10px;
		text-align:center;
	}
	.top-title ul li{
		display:inline-block;
		margin:0;
		float:none;
	}
}
.top-title ul li a{
	font-size:13px;
	line-height: 16px;
	display:block;
	padding:3px 8px;
	border-radius:25px;
	color:#fff;
	font-weight:700;
}
.top-title ul li a:hover{
	background:#244772;
}
.top-title ul li a.active{
	background:#fff;
	color:#333;
}
.top-title ul li a.back-arrow{
	font-size: 21px;
    line-height: 15px;
}
.top-title ul li a.back-arrow:hover{
	background:none;
	color:#75AEF4;
}
.modules-blk{
	margin:0 0px 10px;
}
.modules-blk-img{
	border-radius:15px 15px 0 0;
	padding:15px 0 8px 0;
}
.modules-blk-content{
	font-size:18px;
	font-weight:500;
	padding:8px 0px;
	line-height:27px;
	text-align:center;
}

.modules-blk-content-2{
	font-size:15px;
	line-height:21px;
	text-align:left;
	font-weight:300;
	color: #0E2543;
}
.modules-blk-content-2 .modules-blk-content{
	text-align: left;
    font-size: 16px;
    padding: 0 0 6px 0px;
    line-height: 21px;
    display: none;
}
.modules-blk-content-2 p{
}
.modules-blk-content-2 p a.green{
	font-weight:500;
	background-color: #00CCB3 !important;
	text-transform: capitalize;
}
.modules-blk-content-2 a .material-icons,
.content-blk a .material-icons {
	vertical-align: top;
}
@media(max-width: 1200px){
	.modules-blk-content{
		font-size:15px;
		line-height:21px;
	}
}

@media(max-width: 991px){
	.modules-blk-content{
		display: none;
	}
	.modules-blk-content-2 .modules-blk-content{
		display: block;
	}
}
.hidden-xs a.btn {
	font-weight:500;
	background-color: #00CCB3 !important;
	text-transform: capitalize;
	border-radius: 6px;
	box-shadow: none;
}
.content-blk{
	border:#fff solid 3px;
	border-radius:15px;
	cursor:pointer;
	padding:15px;
	color:#111;
	background:#fff;
	position: relative;
	margin-bottom:15px;
}
.content-blk h5{
	font-size:16px;
	margin:0 0 10px;
	padding: 0 0 10px 0;
	border-bottom:#ccc solid 2px;
	text-transform:uppercase;
}
.content-blk p{
	font-size:15px;
	line-height:21px;
	color:#555;
	font-size:100;
}

.content-blk:after{
    right: -60px;
    top: 20%;
	border: 30px solid transparent;
    content: "";
    position: absolute;
	border-left: 30px solid #fff;
}

@media only screen and (max-width: 992px) {
	.content-blk:after{
		right: auto;
		top: auto;
		left: 50%;
    	margin-left: -30px;
		bottom:-51px;
		border: 30px solid transparent;
		content: "";
		position: absolute;
		border-top: 30px solid #fff;
	}
}

.showcase {
	position:relative;
}
.showcase div:last-child{
	position:absolute;
	left:0;
	top:0;
}

.modal-content h5{
	margin-top:0;
}
.input-field input.error,
.input-field select.error{
	border-color:#f44336;
}
.input-field label.error{
	position:static !important;
	display:block;
	color:#f44336 !important;
	font-size: 0.8rem;
	margin-top: 5px;
	-webkit-transform: translateY(-140%);
    -moz-transform: translateY(-140%);
    -ms-transform: translateY(-140%);
    -o-transform: translateY(-140%);
    transform: translateY(-140%);
}
.register-blk .input-field label.error,
.register-form-captcha-validation{
	position: absolute !important;
    top: 0;
    padding: 0px 2px;
    border: #FE4D4D solid 0px;
    color: #FE4D4D !important;
    background: #fff;
    right: 0;
    width: auto;
    left: auto;
    font-size: 11px;
}

.company-blk{
	border:#5191D1 solid 3px;
	border-radius:15px;
	margin:0 25px 25px;
	position:relative;
}
.company-blk-top{
	background:#fff;
	text-align:center;
	padding:25px 5px 15px;
	border-radius:10px 10px 0 0;
}
.company-blk-top label{
	font-size:16px;
	font-weight:400;
	color:#666;
	margin:0;
	padding:0;
	text-transform:uppercase;
}
.company-blk-top p{
	font-size:27px;
	color:#222;
	margin:15px 0;
	padding:0;
}
.company-blk-bottom{
	background:#5191D1;
	text-align:center;
	padding:10px 5px 10px;
	border-radius: 0 0 10px 10px;
	height: 65px;
}

.company-blk-bottom [type="radio"] + label:before,
.company-blk-bottom [type="radio"] + label:after {
	bottom: 32px;
	height: 50px;
	left: 50%;
	margin: 0 0 0 -25px;
	top: auto;
	width: 50px;
}
.company-blk-bottom [type="radio"] + label:before {
	box-shadow: 0 0 3px 1px #5191D1;
}
.company-blk-bottom [type="radio"]:not(:checked) + label, 
.company-blk-bottom [type="radio"]:checked + label {
	height: 100%;
	left: 0;
	line-height: 50px;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.company-blk-bottom [type="radio"]:not(:checked) + label:before { 
    border: 3px solid #fff;
	background: #5191D1;
}
.company-blk-bottom [type="radio"]:not(:checked) + label:after { 
    border: 0px solid #fff;
	background: #5191D1;
}
.company-blk-bottom [type="radio"]:checked + label:before {
    background: #5191D1;
    border: 3px solid #fff;
	content:"done";
	font-family: "Material Icons";
	color:#fff;
	font-size: 34px;
	line-height: 45px;
}
.company-blk-bottom [type="radio"]:checked + label:after {
    background: none;
    border: 0px solid #fff;
}

.googlecaptchacss{
	transform: scale(0.70);
	-webkit-transform: scale(0.70);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}
@media (max-width: 1300px) {
	.googlecaptchacss{
		transform: scale(0.60);
		-webkit-transform: scale(0.60);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
}


.custom-tabs{
	background-color: transparent;
	height: auto;
}

.custom-tabs .tab{
	height: auto;
	padding: 0 0.75rem;
	text-transform: capitalize;
}

.custom-tabs .tab a {
	padding: 15px;
	line-height: normal;
	background-color: rgba(255,255,255,0.2);
	border-radius:15px;
	color: #fff;
	margin-bottom: 25px;
	height: auto;
}

.custom-tabs .tab a:not(.active) img{
	filter: brightness(0) invert(1);
}

.custom-tabs .tab a.active,
.custom-tabs .tab a.active:hover {
    background-color: #fff;
    color: #0E2543;
    border-radius: 12px 12px 0 0;
    cursor: default;
}

.custom-tabs .tab a.active{
	position: relative;
	overflow: visible;
}

.custom-tabs .tab a.active:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 25px;
	background-color: #fff;
	bottom: -25px;
	left: 0;
}

.custom-tabs .tab a:hover {
    background-color: rgba(255,255,255,0.3);
    color: #fff;
    cursor: pointer;
}

.custom-tabs .indicator{
	display: none;
}

.tab-inner label{
	font-size: 15px;
	font-weight: 500;
	margin: 0 0 5px 0; 
	display: block;
}

.tab-inner p{
	line-height: 16px;
	font-size: 13px;
	font-weight: 400;
	margin: 0 0 15px;
	opacity: 0.7; 
	padding-right: 15px;
	height: 48px;
	overflow: hidden;
}

@media (max-width: 594px) {
	.custom-tabs .tab a {
		padding: 5px;
		margin-bottom: 10px;
	}
	.modules-blk {
	    margin: 0;
	}
	.custom-tabs .tab:not(:first-child) {
	    padding-left: 5px;
	}
	.custom-tabs .tab:not(:last-child) {
	    padding-right: 5px;
	}
	.custom-tabs .tab a.active:after {
	    height: 15px;
	    bottom: -15px;
	}
}

@media (max-width: 991px) {
	.circle-1-bg,
	.circle-2-bg{
		display: none;
	}
}