  @charset "utf-8";
/* CSS Document */
/*** Global /
@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,600');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button{
	padding:0;
	margin:0;
	border:0;
	font-size:100%;
}
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
body{
	background:#fff;
	color:#333;
	font-size:15px;
	line-height:27px;
	font-weight:normal;
	font-family:'Work Sans', sans-serif;
	font-weight:400;
}
img{
	padding:0;
	margin:0;
	border:none;
}
ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
input, button, select, textarea, .form-control{
	outline:none;
	font-family:'Work Sans', sans-serif;
	font-size:15px;
}
input[type="text"], input[type="password"], button, textarea{
    -webkit-appearance: none; /*Safari/Chrome*/
    -moz-appearance: none; /*Firefox*/
    -ms-appearance: none; /*IE*/
    -o-appearance: none; /*Opera*/
    appearance: none;
}
a{
	outline:none;
	color:#333;
	text-decoration:none;
	outline:none;
}
a[href^=tel]{
    color:inherit;
    text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
strong{
	font-weight:600;
}
p{
	padding-bottom:20px;
}
.no_padding{
	padding-bottom:0 !important;
}
.no_margin{
	margin-right:0 !important;
}
.margin_bot{
	margin-bottom:10px !important;
}
.mb-0{
	margin-bottom:0 !important;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}
.spacer, .clear{
	clear:both;
	line-height:0;
	font-size:0;
}
.mandatory{
    border-right:3px solid #ff0000 !important;
}
.clearfix:after, .clearfix:before{
  display:block;
  clear:both;
  content:"";
}
.alert{
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  text-align:center;
}
.alert-danger{
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-success{
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.row{
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	flex-wrap:wrap;
    margin-left:-15px;
    margin-right:-15px;
}
.form-group{
	position:relative;
	margin-bottom:15px;
}
.form-control{
	display:block;
	width:100%;
	height:36px;
	padding:6px 12px;
	line-height:1.42857143;
	color:#555;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.white-bg{
	background:#fff !important;
}
.top_head{
	padding:10px 0;
	background:#253b80;
	border-bottom:1px solid #4b64b0;
}
.header_sec{
	position:relative;
}
.header_sec img{
	width:100%;
	display:block;
}
.container{
	max-width:1200px;
	margin:0 auto;
	position:relative;
	padding-left:15px;
	padding-right:15px;
}
.top_head img{
	float:left;
	max-width:90px;
}
.top_head .head_title{
	float:left;
	padding-left:15px;
	color:#fff;
}
.top_head .head_title h2{
	font-size:20px;
	line-height:34px;
	font-weight:600;
	margin-top:10px;
}
.top_head .head_title h3{
	font-size:30px;
	line-height:25px;
}
.welcome_sect{
	background:#fff;
	padding:55px 0 40px;
	color:#253b80;
	text-align:center;
}
.welcome_sect h2{
	font-size:38px;
	line-height:38px;
	margin-bottom:45px;
}
.welcome_sect p{
	font-size:19px;
	line-height:32px;
}
.welcome_sect p em{
	/*color:#fff;*/
}
.body_content{
	padding:30px 0;
	background:#008ba6;
}
.body_content .content_block{
	padding:0;
	max-width:1000px;
	margin:0 auto;
}
.body_content .content_block .content_inn{
	padding:15px 0;
	border-radius:3px;
}
.body_content .content_block h3{
	font-size:35px;
	margin-bottom:30px;
	color:#fff;
	text-align:center;
	/*text-transform:uppercase;*/
}
.body_content .content_block ul{
	padding:0;
	margin-left:-30px;
}
.body_content .content_block ul li{
	border-bottom:1px dashed #ccc;
	width:40%;
	float:left;
	margin:0 0 0 60px;
}
.body_content .content_block ul li .fa{
	color:#fff;
	margin-right:7px;
}
.body_content .content_block ul li a{
	display:block;
	padding:6px 5px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
}
.body_content .content_block ul li a:hover{
	text-decoration:none;
	background:#0faac8;
	color:#fff;
}
.body_content .content_block ul li:hover{
	border-color:#0faac8;
}
.body_content .content_block ul li:hover .fa{
	color:#fff;
}
.overlay{
	position:absolute;
	width:100%;
	height:100%;
	/*background:rgba(0, 0, 0, 0.10);*/
}
.help_desk{
	color:#fff;
	float:right;
	margin-top:20px;
	position:relative;
	padding-left:40px;
	background:url(/images/phone_icon.svg) no-repeat 0 6px;
}
.help_desk a:hover{
	text-decoration:none;
}
/*.help_desk:before{
	content:"\f095";
	font-family: 'FontAwesome';
	position:absolute;
	font-size:34px;
	top:10px;
	left:0;
}*/
.help_desk span{
	color:#fff;
	display:block;
	line-height:22px;
}
.menu_section{
	background:#333;
}
.menu_section .fa{
	font-size:25px;
	position:relative;
	top:3px;
}
.menu_section ul{
	text-align:center;
}
.menu_section ul li{
	display:inline-block;
}
.menu_section ul li a{
	font-size:14px;
	color:#fff;
	line-height:31px;
	padding:5px 10px;
	display:block;
	text-transform:uppercase;
}
.menu_section ul li a:hover, .menu_section ul li a.active{
	text-decoration:none;
	background:#253b80;
}
.slider_content{
	left:0;
	right:0;
	top:60px;
	position:absolute;
	z-index:999;
	text-align:center;
}
.slider_content span{
	color:#fff;
	font-size:32px;
	display:block;
	margin-bottom:15px;
	text-shadow:2px 2px 1px #333;
}
.slider_content h2{
	color:#fff;
	font-size:40px;
	line-height:40px;
	margin-bottom:15px;
	text-align:center;
	text-shadow:2px 2px 1px #333;
}
.slider_content.inner_head{
	top:15%;
}
.slider_content.inner_head h2{
	font-size:36px;
	line-height:36px;
}
.login_sect a{
	text-decoration:underline;
	color:#253b80;
}
.login_sect a:hover{
	text-decoration:none;
}
.capture_img{
	display:block;
	margin-left:20px;
}
.btn{
	background:#253b80;
	text-align:center;
	font-size:18px;
	color:#fff;
	display:block;
	padding:10px 15px;
	border-radius:5px;
	width:100%;
	cursor:pointer;
}
.btn:hover{
	background:#076fc0;
}
.forget_links{
	padding:10px 0 0;
	text-align:center;
}
.blinking{
	animation-duration:300ms;
	animation-name:blink;
	animation-iteration-count:infinite;
	animation-direction:alternate;
	font-weight:600;
}
@keyframes blink{
 from	{
  color:#000;
 }
 to	{
  color:#fa00f7;
 }
}

.bottom_section{
	padding:45px 0;
	background:#ebebeb;
}
.bottom_section h2{
	font-size:38px;
	line-height:38px;
	margin-bottom:80px;
	text-align:center;
}
.bottom_section .bot_block{
	width:50%;
	padding:0 15px;
	text-align:center;
	display:flex;
	margin-bottom:120px;
}
.bottom_section .bot_block h3{
	font-size:23px;
	margin-bottom:15px;
	color:#213a87;
}
.bottom_section .bot_block .bot_block_in{
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
	border-radius:6px;
	padding:25px;
	padding-bottom:100px;
	background:#fff;
	position:relative;
}
.bottom_section .bot_block .bot_block_in p em{
	color:#213a87;
}
.bottom_section .bot_block .cam_bot_text{
	position:absolute;
	width:100%;
	padding:0 25px;
	left:0;
	bottom:30px;
	text-align:center;
}
.bottom_section .bot_block .cam_bot_text a{
	color:#39519d;
}
.bottom_section .bot_block .cam_bot_text a:hover{
	color:#3860dd;
	text-decoration:none;
}
.address{
	/*color:#fff !important;*/
	text-decoration:none !important;
}
.bottom_section .campus_img{
	width:200px;
	height:200px;
	border-radius:50%;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.085) !important;
	background:#fff;
	border:6px solid #fff;
	margin:-100px auto 25px;
}
.bottom_section .campus_img img{
	border-radius:50%;
	max-width:100%;
	display:block;
}

footer{
	padding:15px 0;
	text-align:center;
	color:#fff;
	background:#253b80;
}
footer ul{
	text-align:center;
	padding-bottom:5px;
}
footer ul li{
	display:inline-block;
	border-right:1px solid #ccc;
	padding:0 15px;
	line-height:18px;
}
footer ul li a{
	color:#fff;
}
footer ul li:last-child{
	border:0;
}
.contact_form .form-group{
	width:50%;
	padding:0 15px;
}
.valid-msg{
	position:absolute;
    top:10px;
    right:25px;
    background:#ff0000;
    color:#fff;
    font-size:11px;
    line-height:18px;
    padding:0 5px;
    border-radius:3px;
	z-index:1;
}
.contact_form h2, .courses_sec h2{
	font-size:33px;
	line-height:38px;
	margin-bottom:30px;
}
.contact_form .btn{
	width:150px;
}
.courses_sec .courses_block{
	margin-bottom:30px;
}
.courses_sec .courses_block .courses_block_inn{
	width:100%;
	padding:30px;
	background:#fff;
	border-radius:5px;
	box-shadow:0 0 3px #ccc;
}
.courses_sec h3{
	color:#253b80;
	font-size:25px;
	margin-bottom:25px;
	text-align:center;
}
.courses_sec .courses_block .courses_block_inn ul li{
	margin-bottom:10px;
}
.courses_sec .courses_block .courses_block_inn ul li .fa{
	margin-right:7px;
}

.table_responsive table{
	border:1px solid #ddd;
	border-collapse:collapse;
}
.table_responsive table tr th{
	background:#eee;
	text-align:left;
}
.table_responsive table tr th, .table_responsive table tr td{
	padding:6px 8px;
	border:1px solid #ddd;
	vertical-align:top;
}
.table_responsive table tr:nth-of-type(2n+1){
	background-color:#f5f6f7;
}
.table_responsive table tr:hover, .table_responsive table tr:nth-of-type(2n+1):hover{
	background:#e1e8ff;
	cursor:pointer;
}
.link_color{
	color:#fdfd00 !important;
}
.mobile_menu{display:none;}
/*=====responsive style=====*/
@media (max-width:1199px){
.top_head img{max-width:80px;}
.top_head .head_title h2{font-size:16px; line-height:28px; margin-top:7px;}
.top_head .head_title h3{font-size:26px;}
.help_desk{margin-top:15px;}
.menu_section ul li a{font-size:13px; padding:5px 3px;}
.slider_content.inner_head h2, .slider_content.inner_head h2 span{font-size:32px !important;}
.welcome_sect h2, .bottom_section h2, .body_content .content_block h3{font-size:32px;}
}

@media (max-width:991px){
.top_head .head_title h2{font-size:15px;}
.header_sec img{min-height:200px;}
.bottom_section .bot_block h3{font-size:20px;}
footer{font-size:13px;}
footer ul li{padding:0 10px;}
.desktop_menu{display:none;}
.mobile_menu{display:block;}
.hamburger_head{
	background:#333;
	height:55px;
	padding:20px 0;
	display:flex;
	position:relative;
}
.menubtn{margin-top:7px; display:inline-block;}
.hamburger_head .close_btn{
	display:block;
	text-decoration:none;
	position:absolute;
	width:27px;
	height:27px;
	padding:4px;
	background:#000;
	right:15px;
	top:15px;
}
.hamburger_head span{
	font-weight:bold;
	font-size:16px;
	margin-left:45px;
}
.overlay_menu{
	position:fixed;
	z-index:99;
	background-color:rgba(0,0,0,0.3);
	bottom:0;
	right:0;
	left:0;
}
.openmenu .overlay_menu{top:0;}
#hamburgermenu{
	height:100%;
	width:0;
	background:#333;
	position:fixed;
	padding-bottom:80px;
	top:0;
	left:0;
	z-index:9999;
	-webkit-box-shadow:3px 0 5px rgba(0,0,0,0.40);
	-moz-box-shadow:3px 0 5px rgba(0,0,0,0.40);
	box-shadow:3px 0 5px rgba(0,0,0,0.40);
}
#hamburgermenu ul{
	list-style:none;
	margin:0;
	padding:0 0 70px;
	z-index:101;
	height:100%;
	overflow-y:auto;
	overflow-x:hidden;
}
#hamburgermenu ul li{
	position:relative;
	display:block;
	border-bottom:1px solid #2d2c2c;
	border-top:1px solid #444;
}
#hamburgermenu ul li:last-child{
	border-bottom:0;
}
#hamburgermenu ul li a{
	color:#fff;
	display:block;
	min-width:130px;
	padding:12px 20px;
	font-size:15px;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
	border:0;
}
#hamburgermenu li a:hover, #hamburgermenu li a.active{
 	color:#fff;
 	background:#253b80;
}
}

