@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
{
	background:#EFEFEF;
	font-family: 'Quicksand', sans-serif;
}
nav
{
	width:100%;
	background:#358581;
	display:block;
	text-align:center;	
	
}
.nav
{
	display:inline-block;
	text-align:center;
	vertical-align:middle;

}
.nav ul
{
	list-style:none;
}
.nav ul li
{
	font-size:1.1em;
	float:left;
	color:#fff;
	margin:10px;
	line-height:100%;
	position:relative;
}

.nav ul li a
{
	display:block;
	color:inherit;
	text-decoration:none;
	background:none;
	padding:7px 15px;
	border:rgba(255,255,255,.1) 1px solid;
	border-radius:5px;
	font-weight:bold;
}
.nav ul li a:hover
{
	color:#fff;
	text-decoration:none;
	background:none;
	border:rgba(255,255,255,.6) 1px solid;
}
.banner
{
	margin:0 auto;
	background:#fff;
	position:relative;
	overflow:hidden;
}
.banner_img > img
{
	width:100%; height:auto;vertical-align: middle;
}
.banner_text
{
	padding:10px;
	position:absolute;
	text-align:center;
	top:50%;
	transform:translateY(-50%);
	width:100%;
	z-index:1;
}
.banner_text > span > img
{
	height:auto;vertical-align: middle;
}
.home_grey
{
	background:#efefef;
	padding:2rem;
	text-align:center;
}
.home_servicebox
{
	display:table;
	table-layout:fixed;
	width:100%;
}
.home_servicebox > div
{
	display:table-cell;
	width:100%;
	padding:15px 10px;
	font-size:1.4em;
	border:#efefef 5px solid;
	text-align:center;
}
.home_servicebox > div:first-child
{
	background:#f0b650;
	color:#6a5227;
}
.home_servicebox > div:last-child
{
	background:#d1d1d1;
	color:#3f3f3f;
}
.home_servicebox > div:nth-child(2)
{
	background:#98af2f;
	color:#fff;
}
.home_grey h1
{
	color:#358581;
	font-size:2.2em;
}
.home_grey p
{
	color:#292929;
	font-size:1.4em;
	width:80%;
	margin:10px auto;
}
.home_grey h2
{
	color:#3f3f3f;
	font-size:em;
	margin-top:2rem;
	margin-bottom:.7rem;
}

