.clear{
	clear:both;
}
.clearfix:before, .clearfix::after {
  content: "";
  clear: both;
  display: block;
}
/**<div class="give_error_no"><dd><i class="las la-times-circle"></i>Note</dd><li>Error updated..</li><dl>Confirm</dl></div><script>msgH();</script>**/
/**<div class="give_error_yes"><dd><i class="las la-check-circle"></i>Note</dd><li>Successfully updated..</li><dl>Confirm</dl></div><script>msgH();</script> times-circle**/
.my_no_result{
	text-align:center;
	font-size:25px;
	padding:25px 10px;
	color:#FF6C6C;
}
.box_shadow{
	box-shadow: 0px 0px 1px 1px rgba(51,51,51,0.1);
}
.give_error_no, .give_error_yes{
	margin: 0 auto;
    position: fixed;
    background: #181e41;
    color: #fff;
    font-size: 14px;
    z-index: 9999999999999999;
    transition: ease-in-out 0.2s all;
	top:20%;
	left:50%;
	transform:translate(-50%,-50%);
	width:80%;
    box-shadow: 0px 10px 20px 0.05px rgb(0 0 0 / 20%);
	/*animation: inm_cloude_fadin 1s linear 2s 16 forwards;*/
	text-align:left;
    box-sizing: inherit;
    /*white-space: nowrap;*/
	padding:10px;
	border-radius:3px
}
.give_error_no dd, .give_error_yes dd{
	background:#5b678a;
	font-size:18px;
	padding:8px;
	text-transform:uppercase;
	color:#ffd000;
	font-weight:600;
	margin-bottom:10px;
	text-align:center;
	display:none;
}
.give_error_no dd i, .give_error_yes dd i{
	margin-right:3px;
}
.give_error_no dl, .give_error_yes dl{
	position:absolute;
	font-size:30px;
	left:50%;
	top:-35px;
	transform:translate(-50%,0);
	color:#333;
}
.give_error_no dl i, .give_error_yes dl i{
    color: #f20000;
}
.give_error_no li, .give_error_yes li{
	text-align:left;
	color:#666;
	padding:3px 0px;
	margin-left:20px;
	margin-right:10px;
	display:block;
	animation: fadeInLeft 0.3s linear;
}
.give_error_yes li::before, .give_error_no li::before {
	content: "• ";
	color: #ffffff;
	margin-left:-13px;
}
.give_error_yes li{
	color:#6e0dff;
}
.give_error_no li{
	color:#ffffff;
}
.give_error_no li em, .give_error_yes li em{
	display: none;
}
.btn_effect, .btn_effect2{
	position: relative;
	overflow: hidden;
}
.btn_effect:after, .btn_effect2:after {
    content: "";
    width: 20px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: -30px;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0.5;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    -webkit-animation: btn-scroll 1.5s infinite linear;
    animation: btn-scroll 1.5s infinite linear;
}
.btn_effect2:after{
    opacity: 0.1;

}
.sv_form_msg {
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #D20000;
    background: rgba(255,0,0,0.8) url(../img/rgba_red.png) repeat;
    color: #FFF;
    font-size: 16px;
    vertical-align: middle;
    margin-top:10px;
    padding: 10px 10px;
    box-shadow: 0px 0px 5px 0px #E60000;
	width:90%;
	font-family:  'Lato', Calibri, Arial, sans-serif;
}
.sv_form_msg_ok {
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #070;
    background: rgba(0,128,0,0.8) url(../img/rgba_rgba_green.png) repeat;
    color: #FFF;
    font-size: 16px;
    vertical-align: middle;
    margin-top:10px;
    padding: 10px 10px;
    box-shadow: 0px 0px 5px 0px #008000;
	width:90%;
	font-family:  'Lato', Calibri, Arial, sans-serif;
}
.my_fade_box{
	opacity:0;
}
.noscript{
	font-size:20px;
	color:#f20000;
	text-align:center;
	font-weight:600;
	padding:25px;
	line-height:26px;
}
.noscript i{
	color:#F9F900;
	margin-right:8px;
	font-size:30px;
	vertical-align:middle;
}
.my_battan, .my_btn{
	display: block;
    overflow: hidden;
    color: #8d54ff;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    padding: 6px 0px;
    font-size: 18px;
    box-shadow: 2px 2px 0px 0px rgba(255,255,255,0.1);
    border-radius: 7px;
    outline: none;
    border: 2px solid #8d54ff;
    transition: ease-in-out 0.2s all;
	cursor:pointer;
}
.my_btn:active{
	background:#8d54ff;
	transform:translate(2px,2px);
	box-shadow:none;
	color:#fff;
}
.my_btn2{
	background-color:#F20000;
}
.my_btn3{
	background-color:#008000;
}

