@charset "utf-8";
/* CSS Document */
img{
	max-width:100%;
}
figure{
	margin:0;
	padding:0;
}
.footer-logo img{
	max-width:85%;
}
header.bg-primary {
	background-color: #0f1031 !important;
}
.bnr_sec_cnt h4, .hr_bnr_sec_cnt h4{
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	font-size:33px;
	line-height:40px;
	font-weight:700;
	color:#fff;
	font-style:italic;
	margin-top:23%;
}
.bnr_sec_cnt h4 span, .hr_bnr_sec_cnt h4 span{
	text-transform:lowercase;
}
.bnr_sec_cnt h5, .hr_bnr_sec_cnt h5{
	text-transform:lowercase;
	font-size:22px;
	line-height:28px;
	font-weight:500;
	color:#fff;
	font-style:italic;
}
.hr_bnr_sec_cnt h4, .law_bnr_hd h4{
	margin-top: 5%;
}

.login_sec_lnd_pg{
}
.login_sec_lnd_pg ul{
	margin:0;
	padding:0;
}
.login_sec_lnd_pg li{
	list-style:none;
	display:inline-block;
	padding:0 15px;
	color:#fff;
}
.login_sec_lnd_pg li a {
	color: #fff;
	display: block;
	position: relative;
	overflow: hidden;
	padding:10px
}
.login_sec_lnd_pg li a:hover{
	color:#fff;
}
.login_sec_lnd_pg li a::before {
	box-sizing: border-box;
	transform: translateX(100%);
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 99.5%;
	height: 2px;
	border-bottom: 2px solid transparent;
	border-left: 2px solid transparent;
	border-radius:4px;
}
.login_sec_lnd_pg li a::after {
	box-sizing: border-box;
	transform: translateX(-100%);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 99.5%;
	height: 2px;
	border-top: 2px solid transparent;
	border-right: 2px solid transparent;
	border-radius:4px;
}
.login_sec_lnd_pg li a:hover::before {
	transition: 0.1s transform linear, 0.1s height linear 0.1s;
	transform: translateX(0);
	height: 100%;
	border-color: #fff;
	border-radius:4px;
}
.login_sec_lnd_pg li a:hover::after {
	transition: 0.1s transform linear 0.2s, 0.1s height linear 0.3s;
	transform: translateX(0);
	height: 100%;
	border-color: #fff;
	border-radius:4px;
}
.hlth_cr_cnt_sec{
	color:#000;
	font-weight:500;
	padding:15px 0;
	margin-top: -56px;
	z-index: 0;
	position: relative;
	margin-bottom:15px;
}

