@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
body,
html {
    height: 100%;
}

body {
    font-size: 15px;
    line-height: 22px;
    margin: 0px;
    font-weight: 400;
    overflow-x: hidden;
}
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-image: 
    -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #7a99d9), color-stop(0.72, #7a99d9), color-stop(0.86, #7a99d9));
}

::-webkit-scrollbar-thumb:hover
{
    border-radius: 10px;
    background-image: 
    -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #1c3a94), color-stop(0.72, rgb(28,58,148)), color-stop(0.86, rgb(28,58,148)));
}

a {
    transition: all 0.5s ease-in 0s;
    text-decoration: none;
    outline: 0px;
    color: #333;
}
a:hover {
    text-decoration: none;
}
input {
    outline: 0px;
}

.clear {
    clear: both;
}

p {
    margin-top: 0px;
}

img {
    border: 0px;
}

form {
    margin: 0px;
}

* {
    box-sizing: border-box;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul li {
	list-style: none;
}

.news-section {
    background-color: #025ba2;
    padding: 10px 0px;
    color: #fff;
    transition: all 0.5s ease-in 0s;
}
.ticker {
  margin: 0 auto;
  padding: 0px;
  width: auto;
  text-align: center;
  position: relative;
  overflow: hidden;
  color:#fff;
}

.ticker ul {
  width: 100%;
  position: relative;
}

.ticker ul li {
  width: 100%;
  display: none;
}


div.ticker ul{
  margin:auto;
}

.ticker ul li a {
  color:#fff; 
  text-transform:uppercase; 
  font-size:10px; 
  font-weight:bold; 
  display:inline-table; 
  padding:3px 10px; 
  border:1px solid #fff; 
  line-height:20px; 
  border-radius:2px;
  text-decoration: none;
  -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.ticker ul li a:hover {
    color: #3f51b5;
    border-color: #fff;
    background-color: #fff;
}
/*youtube popup video csss*/
.grtyoutube-popup {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:99999;
}

.grtyoutube-popup-content {
	margin-top:150px;
	width:95%;
	max-width:850px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

.grtyoutube-popup-close {
	position:absolute;
	top:-30px;
	right:0;
	color:#FFF;
	font-size:25px;
	width:17px;
	height:17px;
	cursor:pointer;
}

.grtyoutube-iframe {
	width:100%;
	height:480px;
}
@media (max-width:767px) {
	.grtyoutube-iframe {
		width:100%;
		height:350px;
	}
}

.grtyoutube-dark-theme{
	background: rgba(0,0,0, 0.5);
}

.grtyoutube-dark-theme .grtyoutube-popup-content {
}

.grtyoutube-dark-theme .grtyoutube-popup-close {
	background: url('../images/icon-close-white.png') no-repeat;
}

.grtyoutube-light-theme {
	background: rgba(255,255,255, 0.85);
}

.grtyoutube-light-theme .grtyoutube-popup-content {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
}

.grtyoutube-light-theme .grtyoutube-popup-close {
	background: url('icon-close-black.png') no-repeat;
}


/*header with banners*/
header {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background-color: transparent;
    /* box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.22); */
    color: #000;
    z-index: 99999;
}
header top-menu i{
    color: #1155C1;
}
.top-menu a{
    color: #000 !important;
}
header.darker {
    background-color: #fff;
    position: fixed;
    z-index: 1000;
    box-shadow: 0px 0px 5px 2px #ccc;
    height: 40px;
}

header.darker .top-stripe {
    padding: 5px 0px;
}

header.darker .logo {
    margin: 4px 0px 0px 0px;
    transition: all 0.5s ease-in 0s;
    width: 226px;
}

header.darker .logo img {
    width: 180px;
    transition: all 0.5s ease-in 0s;
}

header.darker .top-menu {
    margin-top: 5px;
    transition: all 0.5s ease-in 0s;
}

header.darker .search-area {
    margin: 8px 0px 8px 50px;
    transition: all 0.5s ease-in 0s;
}

header.darker .search-textbox {
    height: 40px;
    font-size: 16px;
    transition: all 0.5s ease-in 0s;
    width: 560px;
}

header.darker .go-button {
    width: 40px;
    height: 40px;
    transition: all 0.5s ease-in 0s;
}

.molecules__wrapper {
    width: 100%;
    height: 560px;
}

.logo {
    float: left;
    display: inline-table;
    margin: 15px 0px 6px 0px;
    transition: all 0.5s ease-in 0s;
    width: 130px;
}
header .container{
    padding: 0px 100px;
}
.logo a {
    display: block;
    transition: all 0.5s ease-in 0s;
}

.logo img {
    transition: all 0.5s ease-in 0s;
    width: auto;
    float: left;
    max-height: 45px;
}

.search-area {
    float: left;
    margin: 10px 0px 10px 50px;
    transition: all 0.5s ease-in 0s;
}

.search-textbox {
    transition: all 0.5s ease-in 0s;
    background-color: #fff;
    border: 1px solid #025ba2;
    padding: 7px 20px;
    color: #025ba2;
    font-family: 'Poppins', sans-serif;
    width: 550px;
    font-weight: 300;
    float: left;
    height: 45px;
    font-size: 20px;
}
input::placeholder,
.textbox-full-width::placeholder {
    color: #999;
    opacity: 1.0;
}

/*input::placeholder {
    color: #fff;
    opacity: 1.0;
}*/

/*Sticky social media*/
.sticky-container{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-170px;
    top:130px;
    width:210px;
    z-index: 999;
}
.sticky li{
    list-style-type:none;
    background-color: rgba(8, 18, 74, 0.49019607843137253);
    color:#ffffff;
    height:43px;
    padding:0px;
    margin:0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
}
.sticky li:first-child {
    border-top-left-radius: 5px;
}
.sticky li:last-child {
    border-bottom-left-radius: 5px;
}
.sticky li:hover{
    margin-left:-98px;
}
.sticky li>em{
    float:left;
    margin:5px 4px;
    margin-right:5px;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px;
    color: white;
}
.sticky li p{
    padding-top:5px;
    margin:0px;
    line-height:16px;
    font-size:11px;
}
.sticky li p a{
    text-decoration:none;
    color:#ffffff;
}

.go-button {
    background-color: #025ba2;
    border: 0px;
    width: 55px;
    height: 45px;
    float: left;
    background-image: url(../images/lens.png);
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.5s ease-in 0s;
}

.top-menu {
    float: right;
    display: table;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    margin-top: 15px; 
}
.login_form_title{
    display: table;
}
.login_form_title .f-icon,.login_form_title .f-head{
    display: table-cell;
    vertical-align: middle;
}
.login_form_title .f-icon{
    font-size: 35px !important;
}
.login_form_title .f-head{
    padding-top: 10px !important;
    padding-left: 10px;
    text-align: left;
}
.login_section form{
    padding-top: 10px;
}
.login_form_title .company_name{
    font-weight: 400;
}
.top-menu a {
    color: #ffffff;
    margin: 0px 15px;
    display: table-cell;
    font-weight: 400;
    color: #1155C1;
}
.top-menu a .text-info,.top-menu a .text-bottom{
    vertical-align: middle;
}
.top-menu a.btn-login, .btn-login-big{
    background: #0260b8;
    color: #fff;
    padding: 3px 15px;
    border-radius: 28px;
    border: 1px solid #0260b8;
}
.top-menu a.btn-login:hover, .btn-login-big:hover {
    color: #0260b8;
    background: white;
    border: 1px solid #0260b8;
}

.mobile-icon {
    display: none;
    color: #025ba2;
    font-size: 21px;
}
.home-banner {
    width: 100%;
    min-height: 100%;
    /*background: url('../images/home-banner-new.jpg') center top no-repeat;*/
    background-size: cover;
    background-attachment: fixed;
    background-color: #0361b9;
    height: auto;
}
.home-banner1 {
    width: 100%;
    min-height: 100%;
    background: url('../images/home-banner-blur.jpg') center top no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: #0361b9;
    height: auto;
}

.instruction-area {
    padding: 75px 0 47px 0;
}

.instruction-box {
    background-color: rgba(25, 66, 136, 0.8);
    border-radius: 10px;
    padding: 15px 30px;
    color: #fff;
    max-width: 647px;
    margin: 0 auto;
    width: 100%;
    display: table;
}

.qr-code {
    float: right;
    /*margin: 70px 70px 50px 70px;*/
}
.qrbox {
    max-width: 254px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    background: #ffffff;
}

.qrbox span {
    margin: 0;
    padding: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.instruction-heading {
    display: block;
    font-weight: 300;
    font-size: 22px;
    margin: 0px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 25px;
}

.steps-title {
	font-weight: 400;
}

.steps {
    display: block;
    margin-left: 30px;
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 0px;
    background-image: url(../images/blur-line.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 5px;
}

.step-name {
    display: inline-block;
    font-weight: 400;
    padding-right: 10px;
    background-image: url(../images/pipe.png);
    background-position: right center;
    background-repeat: no-repeat;
    line-height: 45px;
    width: 80px;
    margin-right: 10px;
}

.steps img {
    margin-right: 10px;
}

/*login without form help css*/

.loginswitch {
    margin-top: 12px;
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.loginswitch.firstblock {
    margin-top: 30px;
    text-align: left;
}
.loginswitch a {
    color: #41FAA5;
}

.instruction-box.form-block-signinqr {
    max-width: 1280px;
}
.instruction-box.form-block-signup {
    max-width: 1068px;
}
.instruction-box.form-block-signupcs, .instruction-box.form-block-signupcl {
    max-width: 515px;
}
.stage1, .stage2, .stage3 {
    /*overflow: hidden;*/
    display: block;
    margin-bottom: 15px;
    float: left;
    max-width: 33.33%;
    width: 100%;
}
.stage1 h3, .stage2 h3, .stage3 h3 {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}
.stage1>p strong, .stage2>p strong, .stage3>p strong {
    background-color: #ffffff;
    padding: 5px 10px 5px 10px;
    color: #025ba2;
    border-radius: 22px;
}
.form-block-signinqr .app-link .right ul li a img {
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
    max-width: 150px;
    width: 100%;
}
.form-block-signup .stage1, .form-block-signup .stage2 {
    max-width: 50%;
    text-align: center;
}
.instruction-box .cf input.form-control {
    border: 2px solid #052f69;
    color: #ffffff;
    border-radius: 4px;
    height: 40px;
    font-size: 0.8rem;
    padding: 0px 15px;
    width: 100%;
    background: rgba(255, 255, 255, 0.5607843137254902);
    margin-bottom: 10px;
}
.form-block-signupcs .cf form input.email-mobno {
    margin-bottom: 8px;
    margin-top: 0px;
}
.form-block-signupcs .cf form input.signin-password {
    margin-bottom: 13px;
}
.cf form input::-webkit-input-placeholder,
.cf form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff !important;
  opacity: 0.8;
}
.cf form input::-moz-placeholder,
.cf form input::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff !important;
  opacity: 0.8;
}
.cf form input:-ms-input-placeholder,
.cf form input:-ms-input-placeholder
 { /* IE 10+ */
  color: #ffffff !important;
  opacity: 0.8;
}
.cf form input:-moz-placeholder,
.cf form input:-moz-placeholder {
    color: #ffffff !important;
    opacity: 0.8;
}
.agree-text {
    padding: 0px 0px 18px 0px;
    text-align: center;
}
.agree-text p{
    margin-bottom: 0;
    font-size: 13px;
}
.agree-text p a {
    color: #41FAA5;
}
.instruction-box .cf button {
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-transform: uppercase;
    font-size: 17px;
    margin: 0px auto;
    color: rgb(255, 255, 255);
    background: #ffffff;
    color: #052f69;
    padding: 0px 20px;
    border: none;
    text-decoration: none;
    border-radius: 4px;
    box-shadow: none;
    outline: none;
    -web-outline: none;
    cursor: pointer;
}
.instruction-box .cf button:hover {
    background: #052f69;
    color: #ffffff;
}
.forgotpassword-link {
    margin-top: 5px;
    display: block;
    color: #41FAA5;
    text-align: right;
    font-size: 13px;
}
.forgotpassword-link:hover {
    color: #fff;
}
h2 {
    font-weight: 300;
    font-size: 36px;
    line-height: 38px;
    font-weight: 200;
    color: #025ba2;
    text-align: center;
    margin: 0px 0px 40px 0px;
}

h2 em {
    font-weight: 600;
    display: block;
    font-size: 16px;
    font-style: normal;
    line-height: 30px;
}

h2 strong {
    font-weight: 700;
}
/*Custome Slider*/
.clients-slider {
    padding: 25px 0 20px 0;
    background: rgba(25, 66, 136, 0.43137254901960786);
}
.client-logo-listing {
    text-align: center;
    width: auto;
    margin: auto;
    display: table;
}
.owl-carousel .owl-item .client-logo-listing img {
    padding: 0px 5px;
    border-radius: 9px;
    width: 200px;
    height: auto;
    display: inline-block;
}
.owl-carousel .owl-item .item h5 {
    text-align: center;
    color: white;
}
.owl-carousel .owl-item .item h5::after {
    margin: 20px auto;
} 
.owl-dots {
    text-align: center;
}
.owl-dot {
    height: 5px;
    width: 5px;
    background: #79c0f9 !important;
    border-radius: 100%;
    margin: 2px;
}
.owl-dot.active {
    background: #fff !important;
}


.service-videos {
    width: 100%;
    display: table;
    padding: 50px 0px;
}

.service-video {
    width: 100%;
    height: auto;
    display: block;
    /*float: left;*/
    margin: 0px 0px 30px 0px;
}

.service-video:nth-child(4),
.service-video:nth-child(7) {
    margin-right: 0px;
}

.service-video img {
    width: 100%;
    z-index: -1;
    display: block;
}

.service-video span {
    display: block;
    background-color: #025ba2;
    color: #fff;
    padding: 25px;
    height: 160px;
    clear: both;
}

.service-video span strong {
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}

.play-button {
    position: absolute;
    z-index: 1!important;
    max-width: 400px;
}

/*digital wallet section*/
.digital-wallet {
    background-color: #e9eced;
    padding: 80px 0px 50px 0px;
    overflow: hidden;
}

.digital-wallet p {
    font-size: 16px;
    line-height: 32px;
}

.digital-wallet h2 {
    text-align: left;
}


.app-screen {
    float: left;
    display: inline-table;
    z-index: 1;
    margin-top: -540px;
    margin-left: -25px;
}

.cards {
    float: right;
    display: inline-table;
    z-index: -1;
    margin-top: 100px;
    margin-right: 20px;
}

.half-size {
    width: 50%;
    float: left;
}

h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #025ba2;
}

h5::after {
    display: block;
    width: 40px;
    height: 2px;
    background-color: #ea240a;
    content: '';
    margin: 20px 0px;
}

.listing {
    margin: 0px;
    padding-left: 20px;
}

.listing li {
    list-style-image: url(../images/bullet.png);
    margin-bottom: 10px;
    padding-left: 10px;
}

.listing li li {
    list-style-image: url(../images/bullet2.png);
    margin-bottom: 10px;
    padding-left: 10px;
}

.listing li ul {
    padding-left: 15px;
}

.blockchain {
    padding: 0px;
}

.blockchain .half-size-left {
    padding: 70px 0px;
    width: 50%;
    float: left;
}

.blockchain .half-size-right {
    padding: 0px 0px;
    width: 50%;
    float: right;
    max-height: 832px;
    min-height: 832px;
}

.blockchain h2 {
    text-align: left;
    padding-right: 50px;
}

.blockchain .listing {
    padding-right: 50px;
}

.blockchain .listing ul {
    margin-top: 20px;
}

.blockchain-content-area {
    width: 640px;
    float: right;
}

.semi-transparent {
    position: absolute;
    margin: 15px;
}

.identity-cards {
    padding: 70px 0px;
    display: table;
    width: 100%;
}

.identity-cards .column-one {
    display: inline-table;
    float: left;
    width: 36%;
    padding-top: 100px;
}

.identity-cards .column-two {
    display: inline-table;
    float: left;
    width: 29%;
    text-align: center;
}

.identity-cards .column-three {
    display: inline-table;
    float: left;
    width: 35%;
    padding-top: 100px;
}

h4 {
    font-weight: 300;
    font-size: 17px;
    line-height: 38px;
    font-weight: 600;
    color: #025ba2;
    text-align: left;
    margin: 0px 0px 20px 0px;
    text-transform: uppercase;
}

h4::after {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #ea240a;
    content: '';
    margin: 10px 0;
}

.identity-cards ul {
    margin: 0px 0px 0px 20px;
    padding: 0px;
}

.identity-cards li {
    margin-bottom: 15px;
    list-style-image: url(../images/bullet.png);
    padding-left: 10px;
    font-size: 14px;
}

.configurable-forms {
    display: table;
    width: 100%;
    padding: 70px 0px 50px 0px;
    background-image: url(../images/configurable-forms-bg.jpg);
    background-position: center center;
    color: #fff;
    background-attachment: fixed;
}

.configurable-forms h2 {
    color: #fff;
}

.configurable-forms img {
    float: right;
    margin-top: -60px;
}

.configurable-content {
    display: inline-block;
    float: left;
    width: 45%;
}

.configurable-content p {
    line-height: 28px;
}


/*video testimonials slider*/
.video-testimonials {
    display: block;
    width: 100%;
    padding: 50px 0px 50px 0px;
    background-image: url('../images/pattern.png');
    background-attachment: fixed;
}

.video-testimonials-box {
    background-color: #fff;
    border-bottom: 3px solid #025ba2;
    box-shadow: 0px 0px 10px 3px #ccc;
}

.owl-carousel .owl-item .video-testimonials-box img.semi-transparent,
.owl-carousel .owl-item .video-testimonials-box img.play-button2
{
	width: auto;
}

.video-testimonials-box .face {
    width: 100%;
}

.video-testimonials-box span {
    display: block;
    text-align: center;
}

.video-testimonials-box span strong {
    display: block;
    color: #025ba2;
    font-weight: 700;
    font-size: 18px;
}

.video-testimonials-box span p {
    display: block;
    color: #025ba2;
    font-size: 13px;
    line-height: 18px;
}

.play-button2 {
    display: block;
    margin: -30px auto 20px auto;
}

/*Testimonila slider for text*/

.testimonials {
    display: block;
    width: 100%;
    padding: 70px 0px 50px 0px;
    background-color: #e7e7e7;
}

.text-testimonials-box {
    line-height: 22px;
}

.text-testimonial .item a.face-area {
    display: inline-table;
    float: left;
    padding: 10px 20px;
    color: #025ba2;
    line-height: 19px;
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.4;
    max-width: 25%;
    width: 100%;
}

.face-area img {
    margin-bottom: 20px;
    width: 115px;
    height: 115px;
    border:4px solid #025ba2;
    border-radius: 50%;
}

.face-area strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
}

.testimonial-content p {
    font-size: 13px;
}

.testimonial-content {
    display: inline-table;
    background-color: #fff;
    float: left;
    margin-left: 25px;
    width: 70%;
    padding: 25px;
    height: 220px;
    border-top: 3px solid #025ba2;
    box-shadow: 0px 0px 10px 3px #ccc;
}

.testimonial-content::before {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
    content: '';
    position: absolute;
    margin-left: -35px;
}
.owl-nav {
	top: 30%;
	position: absolute;
	width: 100%;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
	font-size: 60px !important;
    line-height: 60px !important;
    color: #025ba2 !important;
    position: absolute !important;
    outline: none;
    -webkit-outline:none;
}
.owl-nav .owl-next {
	right: -18px !important;
}
.video-testimonial .owl-nav .owl-prev {
	left: -15px !important;
}

/*footer css*/
/*footer */
footer {
    background-color: #025ba2;
    color: #fff;
    text-align: center;
    padding: 5px 0px;
    font-size: 12px;
    bottom: 0;
    width: 100%;
}
.social li { 
    display: inline-block; 
    margin: 0 4px 8px; 
}
.social li a { 
    color: #3c3c3c; 
    background: #fff; 
    display: inline-block; 
    height: 30px; 
    width: 30px; 
    font-size: 16px; 
    text-align: center; 
    border-radius: 50%; 
    line-height: 30px; 
}
.social li a:hover { 
    background: #052f69; 
    color: #fff;
}
.fa-lynkedworld {
    background: url('../images/sociallink-white.png') center center no-repeat;
    height: 19px;
    width: 19px;
    display: inline-block;
    vertical-align: middle;
}
.social li a em.fa-lynkedworld {
    background: url('../images/sociallink-black.png') center center no-repeat;
}
.social li a:hover em.fa-lynkedworld {
    background: url('../images/sociallink-white.png') center center no-repeat;
}
.footer-links {
    display: block;
    text-align: center;
}

.footer-links a {
    color: #fff;
    border-bottom: 1px solid #fff;
    display: inline-block;
    margin: 10px 5px;
    font-weight: 600;
    text-transform: uppercase;
}

.copyright {
    display: block;
    text-align: center;
}


/* Intro product pages screens design css */
.intro-product {
    padding-top: 150px;
    color: white;
}
.intro-product h1 {
    font-size: 4.2rem;
}
.intro-product h3 {
    font-size: 1.2rem;
    line-height: 1.8;
}
.btn-get-started {
    padding: 10px 45px;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 30px;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.22);
}
.marketing {
    padding: 60px 0;
}
.feature-icon {
    font-size: 2rem;
    color: #0260b8;
    margin-bottom: 30px;
    display: block
}
.marketing h5::after, .product-intro h5::after {
    display: none;
}
.iparent.instruction-box {
    /*padding-top: 130px;*/
    position: relative;
}
.company-info {
    background: rgba(255, 255, 255, 1);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    border-top-right-radius: 11px;
    border-top-left-radius: 11px;
}
.company-info img {
    width: auto;
    height: 50px;
}
.company-info h6 {
    color: #0260b8;
}

/* product intro */
.product-intro {
    display: block;
    width: 100%;
    padding: 70px 0px 70px 0px;
    background-color: #f5f5f5;
}

.product-intro .box-img {
    -webkit-box-shadow: 0px 0px 15px rgba(142,154,173,0.6);
    -moz-box-shadow: 0px 0px 15px rgba(142,154,173,0.6);
    -o-box-shadow: 0px 0px 15px rgba(142,154,173,0.6);
    -ms-box-shadow: 0px 0px 15px rgba(142,154,173,0.6);
    box-shadow: box-shadow:0px 0px 15px rgba(142,154,173,0.6);
    border-radius: 40px;
    -webkit-border-radius: 40px;
}

.customers {
    display: block;
    width: 100%;
    padding: 70px 0px 70px 0px;
}

.customers a {
    margin : 0 5px;
}

.modal-body .login-logo {
    max-height: 45px;
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    margin-bottom: 20px;
}

.logo-mobile{
    width: 75px;
    display: block;
    text-align: center;
    margin: 0 auto;
}
/*Risponsive page design*/
/*  Device = Desktops  */

@media (min-width: 1281px) {
  
  
}

@media (max-width: 1280px) {
    

}

/* Device = Laptops, Desktops */

@media (min-width: 1025px) and (max-width: 1280px) {
    
  
}

/* Device = Tablets, Ipads (portrait) */

@media (min-width: 768px) and (max-width: 1024px) {
     .instruction-area {
        margin: 0 15px;
    }
    h2 {
        font-size: 30px;
        line-height: 34px;
    }
    .service-video span strong {
        font-size: 15px;
    }
    .service-video span {
        font-size: 13px;
    }
    .search-textbox {
        width: 406px;
    }
    header.darker .search-textbox {
        width: 412px;
    }
    .top-menu {
        margin-top: 5px;
    }
    header.darker .top-menu {
        margin-top: 0;
    }
    .cards {
        width: 52%;
        margin-left: -122px;
        float: none;
        margin-right: 0; 
    }
    .app-screen {
        margin-top: 0;
        width: 58%;
    }
    .app-screen img, .cards img {
        width: 100%;
    }
    .half-size {
        width: 100%;
    }
    .blockchain-content-area {
        width: 100%;
    }
    .blockchain h2, .blockchain .listing {
        padding-right: 0;
    }
    .blockchain .half-size-left {
        padding-left: 15px;
        padding-right: 15px;
    }
    .blockchain .half-size-right {
        max-height: auto;
        min-height: auto;
    }
    .configurable-content, .blockchain .half-size-left, .blockchain .half-size-right {
        width: 100%;
    }
    .configurable-forms img {
        margin-top: -20px;
        width: 100%;
    }
    .identity-cards h2, .configurable-forms h2 {
        text-align: left;
    }
    .identity-cards h2::after, .configurable-forms h2:after {
        margin: 10px 0;
    }
    .column-one, .column-two, .column-three {
        width: 100% !important;
    }
    .identity-cards .column-one, .identity-cards .column-three {
        padding-top: 10px;
    }
    .slider_item img {
        width: 100%;
    }
    .logo img {
        max-height: 35px;
    }
    .instruction-area {
        padding: 130px 0 47px 0;
    }
    .cf #loginForm {
        width: 52% !important;
    }

}