.more
{
	color:#fff;
	font-size:1.2em;

	display:inline-block;
	margin:20px 0;
	line-height:100%;
}
.more a
{
	color:#fff;
	display:block;
	padding:10px 15px;
	background:#358581;
	line-height:100%;
	border-radius:4px;
	text-decoration:none;
}
.more a:hover
{
	background:#24706c;
}
.responsive_slider
{
	position:relative;
	overflow:hidden;
}
.responsive_slider_content
{
	position:absolute;
	width:17%;
	height:100%;
	background:red;
	top:0;
	left:50%;
	z-index:1;
}
.responsive_slider_content:before
{
	content:"";
	width:165%;
	height:100%;
	background:#fff;
	-ms-transform: skew(-20deg); /* IE 9 */
  -webkit-transform: skew(-20deg); /* Safari 3-8 */
  transform: skew(-20deg);
  transform-origin: top right;
  display:block;
  position:absolute;
}
.responsie_slider_text
{
	padding:1.7rem 1rem;
	font-size:1.8em;
	font-weight:bold;
	text-indent:20px;
	color:#358581;
	position:relative;
	line-height:120%;
	width:100%;
	margin-top:25px;
}
.responsie_slider_text:before
{
	border-bottom:#efefef 4px solid;

}
.responsie_slider_text:first-child
{
	left:20px;
}
.responsie_slider_text:nth-child(2)
{
	left:-30px;
}
.responsie_slider_text:nth-child(3)
{
	left:-90px;
}
.beauty { background:none; position:relative; width:100%; margin:10px auto; }
.beauty_content { width:980px; display:flex; flex-wrap:wrap;  }
.beauty_content > div { width:31%;  vertical-align:top; margin:1%; }
.slides img
{
	width:100%;
	vertical-align:middle;
}
.flexslider img
{
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.contact_box
{
	text-align:center;
	padding:1.4rem 1rem;
	color:#fff;
	background:#115d59;
}
.contact_box h3
{
	font-size:1.2em;
	margin:10px 0;
}
.contact_box h4
{
	font-size:1.8em;
	margin:10px 0;
}
.contact_box > div img
{
	margin:5px 0;
}
footer
{
	margin:0 auto;
	font-size:.85em;
	background:#358581;
	padding:20px;
	text-align:center;
}
footer ul
{
	display:inline-block;
	vertical-align:middle;
	list-style:none;
}
footer ul li
{
	float:left;
	margin:5px 10px;
	font-size:1.2em;
}
footer ul li a
{
	display:block;
	padding:5px;
	color:#CCC;
	text-decoration:none;	
}
footer ul li a:hover
{
	color:#fff;
}
.footer_content_data
{
	padding:10px 0;
	color:#fff;
}
.footer_content_data a
{
	color:#c8e153;
}
.footer_content_data a:hover
{
	color:#fff;
}
.content
{
	margin:10px auto;
	width:960px;
	padding:20px 0;
}

.content h2
{
	color:#358581;
	font-size:2.2em;
	font-weight:bold;
	text-align:center;
}
.content p
{
	color:#333;
	text-align:center;
	margin:0 auto;
	width:80%;
	font-size:1.2em;
}
.other_header
{
	height:250px;
}
.abt_con
{
	display:table;
	table-layout:fixed;
	width:80%;
	margin:20px auto;
}
.abt_con > div
{
	display:table-cell;
	width:100%;
	padding:20px;
	vertical-align:middle;
}
.contact_con > div:first-child
{
	width:50%;
}
.contact_con > div img
{
	width:100%;
}
.abt_con > div h3
{
	color:#000;
	font-size:1.4em;
	font-weight:bold;
}
.abt_con > div p
{
	color:#666;
	font-size:1em;
	text-align:left;
	width:100%;
}

.info
{
	margin:0 auto;
}
.info_box
{
	margin:0 auto;
	width:960px;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
.info_box > div
{
	width:25%;
	text-align:center;
	color:#3c3c3c;
	flex-grow: 1;
	border:#EFEFEF 20px solid;
	background:#fff;
}
.info_man
{
	width:80%;
	margin:0 auto;
}
.info_man > div img
{
	width:100%;
}
.info_man > div h3
{
	font-size:1.6em;
	margin-top:20px;
}
.info_man > div p
{
	color:#3c3c3c;
	padding-bottom:20px;
	padding-top:10px;
}

.courses
{
	margin:0 auto;
	padding:30px 20px;
	color:#fff;
	border-bottom:rgba(255,255,255,.2) 1px solid;
}
.courses p
{
	color:#fff;
	padding:10px 0;
}
.courses_one
{
	background:url(../images/1300x200-1.png) center no-repeat;
	background-size:cover;
}
.courses_two
{
	background:url(../images/1300x200-2.png) center no-repeat;
	background-size:cover;
}
.courses_three
{
	background:url(../images/1300x200-3.png) center no-repeat;
	background-size:cover;
}
.courses_content
{
	margin:0 auto;
	width:960px;
	text-align:center;
}
.courses_title
{
	display:inline-flex;
	width:auto;
	align-items: stretch;
	position: relative;
	padding:10px 0;
}
.courses_title > div:first-child, .courses_title > div:last-child
{
	display:flex;
	width:200px;
	color:#fff;
	line-height:34px;
	justify-content: center;
	font-weight:bold;
}
.courses_title > div:first-child
{
	background:url(../images/ribbon-green.png) center left no-repeat;
}
.courses_title > div:last-child
{
	background:url(../images/ribbon-blue.png) center left no-repeat;
}
.courses_title_part
{
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
	width: 1%;
	line-height:34px;
	font-weight:bold;
	font-size:1.2em;
	padding:0 20px;
}
.join_students
{
	width:100%;
	height:400px;
	padding:20px;
	display:flex;
	align-item:center;
	background:url(../images/join.png) center no-repeat;
	background-size:cover;
	justify-content: center;
	align-items: center;
	text-align:center;
}
.join_students > div h4
{
	color:#fff;
	font-size:3em;
	text-transform:uppercase;
}
.join_students .get_start
{
	font-size:1.4em;
}
.join_students .get_start a
{
	padding:15px 30px;
}
.next_batch
{
	margin:50px auto;
	width:70%;
	display:table;
	table-layout:fixed;
	position:relative;
}
.next_batch > div
{
	width:100%;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding:10px;
	position:relative;
}
.next_batch > div:last-child
{
	width:120%;
	box-shadow:rgba(0,0,0,.1) 0 0 20px;
}
.next_batch > div:first-child img
{
	position:relative;
	top:30px;
	left:50px;
	z-index:1;
}
.next_batch_content
{
	display:inline-block;
	width:80%;
}
.next_batch_content h1
{
	color:#3c3c3c;
	font-size:2.8em;
}
.next_batch_content h4
{
	font-weight:normal;
	color:#3c3c3c;
}
.apply_now
{
	color:#fff;
	font-size:1.4em;
	font-weight:bold;
	display:inline-block;
	margin:20px 0;
	line-height:100%;
	text-transform:uppercase;
}

.apply_now a
{
	color:#009866;
	font-weight:bold;
	display:block;
	padding:14px 20px;
	background:#fff;
	line-height:100%;
	text-decoration:none;
	border:#009866 3px solid;
}
.apply_now a:hover
{
	background:#009866;
	color:#fff;
}
.h1_ins
{
	text-align:center;
	padding:40px 10px;
	color:#3c3c3c;
	font-size:2.4em;
}
.company_logos
{
	margin:0 auto;
	padding:20px 10px;
	background:#e8e8e8;
	text-align:center;
}
.company_logos > span
{
	display:inline-block;
	vertical-align:middle;
	padding:10px 25px;
}
.inner_content
{
	margin:10px auto;
	width:80%;
	padding:20px;
}

.innerpage ul
{
	list-style:none;
	display:inline-block;
	padding:10px;
	margin:10px 0;
}
.innerpage ul li
{
	padding:0 25px;
	background:url(../images/arrow_icon.png) 0 0px no-repeat;
	margin:10px 0;
}
.info_course
{
	background:#fff;
}
.info_course > div h3
{
	font-size:1.4em;
	margin-top:20px;
}
.info_course > div p
{
	color:#3c3c3c;
}
.info_course > div
{
	padding:30px;
	background:#f1f1f1;
	border:#fff 2px solid;
	border-radius:20px;
}
.inner_img
{
	margin:10px auto;
	margin-top:40px;
}

.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;
}
.phone_icon, .location_icon, .mail_icon
{
	padding:20px 10px 10px 75px;
	background-position:10px 5px;
	background-repeat:no-repeat;
	color:#4d4442;
	font-size:1em;
	font-weight:bold;
	min-height:60px;
	line-height:140%;
	margin:10px;
}
.phone_icon
{
	background-image:url(../images/phone_icon.png);
}
.location_icon
{
	background-image:url(../images/map_icon.png);
}
.mail_icon
{
	background-image:url(../images/mailicon.png);
}


.activities
{
	margin:20px auto;
	width:100%;
	display:table;
	table-layout:fixed;
}
.activities > div
{
	width:100%;
	display:inline-block;
	vertical-align:top;
	padding:0;
	margin:5px;
	background:#fff;
	border-bottom:rgba(0,0,0,.1) 1px solid;
}
.activities_box
{
	margin: 0 auto;
	display:table;
	width:100%;
	table-layout:fixed;
}
.activities_box > div
{
	display:table-cell;
	width:100%;
	vertical-align:top;
	text-align:left;
	padding:10px;
}
.activities_box > div:first-child
{
	width:180px;
	padding:0;
	padding:10px;
}
.activities_box_img
{
	text-align:center;
	margin-bottom:10px;
}

.activities_box_con
{
	display:table;
	width:100%;
	table-layout:fixed;
}
.activities_box_con > div
{
	display:block;
	width:100%;
}
.activities_box_calen
{
	margin:0 auto;
}
.activities_box_calen_date
{
	font-size:1em;
	font-weight:bold;
	line-height:130%;
	color:#444;
	display:inline-block;
}
.activities_box_calen_date:after
{
	content:",";
	display:inline-block;
}
.activities_box_calen_month
{
	text-align:center;
	font-size:1em;
	font-weight:bold;
	line-height:130%;
	color:#444;
	display:inline-block;
}
.activities_box h2
{
	font-size:1.6em;
	color:#1B232E;
	margin:0;
	line-height:130%;
	letter-spacing:-1;
}
.activities_box_time
{
	font-size:.9em;
	color:#666;
	background:url(../images/icon_time.png) 0px 3px no-repeat;
	padding:1px;
}
.activities_box_location
{
	font-size:.9em;
	color:#666;
	background:url(../images/icon_location.png) 0px 3px no-repeat;
	padding:1px;
}

.gallery_photos
{
	width:100%;
	border-radius:7px;
	margin-bottom:10px;
}
.gallery_photos > div
{
	padding:10px;
	float:left;
	width:25%;
	position:relative;
}
.gallery_photos_img
{
	width:100%;
}
.gallery_photos_con
{
	font-size:.8em;
	color:#fff;
	font-weight:bold;
	width:auto;
	padding:10px;
	background:#00649a;
	bottom:8px;
	right:0;
	width:100%;
}
.gallery_photos > div:hover .gallery_photos_con
{
	color:#fff;
}







.hi_mt_update
{
	display:inline-block;
	position: relative;
	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, .content
	{
		width:100%;
	}
	.info_man
{
	width:80%;

}

.responsie_slider_text
{
	font-size:1.6em;
}

}
/************************************************************************************
smaller than 1030
*************************************************************************************/
@media screen and (max-width: 1030px) 
{
	.header_top_content, .header_content, .footer_content,.content, .copry_right, .info_box, .courses_content, .info_man, .abt_con
	{
		width:100%;
	}
	.banner_text h2
	{
		font-size:2em;
	}
	.banner_text p
	{
		font-size:.9em;
	}
	.get_start
	{
		font-size:1em;
	}
	.banner_text
	{
		width:100%;
		max-width: 100%;
		left: 0;
		margin-left: 0;
	}
	.info_box > div
	{
	width:33.3%;
	}
	.next_batch
	{
		width:96%;
	}
	
	.responsive_slider_content
	{
		width:25%;
	}
	
	.responsie_slider_text
{
	font-size:1.2em;
	margin-top:0px;
	padding:.8rem;
}


.responsie_slider_text:first-child
{
	left:15px;
}
.responsie_slider_text:nth-child(2)
{
	left:-20px;
}
.responsie_slider_text:last-child
{
	left:-50px;
}
.beauty_content { width:100%; }
.beauty_img img	{ width:100%; max-width:160px; height:auto; vertical-align:middle; line-height:110px; }
.beauty_content > div { margin:10px auto; }

}
/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 650px) 
{	
	.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:#235f5c;
	}
	.nav:focus
	{
		pointer-events: none;
		outline:none;
	}
	.beauty_content > div 
	{ display::inline-block; margin:10px auto; width:48%;}
	.nav > ul
	{
		position:absolute;
		z-index: 1;
		opacity: 0;
		visibility: hidden;
		transition: visibility 0.5s;

		transition:.3s;

		overflow:auto;
		display:block;
		max-height:83vh;
		z-index:1000;
		left:50%;
		transform:translate(-50%);
		background:#235f5c;
		padding-top:10px;
	}
	.nav:focus > ul
	{
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transition:.3s;
		position:absolute;
		background:#235f5c;
	
	}
	.nav > ul > li
	{
		float:none;
		border-top:rgba(0,0,0,.1) 1px dashed;
		margin-top:-1px;
		text-align:center;
	}
	.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:#fff;
	}
	.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;
	}
	.get_start
	{
		font-size:.9em;
		margin:10px;
	}
	.info_box > div
	{
	width:50%;
	}
	.courses_title
	{
		display:inline-block;
	}
	.courses_title_part
	{
		width:100%;
	}
	.next_batch > div:first-child img {
    top: 0px;
    left: 0px;
}
.next_batch_content h1 {
    font-size: 2.2em;
}
.apply_now {
    font-size: 1.1em;
}
.footer_content > div {
	width:50%;
}
 .contact > div {
    display: block;
}

	.responsive_slider_content
	{
		width:30%;
	}
	.responsie_slider_text
{
	font-size:.9em;padding:.7rem;
}

