.clear{
	clear:both;
}
.clearfix:before, .clearfix::after {
  content: "";
  clear: both;
  display: block;
}

/**<div class="give_error_yes"><i class="fa fa-check-circle"></i> Please fill in required fields.</div>**/
/**<div class="give_error_no"><i class="fa fa-exclamation-circle"></i> Please fill in required fields.</div> times-circle**/
.my_no_result{
	text-align:center;
	font-size:25px;
	padding:25px 10px;
	color:#FF6C6C;
}


.sv_width{
    width: 95%;
    margin: 0 auto;
    max-width: 1250px;
    overflow: hidden;
	text-align:center;
	clear:both;
}
.sv_width2{
    width: 100%;
    margin: 0 auto;
    max-width: 1250px;
	text-align:center;
	clear:both;
}
.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;
	transform:translate(-50%);
	left:50%;
	/*top:20px;*/
	display:inline-block;
	background:#333;
	color:#FFF;
	font-size:15px;
	padding:20px 40px;
	line-height:24px;
	border-radius:4px;
	box-shadow:1px 1px 1px 1px rgba(0,0,0,0.1);
	z-index:9999999999999999;
	transition:ease-in-out 0.2s all;
	animation:error_animation 5s forwards;
	top:-300px;
    /*white-space: nowrap;*/
}
.give_error_no i{
	color:#FF2F2F;
	margin-right:8px;
	font-size:30px;
	vertical-align:middle;
}
.give_error_yes i{
	color:#009100;
	margin-right:8px;
	font-size:30px;
	vertical-align:middle;
}
.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: inline-block;
    overflow: hidden;
    background: #004080;
    color: #FFF;
    padding: 6px 8px;
    font-size: 15px;
    box-shadow: 2px 2px 0px 0px #CCC;
    border-radius: 2px;
    outline: none;
    border: none;
    transition: ease-in-out 0.2s all;
	cursor:pointer;
}
.my_btn:active{
	background:#004080;
	transform:translate(2px,2px);
	box-shadow:none;
}
.my_btn2{
	background-color:#F20000;
}
/**PageLoading**/
.my_page_progress {
	position:fixed;
	height: 2px;
	display: block;
	width: 100%;
	background-color: white;
	border-radius: 2px;
	background-clip: padding-box;
	overflow: hidden;
	top:0px;
	left:0px;
	z-index:999999999;

}
.my_page_progress .my_page_progress_loding {
	background-color:black;
}
.my_page_progress .my_page_progress_loding:before {
	content: '';
	position: absolute;
	background-color: #2C67B1;
	top: 0;
	left: 0;
	bottom: 0;
	will-change: left, right;
	-webkit-animation: my_page_progress_anmimation 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
		  animation: my_page_progress_anmimation 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.my_page_progress .my_page_progress_loding:after {
	content: '';
	position: absolute;
	background-color: #2C67B1;
	top: 0;
	left: 0;
	bottom: 0;
	will-change: left, right;
	-webkit-animation: my_page_progress_anmimation_short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
		  animation: my_page_progress_anmimation_short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
	-webkit-animation-delay: 1.15s;
		  animation-delay: 1.15s;
}
@-webkit-keyframes my_page_progress_anmimation {
  0% {
	left: -35%;
	right: 100%; }
  60% {
	left: 100%;
	right: -90%; }
  100% {
	left: 100%;
	right: -90%; }
}
@keyframes my_page_progress_anmimation {
  0% {
	left: -35%;
	right: 100%; }
  60% {
	left: 100%;
	right: -90%; }
  100% {
	left: 100%;
	right: -90%; }
}
@-webkit-keyframes my_page_progress_anmimation_short {
  0% {
	left: -200%;
	right: 100%; }
  60% {
	left: 107%;
	right: -8%; }
  100% {
	left: 107%;
	right: -8%; }
}
@keyframes my_page_progress_anmimation_short {
  0% {
	left: -200%;
	right: 100%; }
  60% {
	left: 107%;
	right: -8%; }
  100% {
	left: 107%;
	right: -8%; }
}


.loading1{
	position:fixed;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6) url(../img/loading4.gif) no-repeat center center;
    top: 0px;
    left: 0px;
	z-index:9999999999999;
}
.loading2{
	display:none;
	position:fixed;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6) url(../img/loading4.gif) no-repeat center center;
    top: 0px;
    left: 0px;
	z-index:9999999999999;
}
.loading3{
	position:absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6) url(../img/loading4.gif) no-repeat center center;
    top: 0px;
    left: 0px;
	z-index:9999999999999;
}
.loading4{
	display:none;
	position:absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6) url(../img/loading4.gif) no-repeat center center;
    top: 0px;
    left: 0px;
	z-index:9999999999999;
}
.load5{
	position:absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6) url(../img/load5.gif) no-repeat center center;
    top: 0px;
    left: 0px;
	z-index:1;
}
.load3_box{
	display:inline-block;
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	background:rgba(255,255,255,.8) url(../img/load5.gif) center no-repeat;
	background-size:contain;
	padding:8px;
	width:80px;
	height:80px;
	z-index:999;
	background-size:90%;
	border-radius:50%;
	box-shadow:0 4px 8px .05px rgb(0 0 0/20%);
}


.sv_h1{
	display:flex;
    align-items: center;
	padding:30px 0px;
}
.sv_h1 aside{
	flex:1;
	text-align:left;
	position:relative;
}
.sv_h1 article{
	flex:1;
	text-align:left;
    color: #999;
	font-family:'Poppins', Lato;
    font-weight: 300;
    font-size: 14px;
	line-height:20px;
}
.sv_h1 aside h1{
    color: #3e5238;
	font-family:'Raleway','Poppins', Lato;
    font-weight: 800;
    font-size: 42px;
	padding-left:30px;
	padding-top:5px;
}
.sv_h1 aside h3{
    color: var(--s);
	font-family:'Poppins', Lato;
    font-weight: 600;
    font-size: 16px;
	padding-left:30px;
	padding-top:4px;
}
.sv_h1 aside:before {
    content: "";
    position: absolute;
    background: var(--p);
    height: 100%;
    width: 6px;
    top: 0;
    left: 0;
}