.loading1{
	position:fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1) url(../img/loading.gif) no-repeat center center;
    top: 0px;
    left: 0px;
	z-index:9999999999999;
}
.loading2{
	display:none;
	position:fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1) url(../img/loading.gif) no-repeat center center;
    top: 0px;
    left: 0px;
	z-index:9999999999999;
}
.loading3{
	margin:20px auto;
}
.loading4{
	display:none;
	position:absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1) url(../img/loading.gif) no-repeat center center;
    top: 0px;
    left: 0px;
	z-index:9999999999999;
}

.load{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.2);
	z-index:500;
}
.load img{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	background:#fff;
	padding:15px;
	border-radius:50%;
    margin-left: -40px;
    margin-top: -40px;
	box-shadow:0px 0px 4px 4px rgba(0,0,0,0.2);
	width:60%;
}

.load i{
	width:60%;
	height:50px;
	display:inline-block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	background: url(../img/loading.gif) center no-repeat;
	background-size:contain;
	padding:15px;
	/*border-radius:50%;*/
    /*margin-left: -40px;
    margin-top: -40px;*/
	/*box-shadow:0px 0px 4px 4px rgba(0,0,0,0.2);*/
}

.load2{
	display:inline-block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	background:rgba(255,255,255,0.8) url(../img/loading.gif) center no-repeat;
	background-size:contain;
	padding:15px;
	/*border-radius:50%;*/
    /*margin-left: -40px;
    margin-top: -40px;*/
	/*box-shadow:0px 0px 4px 4px rgba(0,0,0,0.2);*/
	width:70px;
	height:70px;
	z-index:450;
	background-size:90%;
	border-radius:10px;
    box-shadow: 0px 4px 8px 0.05px rgb(0 0 0 / 20%);
}


.pte_note {
    padding: 20px;
    color: #999;
    font-size: 12px;
	line-height:16px;
    font-family: 'Proxima Nova';
}
.pte_note a{
	color:#333;
	font-family: 'ProximaNovaBold';
}
/**Fix-Box**S**/

.pp_body{
    background:#fff;
    margin-top: 0;
    justify-content: center;
    max-width: 550px;
    position: relative;
    width: 100%;
    height: 100%;
    /*float: left;*/
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 0;
    right: auto;
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.3);
    /*overflow-x: hidden;
    overflow-y: auto;*/
	overflow:hidden;
}
.pp_body_in{
    background: #ffffff;
    margin-top: 0;
    justify-content: center;
    position: relative;
    width: 100%;
    float: left;
    position:absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.3);
    overflow-x: hidden;
	padding-bottom:50px;
    /*overflow-y: auto;
	overflow:hidden;*/
    background: #CCCCCC;
    background: linear-gradient(0deg,rgb(255, 255, 255) 0%, var(--pd) 100%);
}
.pp_body::-webkit-scrollbar{
	width:4px;
	height:4px;
}
.pp_body::-webkit-scrollbar-track{
	background:#fff;
	-webkit-box-shadow:inset 1px 1px 2px #e0e0e0;
	border:2px solid #d8d8d8;
	}
