@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	overflow-x: hidden;
}
.pad_nil {
	padding: 0;
}
.ul_custom {
	margin: 0;
	padding: 0;
	list-style: none;
}
header {
	padding: 15px 0;
}
.section {
	padding: 30px 0;
}
.mrg_top20 {
	margin-top: 20px;
}
.mrg_top10 {
	margin-top: 10px;
}
.main_title {
	display:none;
	font-size: 30px;
	font-weight: 800;
	color: #2dbde9;
	text-align: center;
}
.navbar-default {
	background-color: transparent;
	border-color: transparent;
	min-height: 1px;
	margin-bottom: 0px;
	border: 0px solid transparent;
    background-color: #7ce3d5;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	/* padding: 10px; */
}
.navbar-default .navbar-nav>li>a:hover {
	background-color: #e7e7e7;
}
.navbar-default .navbar-nav>li>a:focus {
	background-color: #e7e7e7;
}
.navbar-nav > li > a.home {
	background-color: #fff;
	padding: 5px 20px;
	color: #186884;
}
.navbar-nav > li.active a {
	background-color: #e7e7e7;
}
/* navigation */

.nav-young {
    background-color: #7ce3d5;
    margin-bottom: 0;
    border: none;
}

.navbar-default.nav-young ul {
    float: none;
    text-align: center;
    font-size: 0;
}

.navbar-default.nav-young ul>li {
    float: none;
    display: inline-block;
    margin-right: 30px;
}

.navbar-default.nav-young ul>li:last-child {
    margin-right: 0;
}

.navbar-default.nav-young ul>li>a {
    position: relative;
    color: #002d43;
    font-weight: 600;
    font-size: 15px;
    padding-left: 11px;
    padding-right: 11px;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}

.navbar-default.nav-young ul>li>a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 0%;
    background-color: #002d43;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}

.navbar-default.nav-young ul>li>a:hover {
    background-color: #fff;
}

.navbar-default.nav-young ul>li>a:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background-color: #002d43;
}

.navbar-default.nav-young ul>li.active a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background-color: #002d43;
}

.home-icon {
    background-color: #fff;
    position: relative;
    padding: 15px 18px;
}

.home-icon::before {
    content: "";
    position: absolute;
    top: -19px;
    left: 0;
    background: url(../images/triangle.png) no-repeat;
    width: 67px;
    height: 19px;
}

.home-icon i {
    position: relative;
    top: -10px;
    font-size: 34px;
    color: #002d43;
}

.navbar-default .navbar-brand.home-icon:focus,
.navbar-default .navbar-brand.home-icon:hover {
    background-color: #fff;
}

.navbar-default .navbar-brand.home-icon:hover i {
    color: #07ba94;
}

.navbar-default.nav-young .navbar-nav>.active>a,
.navbar-default.nav-young .navbar-nav>.active>a:focus,
.navbar-default.nav-young .navbar-nav>.active>a:hover {
    background-color: #fff;
}