/* Device = Tablets, Ipads (landscape) */

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .slider_item img {
        width: 100%;
    }
    .cards {
        width: 52%;
        margin-left: -122px;
        float: none;
        margin-right: 0; 
    }
    .app-screen {
        margin-top: 0;
        width: 58%;
    }
    .app-screen img, .cards img {
        width: 100%;
    }

}

/* Device = Low Resolution Tablets, Mobiles (Landscape) */

@media (max-width: 767px) {
    .news-section {
        display: none;
    }
    .ticker {
        font-size: 13px;
        text-align: center;
    }
    .ticker ul li a {
        display: block;
        margin: 0 auto;
        width: 100px;
    }
    .breaking-news-heading {
        display: block;
        width: 100%;
        float: none;
        text-align: center;
    }
    .breaking-news-heading img {
        float: none;
        margin-top: 0;
    }
    .search-area {
        display: none;
    }
    .instruction-area {
        margin: 0 15px;
        padding: 100px 0 36px 0;
    }
    .instruction-heading {
        height: auto !important;
        font-size: 18px;
        margin-bottom: 30px;
    }
    .qr-code {
        float: none;
        margin-bottom: 30px;
    }
    .steps {
        margin-left: 0;
        font-size: 14px;    
    }
    .step-name {
        background: none;
        line-height: 32px;
        width: 100%;
    }
    .stage1, .stage2, .stage3 {
        max-width: 100%;
        margin-bottom: 40px;
    }
    .form-block-signup .stage1, .form-block-signup .stage2 {
        max-width: 100%;
    }
    .form-block-signup .loginswitch.mt-0 {
        margin-bottom: 15px;
    }
    .form-block-signup .stage2 {
        margin-bottom: 0;
    }
    h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .half-size {
        width: 100%;
    }
    .cards {
        margin-top: 50px;
        width: 45%;
        margin-right: 0; 
    }
    .app-screen {
        margin-top: 0;
    	width: 55%;
    	margin-left: 0px;
    }
    .app-screen img, .cards img {
        width: 100%;
    }
    .cards img {
        margin-left: -10px;
    }
    
    .identity-cards h2, .configurable-forms h2 {
        text-align: left;
    }
    .identity-cards h2::after, .configurable-forms h2:after {
        margin: 10px 0;
    }
    .column-one, .column-two, .column-three {
        width: 100% !important;
    }
    .identity-cards .column-one, .identity-cards .column-three {
        padding-top: 10px;
    }
    .configurable-content, .blockchain .half-size-left, .blockchain .half-size-right {
        width: 100%;
    }
    .configurable-forms img {
        margin-top: -20px;
        width: 100%;
    }
    .blockchain-content-area {
        width: 100%;
    }
    .blockchain h2, .blockchain .listing {
        padding-right: 0;
    }
    .blockchain .half-size-left {
        padding-left: 15px;
        padding-right: 15px;
    }
    .blockchain .half-size-right {
        max-height: auto;
        min-height: auto;
    }
    .owl-carousel .owl-item .client-logo-listing img {
        border-radius: 5px;
        margin-bottom: 10px;
        width: 46%;
    }
    .text-testimonial .item a.face-area {
    	max-width: 100%;
	    margin: 0 auto;
	    display: block;
	    float: none;
    }
    .text-testimonial .owl-item img {
    	width: 115px;
    	height: 115px;
    	margin:0 auto;
    	margin-bottom: 10px;

    }
    .testimonial-content {
    	max-width: 93%;
    	width: 100%;
    }
    .owl-nav .owl-next {
		right: -16px !important;
	}
    .service-video span {
    	padding: 15px;
    }
    .service-video span strong {
    	font-size: 17px;
    }
    footer {
    	padding: 40px 0;
    }
    .footer-links a {
    	margin: 5px;
    }
}