.sv_bar{
	overflow:hidden;
	clear:both;
}
.sv_bar_in{
	border-bottom:2px solid #f2f2f2;
	margin-bottom:10px;
	font-size:16px;
	text-align:left;
	font-family:'Poppins', Lato;
}
.sv_bar_in ul{
    list-style: none;
    margin: 5px 0;
    padding: 5px 0;
}
.sv_bar_in ul li{
    color: #CCC;
    display: inline-block;
    margin: 0;
    padding: 5px 0;
	position:relative;
	margin-right:10px;
}
.sv_bar_in ul li a{
	color:var(--p);
}
.sv_bar_in ul li a:hover{
	cursor:pointer;
	color:var(--s);
}

.sv_bar_in ul li i{
	margin-right:5px;
}
.sv_bar_in ul li:after{
	color: #e7e9ed;
    content: "\f105";
	font-family:'FontAwesome';
    padding-left: 10px;
}
.sv_bar_in ul li:last-child::after{
	content:'';
}

.sv_data_empty{
	text-align:center;
	padding:90px 0px;
}
.sv_data_empty i{
	font-size:60px;
	color:rgba(255,0,0,0.4);
}
.sv_data_empty h2{
	font-size:25px;
	padding:15px 10px;
	color:#8892b0;
}
.sv_data_empty a{
	display: inline-block;
    border: 1px solid var(--p);
    font-family: 'Poppins', Lato;
	background:rgba(121,85,72,0.04);
    font-size: 18px;
    padding: 10px 15px;
    color: var(--p);
    text-shadow: 0px 1px 1px rgb(0 0 0 / 10%);
    transition: ease-in-out 0.2s all;
	border-radius:5px;
	transition:ease-in-out 0.2s all;
	margin-top:15px;
}
.sv_data_empty a:hover{
	cursor:pointer;
	color:#fff;
	background:var(--p);
}
.sv_data_count{
	margin-bottom:15px;
    padding: 20px 0px;
    font-weight: 400;
    font-size: 16px;
    color: #CCC;
	text-align:left;
	border-bottom:1px solid #f2f2f2;
}
/**Head**S**/

.InmStickyTop {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:2;/* 449 */
  animation: autopopup_top 0.4s alternate;
  box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.2);
}
/**Head**E**/
/**Popup**S**/
.sv_popup{
    background: rgba(0,0,0,0.2);
	overflow: auto;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 450;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	display: flex;
	align-items: center;
	justify-content: center;
}
.sv_popup_in{
	background: #FFF;
	/* position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%); */
	box-shadow: 0px 0px 4px 4px rgb(0 0 0 / 10%);
	animation: Inm-fadeIn 1s both;
	display: flex;
	box-sizing: inherit;
	/* white-space: nowrap; */
	overflow: auto;
	border-radius: 10px;
	/* width: fit-content; */
	max-height: 95%;
	margin: 13px;
	position: relative;
    flex-direction: column;
}
.sv_popup_close {
	font-size: 20px;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	background: #e80000;
	color: #fff;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 5;
	border-radius: 5px;
}
.sv_popup_close:hover {
	cursor: pointer;
	color: #333;
}
.sv_popup_close:active {
	background-color: #333;
	color: #fff;
}
.sv_popup_head{
    padding: 15px;
    background: #f4f4f4;
    font-size: 24px;
    text-align: left;
    color: var(--t);
    font-weight: 600;
	padding-right: 30px;

}
/**Popup**E**/
.sv_ind_box1{
	width:100%;
	position:relative;
	min-height:50px;
	text-align:center;
}
.sv_ind_box1 svg {
    display: block;
    width: calc(100% + 0px);
    /*position: relative;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);*/
	color:#F00;
	fill:#5BB628;
	/*position:absolute;*/
	top:0;
	left:0;
	right:0;
	z-index:-1;
	height:auto;
}
.sv_ind_h1{
	text-shadow: 0px 1px 0px #f7f7f7, 1px 1px 1px #999;
	color:#3e5238;
	font-size:40px;
	text-align:center;
	padding:20px;
    font-family: 'Raleway';
    font-weight: 800;
	letter-spacing:-0.5px;
    font-family: 'Rubik', sans-serif;
}

.sv_ind_h1 span{
	position:relative;
}
.sv_ind_h1 span::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -8px;
    width: 100%;
    /*z-index: -1;*/
    height: 100%;
    background: url(../icon/title_mark_line.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    -webkit-animation: section-animation 3s infinite;
    animation: section-animation 3s infinite;
    filter: grayscale(1);
}
@keyframes section-animation {
  0% {
    width: 0;
  }
  15% {
    width: 100%;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 100%;
    opacity: 0;
  }
  to {
    width: 0;
    opacity: 0;
  }
}
.sv_ind_h1 small{
	font-size:30px;
}


/**Other**S**/

.sv_back_to_top{
	position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    animation: d 0.3s ease;
    min-width: 160px;	
    color: var(--p);
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.15);
	text-align:center;
	font-size:14px;
	padding:8px;
	transition:ease-in-out 0.2s all;
	display:none;
	z-index:349;
}
.sv_back_to_top i{
	margin-right:5px;
	font-size:18px;
}
.sv_back_to_top:hover{
	cursor:pointer;
	background:var(--s);
	color:#fff;
}

/**Other**E**/