body{
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	padding: 0px;
	transition: all .5s ease;
}


html {
  scroll-behavior: smooth;

}
.modal-open{
	overflow: scroll;
	padding-right: 0px !important;
	overflow-x: hidden;
}

/*.maiin-logo-dne{
	display: none;
}*/
/*.logo-onscroll{
	display: none;
}*/


.shwn-onlymbll{
	display: none;
}
.nav-top{
	margin-right: 15px;
}
#brand-bar{
	/*background-color: #9A0000;
	color: #fff;*/
	padding-top: 0rem;
	padding-bottom: 4px;
	padding-left: 3rem;
    padding-right: 3rem;
    position: fixed;
	top: 0;
	z-index: 10000;
	width: 100%;
	display: flex;
}

.fluid-pdng{
	padding-left: 3rem;
	padding-right: 3rem;
}

.top-brand:hover{
	text-decoration: none;
}

.brand{
	margin-right: auto;
}

.brand a:hover{
	text-decoration: none;
}
.top-brand{
	font-size: 24px;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding-top: .5rem;
}

#btn-ssty{
	font-size: 14px;
	font-weight: 500;
	border-color: transparent;
	border-radius: 25px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 0.6rem;
	height: 30px;
}

#btn-ssty:focus{
	box-shadow: none;
	outline: none;
}

#btn-ssty i{
	padding-right: 10px;
}

#navigation{
	z-index: 10000;
	background-color: #F6F2F1;
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
	box-shadow: 0 0 10px rgba(0,0,0,.15),0 3px 3px rgba(0,0,0,.15);
	top: 3.15em;
	bottom: auto;
	position: fixed;
}

.bg-back-img{
	width: 100%;
	height: calc(100vh);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	padding-left: 0px;
	padding-right: 0px;
	transition: height .1s ease;
   	overflow: hidden;
}

@media(max-width: 768px){
	.bg-back-img{
		background-size: cover;
	}
	.std-bg-pdng{
		margin-left: 0rem !important;
		margin-right: 0rem !important;
	}
}

/*.bg-back-img picture{
	    width: auto;
    height: auto;
    max-width: 100%;
    max-height: none;
    margin: 0;
    display: block;
    overflow: hidden;
}

.bg-back-img picture img{
	position: fixed;
	    width: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0) scale(1);
    transform: translate3d(-50%,-50%,0) scale(1);
	z-index: -200;
    margin: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    min-width: calc(100% + 1px);
    min-height: calc(100% + 1px);
    overflow: hidden;

    max-width: none;
    max-height: none;
}
*/

.modal-bg{
	background-color: #000000b3;
}

.modal-sty{
	background-color: transparent;
	border:none;
	padding-top: 7rem;
	transition: top .26s ease-out;
}

.modal-dailog-sty{
	max-width: 600px !important;
}

.modal-scroll{
	background-color: #fff;
	height: 350px;
	box-shadow: 0 0 10px rgba(0,0,0,.15),0 3px 3px rgba(0,0,0,.15);
}

.expl-namal{
	width: 100%;
	font-size: 24px;
	font-weight: 700;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	position: absolute;
	bottom: 0;
	z-index: 50;
	box-shadow: 3px 3px 25px #000000 !important;
}

.expl-namal i{
	padding-left: 1.8rem;
	font-weight: bold;
	font-size: 20px;
}

.expl-namal:hover{
	color:#fff;
	text-decoration: none;
}

/*demo-section*/
.demo-image{
	border: 4px solid #fff;
    height: 155px;
    width: 155px;
    border-radius: 50%;
    margin: 0px auto;
    text-align: center;
}

.demo-image img{
	width: 100%;
	height: 140px;
}
.demo-txt{
	color: #fff;
	font-size: 18px;
	padding-top: 10px;
	font-weight: 700;
}
/*end demo*/
/*main section content*/
.main-bg{
	background-color: #F6F2F1;
	z-index: 80;
	position: relative;
}

.content-bg{
	padding-top: 3rem;
}

.main-heading{
	font-weight: 900;
	font-size: 48px;
}
.main-para{
	font-size: 36px;
	font-weight: 500;
}

.news-row{
	padding-top: 1.5rem;
}


.news-row .card{
	border-radius: 0;
	/*box-shadow: 0 0 10px rgba(0,0,0,.15),0 3px 3px rgba(0,0,0,.15);*/
	box-shadow: 0 0 10px rgba(0,0,0,.2), 0 7px 10px rgba(0,0,0,.2);
	overflow: hidden;
}
.news-row .card:hover{
	border-radius: 0;
	/*box-shadow: 0 0 10px rgba(0,0,0,.15),0 3px 3px rgba(0,0,0,.15);*/
	box-shadow: 0 0 10px rgba(0,0,0,.2), 0 7px 10px rgba(0,0,0,.2);
	overflow: hidden;
}

.news-row .card .card-body{
	padding-top: 11px;
}

.news-row .card{
	margin-bottom: 1rem;
}

.news-row .card figure{
	overflow: hidden;
	margin-bottom: 0px;
}

.news-row .card img{
	/*height: 230px;*/
	width: 100%;
	border-radius: 0px;
}

.card-title{
	font-size: 18px;
	font-weight: 600;
	
}

.card-text{
	color: #000;
	font-weight: 900;
	font-size: 18px;
	line-height: 22px;
	padding-top: 5px;
	padding-bottom: 0px;
	-webkit-transition: .5s ease-in-out;
  	transition: .5s ease-in-out;
  	height: 80px;
}
.img-hov:hover{
	text-decoration: none;
}

.img-hov .card:hover{
	box-shadow: 0 0 10px rgba(0,0,0,.2),0 7px 10px rgba(0,0,0,.2);
}

.img-hov .card{
	-webkit-transition: .5s ease-in-out;
  	transition: .5s ease-in-out;
}

.img-event-hov .card{
	-webkit-transition: .5s ease-in-out;
  	transition: .5s ease-in-out;
}

.img-event-hov .card:hover{
	box-shadow: 0 0 10px rgba(0,0,0,.2),0 7px 10px rgba(0,0,0,.2);
}

.big-nml-img figure{
	-webkit-transition: .5s ease-in-out;
  	transition: .5s ease-in-out;
}
.big-nml-img figure:hover{
	box-shadow: 0 0 10px rgba(0,0,0,.2),0 7px 10px rgba(0,0,0,.2);
}


.img-hov img{
	-webkit-transform: scale(1);
  transform: scale(1);
  cursor: pointer;
  -webkit-transition: .9s ease-in-out;
  transition: .9s ease-in-out;
}

.img-hov:hover img{
	-webkit-transform: scale(1.1);
  transform: scale(1.1); 
}

.pdl-pdr{
	padding-left: 8px;
	padding-right: 8px;
}

.btn-more{
	text-decoration: none;
	font-size: 24px;
	font-weight: 600;
	white-space: inherit;
	border-radius: 0px;
	border-color: transparent;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 1rem;
	margin-top: 2.5rem;
}

.btn-more:active{
	background-color: transparent !important;
	box-shadow: none !important;
	border-color: #ccc !important;
	color: #333 !important;
}

.btn-more:focus{
	box-shadow: none !important;
}

.btn-search:active{
	background-color: transparent !important;
	box-shadow: none !important;
	border-color: #ccc !important;
	color: #333 !important;
}

.btn-search:focus{
	box-shadow: none !important;
}
/*events*/
.bg-events{
	padding-top: 4rem;
	padding-bottom: 3rem;
	margin-top: 3rem;
}




.events-row{
	padding-top: 2rem;
}


.events-row .card{
	border-radius: 0px;
	box-shadow: 0 0 10px rgba(0,0,0,.15),0 3px 3px rgba(0,0,0,.15);
	overflow: hidden;
}

.events-row .card .card-body{
	padding-top: 1rem;
	padding-bottom: 2.5rem;
}

.events-row .card{
	margin-bottom: 1rem;
	border:transparent;
}

.events-row .card figure{
	overflow: hidden;
	margin-bottom: 0px;
}

.events-row .card img{
	height: 100%;
	width: 100%;
	border-radius: 0px;
}

