*{ padding:0px; margin:0px; border:0px; }
body, html { background-color:#fff;}
h1, h2, h3, h4, h5, h6{font-family: 'Josefin Sans', sans-serif; font-style:normal;}
p, ul, li, a{ font-family: 'Open Sans', sans-serif; }
@font-face {
    font-family: 'Roboto-BoldItalic';
    src: url('../fonts/Roboto-BoldItalic.eot');
    src: url('../fonts/Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-BoldItalic.woff') format('woff'),
        url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
} 
@font-face {
    font-family: 'Roboto-Black';
    src: url('../fonts/Roboto-Black.eot');
    src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Black.woff') format('woff'),
        url('../fonts/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-MediumItalic';
    src: url('../fonts/Roboto-MediumItalic.eot');
    src: url('../fonts/Roboto-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-MediumItalic.woff') format('woff'),
        url('../fonts/Roboto-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto-Italic';
    src: url('../fonts/Roboto-Italic.eot');
    src: url('../fonts/Roboto-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Italic.woff') format('woff'),
        url('../fonts/Roboto-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Medium.woff') format('woff'),
        url('../fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'JosefinSans-Light';
    src: url('../fonts/JosefinSans-Light.woff2') format('woff2'),
        url('../fonts/JosefinSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'JosefinSans';
    src: url('../fonts/JosefinSans.woff2') format('woff2'),
        url('../fonts/JosefinSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Orbitron-Bold';
    src: url('../fonts/Orbitron-Bold.woff2') format('woff2'),
        url('../fonts/Orbitron-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'JosefinSans-Bold';
    src: url('../fonts/JosefinSans-Bold.woff2') format('woff2'),
        url('../fonts/JosefinSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
h1
{
	font-size:72px;
}
h2
{
	font-size:50px;
}
h3
{
	font-size:45px;
}
h4
{
	font-size:40px;
}
h5
{
	font-size:30px;
}
h6
{
	font-size:20px;
} 
div.clr
{
	clear:both;
}
a
{
	text-decoration:none;
}
header.hraderbg
{
	width:100%; 
	height:90px; 
	background-color:#222222;
}
div.header
{
	width:1260px; 
	margin:0 auto;  
	height:auto; 
}
div.logo
{
	float:left;
}
div.logo img
{
	width:170px; 
	float:left; 
	padding-left:0px;
}
nav
{
	width:100%; 
	height:auto;
}
div.navi
{
	float:right;
}
div.navi ul
{
	list-style: none;
	position: relative;
	display: inline-table;
	float:right; z-index:100;
}
div.navi ul ul 
{
	display: none;
}
div.navi ul li:hover > ul 
{
	display: block;
}
div.navi ul:after 
{
	content: ""; 
	clear: both; 
	display: block;
}
div.navi ul li
{
	float:right ;
}
div.navi ul li a
{
	color:#fff; font-weight:500; 
	text-decoration:none;
	font-size:18px;
	height:90px;
	line-height:90px;
	text-align:center;
	display:block;
	padding-left:20px;
	padding-right:20px;
	float:right; 
	box-shadow: inset 0 0 0 0 #fff;
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	transition: all ease 1s;

}
div.navi ul li a:hover
{
	box-shadow: inset 0 100px 0 0 #313131;
}
div.navi ul ul 
{
	position: absolute; 
	top: 100%;
	list-style:none; 
	float:left; 
	text-align:left;
		
}
div.navi ul ul li 
{
	float: none; 
	text-align:left;		
}
div.navi ul ul li a 
{
	color:#ccc;  
	border:0px solid #fff; 
	text-align:left; 
	display:block; 
	background-color:#787878; 
	float:none;			
}
div.navi ul ul li a:hover
{ 
	background-color:#323232; 
	border:0px solid #fff;
}
div.mobilen
{
	display:none;
}
.fixed 
{
	width:100%;
	position: fixed; 
	top: 0; 
	height:auto; 
	z-index: 100;
	box-shadow:0 8px 6px -6px #787878;
}
.fixed  header.hraderbg
{
	height:60px;
}
.fixed div.logo img
{
	width:110px;
}
.fixed div.navi ul li a
{
	height:60px; 
	line-height:60px; 
	font-size:14px;
}
@media (max-width: 1024px)
{
div.header
{
	width:95%;
}
div.navi ul li a
{
	padding-left:15px;	
	padding-right:15px; 
	font-size:16px;
}
}
@media (max-width: 960px)
{
div.header
{
	width:90%;
} 
div.logo img
{
	width:170px;
}
div.navi ul li a
{
	padding-left:10px;	
	padding-right:10px; 
	font-size:13px;	
	height:90px;
	line-height:90px;
}
}
@media (max-width: 800px)
{
header.hraderbg
{
	width:100%; 
	height:110px;
}
div.logo
{
	float:none; 
	margin:0 auto; 
	width:120px;
}
div.logo img
{
	float:none; 
	width:100%;
}
div.navi
{
	display:none;
}
div.mobilen
{
	display:block; 
	clear:both; width:300px; 
	height:30px; 
	margin:0 auto; 
	padding-top:7px; 
}
div.mobilen select
{
	width:100%; 
	height:30px; 
	background-color:#787878; 
	color:#fff;
}
.fixed 
{
	position:absolute;
}
}
@media (max-width: 580px)
{
	div.mobilen{ width:250px;}
}
div.sliderbg
{
	width:100%; 
	padding-bottom:90% !important; 
	position:relative; 
	clear:both; 
	overflow:hidden;
}
div.slider-img
{
	width:100%; 
	position:absolute; 
	top:0px; 
	background-color:#fff; 
	z-index:10;
}
div.slider-img img
{
	width:100%;
}
section.slider
{
	width:91%; 
	position:absolute; 
	left:4%; 
	bottom:53%; 
	z-index:20;
}
.enroll_bottom a
{
	color:#fff; 
	text-decoration:none; 
	font-size:30px; 
	height:65px;
	line-height:65px; 
	text-align:center; 
	width:400px; 
	display:block; 
	background-color:#ff4900; 
	-moz-box-shadow: 0 6px 3px -6px #000;
    -webkit-box-shadow: 0 6px 3px -6px #000;
    box-shadow: 0 6px 3px -6px #000; 
	margin-top:30px; 
    -webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}
.enroll_bottom a:hover
{
	box-shadow: 0 -5px 3px -5px #000; 
	-moz-box-shadow: 0 -5px 3px -5px #000; 
	-webkit-box-shadow: 0 -5px 3px -5px #000;
	color:#000; 
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}
@media (max-width: 800px)
{
section.slider
{
	bottom:20%;
}
}
@media (max-width: 650px)
{
section.slider a
{
	width:300px;
}
div.sliderbg
{
	line-height:60px;
}
}
@media (max-width: 580px)
{
div.sliderbg
{
	line-height:50px;
}
section.slider a
{
	width:160px; 
	line-height:45px; 
	height:45px; 
	font-size:18px;
}
}
div.wcomerndbg
{
	width:100%; 
	margin:0 auto; 
	padding-top:60px; 
	padding-bottom:60px; 
	clear:both; 
	overflow:hidden; 
	background-color:#2a2a2a;
}
div.wcomernd
{
	width:1250px; 
	margin:0 auto;
}
div.wcomernd h3
{
	color:#f98900; 
	margin-bottom:30px; 
	font-style:normal;
}
div.wcomernd p
{
	font-size:15px; 
	line-height:26px; 
	color:#ddd; 
	padding-bottom:50px;
	text-align:justify;
}
div.wcomernd a
{
	color:#f98900; 
	text-decoration:none; 
	font-size:25px; 
	height:60px;
	line-height:60px; 
	text-align:center; 
	padding-left:25px; 
	padding-right:25px; 
	border:2px solid #f98900; 
	display:inline-block;
	box-shadow: inset 0 0 0 0 #787878;
	-webkit-transition: all ease 1.5s;
	-moz-transition: all ease 1.5s;
	transition: all ease 1.5s;
}
div.wcomernd a:hover
{
	box-shadow: inset 0 100px 0 0 #313131;
}
@media (max-width: 1024px)
{
div.wcomernd
{
	width:95%;
}
}
@media (max-width: 960px)
{
div.wcomernd
{
	width:90%;
}
}
@media (max-width: 800px)
{
div.wcomernd
{
	width:90%; 
	text-align:center;
}
}
div.whatrndbg
{
	width:100%; 
	clear:both; 
	overflow:hidden; 
	padding-top:60px; 
	padding-bottom:70px;
}
div.whatrnd
{
	width:1050px; 
	margin:0 auto;
}
section.whatrnd-top 
{
	width:100%; 
	clear:both; 
	overflow:hidden; 
	padding-bottom:40px;
}
section.whatrnd-top h2
{
	color:#333333; 
	padding-bottom:15px; 
	font-weight:bold;
}
section.whatrnd-top p
{
	color:#5f5f5f; 
	font-size:16px; 
	line-height:24px;
}

div.whatrnd-divider
{
	width:100%;
	height:50px;
	clear:both;
	overflow:hidden;
}
div.whatrnd-1
{
	width:47%;
	float:left;
}
div.whatrnd-2
{
	width:47%;
	float:right;
}
section.easy-l
{
	width:110px; 
	padding-left:5px; 
	float:left;
}
section.easy-l img
{
	width:100%;
}
section.easy-r a
{
	color:#333333; 
	padding-bottom:15px; 
	font-size:22px; 
	font-family: 'Open Sans', sans-serif; 
	font-weight:600;
}
section.easy-r
{
	width:355px; 
	float:left; 
	line-height:22px; 
	text-align:justify; 
	padding-left:16px;
}
section.easy-r p
{
	color:#5f5f5f; 
	font-size:15px; 
	font-weight:500;
}
@media(max-width : 1024px) 
{
div.whatrnd
{
	width:95%;
} 
section.whatrnd-top
{
	width:95%;
} 
section.easy-l
{
	width:23%;
}
section.easy-r
{
	width:72%;
}
}
@media(max-width : 960px) 
{
div.whatrnd
{
	width:90%;
} 
section.whatrnd-top
{
	width:95%;
} 
section.easy-l
{
	width:22%;
}
section.easy-r
{
	width:72%;
}
}
@media(max-width : 800px) 
{
div.whatrnd-divider
{
	display:none;
}
section.whatrnd-top
{
	text-align:center;
} 
div.whatrnd
{
	width:70%;
}
div.whatrnd-1
{
	width:96%; 
	margin-bottom:20px; 
	margin-right:0px; 
	padding-left:2%; 
	padding-right:2%;
}
div.whatrnd-2
{
	width:96%; 
	margin-bottom:20px; 
	margin-right:0px; 
	padding-left:2%; 
	padding-right:2%;
}
}
@media(max-width : 750px) 
{
div.whatrnd
{
	width:90%;
}
section.easy-l
{
	width:110px; 
	float:none; 
	margin:0 auto;
}
section.easy-r
{
	width:100%; 
	float:none; 
	text-align:center;
}
section.easy-r a
{
	text-align:center;
	float:none;
}
section.easy-r p
{
	text-align:center;
}
div.whatrnd-1
{
	margin-bottom:40px;
}
div.whatrnd-2
{
	margin-bottom:40px;
}
}
div.webdevolopbg
{
	width:100%;
	clear:both;
	overflow:hidden; 
	background-color:#057378; 
	border-bottom:1px solid #46aeb1;
}
div.webdevolop
{
	width:1050px; 
	margin:0 auto;
}
section.webdevolop-img
{
	width:54.66%; 
	float:left;
}
section.webdevolop-img img
{
	width:100%;
}
section.webdevolop-cont
{
	width:42%;
	float:right;
	padding-top:37px;
	padding-bottom:37px;
}
section.webdevolop-cont p
{
	color:#72d5d7; 
	line-height:20px; 
	font-size:14px; 
	font-weight:500; 
	padding-top:20px; 
	padding-bottom:20px;
	text-align:justify;
}
section.webdevolop-cont h4
{
	display:inline-block; 
	border-bottom:1px solid #72d5d7; 
	color:#fff; 
	padding-bottom:10px;
}
section.webdevolop-cont a
{
	display:inline-block; 
	padding-right:80px; 
	padding-top:10px; 
	border-top:1px solid #72d5d7; 
	color:#fff; 
	font-weight:300; 
	font-family: 'Josefin Sans', sans-serif; 
	font-size:30px;
}
@media(max-width : 1024px) 
{
div.webdevolop
{
	width:95%;
}
}
@media(max-width : 960px) 
{
div.webdevolop
{
	width:90%;
}
}
@media(max-width : 800px) 
{
section.webdevolop-img
{
	width:70%; 
	float:none; 
	margin:0 auto;
}
section.webdevolop-cont
{
	width:100%; 
	text-align:center;
}
section.webdevolop-cont a
{
	padding-right:0px;
}
}
@media(max-width : 650px) 
{
section.webdevolop-img
{
	width:100%;
}
}
div.senginebg
{
	width:100%; 
	clear:both; 
	overflow:hidden; 
	background-color:#057378; 
	border-bottom:1px solid #46aeb1;
}
div.sengine
{
	width:1050px; 
	margin:0 auto;
}
section.sengine-img
{
	width:54%; 
	float:right;
}
section.sengine-img img
{
	width:100%;
}
section.sengine-cont
{
	width:46%; 
	float:left;
	padding-top:37px; 
	padding-bottom:37px;
}
section.sengine-cont p
{
	color:#72d5d7; 
	line-height:20px; 
	font-size:14px; 
	font-weight:500; 
	padding-top:20px; 
	padding-bottom:20px;
	text-align:justify;
}
section.sengine-cont h4
{
	display:inline-block; 
	border-bottom:1px solid #72d5d7; 
	color:#fff; 
	padding-bottom:5px;
}
section.sengine-cont a
{
	display:inline-block; 
	font-size:30px; 
	padding-right:80px; 
	padding-top:10px; 
	border-top:1px solid #72d5d7;
	color:#fff; 
	font-weight:300; 
	font-family: 'Josefin Sans', sans-serif;
}

@media(max-width : 1024px) 
{
div.sengine
{
	width:95%;
}
}
@media(max-width : 960px) 
{
div.sengine
{
	width:90%;
}
}
@media(max-width : 800px) 
{
section.sengine-img
{
	width:70%; 
	float:none; 
	margin:0 auto;
}
section.sengine-cont
{
	width:100%; 
	text-align:center;
}
section.sengine-cont a
{
	padding-right:0px;
}
}
@media(max-width : 650px) 
{
section.sengine-img
{
	width:100%;
}
}
div.mappbg
{
	width:100%; 
	clear:both; 
	overflow:hidden; 
	background-color:#057378; 
	border-bottom:1px solid #46aeb1;
}
div.mapp
{
	width:1050px; 
	margin:0 auto;
}
section.mapp-img
{
	width:54.66%; 
	float:left;
}
section.mapp-img img
{
	width:100%;
}
section.mapp-cont
{
	width:42%; 
	float:right; 
	padding-top:37px;  
	padding-bottom:37px;
}
section.mapp-cont p
{
	color:#72d5d7; 
	line-height:20px; 
	font-size:14px; 
	font-weight:500; 
	padding-top:20px; 
	padding-bottom:20px;
	text-align:justify;
}
section.mapp-cont h4
{
	display:inline-block; 
	border-bottom:1px solid #72d5d7; 
	color:#fff; 
	padding-bottom:5px;
}
section.mapp-cont a
{
	display:inline-block; 
	font-size:30px; 
	padding-right:80px; 
	padding-top:10px; 
	border-top:1px solid #72d5d7; 
	color:#fff; 
	font-weight:300; 
	font-family: 'Josefin Sans', sans-serif;
}
@media(max-width : 1024px) 
{
div.mapp
{
	width:95%;
}
}
@media(max-width : 960px) 
{
div.mapp
{
	width:90%;
}
}
@media(max-width : 800px) 
{
section.mapp-img
{
	width:70%; 
	float:none; 
	margin:0 auto;
}
section.mapp-cont
{
	width:100%; 
	text-align:center;
}
section.mapp-cont a
{
	padding-right:0px;
}
}
@media(max-width : 650px) 
{
section.mapp-img
{
	width:100%;
}
}
div.itrainingbg
{
	width:100%; 
	clear:both; 
	overflow:hidden; 
	background-color:#057378;
}
div.itraining
{
	width:1050px; 
	margin:0 auto;
}
section.itraining-img
{
	width:100%; 
	float:right;
}
section.itraining-img1
{
	width:128px; 
	float:left; 
	margin-right:1%;
	margin-bottom:1%;
}
section.itraining-img1 img
{
	width:100%; 
	max-width:128px; 
	height:132px;
}
section.itraining-img2
{
	width:23.5%; 
	float:right;
}
section.itraining-img-divi
{
	width:100%; 
	clear:both; 
	height:10px;
}
section.itraining-img img
{
	width:100%;
}
section.itraining-cont
{
	width:100%; 
	float:left;  
	padding-top:37px;
}
section.itraining-cont p
{
	color:#72d5d7; 
	line-height:20px; 
	font-size:14px; 
	font-weight:500; 
	padding-top:20px; 
	padding-bottom:20px;
	text-align:justify;
}
section.itraining-cont h4
{
	display:inline-block; 
	border-bottom:1px solid #72d5d7; 
	color:#fff; 
	padding-bottom:5px; 
	font-style:normal;
}
section.itraining-cont a
{
	display:inline-block; 
	font-size:30px; 
	padding-right:80px; 
	padding-top:10px; 
	border-top:1px solid #72d5d7; 
	color:#fff; 
	font-weight:300; 
	font-family: 'Josefin Sans', sans-serif;
}
@media(max-width : 1024px) 
{
div.itraining
{
	width:95%;
}
}
@media(max-width : 960px) 
{
div.itraining
{
	width:90%;
}
}
@media(max-width : 800px) 
{
section.itraining-img
{
	width:70%; 
	float:none; 
	margin:0 auto;
}
section.itraining-cont
{
	width:100%; 
	text-align:center;
}
section.itraining-cont a
{
	padding-right:0px;
}
}
@media(max-width : 650px) 
{
section.itraining-img
{
	width:100%;
}
}
div.clientlinkbg
{
	width:100%; 
	clear:both; 
	overflow:hidden; 
	background-color:#0b9093;
	padding-top:30px;  
	padding-bottom:30px;
}
div.clientlink
{
	width:1050px; 
	margin:0 auto;
}
section.clientlink-img
{
	width:58%;
	float:right;
}
section.clientlink-img1
{
	width:31.3%; 
	float:left; 
	margin-right:2%;
}
section.clientlink-img2
{
	width:31.3%; 
	float:right;
}
section.clientlink-img-divi
{
	width:100%; 
	clear:both; 
	height:10px;
}
section.clientlink-img img
{
	width:100%;
}
section.clientlink-cont
{
	width:35%; 
	float:left;
	border-right:1px solid #72d5d7;
}
section.clientlink-cont ul
{
	list-style-image:url(../images/clientlink.jpg); 
	background-repeat:no-repeat; 
	margin-left:15px; 
	height:auto;
}
section.clientlink-cont ul a
{
	font-size:20px; 
	color:#fef7ca; 
	font-weight:600; 
	line-height:45px; 
	display:block; 
	padding-left:15px;
}
section.clientlink-cont ul a:hover
{
	color:#fff;
}
@media(max-width : 1024px) 
{
div.clientlink
{
	width:95%;
}
}
@media(max-width : 960px)
{
div.clientlink
{
	width:90%;
}
}
@media(max-width : 800px) 
{
section.clientlink-img
{
	width:70%; 
	float:none; 
	margin:0 auto;
}
section.clientlink-cont
{
	width:100%; 
	text-align:center;
	border-right:none;
}
section.clientlink-cont ul
{
	display:inline-block;
}
section.clientlink-cont ul a
{
	text-align:left;
}
}
@media(max-width : 650px)
{
section.clientlink-img
{
	width:100%;
}
}
div.contactusbg
{
	width:100%; 
	padding-top:60px;
	padding-bottom:70px; 
	background-color:#fff; 
	clear:both; 
	overflow:hidden;
}
div.contactus-getit
{
	width:30%; 
	float:left;
}
div.contactus-getit h4
{
	color:#333; 
	padding-bottom:10px;
}
div.contactus-getit p
{
	color:#616161; 
	font-size:18px; 
	line-height:24px;
}
div.contactus-getit a
{
	color:#616161;
}
div.contactus-getit a:hover
{
	color:#838383;
}
div.contactus-getit-2
{
	width:80%; 
	background-image:url(../images/contapp-2.png); 
	padding-left:20%; 
	color:#fff; 
	font-size:20px; 
	background-repeat:no-repeat; 
	height:45px; 
	text-align:center; padding-top:20px; margin-top:20px;
}
div.contactus-input
{
	width:65%; 
	float:right; 
	padding-top:20px;
}
div.contactus-input h4
{
	color:#333; 
	padding-bottom:10px;
}

.contactus-text1
{
	width:45%; 
	color:#787878; 
	font-size:18px; 
	border-bottom:1px solid #ccc; 
	padding-left:1%; 
	height:35px; 
	margin-bottom:25px;
	float:left; 
	background-color:#fff;
}
.contactus-text2
{
	width:45%; 
	color:#787878; 
	font-size:18px; 
	border-bottom:1px solid #ccc; 
	padding-left:1%; 
	height:35px; 
	margin-bottom:25px; 
	float:right; 
	display:block; 
	background-color:#fff;
}
.contactus-text3
{
	width:99%; 
	color:#787878; 
	font-size:18px; 
	border-bottom:1px solid #ccc; 
	padding-left:1%; 
	height:35px; 
	margin-bottom:25px;
	float:left; 
	background-color:#fff;
}
.contactus-text4
{
	width:45%; 
	color:#787878; 
	font-size:18px; 
	
	padding-left:1%; 
	height:35px; 
	margin-bottom:25px;
	float:left; 
	background-color:#fff;
}
.contactus-text5
{
	width:45%; 
	color:#787878; 
	font-size:18px;		 
	height:35px; 
	margin-bottom:25px;
	float:left; 
	background-color:#fff;
}
.contactus-text6
{
	width:45%; 
	color:#787878; 
	font-size:18px; 
	border-bottom:1px solid #ccc; 
	padding-right:1%; 
	height:35px; 
	margin-bottom:25px; 
	float:right; 
	display:block; 
	background-color:#fff;
}
.contactus-mess1
{
	width:98%;
	height:150px; 
	color:#787878; 
	font-size:18px; 
	border:1px solid #ccc; 
	padding-left:1%; 
	margin-bottom:25px;
	float:none; 
	clear:both; 
	overflow:hidden; 
	background-color:#fff;
	resize:none;
}
.contactus-butt
{
	color:#fff; 
	text-decoration:none; 
	font-size:20px; 
	float:right;
	text-align:center; 
	width:100%; 
	font-size:25px; 
	line-height:62px;
	background-color:#ff4900; 
	cursor:pointer; 
	-webkit-transition: all ease 1.5s;
	-moz-transition: all ease 1.5s;
	transition: all ease 1.5s;
}
.contactus-butt:hover
{
	border-radius:11px; 
	background-color:#787878; 
	-webkit-transition: all ease 1.5s;
	-moz-transition: all ease 1.5s;
	transition: all ease 1.5s;
}



.contactus-butt-register
{
	color:#fff; 
	text-decoration:none; 
	font-size:20px;
	margin-top:20px;
	float:right;
	text-align:center; 
	width:100%; 
	font-size:35px; 
	line-height:62px;
	border-radius:11px;
	background-color:#00b7f1; 
	cursor:pointer; 
	-webkit-transition: all ease 1.5s;
	-moz-transition: all ease 1.5s;
	transition: all ease 1.5s;
}
.contactus-butt-register a{ text-decoration:none; color:#fff; font-size:35px; }
.contactus-butt-register:hover
{
	border-radius:11px; 
	background-color:#787878; 
	-webkit-transition: all ease 1.5s;
	-moz-transition: all ease 1.5s;
	transition: all ease 1.5s;
}

@media (max-width: 1024px)
{
div.contactus
{
	width:95%;
}
}
@media (max-width: 960px)
{
div.contactus
{
	width:90%;
}
}
@media (max-width: 800px)
{
div.contactus
{
	width:90%;
}
div.contactus h4
{
	border-bottom:none; 
	text-align:center;
}
div.contactus-getit
{
	width:100%; 
	float:none; 
	margin:0 auto;
}
div.contactus-input
{
	width:100%; 
	float:none; 
	margin:0 auto;
}
.contactus-text1
{
	float:none; 
	margin-bottom:20px; 
	width:99%;
}
.contactus-text2
{
	float:none; 
	margin-bottom:20px; 
	width:99%;
}
.contactus-text3
{
	float:none; 
	margin-bottom:20px; 
	width:99%;
}
.contactus-butt-register
{
	float:none; 
	width:100%;
}
.contactus-butt
{
	float:none; 
	width:100%;
}
}
@media (max-width: 580px)
{
.contactus-butt
{
	font-size:16px;
}
.contactus-butt-register
{
	font-size:16px;
}
}
div.service
{
	width:1250px; 
	clear:both; 
	overflow:hidden; 
	padding:50px 0px 35px 0px; 
	margin:0 auto;
}
section.service-cont
{
	width:63.80%; 
	float:left;
}
section.service-cont h2
{
	color:#333; 
	padding-bottom:25px;
}
section.service-cont h6
{
	font-size:17px; 
	font-weight:500; 
	color:#333; 
	font-family: 'Open Sans', sans-serif;
	text-align:justify;
} 
section.service-cont p
{
	color:#616161; 
	line-height:22px; 
	font-size:14px;
	text-align:justify;
}
section.service-traningbg
{
	width:32.5%; 
	float:right;  
	height:auto; 
}
section.service-traning
{
	width:87%; 
	border:3px solid #02b1b9; 
	box-shadow: -1px .5px 4px .5px #787878; 
	padding:15px; 
	height:auto; 
	clear:both; 
	overflow:hidden; 
	margin-bottom:25px;
}
section.service-traning h5
{
	font-size:24px; 
	color:#02b1b9; 
	padding-bottom:13px; 
	font-family: 'Open Sans', sans-serif; 
	font-weight:500;
}
section.service-traning img
{
	width:99%;
	margin-bottom:10px;
}
section.service-traning p
{
	color:#616161; 
	line-height:22px; 
	font-size:14px; 
	padding-bottom:20px;
	text-align:justify;
}
section.service-traning a
{
	color:#fff; 
	font-weight:500;
	background-image:url(../images/service-traningabg.jpg); 
	background-repeat:repeat-x;
	border-radius:7px; 
	font-size:14px; 
	height:52px; 
	line-height:52px; 
	text-align:center; 
	display:block; 
	padding-left:25px; 
	padding-right:25px;
	float:right;
	box-shadow: inset 0 0 0 0 #fff;
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	transition: all ease 1s;
 }
section.service-traning a:hover
{
	background-image:url(../images/service-traningabg-h.jpg); 
	color:#b8b8b8;
}
@media (max-width: 1024px)
{
div.service
{
	width:95%;
}
}
@media (max-width: 960px)
{
div.service
{
	width:90%;
}
}
@media (max-width: 800px)
{
section.service-cont
{
	width:100%; 
	float:none; 
	margin-bottom:40px;
}
section.service-traningbg
{
	width:500px; 
	margin:0 auto; 
	float:none; 
	text-align:center;
}
section.service-traning a
{
	float:none; 
	margin:0 auto;
}
}
@media (max-width: 580px)
{
section.service-traningbg
{
	width:100%;
}
}
.mapcont-span
{
	width:100%; 
	height:1px; 
	background-color:#ddd; 
	clear:both; 
	overflow:hidden; 
	margin-bottom:30px; 
	margin-top:30px; 
	display:block;
}
section.mapcont
{
	width:100%; 
	height:400px; 
	clear:both; 
	overflow:hidden;
}
.mapcont-text1
{
	width:30%; 
	color:#787878; 
	font-size:16px; 
	border:1px solid #ccc; 
	padding-left:1%; 
	height:40px; 
	margin-bottom:25px; 
	margin-right:3%;
	float:left; 
	background-color:#fff;
}
.mapcont-text2
{
	width:30%; 
	color:#787878; 
	font-size:16px; 
	border:1px solid #ccc; 
	padding-left:1%; 
	height:40px; 
	margin-bottom:25px; 
	float:right; 
	display:block; 
	background-color:#fff;
}
.mapcont-text3
{
	width:20%; 
	color:#787878; 
	font-size:16px; 
	padding-left:1%; 
	height:40px; 
	margin-bottom:25px; 
	margin-right:3%;
	float:left; 
	background-color:#fff;
}
.mapcont-text4
{
	width:40%; 
	color:#787878; 
	font-size:16px; 	
	height:40px; 
	margin-bottom:50px; 
	margin-right:3%;
	float:left; 
	background-color:#fff;
}
.mapcont-mess1
{
	width:98%; 
	height:150px; 
	color:#787878;
	font-size:18px; 
	border:1px solid #ccc; 
	padding-left:1%;
	margin-bottom:25px;
	float:none; 
	clear:both; 
	overflow:hidden; 
	background-color:#fff;
}
.mapcont-butt
{
	color:#fff; 
	text-decoration:none; 	
	text-wrap:unrestricted; 
	font-weight:400;
	text-align:center; 
	width:30%;
	float:right;
	font-size:25px; 
	line-height:50px; 
	display:inline-block; 
	padding-left:10px; 
	padding-right:1%;
	margin-top:1%;
	background-color:#ff4900; 
	cursor:pointer; 
	-webkit-transition: all ease 1.5s;
	-moz-transition: all ease 1.5s;
	transition: all ease 1.5s;
}
.mapcont-butt:hover
{
	border-radius:11px; 
	background-color:#787878; 
	-webkit-transition: all ease 1.5s;
	-moz-transition: all ease 1.5s;
	transition: all ease 1.5s;
}
.mapcont-left
{
	width:45%; 
	float:left;
}	
.mapcont-right
{
	width:45%; 
	float:right;
}	
.mapcont-left h4
{
	color:#333; 
	padding-bottom:10px;
}
.mapcont-left p
{
	color:#616161; 
	font-size:18px; 
	line-height:24px; 
	padding-bottom:20px;
}
.mapcont-right a
{
	color:#898989; 
	font-size:16px;
}
.mapcont-right a:hover
{
	color:#333;
}
@media (max-width: 960px)
{
.mapcont-text1
{
	width:98%; 
	float:none;
}
.mapcont-text2
{
	width:98%; 
	float:none;
}
.mapcont-butt
{
	width:100%; 
	padding:0px;
}
}
@media (max-width: 960px)
{
.mapcont-left
{
	width:100%; 
	float:none; 
	text-align:center;
}	
.mapcont-right
{
	width:100%; 
	float:none;  
	text-align:center;
}
.mapcont-right table
{
	width:auto; 
	margin:0 auto;
}
}
footer.footerbg
{
	width:100%; 
	background-color:#35383f; 
	clear:both; 
	overflow:hidden; 
	padding: 15px 0px 4px 0px;
}
section.footer1
{
	width:1050px; 
	margin:0 auto;
}
section.footer1 a
{
	text-decoration:none; 
	color:#ddd; 
	font-size:14px;
}
section.footer1 a:hover
{
	color:#fff;
}
section.footer1 h6
{
	margin-bottom:20px; 
	color:#ed7c44; 
	font-weight:300; 
	text-transform:uppercase;
} 
section.footer1 p
{
	color:#cfcfcf; 
	line-height:18px; 
	font-size:15px; 
	float:left;
}
section.fot2
{
	width:23%; 
	padding-right:20px; 
	float:left; 
	line-height:25px;
}
section.fot3
{
	width:23%; 
	float:left;  
	line-height:25px;
}
section.fot3 img
{
	width:30px; 
	float:left;
}
section.fot3 img:hover
{
	opacity:.5;
}
section.copyr
{
	width:100%; 
	text-align:center; 
	color:#ddd; 
	font-size:12px; 
	background-color:#333; 
	clear:both; 
	overflow:hidden; 
	padding-top:7px; 
	padding-bottom:7px;
}
section.footer1-butt
{
	width:1300px; 
	margin:0 auto; 
	padding-top:50px; 
	clear:both; 
	overflow:hidden; 
	color:#cfcfcf; 
	font-size:15px;
}
section.footer1-butt a
{
	color:#ddd;
}
section.footer1-butt a:hover
{
	color:#fff;
}
@media(max-width : 1024px) 
{
section.footer1
{
	width:95%;
}
section.footer1-butt
{
	width:95%;
}
section.fot2
{
	width:20%;
}
section.fot3
{
	width:20%;
}
}
@media(max-width : 960px)
{
section.footer1
{
	width:90%;
}
section.footer1-butt
{
	width:90%;
}
}
@media(max-width : 800px)
{
section.footer1
{
	width:90%;
}
section.fot2
{
	width:100%; 
	text-align:center; 
	padding-bottom:50px;
}
section.fot3
{
	width:100%; 
	text-align:center;
}
section.footer1-butt
{
	width:100%; 
	text-align:center;
}
section.footer1-butt p
{
	float:none; 
	padding-top:10px;
}
}
.contanear
{
	display:block;
	width:94%;
	max-width:1300px;
	margin:0px auto;
}
.course_box
{
	width:100%;
	display:inline-block;
	text-align:center;
}
.course_box_panel
{
	width:22%;
	display:inline-block;
	text-align:center;
	vertical-align:top;
	border:solid 2px #F5F5F5;
	margin:0 10px 60px 10px;
}
.course_box_panel img
{
	margin-top:-45px;
	margin-bottom:20px;
    -webkit-transition: all 1.3s ease-in-out;
    -moz-transition:    all 1.3s ease-in-out;
    -o-transition:      all 1.3s ease-in-out;
    -ms-transition:     all 1.3s ease-in-out;
}
.course_box_panel:hover img
{
    -webkit-transform: rotate(360deg);
    -moz-transform:    rotate(360deg);
    -o-transform:      rotate(360deg);
    -ms-transform:     rotate(360deg);	
}
.course_box_panel h2
{
	font-family: 'Roboto-Bold';
	font-size:15px;
	color:#0e0d0d;
	margin-bottom:10px;
}
.course_box_panel p
{
	font-family: 'Roboto-Regular';
	font-size:14px;
	color:#0e0d0d;
	padding:0 20px;
	margin-bottom:30px;
}
.more
{
	width:100%;
	display:inline-block;
	text-align:center;
	margin:0 0 40px 0;
}
.more a
{
	font-family: 'Roboto-Medium';
	font-size:18px;
	color:#FFF;
	background:#000;
	padding:10px 50px;
	display:inline-block;
}
.more-details
{
	width:100%;
	display:inline-block;
	text-align:center;
	margin:0 0 40px 0;
}
.more-details a
{
	font-family: 'Roboto-Medium';
	font-size:14px;
	color:#FFF;
	border-radius:2px;
	background:#00b7f1;
	padding:5px 20px;
	display:inline-block;
}
.itraining p
{
	font-family: 'Roboto-Medium';
	font-size:14px;
	color:#FFF;
}
.header_2
{
	width:100%;
	float:left;
	text-align:center;
	padding:50px 0;
}
.header_2 h1{ font-size:45px;}
.winter
{
	width:100%;
	float:left;
	display:block;
	padding:50px 0;
}
.winter_panel
{
	width:100%;
	float:left;
	display:block;
}
.winter_panel_left
{
	width:22%;
	float:left;
	display:block;
	padding-right:20px;
}
.bottom
{
	width:100%;
	float:left;
	display:block;
}
.bottom a
{
	font-family: 'Roboto-Medium';
	font-size:16px;
	color:#000;
	background:#f4f4f4;
	border-left:solid 2px #01305e;
	width:100%;
	margin-bottom:10px;
	display:inline-block;
	padding:15px 10px;
}
.bottom a:hover
{
	color:#FFF;
	background:#00b7f1;
	border:none;
}
.winter_panel_right_11
{
	width:100%;
	float:left;
	display:block;
	margin-top: -44%;
	position:relative;
	z-index:9;
}
.winter_panel_right_12
{
	width:100%;
	float:left;
	display:block;
	position:relative;
	z-index:9;
}
.winter_panel_right
{
	width:74%;
	float:left;
	display:block;
	padding-left:20px;
}
.contactus
{
	width:100%;
	float:left;
	display:block;
}
.contactus h3
{
	font-family: 'Roboto-Medium';
	font-size:15px;
	color:#000;
	border-top:solid 2px #d9d9d9;
	border-bottom:solid 2px #d9d9d9;
	padding:15px 0;
}
.office
{
	width:100%;
	float:left;
	display:block;
}

.office h3
{
	font-family: 'Roboto-Regular';
	font-size:15px;
	color:#000;
	margin-top:20px;
}
.office h3 span
{
	font-family: 'Roboto-Bold';
}
.time
{
	width:100%;
	float:left;
	display:block;
	margin-top:20px;
}
.time p
{
	font-family: 'Roboto-Regular';
	font-size:15px;
	color:#000;
	background-image:url(../images/time.png);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-left:25px;
}
.email
{
	width:100%;
	float:left;
	display:block;
	margin-top:20px;
}
.email p
{
	font-family: 'Roboto-Regular';
	font-size:15px;
	color:#000;
	background-image:url(../images/email.png);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-left:25px;
}
.email p span
{
	font-family: 'Roboto-Medium';
}
.contact p
{
	font-family: 'Roboto-Regular';
	font-size:15px;
	color:#000;
	background-image:url(../images/phone.png);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-left:25px;
	display:inline-block;
	margin-top:20PX;
}
.contact p span
{
	font-family: 'Roboto-Medium';
}
.winter_box_main
{
	width:100%;
	display:inline-block;
	background:#F4F4F4;
	padding:20px 0;
	text-align:center;
}
.winter_box
{
	width:399px;
	display:inline-block;
	text-align:left;
	background:#FFF;
	padding-right:20px;
	margin:10px;
}
.winter_box img
{
	width:100%;
	max-width:198px;
	float:left;
	padding-right:20px;
}
.winter_box h2
{
	font-family: 'Roboto-Bold';
	font-size:17px;
	color:#000;
	margin-top:20px;
}
.winter_box h3
{
	font-family: 'Roboto-Regular';
	font-size:14px;
	color:#61caf2;
	padding:10px 0 10px 0;
}
.winter_box p
{
	font-family: 'Roboto-Medium';
	font-size:13px;
	line-height:23px;
	color:#5a4e57;
}
.training_schedule
{
	width:100%;
	float:left;
	display:block;
}
.schedule_text
{
	width:100%;
	float:left;
	display:block;
	padding:20px 0;
	border-top:solid 1px #F5F5F5;
	border-bottom:solid 1px #F5F5F5;
}
.schedule_text h2
{
	font-family: 'Roboto-Bold';
	font-size:15px;
	color:#000;
	margin-bottom:10px;
}
.schedule_text p
{
	font-family: 'Roboto-Regular';
	font-size:15px;
	color:#000;
	background-image:url(../images/bulet.png);
	background-repeat:no-repeat;
	background-position:0 7px;
	padding-left:10px;
	margin-bottom:10px;
}
.training_preod
{
	width:100%;
	float:left;
	display:block;
	margin-top:15px;
}
.training_preod h2
{
	font-family: 'Roboto-Bold';
	font-size:15px;
	color:#000;
	border-bottom:solid 1px #F5F5F5;
	padding-bottom:10px;
	margin-bottom:10px;
}
.training_preod h2 span
{
	color:#636363;
}
.training_preod h3
{
	font-family: 'Roboto-Bold';
	font-size:15px;
	color:#000;
}
.training_preod h3 span
{
	color:#636363;
}
.traing_faq
{
	width:100%;
	float:left;
	display:block;
}
.winter_faq_panel
{
	width:100%;
	float:left;
	display:block;
	margin-bottom:30px;
}
.winter_faq_panel h2
{
	font-family: 'Roboto-Bold';
	font-size:25px;
	color:#000;
	padding:10px 0;
	margin:10px;
	border-top:solid 1px #F5F5F5;
	border-bottom:solid 1px #F5F5F5;
}
.winter_faq_panel p
{
	font-family: 'Roboto-Medium';
	font-size:14px;
	color:#000;
	background-image:url(../images/bulet.png);
	background-repeat:no-repeat;
	background-position:0 8px;
	padding-left:10px;
	margin-left:10px;
}
.traing_discount
{
	width:100%;
	float:left;
	display:block;
}
.winter_discount_panel
{
	width:100%;
	float:left;
	display:block;
	margin-bottom:30px;
	border-top:solid 1px #F5F5F5;
}
.winter_discount_panel h2
{
	font-family: 'Roboto-Bold';
	font-size:15px;
	color:#000;
	padding:5px 0;
	margin:10px;
}
.winter_discount_panel p
{
	font-family: 'Roboto-Medium';
	font-size:14px;
	color:#000;
	background-image:url(../images/bulet.png);
	background-repeat:no-repeat;
	background-position:0 8px;
	padding-left:10px;
	margin-left:10px;
}
.winter_discount_panel h3
{
	font-family: 'Roboto-Bold';
	font-size:15px;
	color:#000;
	padding:5px 0;
	margin:5px 0;
	border-bottom:solid 1px #F5F5F5;
}
.ragister
{
	width:100%;
	display:inline-block;
	text-align:center;
}
.ragister a
{
	font-family: 'Roboto-Medium';
	font-size:20px;
	color:#FFF;
	background:#2980B9;
	display:inline-block;
	padding:5px 30px;
}
.content_training
{
	width:100%;
	float:left;
	display:inline-block;
	padding:10px 0;
	margin:10px 0;
	border-top:solid 1px #F5F5F5;
	border-bottom:solid 1px #F5F5F5;
}
.content_training p
{
	font-family: 'Roboto-Regular';
	font-size:15px;
	color:#000000;
}
.map
{
	width:100%;
	display:inline-block;
	text-align:center;
}
.map h2
{
	font-family: 'Roboto-Bold';
	font-size:22px;
	color:#000;
	background:#f9f9f9;
	padding:20px 0;
}
.wbut_footer
{
	width:100%;
	float:left;
	display:block;
	padding:56px 0;
	background:#323232;
}
.wbut_footer_panel
{
	width:100%;
	float:left;
	display:block;
}
.header_footer
{
	width:100%;
	float:left;
	display:block;
}
.header_footer h2
{
	font-family: 'Roboto-Bold';
	font-size:22px;
	color:#FFF;
}
.footer_box
{
	width:23%;
	float:left;
	display:block;
	padding-right:15px;
}
.footer_box a
{
	font-family: 'Roboto-Medium';
	font-size:14px;
	color:#898989;
	width:100%;
	float:left;
	margin-bottom:5px;
}
.footer_box a:hover
{
	color:#FFF;
}
.footer_bottom
{
	width:100%;
	display:inline-block;
	background:#3f3f3f;
	padding:30px 0;
}
.footer_bottom_panel
{
	width:100%;
	display:inline-block;
}
.wbut_footer_left
{
	width:32.3%;
	float:left;
	display:block;
	margin-top:15px;
}
.wbut_footer_left a img
{
	width:100%;
	max-width:30px;
	float:left;
}
.wbut_footer_left h2
{
	width:auto;
	float:left;
	font-family: 'Roboto-Bold';
	font-size:16px;
	color:#FFF;
	padding:3px 0 0 10px;
}
.social_icon
{
	width:33.3%;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	margin-top:10px;
}
.social_icon a i
{
	font-size:23px;
	color:#FFF;
	margin:5px;
}
.signup
{
	width:auto;
	float:right;
	display:block
}
.code
{
	width:100%;
	display:inline-block;
}
.code h3
{
	font-family: 'Roboto-Regular';
	font-size:16px;
	color:#FFF;
	margin-bottom:5px;
}
.box_code
{
	width:auto;
	display:inline-block;
	vertical-align:top;
	padding:5px;
}
.course_box
{
	width:100%;
	display:inline-block;
	text-align:center;
}
.course_box_panel
{
	width:20.9%;
	height:256px;
	display:inline-block;
	text-align:center;
	vertical-align:top;
	border:solid 2px #F5F5F5;
	margin:0 20px 60px 20px;
}
.course_box_panel img
{
	margin-top:-45px;
	margin-bottom:20px;
    -webkit-transition: all 1.3s ease-in-out;
    -moz-transition:    all 1.3s ease-in-out;
    -o-transition:      all 1.3s ease-in-out;
    -ms-transition:     all 1.3s ease-in-out;
}
.course_box_panel:hover img
{
    -webkit-transform: rotate(360deg);
    -moz-transform:    rotate(360deg);
    -o-transform:      rotate(360deg);
    -ms-transform:     rotate(360deg);	
}
.course_box_panel h2
{
	font-family: 'Roboto-Bold';
	font-size:17px;
	color:#0e0d0d;
	margin-bottom:10px;
}
.course_box_panel p
{
	font-family: 'Roboto-Regular';
	font-size:14px;
	color:#0e0d0d;
	padding:0 20px;
	margin-bottom:30px;
	text-align:justify;
}
.register_panel
{
	width:100%;
	display:inline-block;
	text-align:center;
	border-top:solid 2px #F5F5F5;
	border-bottom:solid 2px #F5F5F5;
	padding:15px 0;
	margin:15px 0;
}
.register_panel a
{
	font-family: 'Roboto-Medium';
	font-size:20px;
	color:#FFF;
	background:#2980B9;
	padding:10px 25px;
	display:inline-block;
}
.register_panel p
{
	font-family: 'Roboto-Regular';
	font-size:16px;
	color:#000;
	margin-top:15px;
}
.feature_panel
{
	width:100%;
	float:left;
	display:block;
}
.feature_panel h3
{
	font-family: 'Roboto-Bold';
	font-size:32px;
	color:#000;
	text-align:center;
	margin-bottom:20px;
}
.feature_panel p
{
	font-family: 'Roboto-Medium';
	font-size:16px;
	line-height:25px;
	color:#000;
	background-image:url(../images/bulet.png);
	background-repeat:no-repeat;
	background-position:0 11px;
	padding-left:10px;
}
.confused
{
	width:100%;
	display:inline-block;
	text-align:center;
	margin-top:60px;
}
.confused h3
{
	font-family: 'Roboto-Bold';
	font-size:32px;
	color:#000;
	text-align:center;
	margin-bottom:20px;
	border-bottom:solid 1px #000000;
	display:inline-block;
}
.confused p
{
	font-family: 'Roboto-Regular';
	font-size:16px;
	line-height:25px;
	color:#000;
}
.traing_register
{
	width:100%;
	float:left;
	display:block;
}
.winter_register_panel
{
	width:100%;
	float:left;
	display:block;
	margin-bottom:30px;
}
.winter_register_panel h2
{
	font-family: 'Roboto-Bold';
	font-size:25px;
	color:#000;
	padding:10px 0;
	margin-bottom:10px;
	border-top:solid 1px #F5F5F5;
	border-bottom:solid 1px #F5F5F5;
}
.winter_register_panel p
{
	font-family: 'Roboto-Medium';
	font-size:14px;
	color:#5e5d5d;
}
.from_panel
{
	width:auto;
	float:left;
	display:block;
	background:#ededed;
	padding:20px 0;
	border:solid 3px #ddd;
	box-shadow: 0px 25px 25px -25px rgba(0, 0, 0, 0.5);
}
.main_from_box
{
	width:100%;
	float:left;
	display:block;
	margin:10px 0;
}
.left_text
{
	width:280px;
	float:left;
	display:block;
}
.left_text h2
{
	font-family: 'Roboto-Regular';
	font-size:16px;
	color:#525267;
	text-align:right;
}
.left_text h3
{
	font-family: 'Roboto-Regular';
	font-size:17px;
	color:#525267;
	text-align:right;
}
.right_text
{
	width:450px;
	float:left;
	display:block;
	padding-left:25px;
	
	
}
.right_text a
{
	font-family: 'Roboto-Bold';
	font-size:16px;
	color:#FFF;
	background:#2980B9;
	padding:5px 10px;
	display:inline-block;
	margin-top:10px;
}
.reg-butt{ font-family: 'Roboto-Bold';
	font-size:20px;
	color:#FFF;
	background:#2980B9;
	padding:10px 15px;
	display:inline-block;
	margin-top:15px; }
.drop_register
{
	width:100%;
	float:left;
	display:block;
	border:solid 1px #EFEFEF;
	padding:7px;
	line-height:20px;
	font-size:16px;
}
.c_language
{
	width:100%;
	float:left;
	display:block;
}
.c_language_left
{
	width:330px;
	float:left;
	display:block;
}
.c_language_left img
{
	width:100%;
	max-width:305px;
	float:left;
	border:solid 3px #E1E1E1;
	padding:10px;
}
.view_panel
{
	width:100%;
	float:left;
	display:block;
}
.view_panel img
{
	width:100%;
	max-width:63px;
	float:left;
	border:solid 1px #E1E1E1;
	padding:3px;
	margin:10px 5px;
}
.c_language_right
{
	width:507px;
	float:left;
	display:block;
	padding-left:30px;
}
.c_language_box
{
	width:100%;
	float:left;
	display:block;
}
.c_language_box h2
{
	font-family: 'Roboto-Bold';
	font-size:24px;
	color:#000;
	border-bottom:solid 1px #F5F5F5;
	padding-bottom:10px;
	margin-bottom:10px;
}
.c_language_box h3
{
	font-family: 'Roboto-Bold';
	font-size:16px;
	color:#000;
	border-bottom:solid 1px #F5F5F5;
	padding-bottom:10px;
	margin-bottom:10px;
	background-repeat:no-repeat;
	background-position:0 3px;
	
}
.c_language_box h3 span
{
	color:#808080;
}
.c_language_box_2
{
	width:100%;
	float:left;
	display:block;
}
.c_language_box_2 h3
{
	font-family: 'Roboto-Bold';
	font-size:16px;
	color:#000;
	border-bottom:solid 1px #F5F5F5;
	padding-bottom:10px;
	margin-bottom:10px;
	background-repeat:no-repeat;
	background-position:0 3px;
	
}
.c_language_box_2 h3 span
{
	color:#808080;
}
.c_language_box_3
{
	width:100%;
	float:left;
	display:block;
}
.c_language_box_3 h3
{
	font-family: 'Roboto-Bold';
	font-size:16px;
	color:#000;
	border-bottom:solid 1px #F5F5F5;
	padding-bottom:10px;
	margin-bottom:10px;
	background-repeat:no-repeat;
	background-position:0 3px;
	
}
.c_language_box_3 h3 span
{
	color:#808080;
}
.c_language_box_4
{
	width:100%;
	float:left;
	display:block;
}
.c_language_box_4 h3
{
	font-family: 'Roboto-Bold';
	font-size:16px;
	color:#000;
	border-bottom:solid 1px #F5F5F5;
	padding-bottom:10px;
	margin-bottom:10px;
	background-repeat:no-repeat;
	background-position:0 3px;
	
}
.c_language_box_4 h3 span
{
	color:#808080;
}
.c_language_box_5
{
	width:100%;
	float:left;
	display:block;
}
.c_language_box_5 h3
{
	font-family: 'Roboto-Bold';
	font-size:16px;
	color:#000;
	border-bottom:solid 1px #F5F5F5;
	padding-bottom:10px;
	margin-bottom:10px;
	background-repeat:no-repeat;
	background-position:0 3px;
	
}
.c_language_box_5 h3 span
{
	color:#808080;
}
.main_panel_box
{
  width: 100%;
  display:inline-block;
  margin-top:50px;
  background: #fff;
}
#content1 {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}
#content2 {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}
#content3 {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}
label {
  font-family: 'Roboto-Medium';
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
}
#content1 p
{
	font-family: 'Roboto-Regular';
	font-size:16px;
	color:#000;
	margin-bottom:5px;
}
#content1 h2
{
	font-family: 'Roboto-Medium';
	font-size:16px;
	color:#000;
	margin-bottom:5px;
	padding-top:5px;
}
#content2 p
{
	font-family: 'Roboto-Regular';
	font-size:16px;
	color:#000;
	margin-bottom:5px;
}
#content2 h2
{
	font-family: 'Roboto-Medium';
	font-size:16px;
	color:#000;
	margin-bottom:5px;
	background-image:url(../images/icon.jpg);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-left:20px;
	padding-top:5px;
}
#content3 p
{
	font-family: 'Roboto-Medium';
	font-size:16px;
	color:#000;
	margin-bottom:5px;
	background-image:url(../images/bulet.png);
	background-repeat:no-repeat;
	background-position:0 9px;
	padding-left:10px;
	text-align:left;
}
#content3 h2
{
	font-family: 'Roboto-Medium';
	font-size:16px;
	color:#000;
	margin-bottom:5px;
	padding-top:5px;
}
label:hover 
{
  color: #888;
  cursor: pointer;
}
input:checked + label 
{
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid orange;
  border-bottom: 1px solid #fff;
}
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 
{
  display: block;
}
.f_coaching
{
	width:65%;
	display:inline-block;
	text-align:center;
}
.f_coaching_header
{
	width:100%;
	display:inline-block;
	text-align:center;
}
.f_coaching_header h1
{
	font-family: CALIBRI;
	font-size:30px;
	color:#000;
}
.college_image_panel
{
	width:100%;
	display:inline-block;
	text-align:center;
	margin-top:30px;
}
.college_image_panel img
{
	width:100%;
	max-width:536px;
	display:inline-block;
	text-align:center;
}
.f_coaching_text
{
	width:100%;
	display:inline-block;
	text-align:left;
	margin-top:40px;
}
.f_coaching_text p
{
	font-family: CALIBRI;
	font-size:16px;
	color:#000;
	text-align:justify;
}
.join_panel
{
	width:100%;
	display:inline-block;
	text-align:center;
}
.join_panel a
{
	font-family: CALIBRI;
	font-size:22px;
	color:#FFF;
	display:inline-block;	
	background:#000;
	padding:5px 25px;
	margin-top:30px;
	border-bottom:solid 5px #666666;
}
.join_panel a:hover
{
	background:#666666;
	border-top:solid 5px #000;
}
.slider h2
{
	font-family: 'JosefinSans-Light';
	font-size:70px;
	color:#FFF;
}
.slider h3
{
	font-family: 'JosefinSans-Bold';
	font-size:43px;
	color:#ffa800;
	-webkit-text-stroke: 1px black;
}
.bottom_right_8
{
	width:600px;
	float:right;
	display:block;
	margin-top:-330px;
	margin-right:140px;
	border:solid 5px #FFB400;
	padding:10px 25px;
	border-radius:10px;
	display:inline-block;
	background:rgba(2,39,48,0.5);
}
.bottom_right_8 a
{
	font-family: 'Orbitron-Bold';
	font-size:28px;
	color:#FFF;
}
.bottom_right
{
	width:413px;
	float:right;
	display:block;
	margin-top:-260px;
	margin-right:85px;
	border:solid 5px #FFB400;
	padding:10px 25px;
	border-radius:10px;
	display:inline-block;
	background:rgba(2,39,48,0.5);
}
.bottom_right a
{
	font-family: 'Orbitron-Bold';
	font-size:28px;
	color:#FFF;
}
.bottom_right_2
{
	width:413px;
	float:right;
	display:block;
	margin-top:-190px;
	border:solid 5px #FFB400;
	padding:10px 25px;
	border-radius:10px;
	display:inline-block;
	background:rgba(2,39,48,0.5);
}
.bottom_right_2 a
{
	font-family: 'Orbitron-Bold';
	font-size:26px;
	color:#FFF;
}
.bottom_right_3
{
	width:413px;
	float:right;
	display:block;
	margin-top:-120px;
	margin-right: -40px;
	border:solid 5px #FFB400;
	padding:10px 25px;
	border-radius:10px;
	display:inline-block;
	background:rgba(2,39,48,0.5);
}
.bottom_right_3 a
{
	
	font-family: 'Orbitron-Bold';
	font-size:28px;
	color:#FFF;

}
.bottom_right_4
{
	width:413px;
	float:right;
	display:block;
	margin-top:-50px;
	margin-right: -40px;
	border:solid 5px #FFB400;
	padding:10px 25px;
	border-radius:10px;
	display:inline-block;
	background:rgba(2,39,48,0.5);
}
.bottom_right_4 a
{
	font-family: 'Orbitron-Bold';
	font-size:28px;
	color:#FFF;
}
.bottom_right_5
{
	width:413px;
	float:right;
	display:block;
	margin-top:6px;
	border:solid 5px #FFB400;
	padding:10px 25px;
	border-radius:10px;
	display:inline-block;
	background:rgba(2,39,48,0.5);
}
.bottom_right_5 a
{
	font-family: 'Orbitron-Bold';
	font-size:28px;
	color:#FFF;
}
.bottom_right_6
{
	width:413px;
	float:right;
	display:block;
	margin-top:6px;
	margin-right: 85px;
	border:solid 5px #FFB400;
	padding:10px 25px;
	border-radius:10px;
	display:inline-block;
	background:rgba(2,39,48,0.5);
}
.bottom_right_6 a
{
	font-family: 'Orbitron-Bold';
	font-size:28px;
	color:#FFF;
}
.bottom_right_7
{
	width:600px;
	float:right;
	display:block;
	margin-top:10px;
	margin-right: 140px;
	border:solid 5px #FFB400;
	padding:10px 25px;
	border-radius:10px;
	display:inline-block;
	background:rgba(2,39,48,0.5);
}
.bottom_right_7 a
{
	font-family: 'Orbitron-Bold';
	font-size:28px;
	color:#FFF;
}
.banner_right_panel
{
	width:40%;
	float:right;
	display:block;
}

.bottom_java
{
	width:auto;
	display:inline-block;
	font-family: 'Roboto-Medium';
	font-size:18px;
	text-align:center;
	background:#000;
	color:#FFF;
	padding:5px 15px;
}
.footer_logo
{
	width:auto;
	float:left;
	display:block;
	text-align:left;
	margin:0 20px;
}

.logo_site
{
	width:auto;
	float:left;
	display:block;
	margin:0 10px;
}

.summer_training_banner
{
	width:100%;
	float:left;
	display:block;
	background-image:url(../images/summer_training_banner.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	padding:60px 0;
}

.summer_training_banner h2
{
	font-family: 'Roboto-Bold';
	font-size:47px;
	color:#FFF;
	text-transform:uppercase;
	text-align:center;
}






.backbut{width:10%;
	display:inline-block;
	text-align:center;
	margin:0 0 100px 0;
	background-color:#000;
	color:#FFF;
	padding:5px 5px;
	font-size:16px;
	
}

.backbut a
{
	font-family: 'Roboto-Medium';
	font-size:14px;
	color:#FFF;
	border-radius:2px;
	background:#00b7f1;
	padding:5px 20px;
	display:inline-block;
}