.abt_con > div
{
	display:block;
}

.contact_con > div:first-child
{
	width:100%;
}

}
/************************************************************************************
smaller than 480
*************************************************************************************/
@media screen and (max-width:480px)
{
	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%;
	}
	.beauty_content { text-align:center; width:90%; margin:0 auto; }
.beauty_content > div { width:100%; display:inline-block; margin:5px auto; }
	.next_batch > div, .next_batch > div:last-child {
    width: 100%;
    display: block;
	padding:0;
}
.footer_content > div {
	width:100%;
}
.activities_box > div:first-child {
    width: 100px;
 }
 .banner > div > div > img {
    width: 200%;
	min-width: 200%
}
.banner_img > img
{
	width: 200%;
	min-width: 200%;
}

.home_servicebox > div
{
	display:block;
}
.flexslider > div > img
{
	height: 140px;
}
.responsive_slider_content
	{
		width:20%;
	}
	.responsie_slider_text
{
	font-size:.5em;padding:.5rem;
}


.responsie_slider_text:first-child
{
	left:8px;
}
.responsie_slider_text:nth-child(2)
{
	left:-10px;
}
.responsie_slider_text:last-child
{
	left:-30px;
}
}




* { 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;}* { box-sizing: border-box; } body {margin: 0;}* { box-sizing: border-box; } body {margin: 0;}* { box-sizing: border-box; } body {margin: 0;}#igxri{margin:0in;font-family:Calibri;font-size:11.0pt;}#iuceb{margin:0in;font-family:Calibri;font-size:11.0pt;}#iynth{margin:0in;font-family:Calibri;font-size:11.0pt;}#i0zsy{margin:0in;font-family:Calibri;font-size:11.0pt;}#ir5vo{margin:0in;font-family:Calibri;font-size:11.0pt;}#imzqi{margin:0in;font-family:Calibri;font-size:11.0pt;}#ijr48{margin:0in;font-family:Calibri;font-size:11.0pt;}* { 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;}