/*.card-title{
	font-size: 15px;
	font-weight: 600;
	color: #93100F;
}

.card-text{
	color: #000;
	font-weight: bolder;
	font-size: 17px;
	line-height: 22px;
	padding-top: 5px;
	padding-bottom: 0px;
	-webkit-transition: .5s ease-in-out;
  	transition: .5s ease-in-out;
}*/
.img-event-hov:hover{
	text-decoration: none;
}
.hv-text-clr:hover{
	text-decoration: none;
}
.img-event-hov img{
	-webkit-transform: scale(1);
  transform: scale(1);
  cursor: pointer;
  -webkit-transition: .9s ease-in-out;
  transition: .9s ease-in-out;
}

.img-event-hov:hover img{
	-webkit-transform: scale(1.1);
  transform: scale(1.1); 
}
.date{
	
	margin-left: 19px;
	box-shadow: 0 0 10px rgba(0,0,0,.15),0 3px 3px rgba(0,0,0,.15);
	position: relative;
	width: 79px;
	height: 74px;
	line-height: 1.1;
	float: left;
	font-weight: 400;
	margin-bottom: -1.3888888889em;
	top: -39px;
	text-align: center;
	padding-top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	box-sizing: border-box;
}

.date .month{
	display: block;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 0;
	width: 100%;
	text-align: center;
}

.date .day{
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 0;
	width: 100%;
	text-align: center;
}
/*end of events*/


/*academics section*/
.bg-academics{
	padding-top: 4rem;
	padding-bottom: 3rem; 
}


.acd-row{
	padding-top: 2rem;
}

.acd-row .card{
	background-color: transparent;
	border:transparent;
}

.acd-row .card figure{
	margin-bottom: 0px;
}

.acd-row .card img{
	box-shadow: 0 0 20px rgba(0,0,0,.15),0 3px 3px rgba(0,0,0,.15);
	border-radius: 3px;
}

.acd-row .card .card-body{
	background-color: transparent;
	padding-left: 3px;
}

.acd-title{
	font-size: 18px;
    font-weight: 900;
	-webkit-transition: .5s ease-in-out;
  	transition: .5s ease-in-out;
}

.acd-text{
	font-size: 18px;
	line-height: 22px;
	-webkit-transition: .5s ease-in-out;
  	transition: .5s ease-in-out;
}


/*end of acdemics section*/



/*namalites section*/
.bg-namalites{
	padding-top: 4rem;
	padding-bottom: 3rem;
}

.life-Namal{
	padding-top: 1.5rem;
}


.life-Namal .card{
	border-radius: 0px;
	box-shadow: 0 0 10px rgba(0,0,0,.15),0 3px 3px rgba(0,0,0,.15);
	overflow: hidden;
}

.life-Namal .card .card-body{
	padding-top: 11px;
}

.life-Namal .card{
	margin-bottom: 1rem;
}

.life-Namal .card figure{
	overflow: hidden;
	margin-bottom: 0px;
}

.life-Namal .card img{
	height: 195px;
	width: 100%;
	border-radius: 0px;
}

.big-nml-img:hover{
	text-decoration: none;
}

/*.big-nml-img:hover .card-text{
	color: #006cb8;
}*/

.big-nml-img img{
	-webkit-transform: scale(1);
  transform: scale(1);
  cursor: pointer;
  -webkit-transition: .9s ease-in-out;
  transition: .9s ease-in-out;
}

.big-nml-img:hover img{
	-webkit-transform: scale(1.1);
  transform: scale(1.1); 
}

.big-nml-img{
	text-decoration: none;
}

.big-nml-img figure{
	overflow:hidden;
	box-shadow: 0 0 20px rgba(0,0,0,.15),0 3px 3px rgba(0,0,0,.15);
}

.big-nml-img img{
	height: 324px;
	width: 100%;
	overflow: hidden;
}

.gradient{
	position: absolute;
	bottom: 18px;
	display: block;
	box-shadow: none;
	width: 97.4%;
	background: linear-gradient(180deg,transparent,rgba(0,0,0,.85) 80%);
	/*padding-bottom: 1rem;*/
	transition: .3s;
	/*height: 150px;*/
}

.txt-shw{
	color: #fff;
    font-size: 18px;
    font-weight: 900;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 4rem;
    transition: .3s;
    display: none;
}

.big-nml-img:hover .txt-shw{
	display: block !important;
	transition: .3s;
}
/*end of namalites section*/
.hddn{
	height: 60px;
	background-color: #333;
	z-index: 1000;
}
/*research center*/
.research-bg{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 461px;
	border: 3px solid #f1f1f100;
	filter: blur(6px);
  	-webkit-filter: blur(6px);

}

.bg-pst{
	position: relative;
	overflow: hidden;
}


.text-research{
	background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0); /* Black w/opacity/see-through */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  padding: 20px;
  text-align: center;
}

.text-research h1{
	color: #ffffff;
	font-size: 36px;
	font-weight: 600;
	text-shadow: 4px 4px 4px rgba(129, 156, 108, 0.53);

}
.nav-sm-bt{
		display: none;
	}

.text-research p{
	color: #ffffff;
	text-shadow: 4px 4px 4px rgba(129, 156, 108, 0.53);
	font-size: 24px;
	max-width: 1000px;
	margin: 0px auto;
	font-weight: 500;

}

.clr-of-reserch h1{
	color: #fff;
	
}

.clr-of-reserch p{
	color: #fff;

}
.imgg-txtnext{
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	text-decoration:underline;
}

.imgg-txtnext:hover{
	text-decoration: none;
	color: #ffffffc9;
}
/*footer*/

.bg-blk{
	
	padding-top: 2rem;
	position: relative;
	z-index: 80;
}

.footer-sty h4{

	font-family: 'Montserrat',sans-serif;
	font-weight: 800;
	font-size: 18px;
}

.footer-sty h5{

	font-family: 'Montserrat',sans-serif;

	font-size: 18px;
}

.address{
	list-style-type: none;

	font-size: 16px;

	font-family: 'Montserrat',sans-serif;
	padding-bottom: 14px;
}
.ft-clr:hover{
	color: #fff;
	text-decoration:none;
}

.info{
	padding-left: 0px;
	list-style-type: none;
	padding-top: 0px;
}

.info li{
	display: inline-block;

	font-size: 16px;

	font-family: 'Montserrat',sans-serif;
}

.office{
	list-style-type: none;
	padding-left: 0px;
	padding-top: 2px;
	font-size: 20px;
}

.office li{

	font-size: 18px;
	font-family: 'Montserrat',sans-serif;
	font-weight: 400;
}

.left-footer-sty{
	margin-top: 110px;
	padding-left: 8rem;
}

.left-footer-sty h5{
	margin-bottom: 0rem;
	font-size: 18px;
	font-family: 'Montserrat',sans-serif;
}

.icons-list{
	list-style-type: none;
	padding-left: 0px;
	padding-top: 0px;
}

.icons-list li{
	display: inline;

	font-size: 16px;
	font-family: 'Montserrat',sans-serif;
	padding-right: 10px;
}


.copyrights-text{
	font-family: 'Montserrat',sans-serif;
	font-size: 12px;


}

/*end of footer*/

/*three image section*/

.bx-shd{
	box-shadow: 0 0 10px rgba(0,0,0,.15),0 3px 3px rgba(0,0,0,.25);
}
.img-three{
	width: 100%;
	height: 699px;
}

.image{
	position: absolute;
    bottom: 50px;
    display: block;
    padding-left: 4rem;
    padding-right: 4rem;
}

.image h1{
	font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 1px 7px rgba(0,0,0,.4);
    margin-bottom: 0px;
}

.image small{
	font-size: 21px;
	text-shadow: 0 1px 7px rgba(0,0,0,.4);
    color: #fff;
    font-weight: bold;
}

.image p{
	color: #fff;
    font-size: 16px;
    padding-top: 21px;
}
.border-hd{
	border: 5px solid #231f1e;
	width: 54%;
	margin:0px auto;
	position: absolute;
	top: 3.2%;
	left: 23%;
	z-index: 50;
}

.heading-bg{
	width: 98%;
	margin:0px auto;
	margin-top: 8px;
	margin-bottom: 8px;
	height: 70px;
	padding-top: 20px;
	background-color: rgb(255,255,255);
    opacity: .6;
}

