@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

/************************************************************************************
 RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto; /* ie8 */
	line-height:100%;
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

*, *:before, *:after
{
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
html, body
{
   min-height:100%;
   height:100%;
}
a
{
	color:#903;
	text-decoration:none;
}
a:hover
{
	color:#C00;
	text-decoration:underline;
}
/************************************************************************************
 GENERAL STYLING
*************************************************************************************/
body {
	font:16px/120% Helvetica, sans-serif;
	color:#202020;
}
h1, h2, h3, h4, h5, h6, h7 {
	line-height: 120%;
	margin:4px 0;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
p {
	font-size: 1em;
	line-height:140%;
	color:#584942;
	padding:4px 0;
}

/************************************************************************************
 CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }
.clear
{
	clear:both;
}
/************************************************************************************
 float
*************************************************************************************/
.f_left
{
	float:left;
}
.f_right
{
	float:right;
}
.display_table
{
	display:table;
	width:100%;
	table-layout:fixed;
}
.display_table > div
{
	display:table-cell;
	width:100%;
	vertical-align:top;
}
@charset "utf-8";
/* CSS Document */

body { color:#000; font-family:'Lato', sans-serif; }
* { box-sizing:border-box; }

header { padding:10px 0; margin:0px auto; color:#000; position:fixed; z-index:1000; background:#292d33; }
.header_content { margin:0px auto; display:table; table-layout:fixed; width:90%; }
.header_content > div { display:table-cell; vertical-align:middle; }
.header_content > div:nth-child(1) { width:30%; }
.header_content > div:nth-child(2) { width:70%; text-align:right; }
/*--------------------------------------------------- Logo ----------------------------------------------*/
.logo  { color:#fff; }
/*--------------------------------------------------- Navi ----------------------------------------------*/
.navigation { text-align:right;  }
nav { display:inline-block;  position:relative; z-index:100; }
.nav { margin:0 auto; } 
.nav ul { list-style:none; }
.nav ul li { font-size:14px; font-weight:light; float:left; margin:0px; position:relative; text-transform:uppercase; }
.nav ul li a { color:#fff; display:block; text-decoration:none; padding:10px 20px; }
.nav ul li a:hover { text-decoration:none; background:#f0262f; }
/*--------------------------------------------------- banner Section ----------------------------------------------*/
.banner_content { position:relative; text-align:right; margin:0 auto; overflow:hidden; }
.banner_content img { margin-bottom:-5px; width:100%; }
.banner_text { position:absolute; top:10%; right:13%; margin:0 auto; width:35%; text-align:left; padding:3%; }
.banner_text h1 { font-size:4vw; color:#f0262f; font-family:"Arial Black", Gadget, sans-serif; }
.banner_text h5 { font-size:1.2vw; color:#000; }
.banner_text p { font-size:18px; color:#000; font-weight:lighter; }
.banner_text a { text-decoration:none; color:#fff; outline:none; padding:15px 30px; transition:linear 0.5s; cursor:pointer; background:#f0262f; font-weight:bold; }
.banner_text a:hover { opacity:0.8; }
/*--------------------------------------------------- Service ----------------------------------------------*/
.home { margin:0px auto; padding:100px 0; text-align:center; background:#292d33; }
.home > h1 { color:#fff; font-size:48px; }
.home > p { color:#fff; font-size:16px; width:60%; text-align:center; margin:0 auto; }
.home_content { width:80%; margin:0px auto; display:flex; flex-wrap:wrap; }
.home_content > div { width:25%; vertical-align:top; padding:10px; }
.home_box { margin:0px auto 30px; padding:20px; text-align:left; background:#fff; text-align:center; }
.home_box h2 { font-size:24px; }
.home a { text-decoration:none; color:#fff; outline:none; padding:15px 30px; transition:linear 0.5s; cursor:pointer; background:#f0262f; }
.home a:hover { opacity:0.5; }
/*--------------------------------------------------- manage ----------------------------------------------*/
.manage { margin:0px auto; padding:80px 0; text-align:center; }
.manage h1 { font-size:38px; text-align:center; }
.manage_content { width:80%; display:flex; flex-wrap:wrap; margin:0 auto; }
.manage_content > div { vertical-align:middle; width:33.33%; }
.manage_box { text-align:center; padding:20px; }
.manage_box h2 { }
.manage_box h6 { font-size:16px; line-height:32px; }
.manage_box img { margin:0 auto; }
.manage_box p { }
/*--------------------------------------------------- team ----------------------------------------------*/
.team { padding:70px 0; margin:0 auto; text-align:center; background:#292d33; }
.team > h1 { font-size:32px; color:#fff; }
.team > p { font-size:16px; color:#fff; width:50%; margin:0 auto; }
.team_content { display:flex; flex-wrap:wrap; margin:0 auto; width:76%; }
.team_content > div { width:33.33%; padding:20px; }
.team_box { padding:30px; background:#fff; border-radius:10px; }
.team_box h2 { color:#5272b2; font-size:20px; margin:10px 0; }
.team_box h3 { color:#cbb492; font-size:20px; margin:10px 0; }
.team_box p { font-size:18px; line-height:40px; }
.team_box a { text-decoration:none; color:#fff; outline:none; padding:10px 20px; transition:linear 0.5s; cursor:pointer; background:#f0262f; font-weight:bold; }
.team_box a:hover { opacity:0.8; }
/*--------------------------------------------------- Book ----------------------------------------------*/
.support { margin:0px auto; padding:0px; }
.support h1 { color:#f0262f; font-size:48px; }
.support_content { margin:0 auto; width:80%; padding:50px 0px; display:flex; flex-wrap:wrap; align-items:center; justify-content:center; }
.support_content > div { vertical-align:middle; padding:20px; }
.support_content > div:nth-child(1) { width:40%; }
.support_content > div:nth-child(2) { width:60%;  }
.support_content > div:nth-child(3) { width:60%; }
.support_content > div:nth-child(4) { width:40%;  }
.support_content h3 { font-size:32px; color:#000; }
.support_content h6 { font-size:12px; color:#000; }
.support_box { text-align:left; }
.support_box p { color:#000; font-size:18px; }
.support_box ul { margin-left:20px; font-size:18px; line-height:28px; }
.support_box a { text-decoration:none; color:#fff; outline:none; padding:20px 30px; transition:linear 0.5s; cursor:pointer; background:rgb(238,103,255);
background:linear-gradient(0deg, rgba(238,103,255,1) 0%, rgba(160,118,255,1) 100%); border-radius:30px; }
.support_box a:hover { opacity:0.5; }
/*--------------------------------------------------- Service ----------------------------------------------*/
.testimonial { width:100%; margin:0px auto; padding:70px 0; text-align:center; background:#292d33; }
.testimonial > h1 { color:#fff; font-size:48px; }
.testimonial_content { width:80%; margin:0px auto; display:flex; flex-wrap:wrap; }
.testimonial_content > div { width:31.33%; vertical-align:top; padding:10px; margin:1%; }
.testimonial_box { margin:0px auto; padding:20px; background:#fff; }
.testimonial_box h2 { font-size:18px; }
.testimonial_box a { text-decoration:none; color:#fff; outline:none;  padding:10px 20px; transition:linear 0.5s; cursor:pointer; }
.testimonial_box a:hover { opacity:0.5; }
/*--------------------------------------------------- findus ----------------------------------------------*/
.findus { margin:0px auto; padding:0px; text-align:center; }
.findus_content { display:flex; flex-wrap:wrap; margin:0 auto; width:80%; padding:50px 0px; }
.findus_content > div { vertical-align:middle; padding:10px; }
.findus_content > div:nth-child(1) { width:30%; margin-right:10%; }
.findus_content > div:nth-child(2) { width:20%; }
.findus_content > div:nth-child(3) { width:20%; }
.findus_content > div:nth-child(4) { width:20%; }
.findus_content h2 { font-size:26px; }
.findus_box { text-align:left; }
.findus_box p { color:#000; line-height:30px; }
.findus_box a { text-decoration:none; outline:none; padding:20px 30px; transition:linear 0.5s; cursor:pointer; }
.findus_box a:hover { opacity:0.5; }
.findus_box input[type=text], .findus_box select, .findus_box textarea { width:100%; border:1px solid #000; background:none; text-align:center; box-sizing:border-box; margin-top:5px; 
resize:vertical; padding:10px; color:#fff; outline:none; }
.findus_box input[type=text]:hover, .findus_box select:hover, .findus_box textarea:hover { }
::placeholder { color:#8c8c8c; opacity:1; }
.findus_box textarea { height:80px; }
.findus_box input[type=submit] { cursor:pointer; transition:linear 0.5s; border:0; width:100%; font-size:14px; color:#fff; padding:10px; background:#000; }
.findus_box input[type=submit]:hover { opacity:0.7; }
/*--------------------------------------------------- contact ----------------------------------------------*/
.contact { padding:30px 0; margin:0 auto; background:#292d33; }
.contact > h1 { font-size:32px; text-align:center; color:#fff; text-transform:uppercase; }
.contact_content { margin:0px auto; display:flex; flex-wrap:wrap; width:80%; }
.contact_content > div { padding:10px; }
.contact_content > div:nth-child(1) { width:40%; }
.contact_content > div:nth-child(2) { width:60%; padding:10px; }
.contact_content h3 { font-size:18px; }
.contact_box { text-align:left; background:#fff; padding:30px; }
.contact_box p { text-align:center; }
.contact_box input[type=text], .contact_box select, .contact_box textarea { width:100%; border:1px solid #000; background:none; box-sizing:border-box; margin-top:5px; resize:vertical; padding:10px; outline:none; }
.contact_box input[type=text]:hover, .contact_box select:hover, .contact_box textarea:hover { }
::placeholder { color:#fff; opacity:1; }
.contact_box textarea { height:80px; }
.contact_box input[type=submit] { cursor:pointer; transition:linear 0.5s; border:0; width:100px; font-size:14px; color:#fff; padding:10px; background:#000; }
.contact_box input[type=submit]:hover { opacity:0.7; }
/*--------------------------------------------------- footer ----------------------------------------------*/
footer { background:#000; padding:20px 14%; color:#fff; text-align:center; }
/*--------------------------------------------------- slider ----------------------------------------------*/
.slider { width:80%; text-align:center; padding:0px; margin:0 auto; }
.hi_mt_update
{
	display:inline-block;
	/*position: absolute;
	bottom: 0;
	margin-bottom: 20px;*/
}
.hi_mt_save
{
	color:#fff;
	display:inline-block;
	padding: 2px;
	cursor: pointer;
	font: 16px/130% Arial, Helvetica, sans-serif;
}
.hi_mt_save a
{
	background:#59af20;
	color:#fff;
	text-decoration:none;
	display:block;
	padding:2px 4px;
	border-radius:4px;
}
.hi_mt_save a:hover
{
	background:#49a10f;
	color:#fff;
}
.hi_mt_cancel
{
	color:#fff;
	display:inline-block;
	padding: 2px;
	cursor: pointer;
	font: 16px/130% Arial, Helvetica, sans-serif;
}
.hi_mt_cancel a
{
	background:#df0119;
	color:#fff;
	text-decoration:none;
	display:block;
	padding:2px 4px;
	border-radius:4px;
}
.hi_mt_cancel a:hover
{
	background:#c40015;
	color:#fff;
}
.hi_mt_edit
{
	border:#060606 2px solid;
	background:#fff;
	position:absolute;
	display:inline-block;
	z-index: 2000;
}
.hi_mt_edit ul
{
	list-style:none;
}
.hi_mt_edit ul li
{
	line-height:120%;
	font-size:14px;
	position:relative;
	cursor: pointer;
}
.hi_mt_edit ul li a
{
	line-height:120%;
	padding:4px 24px;
	display:block;
	background:#ececec;
	color:#5a5a5a;
	vertical-align:middle;
	text-decoration:none;
	border-bottom:#d4d4d4 1px solid;
}
.hi_mt_edit ul li a:hover
{
	background:#f4f4f4;
	color:#ca2a2c;
}
.hi_mt_edit_image, .hi_mt_edit_text, .hi_mt_edit_delete
{
	width:15px;
	height:15px;
	vertical-align:middle;
	display:inline-block;
	margin-top:4px;
	margin-left:5px;
	position:absolute;
}
.hi_mt_edit_image
{
	background:url(../images/mt_image.png) center no-repeat;
}
.hi_mt_edit_text
{
	background:url(../images/mt_text.png) center no-repeat;
}
.hi_mt_edit_delete
{
	background:url(../images/mt_delete.png) center no-repeat;
}
.hi_mt_edit_close
{
	position:absolute;
	width:22px;
	height:22px;
	background:#ca2a2c;
	text-align:center;
	line-height:18px;
	border:#060606 2px solid;
	color:#fff;
	cursor:pointer;
	z-index:100;
	border-radius:50%;
	font-size:12px;
	font-weight:bold;
	top:0px;
	right:0px;
}
.hi_mt_popup
{
	position:fixed;
	text-align:center;
	background:#fff;
	border:rgba(109,109,109,.2) 3px solid;
	border-radius:4px;
	box-shadow:rgba(0,0,0,.2) 0 0 5px;
	padding:20px;
	z-index: 10000;
	left:50%;
	top:50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);  
	max-height:90%;
	overflow:auto;
}
.hi_mt_popup p
{
	font-size:16px;
	color:#5a5a5a;
	padding-bottom:10px;
}
.hi_mt_popup_ok
{
	background:#07a132;
	color:#fff;
	text-decoration:none;
	padding:4px 8px;
	border-radius:6px;
	font-weight:bold;
	cursor:pointer;
	display:inline-block;
}
.hi_mt_popup_cancel
{
	background:#d50519;
	color:#fff;
	text-decoration:none;
	padding:4px 8px;
	border-radius:6px;
	font-weight:bold;
	cursor:pointer;
	display:inline-block;
}
.hi_mt_proceed
{
	background:#3d9ac6;
	border:#267ea8 1px solid;
	padding:8px 10px;
	border-radius:4px;
	font-size:18px;
	color:#fff;
	cursor:pointer;
	display:inline-block;
	/*position:fixed;
	float: right;*/
	/*bottom: 10%;
	right: 1px;*/
}

.hi_mt_dir_upload
{
	background:#3d9ac6;
	border:#267ea8 1px solid;
	padding:8px 10px;
	border-radius:4px;
	font-size:18px;
	color:#fff;
	cursor:pointer;
	display:inline-block;
	position:relative;
	/*float: left;*/
	bottom: 10%;
	left: 1px;
	margin-left: 10px;
}
.change_button
{
	cursor: pointer;
	text-align:center;
	display: inline-block;
	/*width: 25%;*/
	padding: 2px;
}
.user_need
{
	    display: block;
    padding: 10px;
    text-align: left;
}
.user_need_register
{
	background:#3d9ac6;
	border:#267ea8 1px solid;
	padding:8px 10px;
	border-radius:4px;
	font-size:18px;
	color:#fff;
	cursor:pointer;
	width: 100%;
}
.overlay_black{
	top: 0;
	left: 0;
	right: 0;
	background-color:rgb(0,0,0);
	opacity:0.7;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 1000;
	bottom: 0;
	position: fixed;
}
.text,.password
{
	width:100%;
	background:#fff;
	border:#CCC 1px solid;
	border-radius:.4em;
	-moz-border-radius:.4em;
	-webkit-border-radius:.4em;
	-o-border-radius:.4em;
	padding:10px;
	margin-top:5px;
	margin-bottom:15px;
	font-size:1.1em;
}
@media screen and (max-width: 480px) 
{
	html 
	{
		-webkit-text-size-adjust: none;
	}
	.banner_bottom_con, .home_content_box, .content_left, .content_right
	{
		width:100%;
		display:block;
	}
	.logo,.nav
	{
		width:100%;
		display:block;
	}
	.hiox_popup
	{
		width: 100%;
		position: absolute;
	}
	.hiox_popup_small
	{
		width: 50%;
	}
	.hi_mt_popup
	{
		
		position: absolute;
		top: 100%;
	}
	.hi_mt_update
	{
		bottom: 2px;
	}
	.banner_bottom_parts
	{
		float:none;
		margin:10px 0;
		width:100%;
	}

}
.upload_note{
	background: #F2BA41;
	text-align: center;
}
.upload_note p{
	color: #fff;
	font-size: 1em;
}
@charset "utf-8";
/* CSS Document */
@media screen and (min-width:1031px) { manage_content, .nav, { width:100%; } }
@media screen and (max-width: 1030px) {
.header_content, .banner_content, .book_content, .nav, .team_content, .footer_content, .testimonial_content, .contact_content, .home, .findus_content, .abouts_content,
.manage_content { width:100%; margin:0 auto; }
.banner_text { width:60%; top:10%; padding:20px; }
.manage_box > div { width:48%; }
}
@media screen and (max-width: 650px) 
{
.header_content { width:95%;  }
.header_content > div:nth-child(1) { width:60%; }
.header_content > div:nth-child(2) { width:40%; float:right; }
.logo { padding-left:10px; }
.logo h1 { font-size:22px; }
.navigation { float:right; }
.nav { text-transform:uppercase; position:relative; }
.nav:before { content:"\2261 \2261"; letter-spacing:-3px; color:#fff; font-family:Arial, Helvetica, sans-serif; padding:10px; line-height:120%; font-size:1.8em; display:inline-block; background:#ef262e; }
.nav:focus { pointer-events:none; outline:none; }
.nav > ul { position:absolute; z-index: 1; opacity: 0; visibility: hidden; transition: visibility 0.5s; width:30vw; transition:.3s; right:0; overflow:auto; display:block; max-height:83vh; z-index:1000; margin-left:0px; }
.nav:focus > ul { opacity: 1; visibility: visible; pointer-events: auto; transition:.3s; position:absolute; background:#fff; }
.nav > ul > li { float:none; border-top:rgba(0,0,0,.1) 1px dashed; margin-top:-1px; }
.nav > ul > li span { padding-top:16px; }
.nav > ul > li > ul { position:relative; display:block; }
.nav > ul > li > a, .nav > ul > li:hover > a, .nav > ul > li > span, .nav > ul > li:hover > span, .nav > ul > li > ul { background:#ef262e; color:#fff; }
.nav > ul > li > a, .nav > ul > li > span { font-weight:bold; font-size:.9em; background:none; color:#51445d; }
.nav ul > li:hover:before, .nav ul > li:hover:after{display:none;}
.submenu > li, .megamenu > li { display:block; float:none; }
ul.megamenu > li { display:block; }
.nav > ul > li > ul > li { padding-bottom:12px; }
.inner_nav { display:block; }
.submenu > li, .megamenu > li { display:block; float:none; }
ul.megamenu > li { display:block; } 
.nav > ul > li > ul > li { padding-bottom:12px; }

.banner_content { height:300px; }
.banner_content > img { object-fit:cover; min-height:300px; height:300px; }
.banner_text { width:80%; top:10%; padding:20px; left:10%; background:rgb(255,255,255,0.6); }
.banner_text h1 { font-size:28px; }
.banner_text h5 { font-size:20px; }
.banner_text p { font-size:14px; }

.manage { padding:0px 0; width:100%; }
.manage_content > div { vertical-align:top; margin:10px auto; width:50%; }
.manage_box { text-align:center; padding:10px 10px; }
.support_content > div:nth-child(1) { width:100%; }
.support_content > div:nth-child(2) { width:100%;  }
.support_content > div:nth-child(3) { width:100%; }
.support_content > div:nth-child(4) { width:100%;  }
.findus_content { padding:20px; }
.findus_content > div:nth-child(1) { width:100%; }
.findus_content > div:nth-child(2) { width:33.33%; }
.findus_content > div:nth-child(3) { width:33.33%; }
.findus_content > div:nth-child(4) { width:33.33%; }
.findus_box { text-align:center; }
.home { padding-top:100px; }
.home_content { width:100%; }
.home_content > div { width:50%; margin:0 auto; }
.testimonial { padding:30px 0; }
.testimonial_content > div { width:50%; margin:0 auto; }
.book_content > div { width:50%; margin:0 auto; }
.team_content { width:90%; }
.team_content > div { width:50%; margin:0 auto; }
.contact_content > div { margin:0 auto; text-align:center; }
.contact_content > div:nth-child(1) { width:90%; margin-right:auto; }
.contact_content > div:nth-child(2) { width:90%; }
.contact_content p { text-align:center; }
.footer_content > div { width:50%; }
}
@media screen and (max-width:480px)
{
html { -webkit-text-size-adjust: none; }
.header_content { width:85%; margin:0 auto; }
.header_content > div:nth-child(1) { width:70%; }
.header_content > div:nth-child(2) { width:30%; float:right; }
.manage_content > div { width:95%; }
.manage_box > div { width:100%; padding:5%; text-align:center; }
.team_content > div { width:100%; margin:0 auto; }
.findus_content > div:nth-child(odd) { width:100%; }
.findus_content > div:nth-child(even) { width:100%; }
.findus_box { text-align:center; }
.home { padding-top:200px; }
.home_content > div { width:95%; margin:0 auto; }
.testimonial_content > div { width:95%; margin:0 auto; }
.contact_content > div { width:100%; margin:0px auto; text-align:center; }
.footer_content > div { width:100%; text-align:center; }
}* { box-sizing: border-box; } body {margin: 0;}* { box-sizing: border-box; } body {margin: 0;}* { box-sizing: border-box; } body {margin: 0;}* { box-sizing: border-box; } body {margin: 0;}* { box-sizing: border-box; } body {margin: 0;}* { box-sizing: border-box; } body {margin: 0;}* { box-sizing: border-box; } body {margin: 0;}* { box-sizing: border-box; } body {margin: 0;}* { box-sizing: border-box; } body {margin: 0;}* { box-sizing: border-box; } body {margin: 0;}* { box-sizing: border-box; } body {margin: 0;}* { box-sizing: border-box; } body {margin: 0;}* { box-sizing: border-box; } body {margin: 0;}* { box-sizing: border-box; } body {margin: 0;}* { box-sizing: border-box; } body {margin: 0;}* { box-sizing: border-box; } body {margin: 0;}* { box-sizing: border-box; } body {margin: 0;}* { box-sizing: border-box; } body {margin: 0;}* { box-sizing: border-box; } body {margin: 0;}* { box-sizing: border-box; } body {margin: 0;}* { box-sizing: border-box; } body {margin: 0;}* { box-sizing: border-box; } body {margin: 0;}* { box-sizing: border-box; } body {margin: 0;}* { box-sizing: border-box; } body {margin: 0;}* { box-sizing: border-box; } body {margin: 0;}* { box-sizing: border-box; } body {margin: 0;}#iouh79{margin:0 0 0 0;}* { box-sizing: border-box; } body {margin: 0;}#iouh79{margin:0 0 0 0;}* { box-sizing: border-box; } body {margin: 0;}#iouh79{margin:0 0 0 0;}* { box-sizing: border-box; } body {margin: 0;}#iouh79{margin:0 0 0 0;}* { box-sizing: border-box; } body {margin: 0;}#iouh79{margin:0 0 0 0;}* { box-sizing: border-box; } body {margin: 0;}* { box-sizing: border-box; } body {margin: 0;}* { box-sizing: border-box; } body {margin: 0;}* { box-sizing: border-box; } body {margin: 0;}