.pp_body::-webkit-scrollbar-thumb{
	background:#f74d56;
	-webkit-box-shadow:inset 1px 1px 2px rgba(155,155,155,.4);
}
.pp_body::-webkit-scrollbar-thumb:hover{
	-webkit-box-shadow:inset 1px 1px 10px rgba(0,0,0,.3);
}
.pp_body::-webkit-scrollbar-thumb:active{
	background:#888;
	-webkit-box-shadow:inset 1px 1px 2px rgba(0,0,0,.3);
}
.pp_body::-webkit-scrollbar-track {box-shadow:inset 0 0 5px rgba(0,0,0,0.3);-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.3);
-moz-box-shadow:inset 0 0 5px rgba(0,0,0,0.3);-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;}

.pp_body *::-webkit-scrollbar{
	width:4px;
	height:4px;
}
.pp_body *::-webkit-scrollbar-track{
	background:#fff;
	-webkit-box-shadow:inset 1px 1px 2px #e0e0e0;
	border:2px solid #d8d8d8;
	}
.pp_body *::-webkit-scrollbar-thumb{
	background:#5b678a;
	-webkit-box-shadow:inset 1px 1px 2px rgba(155,155,155,.4);
}
.pp_body *::-webkit-scrollbar-thumb:hover{
	-webkit-box-shadow:inset 1px 1px 10px rgba(0,0,0,.3);
}
.pp_body *::-webkit-scrollbar-thumb:active{
	background:#888;
	-webkit-box-shadow:inset 1px 1px 2px rgba(0,0,0,.3);
}
.pp_body *::-webkit-scrollbar-track {box-shadow:inset 0 0 5px rgba(0,0,0,0.3);-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.3);
-moz-box-shadow:inset 0 0 5px rgba(0,0,0,0.3);-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;}


/**Fix-Box**S**/
.pp_bottom_fix{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	z-index:101;
	height:50px;
	line-height:50px;
	color:#fff;
	font-size:16px;
	font-family: 'ProximaNovaBold';
    border-top: 1px solid #fcac01;
    background: #fcac01;
}

.pp_bottom_fix a{
	display:inline-block;
	background:#ee5c00;
	color:#FFF;
	padding:4px 6px;
	border-radius:5px;
	line-height:normal;
	margin-left:2px;
}
.pp_body_fix{
	background:#fff;
    width: 100%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:50px;
    overflow-x: hidden;
    overflow-y: auto;
}
.pp_back{
	display:inline-block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	text-align:center;
	display:flex;
	align-items: center;
	justify-content: center;
	font-size:28px;
	padding:0px 15px;
	color:#FFF;
	opacity:0.8;
}