@media (max-width: 667px) {
    header.darker .logo {
        margin: 5px;
    } 
    header.darker .logo img {
        width: 160px;
    }
    header.darker .navbar.mobile-menu {
        margin-top: 5px;
    } 
    .top-menu {
        display: none;
        position: absolute;
        background: #025ba2;
        padding: 10px;
        width: 100%;
        top: 41px;
        left: 0px;
        z-index: 1;
    }
    header.darker .top-menu {
        top: 27px;
    }
    .top-menu a {
        color: #ffffff;
        display: block;
    }
    .mobile-icon {
        display: block;
        float: right;
        margin-top: 4vh;
    }
    header.darker .mobile-icon {
        margin-top: 2vh;
    }
    .mt-ato{
        display: none;
    }
    .mt-atoo
    {
        margin-top: 4%;
    }
    .footer_iframe
    {
        padding: 0px !important;
        display: inline-grid;
        margin-top: 90px;
        padding-bottom: 20px;
    }
}

@media (max-width: 568px) {
    .service-video {
        width: 100%;
    }
}

@media (max-width: 414px) {
    
    
}

@media (max-width: 320px) {
    .instruction-box {
        padding: 15px;
    }

}
/* css for safari browser */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .cf #loginForm {
        width: 52% !important;
    }
 }

