/*-------------------------------------------------------------------------------------------*/
/* BASIC STYLE    ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
body,
html {
	margin: 0;
	padding: 0;
}

body {
	line-height: 24px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}

.mobile_pic {
    position: relative;
    z-index: 0;
    top: 0;
    left: 0;
    max-width: 403px !important;
		width: 100%;
    right: 0;
    margin: 0 auto;
    height: 770px;
    display: block;
    min-height: auto;
}
.max-demo-frame {
    overflow-y: auto;
    border: 0;
    margin: 0 auto;
    border: 2px solid #000000;
    height: 640px;
    max-width: 375px;
			width: 100%;
    position: absolute;
    top: 71px;
    left: 0;
    right: 0;
    border-radius: 5px;
    z-index: 1;
}
.mobile_wrap {
    margin: 60px auto 40px auto;
    position: relative;
}
h1{
	font-size: 40px;
    font-weight: 600;
}
h3{
	font-size: 18px;
font-weight: 300;;
}

.banner {
	background:url(../images/bg-slide3.jpg) 0 0 no-repeat;
	background-size:cover;
    content: '';
    position: relative;
    top: 0;
    left: 0;

    width: 100%;
		z-index: 2

}
.banner::before {
    background: linear-gradient( 29deg, rgb(74,2,199) 0%, rgb(117,1,209) 100%);
		opacity: 0.7;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
		height: 100%;

}
.qr_code_box{
	padding: 11px 11px 5px;
	background: #fff;
	text-align: center;
	display: inline-block;
	margin: 25px;
}
.qr_code_box span{
	display: block;
	color:#000;
	font-size: 18px;
	/* font-weight: 300; */
}
.links_box span{
	word-break: break-all;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	background: rgb(117,1,209);
	padding: 10px 20px;
	border-radius: 10px;
	/* margin-top: 34px; */
	box-shadow: -1px 5px 10px 0px rgba(0, 0, 0, 0.06);
}
/* Scrolbar webkit css */

::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
@media (max-width:767px) {
.box-text{
	text-align: center;
	padding: 40px 0 0;
}
}
@media (max-width:403px) {
.max-demo-frame{
	    width: 94%;
}
}

/* Loader Css */
#loader_wrpper{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9999;
	background: #fff;
}
.loader_style {
  width: 20px;
  height: 20px;
  position: relative;
  animation: loader_style-ub06eb63b 1s ease infinite;
  top: 50%;
  margin: -46px auto 0; }

@keyframes loader_style-ub06eb63b {
  0%, 100% {
    box-shadow: -13px 20px 0 #0052ec, 13px 20px 0 rgba(0, 82, 236, 0.2), 13px 46px 0 rgba(0, 82, 236, 0.2), -13px 46px 0 rgba(0, 82, 236, 0.2); }
  25% {
    box-shadow: -13px 20px 0 rgba(0, 82, 236, 0.2), 13px 20px 0 #0052ec, 13px 46px 0 rgba(0, 82, 236, 0.2), -13px 46px 0 rgba(0, 82, 236, 0.2); }
  50% {
    box-shadow: -13px 20px 0 rgba(0, 82, 236, 0.2), 13px 20px 0 rgba(0, 82, 236, 0.2), 13px 46px 0 #0052ec, -13px 46px 0 rgba(0, 82, 236, 0.2); }
  75% {
    box-shadow: -13px 20px 0 rgba(0, 82, 236, 0.2), 13px 20px 0 rgba(0, 82, 236, 0.2), 13px 46px 0 rgba(0, 82, 236, 0.2), -13px 46px 0 #0052ec; } }
