@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% Arial, Helvetica, sans-serif;
	color: #666;
}
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;
}

body
{
	font-family: 'Dosis', sans-serif;
}
header
{
	background:#fff;
}
.header_content
{
	margin:0 auto;
	width:960px;
	display:table;
	table-layout:fixed;
	padding: 0px 2px 5px 0px;
}
.header_content > div
{
	display:table-cell;
	vertical-align:middle;
	width:100%;
	text-align:center;
	position:relative;
	text-align:right;
	padding:0 10px;
}
.header_content > div:first-child
{
	width:200px;
	text-align:left;
}
.logo
{
	display:inline-block;
	vertical-align:middle;
	padding:10px 0px;	
}
.logo img
{
	display:inline-block;
	vertical-align:middle;
}
nav
{
	display:inline-block;
	vertical-align:middle;
}
.nav
{
	margin:0 auto;
}
.nav ul
{
	list-style:none;
}
.nav ul li
{
	font-size:1em;
	float:left;
	color:#000;
	margin:5px 10px;
	position:relative;
}
.nav ul li a
{
	display:block;
	color:inherit;
	text-decoration:none;
	background:none;
	padding:5px 15px;
	border:rgba(0,0,0,0) 1px solid;
	border-radius:4px;
}
.nav ul li a:hover
{
	color:#00266D;
	text-decoration:none;
	background:none;
	border:#00266D 1px solid;
}
.banner_fluid, .banner_fluid img
{
	width:100%
}
.banner
{
	margin:0 auto;
	background:#fff;
	position:relative;
	overflow:hidden;
}
.banner > img
{
	width:100%; height:auto;
}
.banner_text
{
	padding:10px;
	position:absolute;
	display:inline-block;
	text-align:left;
	top:50%;
	transform:translateY(-50%);
	max-width:70%;
	z-index:100;
	left:50%;
	margin-left:-35%;
}
.banner_text h2
{
	font-size:3.6em;
	font-weight:bold;
	padding:2px 0;
	margin:0;
	color:#151515;
	text-shadow:rgba(0,0,0,.8) 0 0 5px;
	position:relative;
	display:inline-block;
}
.banner_text_clr
{
	color:#403f3f;
	display:block;
	text-transform:uppercase;
}
.banner_text_arrow
{
	display:inline-block;
	vertical-align:middle;
	position:absolute;
	bottom: -42px;
	right: -56px;
}
.more
{
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	display:inline-block;
	margin:20px 0;
	line-height:100%;
	text-transform:uppercase;
}

.more a
{
	color:#fff;
	font-weight:bold;
	display:block;
	padding:10px;
	background:#009866;
	line-height:100%;
	border-radius:3px;
	text-decoration:none;
}
.more a:hover
{
	background:#00649a;
}
.content
{
	margin:0 auto;
	width:960px;
	padding:20px 0;
}
footer
{
	margin:0 auto;
	font-size:.85em;
	background:#2d3643;
	padding:20px 0;
	text-align:center;
	color:#a1a1a1;
}
.footer_content_data
{
	margin:0 auto;
	width:960px;
	padding:10px 0;
	display:table;
	table-layout:fixed;
}
.footer_content_data > div
{
	width:100%;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding:0 20px;
	color:#b8b8b8;
	font-size:.9em;
}
.footer_content_data > div:first-child
{
	text-align:left;
	padding:0;
	color:#fff;
	font-size:3em;
	line-height:120%;
}
.footer_content_data > div:last-child
{
	text-align:right;
	padding:0;
}
footer a
{
	text-decoration:underline;
	color:#b4a316;
}
footer a:hover
{
	text-decoration:none;
	color:#fff;
}


.home_content
{
	margin:50px auto;
	width:100%;
	display:table;
	table-layout:fixed;
}
.home_content > div
{
	width:100%;
	display:table-cell;
	vertical-align:top;
	padding-right:30px;
}
.home_content > div:last-child
{
	padding-right:0px;
	padding-left:30px;
}
.home_content h1
{
	font-size:4.4em;
	color:#2e2e2e;
	line-height:110%;
	font-style:italic;
	margin: 0;
}
.home_content p
{
	font-size:1.4em;
	color:#535252;
	line-height:130%;
	margin: 0;
}
.home_content img
{
	width:100%;
}
.abt_box
{
	margin:70px auto;
}
.abt_box > div:first-child
{
	width:50%;
}
.gallery
{
	width:100%;
	display:table;
	table-layout:fixed;
}
.gallery > div
{
	display:inline-block;
	width:24%;
	padding:20px;
	vertical-align:middle;
	position:relative;
	text-align:center;
}
.gallery > div a img
{
	width:100%;
}
.gallery > div a
{
	width:100%;
	height:100%;
	color:#333;
	text-align:center;
	display:block;
	position:relative;
}
.gallery > div a:hover > img
{
	opacity:.4;
}
.gallery > div  span
{
	display:inline-block;
	vertical-align:middle;
	position:absolute;
	line-height:100%;
	top:50%;
	transform:translateY(-50%);
	font-size:3em;
	width:100%;
	left:0;
	font-weight:bold;
	z-index:1;
	display:none;
}
.gallery > div:hover span
{
	display:inline-block;
}
.abt_home_box
{
	margin:0px auto;
	background:#c86567;
	color:#fff;
	padding:20px 0;
	margin-top:20px;
}
.abt_home_box .abt_con_box h2, .abt_home_box .abt_con_box p
{
	color:#fff !important;
}
.abt_home_box .abt_con_box h2
{
	font-size:2em !important;
}
.abt_home_box .abt_con_box p
{
	font-size:1.2em !important;
	font-weight:normal;
	padding:10px 0;
}
.abt_con_box
{
	display:table;
	table-layout:fixed;
	width:100%;
}