@media screen\0 { 
    .cf #loginForm {
        width: 52% !important;
    }
}


.btn-social.lynkedworld-login {
  background-color: #025ba2;
  display: block;
  /*border-radius: 30px;*/
  outline: none;
  -webkit-outline: none;
}
#newsignin button.close, 
#newsignup button.close, 
#newforgotpwd button.close, 
#newqr button.close, 
#newhelp button.close, 
#newinvestor button.close {
    opacity: 1;
    width: 30px;
    background: #0260b8;
    height: 30px;
    /*border-radius: 30px;*/
    position: absolute;
    right: -10px;
    top: -15px;
    outline: none;
    -webkit-outline: none;
    color: #fff;
}
#newsignin .modal-content, 
#newsignup .modal-content, 
#newforgotpwd .modal-content, 
#newqr .modal-content, 
#newhelp .modal-content,
#newinvestor .modal-content {
    border-radius: 0.8rem;
}
/****  floating-Lable style start ****/
.floating-label { 
  position:relative; 
  margin-bottom:15px; 
}
.floating-input , .floating-select {
  font-size:14px;
  padding:6px 10px;
  display:block;
  width:100%;
  height: 36px;
  background-color: #fff;
  border:none;
  border:1px solid #a7a7a7;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
/*    border-radius: 36px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;*/
    outline: none;
    -webkit-outline: none;
}