.text-brdr{
	color: #231F20;
	font-weight: 900;
	font-size: 28px;
	letter-spacing: 12px;
	position: absolute;
    top: 27px;
    left: 14%;
}

.search-feild{
	height: 45px;
	border-radius: 0px;
}
.btn-search{
	border-radius: 0px;
	padding-left: 2rem;
	padding-right: 2rem;
	height: 45px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	border-color: transparent;
	margin-left: 10px;
	text-transform: uppercase;
}
/*end of three image section*/



@media(min-width: 1024px){
/*	.s-parallel #brand-bar.theme-choco{
		background: linear-gradient(0deg,rgba(0,0,0,.75),#000);
		padding-right: 0rem !important;
		padding-bottom: 0px !important;
	}

	#navigation.theme-choco{
		background-color: transparent;
		border-bottom: none;
		box-shadow: none;
	}

	#navigation.theme-choco .top-ull  .anchr{
		color: #fff;
	}

	#navigation.theme-choco .top-ull li a.hvr-underline-from-center:before{
		background:#fff !important;
	}
	#navigation.theme-choco::before{
		content : '';
		background: linear-gradient(0deg,transparent,rgba(0,0,0,.99)),linear-gradient(0deg,transparent 20%,rgba(0,0,0,.6));
		bottom: -2.6em;
		position: absolute;
		top: 0;
		bottom: -1.25em;
		left: 0;
		right: 0;
		opacity: .75;
		display: block;
	}

	.theme-choco #btn-ssty{
		background-color: transparent !important;
		height: 50px !important;
		margin-top: 0rem !important;
		border-radius: 0px;
	}

	.theme-choco #btn-ssty:hover{
		background-color: #670001 !important;
	}*/


}
/*end of resecrh center*/
/*end*/

	.news-row .card .card-body{
		height: auto;
	}

	.life-Namal .card .card-body{
		height: 130px;
	}

	.events-row .card .card-body{
		height: 115px;
	}
@media(max-width: 1024px){
	.bg-back-img{
		
	}

	.mrgn-stdinner{
		margin-left: 0rem !important;
		margin-right: 0rem !important;
	}
	.text-brdr{
		left: 6%;
	}
}


@media(max-width: 904px){
	.anchr{
		font-size: 15px;
	}

	.nav-top ul li a{
		padding-top: 16px;
		font-size: 13px;
	}
}

@media(max-width: 862px){
	.border-hd{
		top: 2.2%;
		width: 57%;
	}

	.text-brdr{
		left: 4%;
		font-size: 24px;
		letter-spacing: 10px;
	}

	.image p{
		font-size: 15px;
	}

	.image h1{
		font-size: 46px;
	}

	.image small{
		font-size: 17px;
	}

	.image{
		padding-right: 2rem;
		padding-left: 2rem;
	}
}

@media(min-width: 769px){
	.top-ull li:hover >ul.dropdown-menu{
		display: block;
	}

	.dropdown-main{
		border-color: transparent;
		border-radius: 0px;
		box-shadow: 0 0 10px rgba(0,0,0,.15), 0 3px 3px rgba(0,0,0,.15);
		background-color: #F6F2F1;
		margin:0rem;
		padding-bottom: 0px;
	}

    /* sub menu */
    ul.dropdown-menu.dropdown-sub {
        left: 100%;
        top: 3%;
        min-width: 10rem;
        padding: .125rem 0 0;
        margin: .125rem 0 0;
        border-color: transparent;
        box-shadow: 0 0 10px rgb(0 0 0 / 15%), 0 3px 3px rgb(0 0 0 / 15%);
        background-color: #F6F2F1;
    }

	/*
	.dropdown-main:before{
		bottom: 100%;
	  left: 40px;
	  border: solid transparent;
	  content: " ";
	  height: 0;
	  width: 0;
	  position: absolute;
	  pointer-events: none;
	  border-bottom-color: #F6F2F1;
	  border-width: 10px;
	  margin-left: -8px;
	}*/

	.dropdown-main li{
		border-bottom: 1px solid #cccccc8c !important;
	}

	.dropdown-main li a{
		padding-bottom: 8px;
		padding-top: 8px;
	}

	.dropdown-main li:last-child{
		border-bottom: none !important;
	}


	/* Sweep To Right */

	.hvr-sweep-to-right {
	  display: inline-block;
	  vertical-align: middle;
	  -webkit-transform: perspective(1px) translateZ(0);
	  transform: perspective(1px) translateZ(0);
	  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	  position: relative;
	  -webkit-transition-property: color;
	  transition-property: color;
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s;
	}
	.hvr-sweep-to-right:before {
	  content: "";
	  position: absolute;
	  z-index: -1;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  -webkit-transform: scaleX(0);
	  transform: scaleX(0);
	  -webkit-transform-origin: 0 50%;
	  transform-origin: 0 50%;
	  -webkit-transition-property: transform;
	  transition-property: transform;
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s;
	  -webkit-transition-timing-function: ease-out;
	  transition-timing-function: ease-out;
	}
	
	.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
	  -webkit-transform: scaleX(1);
	  transform: scaleX(1);
	}

	.nav-sm-bt{
		display: none;
	}
	.nav-top ul{
		display: inline-block;
		margin-bottom: 0px;
	}

	.nav-top ul li{
		list-style-type: none;
		display: inline-block;
		padding-right: 5px;
	}

	.nav-top ul li a{
		padding-top: 14px;
		padding-bottom: 14px;
		display: inline-block;
		font-size: 14px;
		text-decoration: none;
	}

	.hvr-overline-from-center {
	  display: inline-block;
	  vertical-align: middle;
	  -webkit-transform: perspective(1px) translateZ(0);
	  transform: perspective(1px) translateZ(0);
	  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	  position: relative;
	  overflow: hidden;
	}
	.hvr-overline-from-center:before {
	  content: "";
	  position: absolute;
	  z-index: -1;
	  left: 51%;
	  right: 51%;
	  top: -1.5px;
	  background: #fff;
	  height: 3px;
	  -webkit-transition-property: left, right;
	  transition-property: left, right;
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s;
	  -webkit-transition-timing-function: ease-out;
	  transition-timing-function: ease-out;
	}
	.hvr-overline-from-center:hover:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:active:before {
	  left: 0;
	  right: 0;
	}

	.top-ull{
		display: inline-block;
		margin-bottom: 0px;
		padding-left: 0px;
	}

	.list{
		display: inline-block;
		list-style-type: none;
	}

	.anchr{
		display: inline-block;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 15px;
		padding-right: 15px;
		font-size: 18px;
		font-weight: bold;
		text-decoration:none;

	}

	.anchr:hover{
		text-decoration: none;
	}

	/* Underline From Center */
	.list .hvr-underline-from-center {
	  display: inline-block;
	  vertical-align: middle;
	  -webkit-transform: perspective(1px) translateZ(0);
	  transform: perspective(1px) translateZ(0);
	  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	  position: relative;
	  overflow: hidden;
	}
	.list .hvr-underline-from-center:before {
	  content: "";
	  position: absolute;
	  z-index: -1;
	  left: 51%;
	  right: 51%;
	  bottom: 0;
	  height: 4px;
	  -webkit-transition-property: left, right;
	  transition-property: left, right;
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s;
	  -webkit-transition-timing-function: ease-out;
	  transition-timing-function: ease-out;
	}
	.list .hvr-underline-from-center:hover:before,.list .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
	  left: 0;
	  right: 0;
	}

	.hvr-icon-hang {
	  display: inline-block;
	  vertical-align: middle;
	  -webkit-transform: perspective(1px) translateZ(0);
	  transform: perspective(1px) translateZ(0);
	  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s;
	}
	.hvr-icon-hang .hvr-icon {
	  -webkit-transform: translateZ(0);
	  transform: translateZ(0);
	}
	.hvr-icon-hang:hover .hvr-icon, .hvr-icon-hang:focus .hvr-icon, .hvr-icon-hang:active .hvr-icon {
	  -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
	  animation-name: hvr-icon-hang-sink, hvr-icon-hang;
	  -webkit-animation-duration: .3s, 1.5s;
	  animation-duration: .3s, 1.5s;
	  -webkit-animation-delay: 0s, .3s;
	  animation-delay: 0s, .3s;
	  -webkit-animation-timing-function: ease-out, ease-in-out;
	  animation-timing-function: ease-out, ease-in-out;
	  -webkit-animation-iteration-count: 1, infinite;
	  animation-iteration-count: 1, infinite;
	  -webkit-animation-fill-mode: forwards;
	  animation-fill-mode: forwards;
	  -webkit-animation-direction: normal, alternate;
	  animation-direction: normal, alternate;
	}


	/* Icon Hang */
	@-webkit-keyframes hvr-icon-hang {
	  0% {
	    -webkit-transform: translateY(6px);
	    transform: translateY(6px);
	  }
	  50% {
	    -webkit-transform: translateY(2px);
	    transform: translateY(2px);
	  }
	  100% {
	    -webkit-transform: translateY(6px);
	    transform: translateY(6px);
	  }
	}
	@keyframes hvr-icon-hang {
	  0% {
	    -webkit-transform: translateY(6px);
	    transform: translateY(6px);
	  }
	  50% {
	    -webkit-transform: translateY(2px);
	    transform: translateY(2px);
	  }
	  100% {
	    -webkit-transform: translateY(6px);
	    transform: translateY(6px);
	  }
	}
	@-webkit-keyframes hvr-icon-hang-sink {
	  100% {
	    -webkit-transform: translateY(6px);
	    transform: translateY(6px);
	  }
	}
	@keyframes hvr-icon-hang-sink {
	  100% {
	    -webkit-transform: translateY(6px);
	    transform: translateY(6px);
	  }
	}

	.btn-menu{
		display: none;
	}


}

