/*==========================================================================
Author's custom styles
==========================================================================*/

body{
	font-family: 'Montserrat', sans-serif;
}
.no-padding{
	padding: 0px;
}

/*header section*/
header{
	background-image: url("../img/headerbg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.logo_cnt img{
	width: 100%;
}
.social_wrpr{
	text-align: center;
	border-radius: 150px;
	padding: 11px 25px;
	background-color: #e8e9eba1;
    margin-top: 5%;
}
.social_wrpr ul{
	display: flex;
    
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}
.social_wrpr ul li{
	display: inline-block;
	margin-right: 10px;
}
.social_wrpr ul li:last-child{
	margin-right: 0;
}
.social_wrpr ul li i{
	border-radius: 50%;
	width: 35px;
	height: 35px;
	color: #fff;
	line-height: 35px;
	background-color: #1a2e5b;
	text-align: center;
}
.social_wrpr a{
	color: #192e5b;
}
.social_wrpr a:hover{
	text-decoration: none;
}
.social_wrpr a.mand_btn{
    background-color: #6192cd;
    border-radius: 150px;
    color: #fff;
    margin: 0;
    padding: 12px 15px;
    float: left;
}
/*header section*/

/*navigation section*/
.navigation_cnt{
	border-top: 6px solid #d5b462;
	background-color: #192e5b;
	text-align: center;
}
.navbar-nav{
	display: inline-block;
	float: none;
	vertical-align: middle;
}
.navbar-nav>li>a{
	color: #fff;
    font-size: 14px;
    line-height: 24px;
	text-transform: uppercase;
}
.caret{
	color: #fff;
	position: absolute;
	right: 0;
	top: 45%;
}
.nav>li>a:hover, .nav>li>a:focus{
    text-decoration: none;
    background-color: transparent;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
    background-color: transparent;
    border-color: transparent;
}
/*navigation section*/

i.parentlogin_icon_esc {
    background-image: url("../img/icons/parentlogin2.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 35px !important;
    height: 35px !important;
    position: relative;
    display: inline-block;
    float: left;
	background-color: transparent !important;
}
.social_wrpr ul li:first-child{
    margin-right: 10px;
}
/* .social_wrpr ul li:first-child a{
    background-color: #6192cd;
    border-radius: 150px;
    color: #fff;
    margin: 0;
    padding: 5px 15px 5px 5px;
    float: left;
} */
.social_wrpr ul li:first-child a span{
    top: 0;
    position: relative;
    display: inline-block;
    float: left;
    line-height: 35px;
    margin-left: 10px;
}

/*banner section*/
.banner_cnt{
	position: relative;
}
/*banner section*/

/*about us section*/
.about_cnt{
    width: 54%;
	position: absolute;
	padding: 15px 11px;
	background-color: #192e5bbf;
    bottom: 0;
    z-index: 9999;
}
.about_cnt .title_cnt h2{
	color: #fff;
	border: 1px solid #fff;
}
.about_cnt p{
    font-size: 15px;
    line-height: 25px;
	color: #fff;
}
/*about us section*/

/*title section*/
.title_cnt{
	position: relative;
}
.title_cnt h2{
	font-size: 16px;
	line-height: 26px;
	color: #192e5b;
	display: inline-block;
	border: 1px solid #192e5b;
	margin: 0 0 15px;
	padding: 5px 11px;
}
/*title section*/

/*read more button section*/
.read_more_btn{
    font-size: 14px;
    line-height: 24px;
	color: #d2b064;
	float: right;
	text-transform: uppercase;
}
.read_more_btn:hover{
	color: #d2b064;
}
/*read more button section*/

/*flashnews section*/
.flashnews_cnt{
	background-color: #fff;
	padding: 5px 5px 0px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
}
.news_title{
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    color: #105dad;
	position: absolute;
	z-index: 9999;
	padding-right: 15px;
    background-color: #fff;
}
marquee b{
    line-height: 25px;
	position: relative;
	font-weight: normal;
}
/*flashnews section*/

/*message section*/
.msg_det_cnt{
	border-bottom: 4px solid #d6b663;
}
.principal_msg_cnt, .principal_vi_msg_cnt{
	padding: 50px 0px;
}
.principal_vi_msg_cnt{
	background-color: #d6e6f5;
}
.p_img_cnt img{
	width: 100%;
}
.p_img_det_cnt p, .principal_vi_msg_cnt p{
    font-size: 15px;
    line-height: 25px;
	margin: 0;
	padding: 0;
}
.pad_tp{
    padding: 0% 0%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
    min-height: 26vh;
}
.principal_vi_msg_cnt .read_more_btn{
	color: #192e5b;
}
/*message section*/

/*news events section*/
.news_events_big .news_img_cnt{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
}
.news_img_cnt img{
	width: 100%;
}
.news_details_cnt h2{
	font-size: 18px;
	line-height: 28px;
	color: #192e5b;
}
.news_details_cnt p{
    font-size: 15px;
    line-height: 25px;
}
.news_details_cnt a{
	padding: 3px 15px 4px;
	color: #000;
    font-size: 15px;
    line-height: 25px;
	display: inline-block;
	text-transform: uppercase;
	border: 1px solid #000;
	float: right;
}
.news_details_cnt a:hover{
	color: #000;
	text-decoration: none;
}
.marquee{
    z-index: 9;
    top: 6em;
    position: relative;
    box-sizing: border-box;
    animation: marquee 15s linear infinite;
}
.events img{
    width: 100%;
}
.events h5{
    font-size: 15px;
    font-weight: 800;
    line-height: 25px;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    color: #4e4e4ec4;
}
.events p{
    font-size: 16px;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
	color: #4e4e4ec4;
	margin-bottom: 0px;
}
.marquee .col-lg-12{
	margin-bottom: 15px;
}
.events img{
	width: 100%;
    margin-top: 11px;
}
.news_events_big_scr{
	overflow: hidden;
	max-height: 84vh;
	min-height: 62vh;
}
.news_events_big_scr h6{
    font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 800;
	position: relative;
    display: inline-block;
	color: #4e4e4ec4;
}
.news_events_big_scr h6:before{
	position: absolute;
	content: '';
	top: 50%;
	left: -52%;
	width: 48%;
	height: 1px;
	background-color: rgba(0,0,0,0.5);
}
.news_events_big_scr h6:after{
	position: absolute;
	content: '';
	top: 50%;
	right: -52%;
	width: 48%;
	height: 1px;
	background-color: rgba(0,0,0,0.5);
}
.events a{
	font-size: 16px;
	line-height: 26px;
	color: #000;
}
.events hr{
	margin: 0;
	background-color: #000;
    height: 1px;
}
.marquee{
	z-index: 9;
    top: 6em;
    position: relative;
    box-sizing: border-box;
	animation: marquee 15s linear infinite;
    padding: 16%;
}
.marquee:hover{
    animation-play-state: paused;
}
@keyframes marquee{
    0%   {top: 8em}
    100% {top: -11em}
}
.microsoft .marquee{
	margin: 0;
    padding: 0 1em;
    line-height: 1.5em;
    font: 1em 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}
.microsoft:before, .microsoft::before, .microsoft:after,  .microsoft::after{
    left: 0;
    z-index: 1;
    content: '';
    position: absolute;
    pointer-events: none;
    width: 100%; height: 2em;
    background-image: linear-gradient(top, #FFF, rgba(255,255,255,0));
}
.microsoft:after, .microsoft::after{
    bottom: 0;
    transform: rotate(180deg);
}
.microsoft:before, .microsoft::before{
    top: 0;
}
.vanity{
    color: #333;
    text-align: center;
    font: .75em 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}
.vanity a, .microsoft a{
    color: #1570A6;
    transition: color .5s;
    text-decoration: none;
}
.vanity a:hover, .microsoft a:hover{
    color: #F65314;
}
.news_events_cnt{
	padding: 50px 0px 0px;
}
.news_events_big{
    border-right: 6px solid #d6b663;
    padding: 50px 30px;
    background-color: #d6e6f5;
}
/*news events section*/

/*milestones section*/
.milestone_cnt{
	background-image: url(../img/milestonebg.jpg);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.milestone_cnt .title_cnt h2{
	color: #fff;
	border-color: #556889;
}
.inner_milestones_cnt{
	margin-top: 50px;
}
.milestone_cnt{
	padding: 50px 0px;
}
.mile_circle_cnt{
	width: 153px;
	height: 153px;
	background-color: #b7c9e1;
	padding: 50px 0px;
	box-sizing: border-box;
	border-radius: 50%;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.20);
	background-position: center;
	background-size: 60% 60%;
	background-repeat: no-repeat;
}
.mile_circle_cnt p{
	color: #1a2e5b;
    font-size: 35px;
    font-weight: 700;
	text-align: center;
}
.inner_milestones_cnt h6{
    color: #d6b663;
    font-size: 17px;
    text-align: center;
    margin-top: 25px;
    line-height: 27px;
}
.inner_milestones_cnt h6 span:first-child{
	font-weight: 900;
}
.inner_milestones_cnt h6 span:last-child{
	font-weight: 400;
}
.milestone_cnt .vertical_line{
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #d6b663;
}
.milestone_cnt .col-lg-3{
	position: relative;
}
/*milestones section*/

/*gallery section*/
.gallery_cnt{
	padding: 50px 0px;
	background-image: url(../img/gallerybg.jpg);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.inner_gallery_cnt{
	border: 1px solid #d4dce5;
}
.gallery_bx{
	border: 4px solid #fff;
}
.gallery_bx img{
	width: 100%;
}
/*gallery section*/

/*alumni section*/
.alumni_cnt{
	padding: 50px 0px;
    background-color: #f1f1f1;
	background-image: url(../img/alumnibg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.alumni_cnt .title_sec_cnt h5{
	text-align: left;
}
.alumni_main_cnt{
	position: relative;
	background-color: #fff;
	padding: 60px 30px 25px;
}
.alumni_inner_main_cnt{
	background-color: #fff;
}
.alumni_inner_main_cnt p{
	font-size: 16px;
	line-height: 26px;
	color: #7a7a7a;
}
.prof_pic_cnt{
	width: 100%;
	border-radius: 50%;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.20);
}
.prof_pic_cnt img{
	width: 100%;
}
.prof_cnt h6{
	font-size: 15px;
	line-height: 25px;
	color: #000;
	font-weight: 900;
	margin: 0px;
}
.prof_cnt{
	padding-top: 17px;
}
.prof_cnt h5{
	font-size: 14px;
	line-height: 26px;
	color: #000;
	font-weight: 400;
	margin: 0px;
}
.quote_cnt{
	width: 67px;
	height: 67px;
	background-color: #fff;
	padding: 5px 0px;
	position: absolute;
	top: -15px;
	left: -35px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.20);
}
.quote_cnt h6{
	color: #084c61;
	font-size: 100px;
	font-family: 'Poppins', sans-serif;
}
.alumni_inner_cnt .item{
	padding: 40px;
}
.almni_inner_main_cnt .almni_speech_bubble{
	border-radius: 11px;
	background-color: #fff;
	padding: 25px;
	margin-bottom: 25px;
}
.almni_inner_main_cnt .almni_speech_bubble p{
	font-size: 15px;
	line-height: 25px;
	color: #666666;
	margin: 0;
}
.triangle-down{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 30px solid #fff;
    margin-top: -27px;
	margin-left: 52px;
}
/*alumni section*/

/*footer section*/
footer{
	padding: 50px 0px 0px;
	background-color: #1a1d22;
}
footer .footer_logo_cnt{
	margin-bottom: 10px;
}
footer .footer_logo_cnt img{
	width: 100%;
}
footer p{
	color: #fff;
	font-size: 15px;
	line-height: 25px;
}
.f_readmore{
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	margin-left: 15px;
}
.f_readmore:hover{
	text-decoration: none;
	color: #fff;
}
.f_readmore i{
	font-size: 14px;
}
.qk_title{
	margin-bottom: 15px;
}
.qk_title h6{
	font-size: 20px;
	color: #fff;
	text-align: left;
	padding-left: 6%;
	position: relative;
}
.qk_title h6:before{
	position: absolute;
	content: '';
	width: 5%;
	height: 1px;
	background-color: #fff;
	left: 0px;
	top: 50%;
}
.qk_title h6 span:first-child{
	font-weight: 400;
}
.qk_title h6 span:last-child{
	font-weight: 900;
}
.f_q_link_cnt ul{
	padding: 0px;
	left: 0px;
	list-style-type: none;
}
.f_q_link_cnt ul li{
	margin-bottom: 10px;
	padding-left: 18px;
	position: relative;
}
.f_q_link_cnt ul li:before{
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #fff;
	left: 0px;
	top: 50%;
	border-radius: 50%;
}
.f_q_link_cnt ul li a{
	color: #fff;
	font-size: 15px;
}
.f_q_link_cnt ul li a:hover{
	color: #fff;
	text-decoration: none;
}
.f_q_cont_cnt{
	padding-left: 15px;
}
.f_q_cont_cnt i{
	position: absolute;
	left: 0px;
	font-size: 20px;
	color: #fff;
}
.f_q_cont_cnt h3{
	font-size: 15px;
	color: #fff;
	font-weight: 900;
	margin: 0px;
	margin-left: 10px;
}
.f_q_cont_cnt p{
	margin-left: 10px;
	word-wrap: break-word;
}
.brdr{
	border-top: 1px solid #fff;
	margin-top: 40px;
}
.copy_rgt_cnt{
	padding: 11px 0px;
}
.copy_rgt_cnt2{
	padding: 11px 0px;
}
.copy_rgt_cnt p{
	color: #fff;
	font-size: 15px;
	line-height: 25px;
	margin: 0px;
}
.copy_rgt_cnt p a{
	font-weight: 900;
	color: #fff;
}
.copy_rgt_cnt p a:hover{
	text-decoration: none;
}
ul.footer_social{
	list-style-type: none;
	padding: 0px;
	left: 0px;
	float: right;
	margin: 0px;
}
ul.footer_social li{
	display: inline-block;
}
ul.footer_social li a{
	border-radius: 5px;
	font-size: 20px;
	color: #080808;
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}
.bg_color_chg{
	background-color: #080808;
}
.f_q_cont_cnt .col-lg-6{
    min-height: 130px;
}
/*footer section*/

@media only screen and (min-width: 769px) and (max-width: 1024px){
	.social_wrpr{
		margin-top: 0;
	}
	.navbar-nav>li>a{
		padding: 15px 8px;
	}
	.about_cnt{
		width: 84%;
	}
	.msg_det_cnt .title_cnt{
		margin-top: 15px;
	}
	.marquee{
		padding: 5%;
	}
	.news_events_big_scr{
		max-height: 65vh;
		min-height: 65vh;
	}
	.f_q_cont_cnt .col-lg-6{
		min-height: 270px;
	}
}
@media only screen and (min-width: 641px) and (max-width: 768px){
	.social_wrpr{
		margin-top: 0;
	}
	.navbar-nav>li>a{
		padding: 15px 8px;
	}
	.about_cnt{
		width: 84%;
	}
	.msg_det_cnt .title_cnt{
		margin-top: 15px;
	}
	.f_q_cont_cnt .col-lg-6{
		min-height: 120px;
	}
}
@media only screen and (min-width: 481px) and (max-width: 640px){
	.social_wrpr{
		border-radius: 0;
	}
	.social_wrpr ul li:nth-child(3){
		/* width: 100%; */
	}
	.navbar-toggle{
		background-color: #fff;
		margin: 4px 15px;
		float: none;
	}
	.caret{
		right: 30px;
		top: 20px;
	}
	.navbar-nav>li>.dropdown-menu{
		background-color: transparent;
	}
	.dropdown-menu>li>a{
		color: #fff;
	}
	.about_cnt{
		width: 100%;
		position: relative;
	}
	.navbar-toggle .icon-bar{
		background-color: #192e5b;
	}
	.msg_det_cnt .title_cnt{
		margin-top: 15px;
	}
	.p_img_cnt.pad_tp{
		padding: 0;
	}
	.copy_rgt_cnt, .copy_rgt_cnt2{
		text-align: center;
	}
	ul.footer_social{
		float: none;
	}
	.f_q_cont_cnt .col-lg-6{
		min-height: auto;
	}
	.social_wrpr ul li:first-child{
		margin-right: 0;
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.social_wrpr ul li:first-child a{
		background-color: #6192cd;
		border-radius: 150px;
		color: #fff;
		margin: 0;
		padding: 5px 15px 5px 5px;
		float: none;

		display: inline-block;
		text-align: center;
	}
	.social_wrpr ul li:first-child a span{
		top: 0;
		position: relative;
		display: inline-block;
		float: none;
		line-height: 35px;
		margin-left: 10px;
	}
	.social_wrpr ul{
		/* display: block;  */
	}
}
@media only screen and (max-width: 480px){
	.social_wrpr{
		border-radius: 0;
	}
	/*.social_wrpr ul li:nth-child(3){
		width: 100%;
	}*/
	.navbar-toggle{
		background-color: #fff;
		margin: 4px 15px;
		float: none;
	}
	.caret{
		right: 30px;
		top: 20px;
	}
	.navbar-nav>li>.dropdown-menu{
		background-color: transparent;
	}
	.dropdown-menu>li>a{
		color: #fff;
	}
	.about_cnt{
		width: 100%;
		position: relative;
	}
	.navbar-toggle .icon-bar{
		background-color: #192e5b;
	}
	.msg_det_cnt .title_cnt{
		margin-top: 15px;
	}
	.p_img_cnt.pad_tp{
		padding: 0;
	}
	.copy_rgt_cnt, .copy_rgt_cnt2{
		text-align: center;
	}
	ul.footer_social{
		float: none;
	}
	.f_q_cont_cnt .col-lg-6{
		min-height: auto;
	}
	.social_wrpr ul li:first-child{
		margin-right: 0;
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.social_wrpr ul li:first-child a{
		background-color: #6192cd;
		border-radius: 150px;
		color: #fff;
		margin: 0;
		padding: 5px 15px 5px 5px;
		float: none;
		width: 70%;
		display: inline-block;
		text-align: center;
	}
	.social_wrpr ul li:first-child a span{
		top: 0;
		position: relative;
		display: inline-block;
		float: none;
		line-height: 35px;
		margin-left: 10px;
	}
	.social_wrpr ul{
		display: block;
	}
}
a.kg-link{
	background-color: #6192cd;
    border-radius: 150px;
    color: #fff;
    margin: 0;
    padding: 5px 15px 5px 5px;
    float: left;
}
a.parent-link{
	background-color: #6192cd;
    border-radius: 150px;
    color: #fff;
    margin: 0;
    padding: 5px 15px 5px 5px;
    float: left;
}

.main-button {
	transform: rotate(270deg);
    position: fixed;
  
    font-weight: 400;
    top: 35%;
    font-size: 15px;
    right: -115px;
    z-index: 33;
    background-color: #6192cd;
    border-color: #6192cd;
    font-size: 14px;
    padding: 6px 5px;
    border: solid 1px #6192cd;
    color: white;
   
    letter-spacing: 1px;
    border-radius: 12px 12px 0px 0px;
  }
  
  .main-button1 {
	transform: rotate(270deg);
    position: fixed;
    font-weight: 400;
    top: 72%;
    font-size: 15px;
    right: -88px;
    z-index: 33;
    background-color: #6192cd;
    border-color: #6192cd;
    font-size: 14px;
    padding: 6px 5px;
    border: solid 1px #6192cd;
    color: white;
    line-height: 1.5;
    letter-spacing: 1px;
    border-radius: 12px 12px 0px 0px;
  }
  .main-button span,.main-button1 span {
    position: relative;
	text-decoration: none;
    top: 2px;
}
.main-button span,.main-button1 span:hover{
	text-decoration: none !important;
	color:white!important;
	
}
.pen {
    position: fixed;
    right: 2%;
    top: 15%;
    z-index: 22;
}