.abt_con_box h2
{
	font-size:1.6em !important;
	color:#c86567;
}

.abt_con_box p
{
	font-size:1.2em;
	color:#333;
}

.abt_con_box > div
{
	display:table-cell;
	width:100%;
	vertical-align:top;
	padding:20px 0;
}
.abt_con_box > div:first-child
{
	padding-right:40px;
	width:45%;
}
.abt_home_box .abt_con_box > div:first-child
{
	text-align:center;
}
.abt_con_img
{
	box-shadow:rgba(255,255,255,.4) 12px 12px 0px;
	margin-top:10px;
}
.info
{
	margin:0 auto;
}
.info_box
{
	margin:0 auto;
	width:960px;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
.info_box > div
{
	width:25%;
	padding:20px;
	color:#3c3c3c;
	flex-grow: 1;
}
.info_box > div > img
{
	width:100%;
}

.info_company
{
	background:#fff;
}
.info_company > div p
{
	font-size:1.8em;
	line-height:120%;
	color:#3b3b3b;
}
.info_company > div h4
{
	font-size:1.2em;
	line-height:120%;
	color:#555;
	font-weight:normal;
}
.info_company > div h2
{
	font-size:3.2em;
	line-height:120%;
	color:#1d1d1d;
	font-weight:bold;
}
.info_company > div
{
	padding:20px 30px;
}
.home_tit
{
	font-size:2.2em;
	font-weight:normal;
	margin:0;
	margin-top:20px;
	color:#000;
	line-height:100%;
}



.contact
{
	margin:0px auto;
	width:100%;
	position:relative;
	padding:20px 0 80px 0;
	display:table;
	width:100%;
	table-layout:fixed;
}
.contact > div
{
	display:table-cell;
	width:100%;
	background:#f2f2f2;
	vertical-align:top;
	
}
.contact > div:first-child
{
	width:50%;
	padding:20px;
}


.contact > div p
{
	color:#;
}
.contact > div h3
{
	color:#333;
}
.contact iframe
{
	width:100%;
}





.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;
}


/************************************************************************************
bigger than 1031
*************************************************************************************/
@media screen and (min-width: 1031px) 
{
	.header_content, .header_top_content, .info_box, .courses_content, .footer_content_data, .content, .banner
	{
		width:85%;
	}
}
/************************************************************************************
smaller than 1030
*************************************************************************************/
@media screen and (max-width: 1030px) 
{
	.header_top_content, .header_content, .footer_content_data,.content, .copry_right, .info_box, .courses_content,.banner
	{
		width:90%;
	}
	.banner_text h2
	{
		font-size:2em;
	}
	.banner_text p
	{
		font-size:.9em;
	}
	.more
	{
		font-size:1em;
	}
	.banner_text
	{
		width:100%;
		max-width: 100%;
		left: 0;
		margin-left: 0;
	}
	.info_box > div
	{
	width:33.3%;
	}
	
}
/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 650px) 
{	

.header_top_content, .header_content, .footer_content_data,.content, .copry_right, .info_box, .courses_content,.banner
	{
		width:95%;
	}
	
	.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:#00266D;
	}
	.nav:focus
	{
		pointer-events: none;
		outline:none;
	}
	.nav > ul
	{
		position:absolute;
		z-index: 1;
		opacity: 0;
		visibility: hidden;
		transition: visibility 0.5s;
		width:80vw;
		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:#00266D;
	
	}
	.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:none;
		color:#f9c215;
	}
	.nav > ul > li > a, .nav > ul > li > span
	{
		font-weight:bold;
		font-size:.9em;
		background:none;
		color:#fff;
	}
	.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;
	}
	.top_contact_links ul li
	{
		margin:5px;
	}
	.banner_text h2
	{
		font-size:1.8em;
	}
	.banner_text p
	{
		font-size:1em;
	}
	.more
	{
		font-size:.9em;
		margin:10px;
	}
	.info_box > div
	{
	width:50%;
	}
	
	
	.abt_con_box > div, .abt_con_box > div:first-child ,.portfolio > div:first-child , .portfolio > div ,.contact > div:first-child, .contact > div
	{
		width:100%;
		display:block;
	}
	.portfolio > div:first-child
	{
		padding:0;
	}
	.portfolio > div
	{
		text-align:center;
	}
	.service_dark_box > div
	{
		width:50%;
		border-bottom:rgba(255,255,255,.2) 1px solid;
	}
	
	
 .contact > div {
    display: block;
}