#navigation::-webkit-scrollbar {
    width: 12px;
}

/* Track */
#navigation::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff; 
    border-radius: 5px;
    border-bottom-right-radius:0px;
    border-top-right-radius: 0px; 
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
 
/* Handle */
#navigation::-webkit-scrollbar-thumb {
    background: #ccc; 
    border-radius: 25px;
}


@media(max-width: 768px){
	/* Handle */

	.info li{
		font-size: 13px;
	}
	.office li{
		font-size: 16px
	}
	.address{
		font-size: 14px;
	}
	.d-smnoe{
		display: none !important;
	}
	.left-footer-sty{
		padding-left: 3rem;
		margin-top: 124px;
	}
	#navigation{
		background-color: #fff;
	}

	.top-ull{
		list-style-type: none;
		display: block;
	}

	.top-ull .list{
		position: relative;
	}

	/*.top-ull .anchr{
		text-decoration: none;
	    color: #4e2a84;
	    display: block;
	    border-bottom: 1px solid #f0f0f0;
	    position: relative;
	    padding: .9em 3em .9em .8em;
	}
*/

	#navigation{
		text-align: left !important;
		background-color: #fff;
		display: none;
		overflow: scroll;
		border-bottom: none;
		box-shadow: none;
		height: 100%;
		padding-bottom: 6rem;
	}


	.top-ull{
		padding-left: 0px;
		margin-bottom: 0rem;
	}
	
	.top-ull li{
		list-style-type: none;
		width: 100%;
	   
	    margin-left: 0;
	    margin: 0;
	    border-bottom: 1px solid #ccc;
	    display: inline-block;
	}

	/*.top-ull li:nth-of-type(4n) {
    	border-right: none;
	}*/

	.top-ull li a{
		display: block;
		font-size: 17px;
		font-weight: 600;
	    outline-offset: -4px;
	    padding-left: 3rem;
	    padding-right: 3rem;
	    padding-top: 10px;
	    text-align:left;
	    padding-bottom: 10px;
	    text-decoration: none;
	    position: relative;
	    color: #000;
	    transition: color .3s ease-in,background-color .3s ease-in;
	}
	

	.f-angle{
		float: right;
		width: 30px;
	    text-align: center;
	    height: 30px;
	    padding-top: 11px;
	}

	.dropdown-main{
		background-color: #f4f4f4;
		position: static;
		border-radius: 0px;
		border-color: transparent;
	}

	.dropdown-main li{
		border-bottom: none;
	}

	.dropdown-main li a{
		padding-left: 4rem;
		padding-right: 4rem;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.nav-top{
		display: none;
	}

	.naml-int-bg{
		/*padding-top: 0rem;
		padding-bottom: 0rem;*/
	}

	.btn-menu{
		display: block;
		
	}

	#btn-ssty{
		margin-top: 0rem;
		padding-top: 3px;
		padding-bottom: 6px;
		font-size: 15px;
		width: 14%;
		margin-top: .6rem;
	}

	.btn-menu{
		font-size: 14px;
		width: 14%;
		margin-right: 3rem;
		font-weight: 500;
		border-color: transparent !important;
		border-radius: 25px;
		padding-top: 4px;
		padding-bottom: 4px;
		margin-top: .6rem;
		height: 30px;
	}

	.btn-menu:focus{
		box-shadow: none !important;
		outline: none;
	}

	.btn-menu i{
		padding-right: 10px;
	}

	#brand-bar{
		padding-bottom: 10px;
		box-shadow: 0 0 10px rgba(0,0,0,.15), 0 3px 3px rgba(0,0,0,.15);
	}

	.btn-menu:focus{
		box-shadow: none;
		outline: none;
		border-color: transparent;
		background-color: #680000;
	}

	.btn-menu i{
		padding-right: 10px;
	}

	
	.nav-sm-bt{
		background-color:#f4f4f4;
		justify-content: center;
		text-align: center;
		display: none;
		padding-left: 0px;
	    border-bottom: 1px solid #e6e6e6;
		box-shadow: 0 0 10px rgba(0,0,0,.15),0 3px 3px rgba(0,0,0,.15);
	}

	.nav-sm-bt ul{
		padding-left: 0px;
		margin-bottom: 0rem;
	}

	.nav-sm-bt ul li{
		list-style-type: none;
		display: inline-block;
		padding-right: 10px;
		padding-left: 10px;
		padding-top: 11px;
		padding-bottom: 11px;
	}

	.nav-sm-bt ul li a{
		text-decoration: none;
		color: #000;
		font-size: 15px;
		font-weight: 400;
	}

	.main-nav-resp{
		box-shadow: none;
		border-bottom: none;
	}

	.modal-scroll{
		height: 250px;
	}

	.modal-sty{
		padding-top: 5rem;
	}

	.text-brdr {
	    left: 5%;
	    font-size: 21px;
	    letter-spacing: 10px;
	    padding-top: 6px;
	}
	.research-bg{
		background-size: cover;
	}
}


@media(max-width: 767px){
	.left-footer-sty {
	    margin-top: 1.7rem;
	    padding-left: 0rem;
	}

}

@media(max-width: 720px){
	.border-hd {
	    border: 5px solid #231f1e;
	    width: 100%;
	    margin: 0px auto;
	    position: unset;
	    z-index: 50;
	   
	}

	.tab-pdng{
		 padding-top: 2rem;
	    padding-bottom: 2rem;
	}

	.text-brdr{
		left: 8%;
	    font-size: 35px;
	    letter-spacing: 13px;
	    padding-top: 6px;
	    top: 54px;
	}

	.heading-bg{
		background-color: #efc0c0ab;
	}

	.img-three{
		height: 399px;
	}
}
@media(max-width: 692px){
	.btn-menu{
		width: 24%;
	}
	#btn-ssty{
		width: 24%;
	}
}
@media(max-width: 570px){
	.top-item-align{
		text-align: left !important;
	}
	/*.btn-menu{
		margin-left: 0;
		text-align: center !important;
		width: 100%;
	}*/

	.naml-int-bg{
		padding-left: .5rem;
		padding-right: .5rem;
	}

	.cl-sm-center{
		text-align: center;
	}

	.info li{
		margin-bottom: 20px;
	}
}


@media(max-width: 500px){
	.gradient{
		width: 96.4%;
	}

	.std-society-txt{
		font-size: 20px;
	}

	.top-brand{
		font-size: 15px;
		padding-top: .5rem;
	}

	.btn-menu{
		margin-right: .5rem;
		width: 20%;
		font-size: 13px;
	}

	#btn-ssty{
		font-size: 13px;
		width: 20%;
	}
}