.hr_cr_cnt_sec {
	color: #000;
	font-weight: 500;
	padding: 15px 0;
	margin-top: -50px;
	z-index: 0;
	position: relative;
	margin-bottom: 15px;
}
.hr_cr_cnt_sec p, .hlth_cr_cnt_sec p {
	color: #808184;
	font-size: 16px;
	line-height: 31px;
	text-align:justify;
	font-weight:400;
}
.hr_lndng.sign_solution_sec .col-lg-5 figure img {
	margin-top: -30px;
	margin-bottom: 30px;
}
.sign_solution_sec.hr_lndng .bnr_sec_cnt h4 {
	margin-top: 0;
	text-transform: none;
	font-style: normal;
}
.sign_solution_sec.hr_lndng .bnr_sec_cnt h5 {
	font-size: 16px;
	text-transform: uppercase;
}
.sign_solution_sec.law_lndng .bnr_sec_cnt h5 {
	font-size: 16px;
	text-transform: uppercase;
}
.sign_solution_sec.law_lndng .bnr_sec_cnt h4 {
	margin-top: 0;
	text-transform: none;
	font-style: normal;
}
.law_lndng .col-lg-5 figure img {
	max-width: 220px;
	margin: -34px 0 30px;
}
.sign_solution_sec{
	background:#333399/*101031*/;
	padding-bottom:30px;
}
.sign_solution_sec .bnr_sec_cnt h4{
	margin-top:0;
}
.sign_solution_sec .col-lg-4 figure img{
	margin-top:-42px;
}
.sign_solution_lst{
	margin:0;
	padding:0;
}
.sign_solution_lst li{
	background:url(/images/latest/tick_list_icon.png) no-repeat 0 6px;
	padding-left: 24px;
	margin-bottom: 10px;
	color: #fff;
	line-height: 22px;
	list-style-type: none;
	font-size: 14px;
}
.sign_solution_lst li span {
	display: block;
	color: #cb9731;
	/*font-weight: bold;*/
	font-size: 16px;
}
.try_signulu_cnt_sec{
	color:#000;
}
.try_signulu_ntm_cnt{
	max-width:800px;
	margin:0 auto;
	margin-bottom:35px;
}
.sign_solution_sec .hr_try_signulu_free_btn {
	width: 100%;
}
.try_signulu_icon_sec figure img{
	max-width:82px;
}
.try_signulu_icon_sec p{
	/*color:#000;
	font-weight:500;*/
	font-size:14px;
	margin:8px 0;
}
.try_signulu_descp_txt{
	margin:25px 0 0;
}
.try_signulu_descp_txt .try_signulu_icon_sec p{
	margin-bottom:15px;
	font-size:16px;
	/*font-weight:700;*/
	text-align:justify;
}
.try_signulu_btn{
	color:#fff;
}
.try_signulu_btn:hover{
	color:#fff;
}
.try_signulu_free_btn{
	margin-top:40px;
}
.hr_try_signulu_free_btn{
	margin-top:16px;
}
.hr_try_signulu_free_btn a, .try_signulu_free_btn a, .try_signulu_btn a{
	border-radius:4px;
	background:#fff;
	padding:11px 20px;
	color:#0f1031;
	display:inline-block;
	overflow:hidden;
	position:relative;
}
.try_signulu_btn a{
	background:#363795;
	color:#fff;
	font-size:1rem;
	font-weight:500;
}
.hr_try_signulu_free_btn a:hover, .try_signulu_free_btn a:hover, .try_signulu_btn a:hover{
	color:#fff;
	background:none;
}
.try_signulu_btn a:hover{
	color:#363795;
}
.hr_try_signulu_free_btn a::before, .try_signulu_free_btn a::before, .try_signulu_btn a::before{
	box-sizing: border-box;
	transform: translateX(100%);
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 99.5%;
	height: 2px;
	border-bottom: 2px solid transparent;
	border-left: 2px solid transparent;
	border-radius:4px;
}
.hr_try_signulu_free_btn a::after, .try_signulu_free_btn a::after, .try_signulu_btn a::after {
	box-sizing: border-box;
	transform: translateX(-100%);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 99.5%;
	height: 2px;
	border-top: 2px solid transparent;
	border-right: 2px solid transparent;
	border-radius:4px;
}
.hr_try_signulu_free_btn a:hover::before, .try_signulu_free_btn a:hover::before, .try_signulu_btn a:hover::before {
	transition: 0.1s transform linear, 0.1s height linear 0.1s;
	transform: translateX(0);
	height: 100%;
	border-color: #fff;
	border-radius:4px;
}
.hr_try_signulu_free_btn a:hover::after, .try_signulu_free_btn a:hover::after, .try_signulu_btn a:hover::after {
	transition: 0.1s transform linear 0.2s, 0.1s height linear 0.3s;
	transform: translateX(0);
	height: 100%;
	border-color: #fff;
	border-radius:4px;
}
.try_signulu_btn a:hover::after, .try_signulu_btn a:hover::before{
	border-color:#363795;
}
.sign_solution_sec .try_signulu_free_btn{
	width:100%;
}
.hr_bnr_img_sec figure img {
	margin-bottom: 10px;
}
.hr_try_signulu .try_signulu_icon_sec, .law_lndng_try_signulu .try_signulu_icon_sec{
	margin-bottom: 40px;
}
.manfctr_bnr_img_sec figure img {
	margin-bottom: -65px;
}
.manfctr_hd_txt.bnr_sec_cnt h4{
	margin-top:18%;
}
.manfctr_cr_cnt_sec.hlth_cr_cnt_sec{
	margin-top:-10px;
}
.sign_solution_sec.manfctrng_lng_page .col-lg-5 figure img {
	margin-top: -20px;
	margin-bottom: 40px;
}
.real_estate_bnr_img_sec figure img {
	margin-bottom: 10px;
	max-width: 450px;
}
.sign_solution_sec.real_est_lndng .bnr_sec_cnt h4 {
	margin-top: 54px;
	text-transform: none;
	font-style: normal;
	
}
.real_est_lndng .col-lg-5 figure img {
	max-width: 390px;
	margin: -34px 0 30px;
}
.rel_est_try_signulu_sec .try_signulu_icon_sec {
	margin-bottom: 40px;
}
.it_bnr_img_sec figure img {
	margin-bottom: 30px;
}
.finance_bnr_img_sec figure img{
	max-width:360px;
	margin-top:-20px;/*-40px*/
}
.bnr_sec_cnt.finance_sec_cnt h4{
	text-transform:capitalize;
	margin-top: 16%;
}
.real_est_lndng.finance_est_lndng .bnr_sec_cnt h4 {
    margin-top: 27px;
}
.real_est_lndng.finance_est_lndng .col-lg-6 figure img {
	max-width: 490px;
	margin: -50px 0 30px;
}
.sign_solution_lst.finance_solution_lst{
	list-style:circle;
}
.sign_solution_lst.finance_solution_lst li{
	background:none;
	list-style-type: disc;
	padding-left: 10px;
}
.finance_ext_des_txt{
	font-size:13px;
	color:#cb9731;
	font-weight:normal;
	text-align:center;
	margin:25px 0;
}
.acsb-trigger.acsb-trigger-size-medium {
	margin-right: 72px;
	width: 57px !important;
    height: 57px !important;
}
.acsb-widget.acsb-widget-position-right{
    right: 90px !important;
}