/* navigation */
.top_img {
	position: relative;
	display: block;
	background: url(../images/top-image.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	height: 580px;
	padding-top: 80px;
	padding-bottom: 80px;
}
.fixed_time {
	position: relative;
	background: url(../images/bg-2.jpg) repeat;
	padding-top: 50px;
	padding-bottom: 50px;
}
.fixed_time ul {
	text-align: center;
}
.fixed_time ul li {
	display: inline-block;
	position: relative;
	vertical-align: top;
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 16px;
	padding: 0 40px
}
.fixed_time ul li:after {
	content: "";
	position: absolute;
	height: 130%;
	width: 1px;
	top: -1px;
	right: 0;
	color: #fff;
	background: #fff;
}
.fixed_time ul li:last-child:after {
	width: 0px;
}
.btn-prospect {
	border-color: #2dbde9;
	background: #2dbde9;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	-webkit-transition: all linear .3s;
	transition: all linear .3s;
}
.btn-prospect:hover, .btn-prospect:focus {
	background: #fff;
	color: #2dbde9;
	border-color: #fff;
}
.background_section {
	position: relative;
	/*background: url(../images/bg.jpg) no-repeat;*/
	background-position: center center;
	background-size: cover;
	text-align: center;
}
.section_title {
	font-size: 30px;
	font-weight: 800;
	color: #00314a;
	padding-bottom: 30px;
	text-transform: uppercase;
}
.background_section p {
	font-size: 18px;
	font-weight: 400;
	color: #171616;
	text-align: left;
}
.section_title2 {
	font-size: 30px;
	font-weight: 800;
	color: #2dbde9;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.section_title3{
	font-size: 25px;
	font-weight: 800;
	color: #186884;
	padding-bottom: 10px;
	text-transform:uppercase;
}
.section_title_in {
	font-size: 24px;
	font-weight: 700;
	color: #004870;
	padding-bottom: 10px;
}
.section_title_in:before {
	content: "\f00c";
	font-family: FontAwesome;
	padding-right: 10px;
	font-weight: 400;
	color: #2dbde9;
}
.features {
	position: relative;
	background: url(../images/feature-bg.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	padding-bottom: 40px;
	padding-top: 40px;
	text-align: center;
}
.feat_sub_title {
	font-size: 21px;
	font-weight: 800;
	color: #f4aa26;
	padding-bottom: 30px;
}
.feat_sub_title2 {
	font-size: 21px;
	font-weight: 800;
	color: #f4aa26;
	padding-bottom: 10px;
	text-align: left;
}
.features p {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}
.features p span {
	color: #f4aa26;
}
.feat_ul li {
	position: relative;
	display: table;
	font-size: 18px;
	color: #fff;
	text-align: left;
	line-height: 40px;
}
.feat_ul li:before {
	content: url(../images/bullet.png);
	display: table-cell;
	padding-right: 10px;
}
.quality_assess li {
	display: table;
	text-align: center;
	float: left;
	color: #fff;
	font-size: 17px;
	font-weight: 300;
	margin-right: 5px;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: rgba(0,0,0,.3);
}
.quality_assess li span {
	display: table-cell;
	vertical-align: middle;
	font-weight: 600;
}
.quality_assess li:nth-child(1) {
	background: rgba(83, 115, 146, .6);
}
.quality_assess li:nth-child(2) {
	background: rgba(97, 148, 134, .6);
}
.quality_assess li:nth-child(3) {
	background: rgba(64, 114, 127, .6);
	margin-top: -66px;
	margin-left: 81px;
}
.quality_assess li:nth-child(4) {
	background: rgba(87, 124, 112, .6);
	margin-top: -66px;
	margin-left: 0;
}
.bg_2 {
	/*background: url(../images/bg2.jpg) no-repeat;
	background-size: cover;*/
	padding-bottom: 40px;
	padding-top: 40px;
}
.programme_list li {
	color: #171616;
}
.section_title3 {
	text-align: left;
	margin-bottom: 0px;
}
.participation {
	text-align: left;
}
p.note {
	color: #f4aa26;
	font-size: 18px;
}
.quote {
	color: #fff;
	position: relative;
	margin-top: 41px;
}
.quote:after {
	content: url(../images/quote2.png);
	position: absolute;
	bottom: -24px;
}
.quote:before {
	content: url(../images/quote.png);
	margin-right: 5px;
}
.footer {
	background: url(../images/footer-bg.jpg) repeat;
	padding-bottom: 40px;
	padding-top: 40px;
}
.footer_title {
	font-size: 30px;
	font-weight: 800;
	color: #fff;
	padding-bottom: 20px;
}
.footer p {
	color: #fff;
	font-size: 20px;
}
.footer ul {
	font-size: 18px;
	color: #fff;
}
.footer ul li a {
	color: #fff;
}
.add_sec {
	margin-bottom: 15px;
}
.map {
	margin-top: 86px;
}
.copyright {
	text-align: center;
	color: #0f0f0f;
	font-size: 15px;
	line-height: 30px;
}
.copyright a, .copyright a:hover {
	color: #0f0f0f;
}
.bg_background {
	background: url(../images/background-img.jpg) no-repeat;
	height: 603px;
	background-size: contain;
	background-position: 0 10px;
}
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 2px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #01b4c3 url(../images/arrow-up.jpg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}
.cd-top:hover {
	opacity: 1;
}
.bullet_list {
	padding-left: 15px;
}
.bullet_list li {
	position: relative;
	display: table;
	list-style: none;
	margin-bottom: 10px;
}
.bullet_list li:before {
	content: url(../images/bullet.jpg);
	display: table-cell;
	padding-right: 7px;
}
.bullet_list li ul li:before {
	content: url(../images/bullet3.png);
	display: table-cell;
	padding-right: 7px;
}
.bullet_list li ul li {
	margin-bottom: 3px;
}
.table_assessment tr:nth-child(even) {
	background-color: #d0d8e8;
}
.table_assessment tr:nth-child(odd) {
	background-color: #e9edf4;
}
.table_assessment tr:first-child {
	background-color: #004870;
}
.table_assessment tr:first-child td {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}
.table_assessment > tbody > tr > td, .table_assessment > thead > tr > td {
	color: #111010;
	border-top: none;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-right: 2px solid #fff;
}
.table_assessment > tbody > tr > td:last-child, .table_assessment > thead > tr > td:last-child {
	border-right: none;
	width: 20%;
}
.duration {
	margin-top: 50px;
}
.hidden_lg {
	display: none;
}
.min_height {
	min-height: 500px;
}
.bold_txt {
	font-weight: bold;
	color: #17647f;
}
.modal-content {
	border-radius: 0px;
}
.modal-header {
	position: relative;
	border-bottom: 1px solid #1085a8;
}
.modal-header:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-top: 40px solid #19cdce;
	border-right: 40px solid transparent;
}
.modal-header:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	border-top: 40px solid #19cdce;
	border-left: 40px solid transparent;
	z-index: 2;
}
.modal-header .close {
	position: absolute;
	right: 5px;
	top: 5px;
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	opacity: 1;
	text-shadow: none;
	z-index: 50;
}
.modal-title {
	padding-left: 5px;
	text-align: center;
}
.modal-body {
	display: table;
	width: 100%;
}
/*==============================form================================*/
.modal-body form {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
}
.modal-body {
	border-radius: 0px;
	font-size: 16px;
}
.form_control {
	border-radius: 0;
	height: 42px;
	border: 1px solid #7a7a7a;
}
.form_control:focus {
	box-shadow: none;
	border-color: #19cdce;
}
.form_group {
	position: relative;
	margin-bottom: 16px;
}
.form_group label {
	position: absolute;
	bottom: 5px;
	left: 5px;
	font-size: 16px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: 400;
	color: #898989;
	background-color: #fff;
	-webkit-transition: all linear .3s;
	transition: all linear .3s;
}
.form_control:focus + label {
	-webkit-transform: translateY(-95%) scale(.9, .9) rotate(0.02deg);
	transform: translateY(-95%) scale(.9, .9) rotate(0.02deg);
}
.form_control:visited + label {
	-webkit-transform: translateY(-95%) scale(.9, .9) rotate(0.02deg);
	transform: translateY(-95%) scale(.9, .9) rotate(0.02deg);
}
.btn_submit {
	background-color: #19cdce;
	color: #fff;
	height: 40px;
	border-radius: 0;
}
/*==============================form================================*/
/*==============================form 2================================*/
.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 1em;
	width: calc(100% - 2em);
	vertical-align: top;
}