@media(max-width: 445px){
		
	.nav-sm-bt ul li{
		padding-left: 6px;
		padding-right: 6px;
		padding-bottom: 4px;
		padding-top: 4px;
	}

	.nav-sm-bt ul li.divider{
		display: none;
	}

	.nav-sm-bt ul li a{
		font-size: 13px;
	}
	/*.top-sm-lnk li{
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 7px;
		padding-right: 7px;
	}

	.top-sm-lnk li a{
		font-size: 12px;
	}*/
}


@media(max-width: 425px){
	.contributr-title{
		padding-left: 0rem !important;
		font-size: 30px !important;
	}

	#modalcontribute{
		background: #000000b0;
	}

	#modalcontribute .modal-header{
		display: initial;
	}
	#modalcontribute .modal-header .close{
		padding-top: 0rem !important;
	}

	#modalcontribute .modal-body{
		text-align: center;
	}
	.info{
		margin-bottom: 6px;
		padding-top: 0px;
	}
	.office{
		padding-top: 0px;
		margin-top: -7px;
		font-size: 20px;
	}
	.icons-list{
		padding-top: 0px;
		margin-bottom: 0px;
	}
	.img-sm-none{
		display: none;
	}
	.left-footer-sty{
		margin-top: 1.4rem;
	}
	.left-footer-sty h5{
		padding-bottom: 10px !important;
	}

	/*.card-text{
		font-size: 15px;
		font-weight: 700;
	}*/
	.top-brand h1{
		font-size: 17px;
		padding-top: .3rem;
		padding-bottom: 14px;
	}

	.text-brdr {
	    left: 9%;
	    font-size: 21px;
	    letter-spacing: 8px;
	    padding-top: 6px;
	    top: 62px;
	}

	.btn-menu{
		font-size: 13px;
		
	}
	.btn-menu i{
		padding-right: 3px;
	}

	#btn-ssty{
		font-size: 13px;
		
	}
	#btn-ssty i{
		padding-right: 3px;
	}

	.text-research p{
		font-size: 19px;
	}

	.text-research h1{
		font-size: 30px;
	}

	.main-heading{
		font-size: 35px;
	}

	.main-para{
		font-size: 22px;
	}

	.btn-more{
		font-size: 17px;
	}

	.gradient{
		width: 95.6%;
		bottom: 16px;
	}

	#brand-bar{
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.inner-pdng-rw{
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	.search-feild{
		width: 100%;
	}



	.btn-search{
		width: 100%;
		margin-left: 3px;
		
	}

	.txt-shw{
		font-size: 16px;
    	font-weight: 600;
	}

	/*.date{
		margin-left: 0px;
		top: 0;
		height: 130px;
	}

	.events-row .card .card-body{
		padding-top: 0rem;
		padding-bottom: 1rem;
		margin-left: 5rem;
		width: 82%;
		margin-top: -6rem;
	}*/

	/*.card-title{
		font-size: 16px;
	}*/
	.inner-about-ik{
		padding-bottom: 1rem !important;
	}
	.card-text{
		height: 60px;
	}

	.big-nml-img img{
		    /*height: 324px;*/
    /* width: 100%; */
    overflow: hidden;
    backface-visibility: hidden;
    min-width: calc(100% + 1px);
    min-height: calc(100% + 1px);
    overflow: hidden;
    width: 100%;
    height: auto;
    /* top: 0; */
    /* left: 0; */
    /* -webkit-transform: none; */
    /* transform: none; */
    /* font-family: "object-fit:cover;"; */
    max-height: calc(100% + 1px);
    max-width: none;
	}

	.demo-image img {
    	width: 100%;
    	height: 123px;
	}

	.demo-image{
		height: 130px;
		width: 130px;
	}

	.demo-txt{
		margin-bottom: 30px;
		font-size: 16px;
	}
	.img-three{
		height: auto;
	}

	.bg-academics{
		padding-bottom: 0rem;
	}

	.bg-namalites{
		padding-bottom: 0rem;
	}

	.bg-events{
		padding-bottom: 1rem;
	}
	.bg-blk{
		padding-top: 2rem;
	}
}



@media(max-width: 360px){
	.text-brdr {
	    left: 10%;
	    font-size: 18px;
	    letter-spacing: 6px;
	    padding-top: 6px;
	    top: 63px;
	}
		.btn-menu i{
		padding-right: 0px;
	}

	#btn-ssty i{
		padding-right: 0px;
	}
	.top-brand{
		font-size: 16px;
		padding-top: 0rem;
	}

	.btn-menu{
		margin-top: .2rem;
		width: auto;
		background-color: transparent !important;
	}

	.btn-menu span{
		display: none;
	}

	#btn-ssty{
		margin-top: .2rem;
		width: auto;
		background-color: transparent;
	}

	#btn-ssty span{
		display: none;
	}

	#brand-bar{
		padding-right: 0rem;
		padding-bottom: 10px;
		padding-top: 10px;

	}
	.gradient{
		width: 94.6%;
	}

	/*.card-text{
		font-size: 13px;
	}*/

	/*.events-row .card .card-body{
		margin-left: 4rem;
	}
*/
}

@media(max-width: 359px){

	.btn-more{
		width: 100%;
		font-size: 15px;
		padding-left: 0rem;
		padding-right: 0rem;
	}

	.big-nml-img img{
		    /*height: 324px;*/
    /* width: 100%; */
    overflow: hidden;
    backface-visibility: hidden;
    min-width: calc(100% + 1px);
    min-height: calc(100% + 1px);
    overflow: hidden;
    width: 100%;
    height: auto;
    /* top: 0; */
    /* left: 0; */
    /* -webkit-transform: none; */
    /* transform: none; */
    /* font-family: "object-fit:cover;"; */
    max-height: calc(100% + 1px);
    max-width: none;
	}
}

@media(max-width: 320px){
	.text-brdr{
		left: 9%;
    	font-size: 16px;
	}

	.gradient{
		width: 94.6%;
	}

	.gsc-search-box-tools .gsc-search-box .gsc-input{
		padding-right: 0px;
	}

}




/*inner pages css "first inner page*/
.inner-about-ik{
	padding-top: 6.8rem;
	padding-bottom: 3rem;
	background-color: #f5f2f0;
}

.inner-bg-image{
	padding-bottom: 2rem;
}

.img-inner-tp{
	width: 100%;
	height: auto;
}

.inner-pdng-rw{
	padding-left: 3rem;
	padding-right: 3rem;
}
 
.inner-abt-heading{
	font-size: 32px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 2rem;
	padding-bottom: 13px;
	border-bottom: 4px solid #d1d3d4;
}

.inner-abt-message{
	font-size: 30px;
	text-transform: capitalize;
	color: #333333;
	font-weight: bold;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	margin-bottom: 0px !important;
}

@media(max-width: 600px){
	.pg-search-listing{
		margin-left: 0rem !important;
		margin-right: 0rem !important;
	}

	.cnt-search{
		margin-left: 0rem !important;
		margin-right: 0rem !important;
	}
}

.gsc-input-box{
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	padding-top: 1px !important;
	padding-bottom: 1px !important;
}
.cnt-search{
	margin-left: 6rem;
	margin-right: 6rem;
}

.page-listing{
	padding-top: 0.7rem;
}
.pg-search-listing{
	margin-left: 6rem;
	margin-right: 6rem;
}

.page-listing ul{
	list-style-type: none;
	padding-left: 0px;
	border-bottom: 4px solid #d1d3d4;
	padding-bottom: 15px; 
}
.page-listing li{
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	color: #a7a9ac;
	font-size: 15px;
	font-size: 600;
}



.page-listing ul li a{
	text-decoration: none;
	color: #a7a9ac;
	font-size: 15px;
	font-size: 600;
}


.inner-about-sidebar{
	padding-top: 1px;
}
.listt ul{
	padding-left: 0px;
}

.listt li{
	list-style-type: none;
	display: block;
	/*border-top: 1px solid #c4c2c2;*/
	padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}

.listt li a{

	font-size: 15px !important;
	color: #8c8c8c;
	font-weight: normal;
	text-decoration: none;
}

.listt li a.active {
    color: #ffb32c !important;
}