.pte_fix_head{
	height:50px;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:300;
	text-align:left;
	background: var(--pd);
	display:flex;
    align-items: center;
	box-shadow:1px 2px 5px 0.05px rgb(0 0 0 / 20%);	
	border-radius:0px 0px 10px 10px;
}
.pte_fix_back {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 52px;
    font-size: 25px;
    color: var(--w);
    opacity: 0.8;
}
.pte_fix_back:hover {
	background:rgba(255,255,255,0.1);
	opacity:1;
}
.pte_fix_head span{
	display:inline-block;
	font-size:18px;
	color:var(--w);
    font-family: 'Poppins';
	height:50px;
	opacity:0.9;
	padding-left:60px;
	font-weight:600;
	display: flex;
    align-items: center;
}
.pp_body_in2{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 50px;
    background: #CCCCCC;
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, var(--pd) 100%);
}
/**Fix-Box**E**/
/**Fix-Bottom-Menu**S**/
.sv1_fix{
	width: auto;
    background: var(--p);
    position: absolute;
    bottom: 0px;
	left:0px;
	right:0px;
    z-index: 450;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    box-shadow: 0 -2px 4px 0 rgba(0,0,0,.1);
	height:60px;
	border-radius:10px 10px 0px 0px;
}
.sv1_fix_box{
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
    color: #fff;
	height:60px;
	position:relative;
}
.sv1_fix_box a{
	/*display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	height:50px;
	position:relative;
	overflow:hidden;*/
	color: #999;
	overflow: hidden;
	height: 60px;
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
	position: relative;
	flex-direction: column;
}
.sv1_fix_box a i{
    transition: color 1s;
    font-size: 33px;
    width: 35px;
    height: 35px;
    margin-top: 5px;
    color: #ffffff;
    background:   no-repeat;
    background-size: contain;
	position: relative;
	transform-style: preserve-3d;
	transition: all 0.8s ease;
	
}
.sv1_fix_box a:hover i{
	transform: rotateY(180deg);
}
.sv1_fix_box a span{
	display:block;
	font-size:10px;
	color:#cbcbcb;
    padding: 1px 3px;
    margin-top: 2px;
	/*text-transform: uppercase;*/
}
.sv1_fix_box abbr{
    position: relative;
    top: -31px;
    z-index: 9;
    color: #999;
}
.sv1_fix_box section{	
    background: #ffffff;
    height: 65px;
    width: 65px;
    margin: 0 auto;
    border-radius: 100%;
    position: relative;
    top: -27px;
    border-top: 1px solid #c8c8c8;
    box-shadow: 0 -2px 4px 0 rgba(0,0,0,.1);
	z-index:-1;
}
.sv1_fix_box aside em{
	font-size:55px;
    margin: 0 auto;
	color:#666;
	z-index:1;
	position:relative;
	top:-24px;
	transition:ease-in-out 0.2s all;
}
.sv1_fix_box aside em{
	background:#FFF;
	height:55px;
	width:55px;
	display:inline-block;
	z-index:2;
	background-image:url(../icon/team.png);
	background-size:contain;
	border-radius:50%;
}
.sv1_fix_box aside em:active{
	transform:scale(1.09,1.09);
}
.sv1_fix_active .sv1_fix_box aside em{	
    /*filter: grayscale(1);*/
}

.sv1_fix_active:after {
	border-color: transparent transparent var(--p) transparent;
    content: "";
    width: 0;
    height: 0;
    border-width: 15px;
    border-style: solid;
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translate(-46%,0%);
}
.sv1_fix_box aside{
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	right:0;
	bottom:0;
	text-align:center;
}
.sv1_fix_active a, .sv1_fix_active a i{
	color:#985bff;
}
.sv1_fix_active a span{
	color:#ffffff !important;
}
.sv1_fix_box a i{
	/*font-size:24px;*/
}
.sv1_fix_active a i{
	/*font-size:24px;*/
	/*background: -webkit-linear-gradient(#c5c5c5, #868686) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;*/
}

.sv2_botm_fix{
	width: 100%;
    background: #ffffff;
    position: absolute;
    bottom: -100%;
    z-index: 445;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    box-shadow: 0 -2px 4px 0 rgba(0,0,0,.1);
	min-height:150px;
	border-radius:10px 10px 0px 0px;
	display:none;
}
.sv2_botm_fix_clg_bg{
    background: #ffffff;
    height: 41px;
    width: 41px;
    margin: 0 auto;
    border-radius: 100%;
    position: relative;
    top: -20px;
    border-top: 1px solid #c8c8c8;
    box-shadow: 0 -2px 4px 0 rgba(0,0,0,.1);
	z-index:-1;
}
.sv2_botm_fix_in{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:#fff;
}
.sv2_botm_fix_close{
	position:relative;
	text-align:center;
}
.sv2_botm_fix_close i{
	font-size:38px;
	color:#e80000;
	margin-top:-18px;
}

/*.FixBHome i{
	background-image:url(../icon/home.png) !important;
}
.FixBOrder i{
	background-image:url(../icon/records.png) !important;
}
.FixBTeam em{
}
.FixBFinance i{
	background-image:url(../icon/referral.png) !important;
}
.FixBProfile i{
	background-image:url(../icon/profile.png) !important;
}*/
.FixBTeam i{
}
.FixBTeam a{
	overflow:inherit !important;
}
.FixBTeam:after{
	display:none !important;
}
.FixBTeam span{
	margin-bottom:-84px;
	
}
.sv1_fix_active.FixBTeam a{
	background-color:#fff;
}
.pte_text{
    margin: 5px;
    padding: 10px;
    text-align: left;
    overflow: hidden;
    text-align: left;
    line-height: 16px;
    font-size: 12px;
	color:#e80000;
}
/**Fix-Bottom-Menu**E**/

