/*===DEFAULT CSS STARTS====*/

* {
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	overflow-x:hidden;
	font-family: "Google Sans", sans-serif;
}
container {
	max-width: 1400px;
}
img {
	max-width: 100%;
}

a:hover, .btn:hover {
	color:inherit;
}
a:focus, .btn:focus {
	outline: none !important;
	text-decoration: none !important;
}
a:hover {
	text-decoration: none !important;
}
input, button, select, textarea {
	border-radius:0;
}
input:focus, button:focus, select:focus, textarea:focus {
	outline:none !important;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
	line-height:normal;
}
 [type="date"]::-webkit-inner-spin-button {
 display: none;
}
[type="date"]::-webkit-calendar-picker-indicator {
 opacity: 0;
}
p {
	font-size:20px;
	line-height: 30px;
}
p.margin {
	margin-bottom: 20px;
}
p.section_quote {
	color:#475766;
}
p.section_heading {
	color:#6a7a83;
}
b {
	color:#0e0000;
}
figcaption {
	line-height: 24px;
}
.form-control {
	font-weight:400;
	color:#000;
	line-height:1.42857143 !important;
	
}
 .form-control::placeholder {
 color: #9A9A9A;
 font-size:14px;
 opacity: 1;
font-weight: 400;
}
 .form-control::-moz-placeholder {
 color: #9A9A9A;
 font-size:14px;
 opacity: 1;
font-weight: 400;
}
textarea.form-control {
	resize:none !important;
	height: 125px;
}
label {
	display:block;
}
.center {
	text-align: center;
}
iframe {
	max-width: 100%;
	width: 100%;
	z-index:1;
}
address, article {
	margin:0;
	padding:0;
}
ul {
	list-style: none;
	margin-bottom:0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
/*-----CUSTOM CSS STARTS--------*/
 
 
 .navbar {
	min-height:0;
	margin:0;
	border:none;
	border-radius:0;
}
.inline_title {
	display:inline-block;
	vertical-align:middle;
}
.title_center {
	margin:25px auto;
	text-align:center;
}
.title_bar {
	margin-bottom:20px;
}
.quote {
	color:#636363;
}
.clear {
	clear:both;
}
.clear_tp {
	margin-bottom:30px;
}
.clear_bt {
	margin-top:30px;
}
.img-circle {
	/*	text-align: center;*/
	border-radius:0;
}
.img-circle img {
	border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	width:172px;
	height:172px;
}
author {
	font-weight:500;
	font-size:14px;
	display:block;
}
author span {
	display:block;
	font-weight: 400;
}
span.time {
	display:block;
}
author small {
	font-size:14px;
	font-weight:500;
}
.txt_wrapper {
	line-height:24px;
}
.section_wrapper {
	padding-top: 80px;
	padding-bottom: 80px;
}
.inner_content {
	margin: 30px auto;
}
.row_holder {
	margin: 30px -15px;
}
.pad_top {
	padding-top:30px;
	padding-bottom:0;
}
.pad_btm {
	padding-bottom:30px;
	padding-top:0;
}
.mar_top {
	margin-top:0px;
	margin-bottom: 0;
}
.mar_btm {
	margin-bottom:30px;
	margin-top:0;
}
.flt_lft {
	float:left;
	margin-right: 20px;
}
.flt_rht {
	float:right;
	margin-left:20px;
}
.thumbnail_image {
	max-width: 360px;
	max-height:400px;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.welcome_content .welcome_img {
}
.welcome_content .welcome_caption {
}
.col-img-50.flt_rht {
	margin-left: 40px;
}
.col-img-50.flt_lft {
	margin-right: 40px;
}
.col-img-50 {
	max-width: 50%;
}
.thumbnail_lft {
	float: left;
	margin-right: 20px;
	max-width: 555px;
	max-height: 410px;
	overflow: hidden;
}
.thumbnail_rht {
	float:right;
	margin-left: 20px;
	max-width: 555px;
	max-height: 410px;
	overflow: hidden;
}
.thumbnail_txt {
	overflow:visible;
}
.thumbnail_big {
	max-width: 640px;
	max-height: 390px;
	margin-right: 50px;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
.thumbnail_full {
	max-height:340px;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
.thumbnail_full img {
	width:100%;
}
#billboard {
	position: relative;
}
/*#billboard .header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
 */
 
 /*-----CUSTOM CSS ENDS--------*/
 
 
 
 
 
/*-------BUTTON CSS STARTS---------*/

.btn:focus, button:focus, input[type="submit"]:focus {
	opacity:0.7;
	color:#fff;
}
.btn {
	text-transform:uppercase;
	color: #244e82;
	display:inline-block;
	text-shadow:none;
	padding: 10px 30px;
	border-radius:0;
	background-color: transparent;
	border:1px solid transparent;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	position:relative;
}

.btn_white{
	color:#fff;
}
.btn_white:hover{
	color:#fff;
	opacity: 0.7;
}


.btn:before {
	position:absolute;
	left:0;
	font-family: 'FontAwesome';
	margin-left: 10px;
}
.btn:after {
	position:absolute;
	right:0;
	font-family: 'FontAwesome';
	margin-right: 10px;
}
.read_btn {
	background-color: #0f33c1;
	color: #fff;
	border: 1px solid transparent;
	margin-top: 30px;
}
.read_btn:hover {
	color: #fff;
}
.btn:hover {
	border:1px solid transparent;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
}
.btn-default {
	margin-top:20px;
}
.slide_btn {
	background-color:#1230a8;
	border-radius:0;
	color:#fff;
	border:1px solid transparent;
	font-weight: 500;
	margin-top: 30px;
	font-size: 16px;
}
.view_btn {
	background-color: #005397;
	border-radius: 0;
	color:#fff;
	border: 1px solid transparent;
	font-weight: 500;
	margin-top: 30px;
	border-radius: 0;
}
.view_btn:hover {
	color:#fff;
}
.welcome_btn {
}
.button_bar {
	margin:30px 0;
}
.btn_center {
	text-align:center;
}
.btn-submit {
	display: block;
	width: auto;
	font-size: 14px;
	padding: 10px 20px;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	border:1px solid #f96922;
	color: #f96922;
}
.btn-submit:hover {
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	background-color:#f96922;
	color:#fff;
	border: 1px solid transparent;
}
.btn-submit:before {
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	margin-left: 10px;
}
.btn-submit:after {
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
	margin-right: 10px;
}
/*----------BUTTON CSS ENDS-------------*/


/*---HEADING TITLE CSS STARTS------*/

h1, h2, h3, h4 {
	margin: 10px 0;
}
h5, h6, li, b, p, strong, div, button, input, date, figcaption, textarea, i, em, label, small, time, span, a, td, th {
	
}
h1 {
	font-size:36px;
	font-weight:700;
}
h2 {
	font-size:30px;
	font-weight:600;
}
h3 {
	font-size: 24px;
	font-weight:500;
}
h4, .h4 {
	font-size: 18px;
	font-weight:400;
}
h5, .h5 {
	font-size: 14px;
	font-weight:400;
}
h2.sub_title {
	text-transform:uppercase;
	color:#001727;
	position:relative;
	padding: 0 0 10px;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top:0;
	overflow: hidden;
}
h2.sub_title:after {
	content: "";
	position: absolute;
	left: 0;
	height: 7px;
	width: 55px;
	bottom: 0px;
	background-color: #204b80;
}
h3.sub_title {
	color:#000212;
}
h2.center:after {
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
h1.page_title {
}
h1.section_title {
	color:#d81b60;
	font-weight: 600;
	text-transform: uppercase;
	position:relative;
	padding: 0 0 10px;
}

h1.section_title.center:after {
	left: 50%;
	transform: translateX(-50%);
}
h1.section_title.rht:after {
	left: 50%;
	transform: translateX(-50%);
}
h1.white_txt:after {
	background-color:#fff;
}
h2.section_title {
}
.white_txt {
	color:#fff !important;
}
h1.dash {
	position: relative;
	color: #0f1254;
	display: inline-block;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	left: 50%;
	padding: 0 100px;
	text-align: center;
}
h1.dash::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	height: 2px;
	width: 75px;
	background-color: #b52500;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
h1.dash::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	height: 2px;
	width: 75px;
	background-color: #b52500;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
h1.breadCrumb_title {
	color:#fff;
	text-transform:uppercase;
	margin: 0;
}
h2.breadCrumb_title {
	color:#fff;
	font-size: 80px;
	font-weight: 300;
	margin: 0;
}
.two_equal .col {
	display: inline-block;
	vertical-align:top;
	width: 49%;
	margin-bottom: 30px;
	padding: 0 15px;
}
.three_equal .col {
	display: inline-block;
	vertical-align:top;
	width: 33%;
	padding: 0 15px;
}
.four_equal .col {
	display: inline-block;
	vertical-align:top;
	width: 24%;
	margin-bottom: 30px;
	padding: 0 15px;
}
/*---HEADING TITLE CSS ENDS------*/



.animatable {
	visibility: hidden;
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-ms-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}
/*-----MAP CSS STARTS------*/

.map {
	/*	padding: 10px;
	margin-top:0;
	border: 1px solid #c4c4c4;
	border-radius:0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
	background: none repeat scroll 0 0 #fff;*/
	margin-bottom: -5px;
}
.gmap_canvas {
	overflow: hidden;
	background: none !important;
	height: auto;
	width: auto;
}
.map iframe {
	width: 100%;/*height: 310px;*/
}
/*-------MAP CSS ENDS------*/
 
/*>>>>>>>>>>>>>HEADER CSS STARTS<<<<<<<<<<<<*/


.header {
/*	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;*/
}
.fixNav {
	position: fixed;
	top: 0;
	transition: all 0.9s ease-in-out 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	-ms-transition: all 0.9s ease 0s;
	width: 100%;
	z-index: 999;
}
.navigation-bar {
	padding: 10px 0;
	background-color:#fff;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
}


.fixNav .navigation-bar {
	box-shadow: 0px 12px 10px rgb(0 0 0 / 16%);
	-webkit-box-shadow: 0px 12px 10px rgb(0 0 0 / 16%);
	-moz-box-shadow: 0px 12px 10px rgb(0 0 0 / 16%);
	-o-box-shadow: 0px 12px 10px rgb(0 0 0 / 16%);
	-ms-box-shadow: 0px 12px 10px rgb(0 0 0 / 16%);
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
}

.header .logo_holder {
	max-width: 160px;
}

.fixNav .logo_holder {

}

 
.logo_holder img {
	max-width:100%;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
}

.fixNav .logo_holder img {
	max-width: 150px;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
}

.fixNav .navbar-default {
	padding:0;
}

/*>>>>>>>>>>>>>HEADER CSS ENDS<<<<<<<<<<<<*/



/*------------push up style starts-------------*/

#back-top {
	bottom: 100px;
	position: fixed;
	right: 50px;
	z-index: 99;
}
#back-top a {
	border-radius: 50%;
	color:#fff;
	display: block;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
}
#back-top a:hover {
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
}
#back-top i {
	font-size: 24px;
	color: #fff;
}
/*-----------push up style ends----------*/


 
     .carousel-inner .item {
	height: calc(100vh - 134px);/*max-height: 700px;*/
}
/* ==========SUB PAGE BANNER CSS STARTS=========*/
  
  
.subpage-banner {
	position:relative;
	height:40vh ;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	background:url(../images/Study%20Abroad.jpg) no-repeat center fixed;
	background-size:cover;
}
.subpage-banner:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(18, 48, 168,0.8);
}
.full_banner {
	max-height:390px;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
.about_banner {
	margin-top:20px;
}
.full_banner img {
	width: 100%;
}
.full_width_banner {
	max-height: 500px;
	overflow: hidden;
	margin-bottom:10px;
}
.full_width_banner img {
	width:100%;
}
/* ==========SUB PAGE BANNER CSS ENDS=========*/



 

/*--------BREADCRUMB NAV CSS STARTS----------*/

 


.breadCrumbNav {
	position: absolute;
	width:auto;
	left:auto;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 9;
}
h4.breadCrumb_menu {
	color:#fff;
	font-size: 17px;
}
.breadCrumb_link {
	color:#fff;
	opacity:0.8;
}
/*--------BREADCRUMB NAV CSS ENDS----------*/



 
 
/*--------COPYRIGHT CSS STARTS-------*/

.copyright {
	text-align: center;
	padding: 30px 0 0;
	color:#ffffff;
	overflow: hidden;
}
.copyright p {
	margin-bottom: 0;
	color:#ffffff;
	font-size: 16px;
}
.copyright p span, .copyright p .company_link {
	color:#fff;
}
.copyright p .company_link:hover {
	text-decoration:underline !important;
}
/*--------COPYRIGHT CSS ENDS-------*/


/*JAN 03*/

.welcome_caption {
	overflow: hidden;
	line-height: 26px;
}
.navbar-nav .mobile_logo {
	display:none;
	max-width: 200px;
}

.navbar-default .navbar-nav .mobile_logo a:hover,
.navbar-default .navbar-nav .mobile_logo a:focus
{
    background:none;
  
    
}

.navbar-nav .mobile_logo img {
	width:100%;
}
.fixNav .navbar-nav .mobile_logo {
	display: flex;
	overflow: hidden;
	align-items: center;
	max-height: 58px;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
}
.fixNav .navbar-nav .mobile_logo a:hover {
	background-color:transparent;
}