.inner-pdng-text{
	padding-left: 1rem;
	padding-right: 1rem  !important;
}


.abt-imran-text p{
	font-size: 16px;
	color: #333333;
	line-height: 22px;
	padding-right: 1rem;
}


.img-imIk {
    height: 350px;
    width: auto;
    /* border: 2px solid black; */
    margin-left: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.41), 0 6px 20px 0 rgba(0, 0, 0, 0.41);
}

.media-ik-img p{
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: 600;
	color: #333333;
	padding-top: 14px;
}

.media-ik-img small{
	font-size: 12px;
	color:#333333;
	font-weight: 600;
}

.vision-text-inner{
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	font-weight: 600;
}

.vision-text-inner li{
	margin-left: 15px;
	padding-bottom: 10px;
}

.qec-inner-text{
	font-size: 16px;
	font-weight: 600;
	color: #333333;
	line-height: 22px;
}

.major-activity h6{

	font-size: 18px;
	font-weight: 500;
}

.major-activity ul{
	padding-left: 0px;
	padding-top: 10px;
}

.major-activity li{
	list-style-type: decimal;
	font-size: 16px;
	color: #000;
	padding-bottom: 10px;
	margin-left: 18px; 
}

.managment-heading{
	font-size: 20px;
	text-transform: uppercase;
	color: #231f20;
	padding-bottom: 2rem;
	margin-bottom: 0px !important;
}

.border-dark{
	height: auto;
}

.border-dark img{
	width: 100%;
	height: auto;
}
.poeple-info{
	text-align: center;
	padding-top: 15px;
}
.poeple-info h4{
	font-size: 17px;
	font-weight: 600;
	text-transform: capitalize;
	color: #707070;
}
.poeple-info p{
	font-size: 14px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 0rem;
}
.poeple-info span{
	font-size: 14px;
    font-weight: 600;
    color: #333333;
}
/*.story-img-inner{
	margin-top:-2.3rem;
	margin-right: -8rem;
}

.img-story-namal{
	height: 328px;
	width: 100%;
}*/

.story-img-inner img{
	width: 100%;
}
.story-rwinner{
	margin-top: 3rem;
	padding-top: 1rem;
	padding-bottom: 2rem;
	border-top: 1px solid #949392;
	border-bottom: 1px solid #949392;
	margin-left: 0px;
	margin-right: 0px;
}

.story-styinner i{
	padding-top: 20px;
}

.inner-storytext{
	font-size: 23px;
	color: #333333;
	padding-top: 25px;
}

.story-hdinner{
	font-size: 26px;
	font-weight: bold;
}

.story-namal-parainner{
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
}

.people-inner-mr{
	margin-bottom: 3rem;
}
.mdia-inner-ik{
	/*padding-right: 12px;
	margin-right: -8rem;*/
}
@media(max-width: 1024px){
	.listt li a{
		font-size: 15px;
	}
}


@media(max-width: 1023px){
	.shwn-onlymbll{
		display: initial;
	}

	.logo-onscroll{
		display: none;
	}

	#modalcontribute{
		background: #000000b0;
	}
	#modalcontribute .modal-body{
		text-align: center;
	}

}
@media(max-width: 768px){
	.mdia-inner-ik{
		display: block !important;
	}

	.inner-storytext{
		padding-top: 3px;
	}
	.story-styinner i{
		padding-top: 35px;
	}
	.media-ik-img{
		order: 1 !important;
	}

	.abt-imran-text{
		order: 2 !important;
	}

	.img-imIk{
		width: 100%;
	}

	.inner-pdng-text{
		padding-left: 1rem;
		padding-right: 1rem !important;
	}


	.story-img-inner{
		margin-top:0rem;
		margin-right: 0px;
	}

	.namal-artss{
		margin-right: 0rem !important;
	}

	.mdia-inner-ik{
		margin-right: 0rem !important;
	}
	.inner-about-ik{
		padding-right: 1rem !important;
		padding-left: 1rem !important;
		padding-top: 3.2rem !important;
	}

	.policy-guide{
		padding-right: 0rem !important;
	}

}
/*end of enner pages css*/




/*student society & FAQs*/
.policy-guide {
	margin-bottom: 2rem;
}
.policy-guide h4{
	padding-bottom: 10px;

    font-size: 19px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000000;
}

.body-txt-inner{
	padding-bottom: 10px;

    font-size: 19px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000000;
}

.body-para-inner{

	font-size: 18px;
	line-height: 22px;
	color: #000;
}

.lgo-btn-styinner{
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 50px;
}

.benefits h4{

	font-size: 18px;
	color: #000;
	padding-left: 1.5rem;
	font-weight: 500;
	padding-top: 20px;
	padding-bottom: 20px;
}
.benefits ul{
	padding-left: 17px;

}
.benefits ul li{

	font-size: 18px;
	padding-bottom: 20px;
	padding-left: 10px;
	list-style-type: decimal;
}	
.guide-para{

	font-size: 16px;
	line-height: 22px;
	color: #000;
}

.alert-bg{
	background-color: #f9f9f9 !important;
	font-size: 21px;
	border-color: #f9f9f9 !important;
	border-radius: 0px !important;
	color: #000000;
	margin-bottom: 7px !important;
	font-weight: 500;
}

/*namal-artss{
	background-color: #f9f9f9;
	padding: 10px;
	margin-top: 3rem;
	padding-top: 4rem;
	margin-right: -4rem;
}

.namal-artss .media-body{
	padding-left: 10px;
	padding-right: 5rem;
}


.btn-viewinner{
	text-decoration: none;
	color: #fff;
	height: 40px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
	background-color: #9a0000;
	border-radius: 0px;
	border-color: transparent;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 1rem;
	margin-top: 2.5rem;
}

.btn-viewinner:hover{
	border-color: transparent;
	background-color: #680000;
}

.btn-viewinner i{
	padding-left: 8px;
}*/
.general-faqs h4{
	padding-bottom: 10px;
	
    font-size: 19px;
    font-weight: 500;
    color: #000000;
}

.admission-faqs h4{
	padding-bottom: 10px;
	padding-top: 30px;
	
    font-size: 19px;
    font-weight: 500;
    color: #000000;
}

.question-inner{
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;

	padding-bottom: 14px;
}

.answer-inner{
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
}

.qdiv{
	padding-bottom: 14px;
}
.questiondetail-inner{
	font-size: 18px;
	font-weight: 600;
	
	list-style-type: disc;
	list-style-position: inside; 
	display: list-item;
}
.answerdetail-inner{

	font-size: 16px;	
	line-height: 22px;
	color: #333333;
	font-weight: 600;
}
.merit-side{

	font-size: 18px;
	font-weight: 600;
	
}

.merned-based li{
	font-weight: 600;
	font-size: 16px;
	padding-bottom: 10px;
	margin-left: 17px;
	color: #333333;
}

.merned-based ul{
	padding-left: 0px;
}

@media(max-width: 984px){
	.namal-artss .media{
		display: block !important;
	}

	.lgo-btn-styinner{
		text-align: center;
		padding-bottom: 2rem;
		padding-top: 0px;
	}

	.btn-viewinner{
		height: 48px;
		width: 41%;
	}
}