.floating-input:focus , .floating-select:focus {
     outline:none;
     border: 1px solid #1667b3;
}

.floating-label label {
  color:#999; 
  font-size:14px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left: 10px;
  top: 7px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
  top:-7px;
  font-size:12px;
  color:#000;
  background: #fff;
  padding: 0 3px;
  line-height: 1;
  z-index: 100;
}
/* .floating-input:focus ~ label, .floating-input:valid ~ label {
  top:-8px;
  font-size:12px;
  color:#5264AE;
  background: #fff;
  padding: 0 3px;
} */

.floating-select:focus ~ label , .floating-select:not([value=""]):valid ~ label {
  top: -7px;
    font-size: 12px;
    color: #5264AE;
    background: #fff;
    padding: 0 3px;
    line-height: 1;
}

.floating-input:[readonly=disabled] ~ label,
.floating-input:[readonly=readonly] ~ label,
.floating-select:[readonly=readonly] ~ label,
.floating-select:[readonly=disabled] ~ label {
    top: -7px;
    font-size: 12px;
    color: #5264AE;
    background: #fff;
    padding: 0 3px;
    line-height: 1;
}

.floating-input[readonly=readonly],.floating-select[readonly=readonly]{
    background-color: #eee !important;
}

.floating-input[readonly=readonly] ~ label,
.floating-select[readonly=readonly] ~ label {
    top:-7px;
    font-size:12px;
    color:#5264AE;
    background: #fff;
    padding: 0 3px;
    line-height: 1;
}

