body {
color:#555;
font-family: "Open Sans", sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 26px;
overflow-x:hidden;
}


html,
body { height: 100%;position:relative;  }
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0px;
  margin: 0px;
  font-family: "Open Sans", sans-serif;
  color: #1a2d62;
  font-weight: 400;
}
a {
	font-family: "Open Sans", sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
inout{outline:none;}

ul,
li {
    margin: 0;
    padding: 0;
	list-style:none;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
b, strong {
	font-weight: 600;
}
span{font-family: "Open Sans", sans-serif;}
.no-padding { padding: 0 }

/*END PRELOADER DESIGN*/
.section-padding { padding: 80px 0 }
/*START SECTION TITLE DESIGN*/
.section-title {
  margin-bottom: 60px;
  position:relative;
  text-align:center;
}
.section-title h4{}
.section-title h2 {
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  line-height: 1px;
  margin: 0 0 10px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #4d54fd;
}
.section-title p {
	width: 60%;
	margin: auto;
	font-size: 40px;
	font-weight: 800;
	text-transform: capitalize;
	line-height: 50px;
	color: #1a2d62;
}
@media only screen and (max-width:480px){
.section-title p {width:100%;}
}
.section-title p span{color: #4d54fd;}
h1.section-title-white{color:#fff;}
p.section-title-white{color:#fff;}
.section-title-two{margin-bottom:60px;}
.section-title-two h2 {
	font-weight: 600;
	font-size: 50px;
}
.section-title-two h2 span{color: #4d54fd;}

.section-title-two h3 {
	font-weight: 600;
	font-size: 28px;
}
.section_top{
margin-bottom: 60px;
  position:relative;}
.section_top h4 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 600;
}
.section_top h2 {
	font-weight: 600;
	font-size: 40px;

}
.section_top p {
	width: 100%;
	margin: auto;
	margin-top: 15px;
	font-size:17px;
	line-height:26px;
	color:#222;	
}


@media only screen and (max-width:960px){
.logo-contact{display:none;}
}
.logo-img{}
.logo-img a {
	color: #fff;
	font-size: 40px;
	text-transform: uppercase;
	margin-top: 5px;
	display: inline-block;
}

/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.site-logo img {
	width: auto;
	height: auto;
	margin-top: 10px;
}
.bg-faded {
	background-color: #fff;
	-webkit-transition:all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.navbar-fixed {
    z-index: 999;
    position: fixed;
    opacity: .98;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=98)";
    width: 100%;
    -webkit-animation: fadeInDown 800ms;
    animation: fadeInDown 800ms;
    -webkit-backface-visibility: hidden;
    border-radius: 0px;
}
#navigation {
	padding: 10px 0;
	background: transparent;
}
@media only screen and (max-width:960px){
#navigation {
	margin-top:0px;
}
}
#navigation.navbar-fixed {
	background:#032c4d;
	margin-top:0px;
	padding:0px;
	padding-bottom:10px;
}

/*
* ----------------------------------------------------------------------------------------
* 03. START HOMEPAGE CSS STYLE
* ----------------------------------------------------------------------------------------
*/
.home_bg {
	background: url(../images/banner/home_bg.jpg);
	height: 800px;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.home_bg::before {    
	position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background:#120f2d;
	opacity:0.5;
}
.home_bg2 {
	position: relative;
}
.home_bg2::before {    
    content: "";
    height: 100%;
    filter: alpha(opacity=80);
    position: absolute;
    width: 100%;
    background:#120f2d;
	opacity:0.6;
}
.home_content{padding-top:190px; padding-bottom:90px; position:relative;}

.home_content h1 {
	font-size: 64px;
	font-weight: 700;
	line-height:74px;
	margin-bottom: 10px;
	color:#fff;
}

.home_content h2 {
	font-size: 36px;
	font-weight: 700;
	line-height:46px;
	color:#f8c405;
	margin-bottom:30px;
}

.home_content h3 {
	font-size: 32px;
	font-weight: 700;
	line-height:42px;
	margin-bottom: 5px;
	color:#fff;
}


.home_content h4 {
	font-size: 32px;
	font-weight: 700;
	line-height:42px;
	margin-bottom: 10px;
	color:#fff;
}



/*
* ----------------------------------------------------------------------------------------
* 14.START FOOTER
* ----------------------------------------------------------------------------------------
*/
.footer {
	background:#f3f0f0;
	padding: 40px 0;
	padding-bottom:20px;
}
.footer_copyright {float: center;}
@media only screen and (max-width:480px){
.footer_copyright {display:inline;}
}
.footer_copyright p{
color: #222;
text-align: center;
text-transform: capitalize;
} 
/*
* ----------------------------------------------------------------------------------------
* 14.END FOOTER
* ----------------------------------------------------------------------------------------
*/

.admissions{ padding:30px; box-shadow: 0px 0px 150px 0px rgb(78 67 250 / 10%); background: #fff; border-radius: 10px;}
ul.admission_list_bullet {
    width: 100%;
    padding: 0px;
    list-style-type: none;
}

ul.admission_list_bullet li {
    width: 100%;
    clear: both;
    display: block;
    margin-bottom: 5px;
    background: url(../images/round-icon.png) no-repeat 0 9px;
    padding-left: 20px;
    text-decoration: none;
	font-size:17px; 
	color:#222;
    line-height: 26px;
    padding-bottom: 5px;
    padding-top: 0;
    margin-top: 5px;
}
ul.admission_list_bullet li a:hover{color:#222;}


.introduction{ background:#fff;}
.introduction p{color: #222; font-size: 17px; font-weight: 400; line-height: 26px; text-align:justify;}

.eligibility-main{}
.eligibility {
	background: #083050;
	padding:30px;
	border-radius:10px;
}
.eligibility h2 {
    font-weight: 600;
    font-size: 26px;
    color: #fff;
    margin-bottom: 20px;
}
.eligibility a{color:#FFF;}
.eligibility span{ font-size:16px; color:#FFF; font-weight:600; margin-top:1%;}

.eligibility_box{ padding:30px; box-shadow: 0px 0px 150px 0px rgb(78 67 250 / 10%); background: #fff; border-radius: 10px; height:100%;}
.eligibility_box h3{ font-size:22px; font-weight:600;}


.ranking {
    background: #fef5f4;
}
.ranking_list {
    padding: 20px;
    box-shadow: 0px 0px 150px 0px rgb(78 67 250 / 10%);
    background: #fff;
    border-radius: 10px;
}


.research-innovation{ background:#fff;}
.research-innovation-list{ background:#FFF; box-shadow: 0px 0px 150px 0px rgb(78 67 250 / 10%); padding:20px; text-align:center; min-height:180px; margin-bottom:20px;}
.research-innovation-list h2{ font-size:40px; font-weight:600;}
.research-innovation-list p{ font-size:17px; line-height:26px;color:#222;}


.global_ranking{ text-align:left; padding:6% 0 4% 0px; background:url(../images/global-ranking-bg.jpg) no-repeat center top;}
.global_ranking p{color:#fff; font-weight:400;}
.global_rankings_list {
    margin: 0 0 30px 0px;
    background: #f3f3f3;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:20px;
	height:220px;
	vertical-align:middle;
}


@media only screen and (min-width: 320px) and (max-width: 769px) {
.site-logo img {
  width: 180px;
}	

.home_content {
  padding-top: 140px;
  padding-bottom: 90px;
  position: relative;
}

.home_content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
  margin-bottom: 10px;
  color: #fff;
}

.home_content h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  color: #f8c405;
}

.home_content h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 10px;
  color: #fff;
}

.section-padding {
  padding: 40px 0;
}
.section_top h2 {
  font-weight: 700;
  font-size: 32px;
}

.eligibility_box {
	height:auto;
	margin-bottom:20px;
}
.eligibility_box h3 {
  font-size: 20px;
  font-weight: 600;
}

.ranking_list{ margin-bottom:20px;}
.research-innovation-list{ min-height:100px;}
	
}