@media(max-width: 425px){
	.bg-fee-inner .pull-right{
		margin-right: 0rem !important;
	}

	.btnss-adms{
		font-size: 13px !important;
	}
	.btn-viewinner{
		width: 70%;
	}

	.lgo-btn-styinner{
		padding-left: 0px !important;
	}

	.inner-pdng-text{
		padding-right: 1rem !important;
	}

	.namal-artss .media-body{
		padding-right: 0rem !important;
	}

	.guide-para{
		font-size: 15px !important;
	}

	.policy-guide h4{
		font-size: 15px !important;
	}

	.inner-abt-message{
		font-size: 24px !important;
	}

	.btn-menu i{
		padding-left: 0px;
	}
	.alert-bg{
		font-size: 16px !important;
	}

	.body-txt-inner{
		font-size: 15px !important;
	}

	.body-para-inner{
		font-size: 15px !important;
	}

	.listt li a{
		font-size: 15px !important;
	}

	.green-para{
		font-size: 15px !important;
	}

	.green-namal h4{
		font-size: 15px !important;
	}

	.guide-para{
		font-size: 15px !important;
	}

	.green-valley{
		font-size: 15px !important;
	}

	.hd-fee-structure{
		font-size: 15px !important;
	}
	.para-of-fee{
		font-size: 15px !important;
	}

	.para-exinfo{
		font-size: 15px !important;
	}

	.amount-exinfo{
		font-size: 15px !important;
	}

	.amount2-exinfo{
		font-size: 15px !important;
	}

	.general-fee-policy h4{
		font-size: 15px !important;
	}

	.general-fee-policy ul li{
		font-size: 15px !important;
	}

	.question-inner{
		font-size: 15px !important;
	}

	.answer-inner{
		font-size: 15px !important;
	}

	.general-faqs h4{
		font-size: 16px !important;
	}

	.admission-faqs h4{
		font-size: 16px !important;
	}

	.questiondetail-inner{
		font-size: 15px !important;
	}
	.answerdetail-inner{
		font-size: 15px !important;
	}

	.merit-side{
		font-size: 15px !important;
	}

	.merned-based li{
		font-size: 15px !important;
	}
	.abt-imran-text p{
		font-size: 15px !important;
		padding-right: 0rem !important;
	}
	.vision-text-inner p{
		font-size: 15px !important;
	}

	.vision-text-inner li{
		font-size: 15px !important;
	}

	.story-namal-parainner p{
		font-size: 15px !important;
	}

	.img-story-namal{
		height: auto !important;
	}

	.qec-inner-text{
		font-size: 15px !important;
	}

	.major-activity h6{
		font-size: 16px !important;
	}

	.major-activity li{
		font-size: 15px !important;
	}

	.img-inner-tp{
		height: 220px;
	}

}