.floating-label .intl-tel-input {
    margin: 0;
    height: 36px;
    /*font-family: initial;*/
}
.floating-label .intl-tel-input input {
  width: 100%;
  height: 36px;
  border: 1px solid #a7a7a7;
  font-family: 'Poppins', sans-serif;   
}
.intl-tel-input .flag-dropdown .selected-flag {
    margin: 0px !important;
    padding: 10px !important;
    height: 36px;
}
.floating-label.tele label {
    /*left: 85px;*/
    top: -7px;
    font-size: 12px;
    color: #5264AE;
    background: #fff;
    padding: 0 3px;
    line-height: 1;
}



/* active state */
.floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {
  width:50%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.floating-textarea {
   min-height: 30px;
   max-height: 260px; 
   overflow:hidden;
  overflow-x: hidden; 
}

/* highlighter */
/* .highlight {
  position:absolute;
  height:50%; 
  width:100%; 
  top:15%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
} */

/* active state */

.hide {
    display: none;
}
.active .investor-category-box{
    background: #fff;
    color: #1155C1;
    border: 1px solid;
    box-shadow: 0 4px 20px 1px rgb(135 203 243), 0 1px 4px rgba(0,0,0,.08);
    -webkit-box-shadow: 0 4px 20px 1px rgb(141 206 253), 0 1px 4px rgba(0,0,0,.08);
}
#signupStep label{
    cursor: pointer;
}
.floating-input:focus ~ .highlight , .floating-select:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}
.investor-category-box {
    background: #fff;
    border-radius: 20px;
    padding: 5px 10px;
    -webkit-box-shadow: 0 4px 20px 1px rgba(0,0,0,.06), 0 1px 4px rgba(0,0,0,.08);
    -moz-box-shadow: 0 4px 20px 1px rgba(0,0,0,.06), 0 1px 4px rgba(0,0,0,.08);
    box-shadow: 0 4px 20px 1px rgba(0,0,0,.06), 0 1px 4px rgba(0,0,0,.08);
    margin-top: 20px;
    margin-bottom: 0px;
    min-height: 120px;
}
.investor-category-box h3 {
    color: #000;
    font-size: 20px;
    padding: 10px 0;
    display: block;
    clear: both;
}
.investor-class {
    border-radius: 10px;
    background: #fff;
    width: 40%;
    height: auto;
    -webkit-box-shadow: 0 4px 20px 1px rgba(0,0,0,.06), 0 1px 4px rgba(0,0,0,.08);
    -moz-box-shadow: 0 4px 20px 1px rgba(0,0,0,.06), 0 1px 4px rgba(0,0,0,.08);
    box-shadow: 0 4px 20px 1px rgba(0,0,0,.06), 0 1px 4px rgba(0,0,0,.08);
    margin: 0 auto;
    margin-top: -45px;
    padding: 10px;
}
.investor-class img {
    width: 100%;
}
.investor-category-box > p{
    font-size: 13px;
    color: #333;
}