.abt_home_box .abt_con_box > div:first-child, .abt_con_box > div:first-child
{
	padding-right: 0px;
	text-align:center;
}



.home_content > div, .home_content > div:last-child, .abt_box > div:first-child
{
	display:block;
	padding-right:0px;
	padding-left:0px;
	background:#f1f1f1;
	width:100%;
}
.home_content h1, .home_content p
{
	padding:10px 20px;
}

}
/************************************************************************************
smaller than 480
*************************************************************************************/
@media screen and (max-width:480px)
{
	
	
	.service_dark_box > div
	{
		width:100%;
	}
	html 
	{
		-webkit-text-size-adjust: none;
	}
	.header_top_content > div, .header_top_content > div:last-child
	{
		width:100%;
		display:block;
		text-align:center;
		padding:5px;
	}
	.banner_text h2
	{
		font-size:1.2em;
	}
	.banner_text p
	{
		font-size:.9em;
	}
	.get_start
	{
		font-size:.9em;
		margin:10px;
	}
	.info_box > div
	{
	width:100%;
	}
	.next_batch > div, .next_batch > div:last-child {
    width: 100%;
    display: block;
	padding:0;
}
.footer_content_data > div {
	width:100%;
}
.activities_box > div:first-child {
    width: 100px;
 }
 .banner > img {
    width: 100%;
	min-width: 100%;
}

.footer_content_data > div ,.footer_content_data > div:first-child, .footer_content_data > div:last-child
{
	width:100%;
	display:block;
	padding:20px;
	text-align:center;
}
    .gallery > div {width:49%}


}
* { 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;}#iwtaup{color:rgb(32, 33, 36);font-family:arial, sans-serif;font-size:14px;text-align:left;background-color:rgb(255, 255, 255);}* { box-sizing: border-box; } body {margin: 0;}* { box-sizing: border-box; } body {margin: 0;}#iwtaup{font-family:Verdana, Geneva, sans-serif;font-weight:300;color:rgba(55,44,44,0.83);}#ihq1u{font-family:Verdana, Geneva, sans-serif;text-align:right;}* { box-sizing: border-box; } body {margin: 0;}#iwtaup{font-family:Verdana, Geneva, sans-serif;font-weight:300;color:rgba(55,44,44,0.83);}#ihq1u{font-family:Verdana, Geneva, sans-serif;text-align:right;}* { box-sizing: border-box; } body {margin: 0;}* { box-sizing: border-box; } body {margin: 0;}* { box-sizing: border-box; } body {margin: 0;}#i981d{width:426.109px;height:426px;}#i59e{width:197px;height:157px;}* { box-sizing: border-box; } body {margin: 0;}#i981d{width:426.109px;height:426px;}#i59e{width:197px;height:157px;}* { box-sizing: border-box; } body {margin: 0;}#i981d{width:426.109px;height:426px;}#i59e{width:197px;height:157px;}* { box-sizing: border-box; } body {margin: 0;}* { box-sizing: border-box; } body {margin: 0;}#isk7fj{height:1169.59px;}#ijowyn{height:1402.88px;width:2124px;}* { box-sizing: border-box; } body {margin: 0;}* { box-sizing: border-box; } body {margin: 0;}* { box-sizing: border-box; } body {margin: 0;}#ittu{width:320px;}* { box-sizing: border-box; } body {margin: 0;}#iwqv0d{width:282px;height:108px;}#iiiqw{width:1782px;height:1188px;}#igizi{width:1781px;height:1117px;}#ijao9{width:853px;height:568.797px;}#iysvz{width:855.703px;height:570px;}#i70t51{width:1768.39px;height:1326px;}* { box-sizing: border-box; } body {margin: 0;}#iwqv0d{width:282px;height:108px;}#iiiqw{width:1782px;height:1188px;}#igizi{width:1781px;height:1117px;}#ijao9{width:853px;height:568.797px;}#iysvz{width:855.703px;height:570px;}#i70t51{width:1768.39px;height:1326px;}* { 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;}