.sv1_fix{
	/*background:none;
	box-shadow:none;*/
	
}
.sv1_fix_box{
	position:relative;
}
.FixBHome{
	border-right:1px solid rgba(255,255,255,0.05);
}
.FixBFinance{
}
.FixBOrder{
}
.FixBProfile{
	border-left:1px solid rgba(255,255,255,0.05);
}
.FixBTeam a{
	width: 65px;
    height: 65px;
    background: var(--s) url(../img/icon5.png) center no-repeat;
    background-size: cover;
    position: absolute;
    border: 2px solid rgba(0,0,0,0.05);
    left: 50%;
    top: -33px;
    transform: translate(-50%, 0px);
    box-shadow: 0 0px 6px 1px rgb(0 0 0 / 10%);
    border-radius: 50px;
	/*background: -webkit-linear-gradient(#ff8000, #703800);
  -webkit-background-clip: ;
  -webkit-text-fill-color: transparent;*//**/
}
/**CartMsg**S**/

.fe_cart{
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.4);
	z-index:448;
	position:fixed;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}
.fe_cart_in{
    top: 50%;
    left: 50%;
    width: 85%;
	position:absolute;
	background:#00477f;
    transform: translate(-50%,-50%);
	box-shadow:3px 5px 10px 0.05px rgb(0 0 0 / 20%);
	border-radius:4px;
	animation: autopopup_top 0.2s alternate;
	border-radius:3px
	
}
.fe_cart_in h4{
	position: absolute;
    font-size: 34px;
    left: 50%;
    top: -54px;
    transform: translate(-50%,0);
    color: #ff1616;
}
.fe_cart_in h2{
	display:block;
	font-size:20px;
	padding:8px;
	color:#333;
	background:rgba(0,0,0,0.2);
	border-bottom:1px solid rgba(255,255,255,0.05);
	text-align:center;
	border-radius:3px;
}
.fe_cart_qty{
	padding:10px 0px;
	text-align:center;
	display:flex;
    justify-content: center;
    align-items: center;
}
.fe_cart_qty b{
	font-size:18px;
	padding-right:10px;
	color:#09F;
}
.fe_cart_qty dd{
	display:flex;
}
.fe_cart_qty dd button{
	height:30px;
	border:1px solid #CCC;
	font-size:12px;
	width:30px;
	outline:none;
	background-color:#f2f2f2;
	overflow:hidden;
	position:relative;
}
.fe_cart_qty dd button:first-child{
	border-radius:4px 0px 0px 4px;
	color:#e80000;
}
.fe_cart_qty dd button:last-child{
	border-radius:0px 4px 4px 0px;
	color:#0C3;
}
.fe_cart_qty dd input{
	height:26px;
	font-size:18px;
	width:40px;
	border:none;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	outline:none;
	text-align:center;
	background:#fff;
	color:#333;
	font-weight:bold;
}
.fe_cart_btn{
	display:flex;
    margin-top: 18px;
    justify-content: center;
	margin-bottom:10px;
}
.fe_cart_btn button{
	border:none;
	outline:none;
	font-size:18px;
	padding:10px 30px;
	overflow:hidden;
	position:relative;
    cursor: pointer;
	background:none;
	border-radius:3px;
	background-size:cover;
	color:#0067CE;
	font-family: 'ProximaNovaBold';
	box-shadow:0px 4px 8px 0.05px rgb(0 0 0 / 20%);
	margin:0px 10px;
	border:2px solid #0067CE;
}
.fe_cart_btn button:nth-child(2){
	color:#fff;
	overflow:hidden;
	background:linear-gradient(180deg,#ff8000,#e80000 100%);
	border-color:#e80000;
}
.fe_cart_in article{
	font-size:16px;
	color:var(--t2);
	padding:18px 10px;
	line-height:20px;
	text-align:center;
}
.fe_cart_in article i{
	font-size:14px;
}
.fe_cart_in aside{
	font-size:18px;
	color:#333;
	padding:8px 4px;
}
.fe_cart_in aside strong{
	color:#FB7D00;
	display:inline-block;
	padding-left:4px;
}
.fe_cart_in aside strong i{
	font-size:14px;
}
.fe_cart_in h4:active{
	background:rgba(0,0,0,0.05);
}
.fe_cart_in nav{
	padding-top:40px;
	font-size:80px;
	color:var(--s);
	text-align:center;
}
.fe_cart_in nav i{
	animation: inm_zoom_in_out1 1s infinite;
}
/**CartMsg**E**/

/**Marquee**S**/

.mqbody {
  /*height: 100vh;*/
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 16px;
}
.Marquee {
  /*background: -webkit-linear-gradient(225deg, #008ed9, #8b00db);
  background: -moz-linear-gradient(225deg, #008ed9, #8b00db);
  background: -o-linear-gradient(225deg, #008ed9, #8b00db);
  background: -ms-linear-gradient(225deg, #008ed9, #8b00db);
  background: linear-gradient(-135deg, #008ed9, #8b00db);*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    color: #0065ca;
  font-weight: 200;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.Marquee-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-animation: marquee 90s linear infinite running;
  -moz-animation: marquee 90s linear infinite running;
  -o-animation: marquee 90s linear infinite running;
  -ms-animation: marquee 90s linear infinite running;
  animation: marquee 90s linear infinite running;
}
.Marquee-content:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}
.Marquee-tag {
    white-space:nowrap;
    padding: 8px 8px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color:#c2c2c2;
    font-size:14px;
    font-weight:500;
}
.Marquee-tag b {
    color: #ffffff;
    padding-left: 3px;
}
.Marquee-tag b i{
    font-size: 12px;
}
.Marquee-tag:hover {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}
@-moz-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-o-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

/**Marquee**E**/
/**Other**S**/

.img_shadow{
	display:block;
	width:96%;
	margin:2%;
	border-radius:3px;
	box-shadow:0px 2px 5px 0.05px rgb(0 0 0 / 20%);
	clear:both;
}
/**Other**E**/

/**Notes**S**/

.my_note{
    margin: 10px;
    padding: 10px;
    border-radius: 3px;
    background-color: rgba(255,255,255,0.03);
    border: 1px dashed rgba(0, 0, 0, 0.2);
}
.my_note_in{
    border: 1px dashed rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    padding:10px 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: var(--t5);
    text-align: left;
    opacity: 0.9;
    background-color: rgba(0,0,0,0.03);
}
.my_note_in:hover{
    opacity: 1;
}
.my_note_t{
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    color: var(--t4);
    padding: 5px 10px;
    /* margin-bottom: 10px; */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0.8;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Roboto';
    margin-left: -5px;
    margin-right: -5px;
    justify-content: center;
}
.my_note_t i{
    display: none;
    font-size: 25px;
    color: var(--y);
    margin-right: 5px;
}
.my_note_in li{
    display: block;
    text-align: left;
    position: relative;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    color: var(--t5);
    margin: 0px 0px;
    font-family: 'Barlow';
    padding-left: 12px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    padding: 5px 0;
    margin-left: 10px;
}
.my_note_in li:last-child{
    border: none;
}
.my_note_in li:after {
    position: absolute;
    content: "";
    font-family: "Font Awesome 6 Free";
    left: -10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 12px;
    color: #000;
    background: url(../img/sld_circle_hoverhit.png) no-repeat;
    background-size: contain;
    width: 8px;
    height: 8px;
}
.my_note_in li i{
    font-size: 6px;
    margin-left: 1px;
}
.my_note_in li a{
    color: var(--t5);
}
.my_note_in h3{
    padding: 5px 0px;
    font-size: 16px;
}
/**Notes**E**/