@media(max-width: 320px){
	.policy-guide{
		padding-right: 0rem !important;
	}

	.search-icon{
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.cd-dropdown-trigger{
		padding: 0px 10px 0px 10px !important;
	}

	.mobile-tp-bg img{
		margin-top: 10px !important;
	}
	.inside-logo{
    	left: 75px !important;
	}
}
.mrng-btm-inner{
	margin-bottom: 0px;
}
/*end of soc*/

/*namal green*/
.green-namal h4{
	padding-bottom: 10px;

    font-size: 19px;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
}

.green-valley{

	font-size: 18px;
	font-weight: 500;
	color: #000000;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.image-green img{
	width: 100%;
	padding-bottom: 2rem;
}

.green-para{

	font-size: 18px;
	line-height: 22px;
	color: #000;
}
/*end Namal grren*/

/*fee stucture*/

.main-row{
	background-color: #f9f9f9;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
.bg-fee-inner{
	margin-left: 10px;
	margin-right: 10px;
		padding-top: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #cccbcc;
}


.hd-fee-structure{

	font-size: 18px;
	font-weight: 500;
	color: #000;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
}

.br-nonee{
	border-bottom:none !important;
}
.para-of-fee{
	font-size: 18px;

	margin-bottom: 0px;
}

.para-exinfo{
	font-size: 18px;

	margin-bottom: 0px;
	margin-left: 2rem;
}

.amount-exinfo{
	font-size: 18px;

	margin-bottom: 0px;
	margin-top: 1.5rem;
}

.amount2-exinfo{
	font-size: 18px;

	margin-bottom: 0px;
}

.bg-fee-inner .pull-right{
	margin-right: 3rem;
}

.general-fee-policy{
	margin-top: 3rem;
	padding-top: 2rem;
	margin-bottom: 2rem;
	border-top: 2px solid #dfdddb;
	border-bottom: 1px solid #dfdddb;
}

.general-fee-policy h4{

	font-size: 18px;
	font-weight: 500;
	color: #000000;
	text-transform: uppercase;
	padding-bottom: 20px;
}
.general-fee-policy ul{
	padding-left: 18px;
}
.general-fee-policy ul li{
	padding-bottom: 28px;
	
	font-size: 18px;
	line-height: 22px;
	color: #000;
}



.btnss-adms{
	height: 55px;
	color: #fff;
	font-size: 18px;
	margin-bottom: 25px;
	border-radius: 19px;
	white-space: inherit;
}



@media(max-width:425px){
	
}
/*end of fee structure*/

/*support office*/

/*end suport office*/


@media(max-width: 1280px){
	.inner-abt-heading{
		font-size: 30px;
	}

	.listt li a{
		font-size: 16px;
	}

	/*.inner-abt-message{
		font-size: 37px;
	}
*/
	.story-namal-parainner p{
		font-size: 16px;
	}

	.vision-text-inner{
		font-size: 17px;
	}

	.abt-imran-text p{
		font-size: 16px;
	}

	.qec-inner-text{
		font-size: 16px;
	}

	.major-activity li{
		font-size: 16px;
	}

	.para-of-fee{
		font-size: 17px;
	}

	.general-fee-policy ul li{
		font-size: 17px;
	}

	.btnss-adms{
		font-size: 17px;
	}

	.guide-para{
		font-size: 16px;
	}

	.green-para{
		font-size: 16px;
	}

	.alert-bg{
		font-size: 20px;
	}

	.body-para-inner{
		font-size: 17px;
	}

	.body-txt-inner{
		font-size: 17px;
	}

	.benefits ul li{
		font-size: 17px;
	}

	.answer-inner{
		font-size: 16px;
	}

	.question-inner{
		font-size: 17px;
	}

	.answerdetail-inner{
		font-size: 16px;
	}

	.questiondetail-inner{
		font-size: 17px;
	}

	.merit-side{
		font-size: 18px;
	}

	.merned-based li{
		font-size: 17px;
	}
}


.contributr-title{
	    font-weight: 900;
    font-size: 38px;
    padding-left: 6.5rem;
}

.lgo-btn-styinner .btn-more{
	font-weight: 500;
	text-transform: uppercase;
	font-size: 20px;
}



/*newstudent society page*/
.std-smhd{
	color: #333333;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 17px;
}

.text-std p{
	font-size: 16px;
    color: #333333;
    font-weight: 600;
    line-height: 22px;
    padding-right: 1rem;
}

.std-bg-pdng{
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.societies-imgstd{
	width: 100%;
	height: 219px;
}

.std-society-txt{
	padding-top: 20px;
	padding-left:15px;
	padding-right: 15px;
	padding-bottom: 15px;
	box-shadow: 0 0 10px rgba(0,0,0,.65), 0 3px 3px rgba(0,0,0,.65);
	height: 100px;
}

.society-hdstd{
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
}

.mrgn-stdinner{
	margin-bottom: 3.5rem;
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}

.std-society-decor{
	text-decoration: none;
}

.std-society-decor:hover{
	text-decoration: none;
}

.std-rw-mrgn{
	margin-top: 3rem;
}

.recent-event-img{
	width: 100%;
	height: 243px;
}
.colms-pdng-std{
	padding-left: 6px;
	padding-right: 6px;
	margin-bottom: 15px;
}

.upcoming-evnt-dt{
	padding-left: 20px;
	padding-right: 20px;
	padding-top:9px;
	text-align: center;
	padding-bottom: 7px;
}

.upcoming-evnt-dt span{
	font-size: 16px;
    /*letter-spacing: 5px;*/
}

.upcoming-evnt-dt h1{
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 0px;
}
.upcoming-evnt-txt{
	padding-left: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.upcoming-evnt-txt p{
	font-size: 14px;
	margin-bottom: 0px;
	color: #333333;
	font-weight: 600;
}

.bg-white{
	margin-bottom: 15px;
}

@media(max-width: 425px){
	.resp-evnts .media{
		display: block;
	}

	.upcoming-evnt-txt{
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.std-team-bg{
	background-color: #f5f2f0;
	padding-top: 3rem;
	padding-bottom: 6rem;
}

.item-info{
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 7px;
}

.item-info h1{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
}

.item-info span{
	font-size: 14px;
	font-weight: 600;
	color: #333333;
}

.item-info p{
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: 600;
	color: #333333;
}

.figure-item img{
	width: 100%;
	height: 256px;
}
/*end of student society*/


/*search data*/
.search-datahd{
	color: #333333;
	font-size: 45px;
	font-weight: 600;
	padding-bottom: 13px;
	margin-bottom: 20px;
	border-bottom: 1px solid #3333337a;
}

.search-title a{
	text-decoration: none;
	font-size: inherit;
}
.search-title a:hover{
	text-decoration: underline;
}

.search-title{
	font-size: inherit;
    height: auto;
    text-decoration: none;
}

.search-descrip p{
	font-size: 15px;
	padding-top: 5px;
	margin-bottom: 4px;
}

.url p{
	font-size: 14px;
	color: #006621;
	margin-bottom: 2px;
	padding-top: 2px;
}

.news-listing1{
	margin-bottom: 2rem; 
}
/*end of search data*/

.listing-evnt-col .card{
	border:transparent;
}

.listing-evnt-col .card{
	    border-radius: 0px;
    box-shadow: 0 0 10px rgba(0,0,0,.15), 0 3px 3px rgba(0,0,0,.15);
    overflow: hidden;
    margin-bottom: 2rem;
}

.listing-evnt-col .card img{
	height: 100%;
    width: 100%;
    border-radius: 0px;
}

.listing-evnt-col .card figure{
	overflow: hidden;
    margin-bottom: 0px;
}

.listing-evnt-col .card .card-body{
	position: relative;
    bottom: 10px;
    display: block;
}

.timing{
	font-size: 15px;
	color:#000;
}

.listing-hd{
	font-size: 30px;
	font-weight: 800;
	color: #333333;
	margin-bottom: 1px;
}

.listing-para {
    font-size: 27px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 2.5rem;
}
@media (min-width: 1024px){
	.listing-evnt-col .card .card-body {
	    height: auto;
	    padding-bottom: 0px;
	}
}

.pagination-news{
	margin-top: 2rem;
}

.page-link{
	padding: 0.7rem 0.99rem;
}

.resp-evnts .media{
	box-shadow: 0 0 10px rgba(0,0,0,.15), 0 3px 3px rgba(0,0,0,.15);
}

.listing-evnt-col{
	padding-left: 3rem;
	padding-right: 3rem;
}

@media(max-width: 425px){
	.listing-evnt-col{
		padding-left: 1rem;
		padding-right: 1rem;
	}	
}

.detail-nw-img{
	height: auto;
	width: 100%;
}

.ns-dtl-title {
    font-weight: bold;
    font-size: 25px;
    padding-top: 0.5rem;
    padding-bottom: 10px;
    margin-bottom: 9px;
}

.para-detail{
	padding-top: 2rem;
}


.para-detail p{
	font-size: 16px;
	color: #333333;
    font-weight: 600;
    line-height: 22px;
    padding-right: 1rem;
}

details:focus{
	outline: none !important;
}

#___gcse_1{
	width: 100% !important;
}
.cse .gsc-search-button-v2, .gsc-search-button-v2{
	height: 40px;
    border-radius: 0px !important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input{
	height: 32px !important;
}

.up-anvhr:hover{
    text-decoration: none;
}
#___gcse_0{
    width:100% !important;
}

/*pagination*/

.pagi li{
	list-style-type: none;
	background-color: #fff;
	color: #333333;
	display: inline-block;
	padding:10px 15px 10px 15px;
	/*border:1px solid #333333;*/
}

.pagi li a{
	color: #333333;
	text-decoration: none;
	margin-left: 7px;
}
.pagi li.active{
	background-color: #333333;
	color:#fff !important;
	box-shadow:0 0 10px rgba(0,0,0,.15), 0 3px 3px rgba(0,0,0,.15);
}

.pagi li.active a{
	color: #fff;

}

.pagi li:hover{
	box-shadow:0 0 10px rgba(0,0,0,.15), 0 3px 3px rgba(0,0,0,.15);
}
.pagi li a:hover{
	text-decoration: none;
}


.rgt-dvi{
	position: absolute;
	top: 21px;
	padding-right: 1rem;
	right: 0;
}

.customPrevBtn{
	padding-left: 10px;
	padding-right: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	margin-right: 5px;
	cursor: pointer;
}

.customNextBtn{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	margin-left: 5px;
	padding-bottom: 7px;
	cursor: pointer;
	text-align: center;
}

.item img{
	height: 220px;
}





.icon-stt{
	font-size: 24px !important;
}

.icon-social{
	font-size: 22px !important;
}



#gg-screen{
	z-index: 20000 !important;
}

.gg-element img{
	border-radius: 0px !important
}

.flashy-overlay{
	z-index: 20000 !important;
	background:#2c2a2afa !important;
}

.flashy-container .flashy-content.flashy-show img{
	height: 80vh !important;
}

.gcsc-find-more-on-google{
	display: none !important;
}


/*---contact us---*/
.contact-map{
	padding-top: 1.4rem;
	padding-bottom: 2rem;
	/*border:1px solid gray;*/
}
.inner-pdng-left{
	padding-right: 1rem;
	padding-left: 3rem;
}
.inner-pdng-right{
	padding-left: 1rem;
}
.inner-pdng-r{
	padding-right: 0px;
}
.contact-heading{
	
	font-size: 1.7rem;
	font-weight:650;
	padding-bottom: 10px;
}
.contact-form{
	background-color: #ffffff;
	padding-left: 2rem;
	padding-top: 1.4rem;
	padding-right: 2rem;

}
.form-control-1 {
    display: block;
    width: 100%;
    padding: 0.6rem 1rem;
    font-size: .84rem;
    letter-spacing: .1px;
    line-height: 1.5;
    color: #7f858ccc;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0px!important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-contact{
	border-radius: 0px;
	border:0px;
	padding: .8rem 2.4rem;
	margin-top: 10px;
	font-size: .9rem;
	margin-right: 10px;
	font-weight: 500;
}
.info-ul{
	display: inline-flex;
	list-style-type: none;
	padding-left: 0px;
}
.info-ul li{
	padding-right: 25px;
	font-size: .95rem;
	font-weight: 550;
}
.info-ul1 li{
	padding-right: 25px;
	font-size: .95rem;
	font-weight: 550;
}
.info-ul1{
	display: inline-flex;
	padding-left: 0px;	
	list-style-type: none;
	margin-bottom: 0px;
}
.contact-info{
	padding:30px;
	/*width: 601px;*/
}
.contact-para{
	font-size: .9rem!important;
	padding-bottom: 5px;
	padding-right: 2rem;
	line-height: initial;
}
@media(max-width: 768px){
	.inner-pdng-left {
    padding-right: 1rem;
    padding-left: 1rem;

	}
	.contact-info{
	margin-right: 2rem;
}
	.contact-map{
		padding-left: 1rem;
		padding-right:1rem; 
	}
}
@media(max-width: 425px){

.contact-info{
	margin-right: 2rem;
}
}
@media(max-width: 375px){
	.inner-pdng-left {
    padding-right: .2rem;
    padding-left: .2rem;
	}

	.btn-menu span{
		display: none;
	}

	#btn-ssty span{
		display: none;
	}
	.gsc-search-button{
		display: block !important;
		width: 100% !important;
		margin-left: 0px !important;
	}
	.btn-search{
		margin-left: 0px;
		margin-top: 1.5rem;
	}
	.contact-map{
		padding-left: .2rem;
		padding-right:.2rem; 
	}

	.gsc-search-box-tools .gsc-search-box .gsc-input{
		padding-right: 0px;
	}
	table.gsc-search-box td{
		display: block !important;
	}

	.gsst_b{
		display: none;
	}
}
@media(max-width: 320px){
	.inner-pdng-left {
    padding-right: 0rem;
    padding-left: 0rem;

	}
	.contact-map{
		padding-left: 0rem;
		padding-right:0rem; 
	}
}
@media(min-width: 767px){
	.contact-map{
		padding-left: 3rem;
		padding-right:3rem; 
	}
}

/*--end of contact-*/


@media(max-width: 375px){
	.btn-search{
		padding-left: 10px !important;
		padding-right: 10px !important;

	}
}

/* Custom CSS by SDC */
.shadow {
  box-shadow: 1px 3px 6px 0px rgba(0,0,0,0.41), 0px 6px 20px 0px rgba(0,0,0,0.41) !important;
}

.border {
  border: 0px solid #dee2e6 !important;
}