.input__field {
	position: relative;
	display: block;
	font-size: 16px;
	float: right;
	padding: 0.8em;
	width: 100%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #868585;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 100%;
	color: #6a7989;
	font-size:16px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
	line-height: 48px;
	width: 100%;
	font-weight:400;
}



/* Individual styles */

/* Haruki */

.input--haruki {
	
}

.input__field--haruki {
	width: 100%;
	background: transparent;
	color: #AFB5BB;
	border:1px solid #6a7989;
	
}

.input__label--haruki {
	position: absolute;
	width: 100%;
	text-align: left;
	pointer-events: none;
}

.input__label-content--haruki {
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

/*.input__label--haruki::before,
.input__label--haruki::after {
	content: '';
	position: absolute;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 1px;
	background: #6a7989;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}*/

.input__label--haruki::before {
	top: 0;
}

.input__label--haruki::after {
	bottom: 0;
}

.input__field--haruki:focus + .input__label--haruki .input__label-content--haruki,
.input--filled .input__label-content--haruki {
	-webkit-transform: translate3d(0, -75%, 0);
	transform: translate3d(0, -75%, 0);
}

/*.input__field--haruki:focus + .input__label--haruki::before,
.input--filled .input__label--haruki::before {
	-webkit-transform: translate3d(0, -0.1em, 0);
	transform: translate3d(0, -0.1em, 0);
}
*/
/*.input__field--haruki:focus + .input__label--haruki::after,
.input--filled .input__label--haruki::after {
	-webkit-transform: translate3d(0, 0.1em, 0);
	transform: translate3d(0, 0.1em, 0);
}*/

/*==============================form 2================================*/












.navbar-nav > li > .dropdown-menu {
	border-bottom: 2px solid #186884;
}
.navbar-nav > li.active > .dropdown-menu li a {
	background-color: #fff;
}
.navbar-nav > li.active > .dropdown-menu li a:hover {
	background-color: #186884;
	color: #fff;
}
.admission_pro {
	background: #f0f0f0;
	margin-top: 30px;
	padding: 20px 30px 30px 30px;
}
.admission_pro .section_title2 {
	font-size: 20px;
	font-weight: 600;
	color: #074c63;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.admission_pro ul li {
	font-size: 17px;
	line-height: 28px;
}
.faculty {
	float: left;
	margin-right: 10px;
	border: 1px solid #113f4a;
}
.faculty_title {
	font-size: 18px;
	font-weight: 600;
	color: #186884;
}
.faculty_1, .faculty_2 {
	height: 250px;
	padding: 30px;
	
}
.faculty_1 {
	background: #e4e4e4;
	
}

.table_fee  tr  th, .table_fee  tr  td{
	color:#fff;
}

.table_fee  tr  th{
	font-size:18px;
}

.btn_modal{
	padding:5px;
	font-size: 15px;
}
.modal_faculty{
	border-radius: 0px;
	font-size: 15px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 35px;
}

.session{
	    color: #fff;
		font-size:20px;
		font-weight: 700;
		display: inline-block;
		text-transform: uppercase;
		border: 1px solid #fff;
		padding: 8px 10px;
		/*margin-left:132px;*/
		border-radius: 5px;
		background-color: #002d42;
}


.logo_img{
	display:inline-block;
    
}
.participating_block{
	display: table;
	padding: 8px 10px;
	margin-top:15px;
	}

.participating_block h3{
    font-weight:700;
	color:#0f2f33;
	text-transform:uppercase;
}

.participation_org{
	margin:0;
	padding:0;
}

.participation_org li{
	float:left;
	font-size: 18px;
	list-style-image:url(../images/bullet4.png);
	margin-left: 25px;
	margin-bottom: 5px;
	color: #0f2f33;
}

.text_img{
	width:52%;
}
.fixed-nav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}


.qstn_box {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  margin-bottom: 20px;
  min-height: 420px;
  padding: 25px;
}
.qstn_ans_section {
    padding-top:50px;
    padding-bottom:50px;
}
.qstn_box > h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 20px;
}
.qstn_box {
  margin-bottom: 20px;
}
.table-programme tr td:first-child{
 width: 6%;
 vertical-align: middle;
 text-align: justify;
 padding-right: 20px;
}
.module-txt{
	text-align: center;
}
.table-programme tr td ol li{
	line-height: 24px;
}
.table-programme tr td h4{
	text-transform: uppercase;
}
.contact-section {
    padding-top: 40px;
    padding-bottom: 40px;
    background: url(../2018/images/contact-bg.jpg) repeat;
    color: #fff;
    font-size: 16px;
}

.white-txt {
    color: #fff;
}

.address-block {
    margin-top: 30px;
    line-height: 24px;
}

.contact-section .section-title {
    margin-bottom: 30px;
}

.footer-logo {
    display: block;
    margin-top: 33px;
}

footer {
    font-size: 18px;
    color: #0f0f0f;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
}

footer a {
    color: #0f0f0f;
}