/* animation */
@-webkit-keyframes inputHighlighter {
    from { background:#5264AE; }
  to    { width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
    from { background:#5264AE; }
  to    { width:0; background:transparent; }
}
@keyframes inputHighlighter {
    from { background:#5264AE; }
  to    { width:0; background:transparent; }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .floating-input:focus ~ label, .floating-input:valid ~ label {
        top: -7px;
        font-size: 12px;
        color: #5264AE;
        background: #fff;
        padding: 0 3px;
        line-height: 1;
    }

}
@supports (-ms-ime-align:auto) {
    .floating-input:focus ~ label, .floating-input:valid ~ label {
        top: -7px;
        font-size: 12px;
        color: #5264AE;
        background: #fff;
        padding: 0 3px;
        line-height: 1;
    }
    .floating-select:focus ~ label , .floating-select:not([value=""]):valid ~ label {
        top: -7px;
        font-size: 12px;
        color: #5264AE;
        background: #fff;
        padding: 0 3px;
        line-height: 1;
    }
}
/* _:-ms-lang(x), _:-webkit-full-screen, .floating-input:focus ~ label, .floating-input:valid ~ label {
        top: -7px;
        font-size: 12px;
        color: #5264AE;
        background: #fff;
        padding: 0 3px;
        line-height: 1;
    } */

/* @media screen and (-webkit-min-device-pixel-ratio:0) {
  .floating-input:focus ~ label, .floating-input:valid ~ label {
        top: -7px;
        font-size: 12px;
        color: #5264AE;
        background: #fff;
        padding: 0 3px;
        line-height: 1;
    }
} */



/****  floating-Lable style end ****/


body {
    font-family: "Roboto";
}
.floating-label{
    margin-top: 20px;
}
.footer-links a,.copyright{
    color: #000;
}
.text-primary{
    color: #1155C1 !important;
    font-weight: 500;
    font-size: 14px;
}
.footer-links{
    float: right!important;
}
.copyright{
    float: left!important;
    padding-top: 10px;
    font-weight: 400;
    font-size: 13px;
}
.home-banner{
    background-color: #fff;
}
.LoginForm{
    padding-top:10px;
}
.btn-social.btn{
    background-color: #1155C1;
    padding: 13px 15px;
    /*border-radius: 100px;*/
}
.field-icon{
    position: absolute;
    top: 13px;
    right: 15px;
    color: #549bdc;
    cursor: pointer;
}
.field-icon:hover{
    color: #2c72b3;
}
.forgotpwd{
    padding-top: 17px;
    text-align: right;
}
.notice,.auth-bottom1{
    padding-top: 17px;
    font-weight: 400;
    font-size: 13px;
}
.login_section{
    width: 462px;
    margin-top: 20%;
    display: inline-block;
}
.login_section .login_form{
    border-radius: 10px;
    -moz-box-shadow: 30px 5px 50px 12px #e5f6ff;
    -webkit-box-shadow: 30px 5px 50px 12px #e5f6ff;
    box-shadow: 0px 5px 50px 12px #e5f6ff;   
    text-align: center;
    padding: 22px;        
    position: relative;
    background: #fff;
}

img.login-logo {
    height: 60px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #c7e6f9 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #c7e6f9 !important;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #c7e6f9 !important;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #c7e6f9 !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color:    #c7e6f9 !important;
}

::placeholder { /* Most modern browsers support this now. */
    color:    #c7e6f9 !important;
}
.btn-social.btn {
    background-color: #1155C1;
    padding: 13px 15px;
    /*border-radius: 100px;*/
    margin-bottom: 15px;
}
.password-status div {
    color: red;
    float: left;
    font-size: 10px;
    padding-right: 5px;
}
.password-status div.active {
    color: green;
}
.password-status {
    top: -15px;
    position: relative;
    padding-left: 6px;
}
.password-status div .fa:before {
    content: "\f00d";
}
.password-status div.active .fa:before {
    content: "\f00c";
}
.error-message {
    color: red;
    position: relative;
    top: -18px;
    padding-left: 5px;
    margin: 2px;
    height: 8px;
}
.cloud_image{
    margin: 20% 10% 0 25%;
}
.cloud_image2{
    height: 70px;margin: 27% 10% 0 43%;position: absolute;z-index: 0;
}
.investor_type i{
    font-size: 35px;
    color: #000;
}
.fa-csd-investor {
    background: url(../../images/custom_icons/csd_investor.svg) left center no-repeat;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    height: 38px !important;
    width: 38px !important;
}
.fa-csd-enterprise {
    background: url(../../images/custom_icons/csd_enterprise.svg) left center no-repeat;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;    
    height: 38px !important;
    width: 38px !important;
}
.radio-inline.active .investor_type i{
    color: inherit;
}
.investor_type{
    width: 170px;
    padding-top: 15px;
}
.investor-category-box h3{
    font-size: 18px;
}
.radio-inline.active .investor-category-box h3{
    color: inherit;
}
.floating-input, .floating-select{
    border: initial;
    outline: initial!important;
    background: #ffffff;
    border: 1px solid #1155C1;
    color: #47404f;
    font-size: 16px;
    height: 38px;
}
.floating-input:focus, .floating-select:focus{
    color: #665c70;
    background-color: #fff;
    border-color: #1155C1;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(32 135 230 / 25%);
}
.f-icon{
    font-size: 55px;
    color: #1155C1;
}
.f-head{
    font-size: 20px;
    font-weight: 600;
    padding-top: 13px;
}
.f-text{
    padding-top: 7px;
}
.container-mobile{
    display: none;
}
.mobile-footer{
    display: none;
}
@media (max-width: 400px) {
    
    .floating-label.tele label {
        font-size: 9px !important;
    }
    
}
@media (max-width: 823px) {
    .cloud_image2{
        display: none;
    }
    .container-mobile{
        display: block;
        padding-bottom: 15px;
    }
    .mobile-footer{
        display: block;
        text-align: center;
        padding-top: 15px;
    }
    .copy-footer{
        margin-top: 5px;
        display: block;
    }
    header{
        display: none;
    }
    .left_side .cloud_image{
        margin:0px;
        width: 100%;
    }
    .right_side{
        position: absolute;
        text-align: center;
        max-width: 100%;
        width: 100%;
        top: 10px;
        margin-left: 4%;
    }
    .right_side .login_section{
        width: 362px;
        padding: 10px;
        margin-bottom: 18px;
        margin-top:18px;
        background: rgb(255 255 255 / 95%);
    }
    .floating-input, .floating-select{
        height: 32px;
    }
    .forgotpwd{
        padding-top: 7px !important;
    }
    body ,.agree-text p{
        font-size: 12px;
    }
    .notice, .auth-bottom1{
        padding-top: 0px;
    }
    .btn-social.btn{
        padding: 8px 9px !important;
        border-radius: 100px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .password-status div{
        font-size: 9px;
    }
    footer{
        display: none;
    }
    .field-icon{
        top: 9px;
        right: 13px;
    }
    .floating-label label{
        top: 5px;
    }
}
@media (min-width: 1200px){
    .container {
        max-width: 100%;
    }
}
.img-sm {
    border-radius: 6px;
}
.img-20{
    width: 43px;
    min-width: 43px;
    height: 43px;
}
.info-img{
    width: 20px;
}

.info-text p {
    color: black;
    display: flex;
}
.f-footer a{
    font-weight: 700;
    font-size: 11.8px;
}
.text-bottom{
    vertical-align: top;
}
.swal2-container .error{
    text-align: left;
    padding: 10px;
    border-radius: 6px;
}
.swal2-container .error b{
    font-weight: 600;
    color: #f68e4d;
}
.swal2-container .error_message_attempts{
    color : #f27474;
}