@media (max-width:767px){
.top_head img{max-width:55px;}
.top_head .head_title h2{font-size:13px; line-height:17px;}
.top_head .head_title h3{font-size:20px;}
.help_desk{margin-top:0; font-size:12px;}
.help_desk strong{font-weight:normal;}
.help_desk span{line-height:18px;}
.slider_content.inner_head h2, .slider_content.inner_head h2 span{font-size:24px !important; line-height:28px;}
.slider_content span{font-size:24px;}
.body_content .content_block ul{margin:0 15px;}
.body_content .content_block ul li{width:100%; margin:0 0 10px 0;}
.bottom_section h2{margin-bottom:100px;}
.bottom_section .bot_block{width:100%; margin-bottom:120px !important;}
.bottom_section .bot_block:last-child{margin-bottom:20px !important;}
.bottom_section .campus_img{width:150px; height:150px;}
.welcome_sect h2, .bottom_section h2, .body_content .content_block h3{font-size:25px;}
.welcome_sect h2{margin-bottom:25px;}
.welcome_sect p{font-size:16px; line-height:30px;}
}

@media (max-width:575px){
.top_head img{max-width:55px; margin:0 auto; float:none; display:block;}
.top_head .head_title{text-align:center; padding-left:0; float:none;}
.top_head .head_title h2{font-size:12px;}
.help_desk{float:none; text-align:center; background-size:5%; background-position:69px 6px; margin-top:5px;}
.help_desk span{display:inline-block;}
.table_responsive{overflow-x: auto; -webkit-overflow-scrolling: touch;}
.contact_form{font-size:16px !important;}
}