body {
  overflow-x: hidden !important;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "NeoSans-Std-Regular";
  font-size: 14px;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a, a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

input:focus {
  outline: none;
}

p {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 0;
  color: #404040;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1{
  font-size: 35px;
  line-height: 42px;
}

h2{
  font-size: 28px;
  line-height: 38px;
}

h3{
  font-size: 24px;
  line-height: 31px;
}

h4{
  font-size: 21px;
  line-height: 28px;
}

h5{
  font-size: 18px;
  line-height: 25px;
}

h6{
  font-size: 14px;
  line-height: 21px;
}



/*---------------------------------------------------------------------------------------------------------------*/

/* 01 - COMMON ELEMENTS */

/*---------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 1340px) {
  .container {
    max-width: 1140px;
  }
}







.mastwrap {
  z-index: 1;
  border-bottom: 0;
  position: relative;
}



.full-height {
  height: 100vh;
}

.full-width {
  width: 100%;
}

.half-height {
  height: 50vh;
}


.transparent-bg{
  background: transparent !important;
}
.animate {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.visibility-hide, .hide-block {
  visibility: hidden !important;
  opacity: 0 !important;
}

.item-fade {
  opacity: 0.5 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.no-pad {
  padding: 0 !important;
}

.pos-center {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.pos-center-wrap {
  display: table;
  width: 100%;
  height: 100%;
}

.vertical-center{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.v-center > * {
  display: inline-block;
  vertical-align: middle;
  float: none !important;
}




.net-parallax {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed !important;
}
.net-parallax.no-parallax {
  background-attachment: scroll !important;
}

.covered-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

}

.ease {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.parallax-ease {
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.img-center-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.col-no-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.net-text-block {
  height: auto;
}

.net-text-block dfn {
  font-style: inherit;
}

.net-text-block span {
  display: inline-block;
  width: auto;
  float: none;
}

.net-text-block .text-block-element {
  height: auto;
  width: auto;
  padding: 0;
  margin: 0;
}





/*---------------------------------------------------------------------------------------------------------------*/

/* A - SPACING */

/*----------------------------------------------------------------------------------------------------------------*/

.pad-top {
  padding-top: 140px;
}

.pad-top-half {
  padding-top: 70px;
}

.pad-min-top {
  padding-top: 35px;
}

.pad-min-top-half {
  padding-top: 20px;
}

.pad-bottom {
  padding-bottom: 140px;
}

.pad-bottom-half {
  padding-bottom: 70px;
}

.pad-min-bottom {
  padding-bottom: 35px;
}

.pad-min-bottom-half {
  padding-bottom: 20px;
}

.add-top {
  margin-top: 140px;
}

.add-top-half {
  margin-top: 70px;
}

.add-min-top {
  margin-top: 35px;
}

.add-min-top-half {
  margin-top: 20px;
}

.add-bottom {
  margin-bottom: 140px;
}

.add-bottom-half {
  margin-bottom: 70px;
}

.add-min-bottom {
  margin-bottom: 35px;
}

.add-min-bottom-half {
  margin-bottom: 20px;
}

.pad-top-110 {
  padding-top: 110px;
}

.move-to-top {
  margin-top: -250px;
}

.move-to-top-half {
  margin-top: -125px;
}

.move-to-top-quarter {
  margin-top: -60px;
}

.move-to-top-200{
  margin-top: -200px;
}

.move-to-top-175{
  margin-top: -175px;
}

/*---------------------------------------------------------------------------------------------------------------*/

/* B - FONTS */

/*----------------------------------------------------------------------------------------------------------------*/
.light-font{
  font-family: "NeoSans-Light";
}
.regular-font{
  font-family: "NeoSans-Std-Regular";
}
.regular-italic-font{
  font-family: "NeoSans-Italic";
}
.medium-font{
  font-family: "NeoSans-Medium";
}
.bold-font{
  font-family: "NeoSans-Bold";
}
.black-font{
  font-family: "NeoSans-Black";
}


/*----------------------------------------------------------------------------------------------------------------*/

/* C - TEXT TRANSFORMS */

/*----------------------------------------------------------------------------------------------------------------*/

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}


/*----------------------------------------------------------------------------------------------------------------*/

/* D - COLORS */

/*----------------------------------------------------------------------------------------------------------------*/
.white{
  color: #ffffff;
}

.white-bg{
  background-color: #ffffff;
}
.dark{
  color: #4A4A4A;
}

.stripes-bg {
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 8px,
    #ccc 8px,
    #ccc 10px
  );
}

.extended-container{
  width: 100%;
  padding-left: 65px;
  padding-right: 65px;

}


html.preloader-running, body.preloader-running {
  overflow: hidden;
}

div#preloader {
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99999;
}

#status {
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99999;
  background-repeat: no-repeat;
  background-position: center;
}

.pre-header{


}
.pre-header ul{
  margin: 0;
  padding: 0;
}
.pre-header li{
  display: inline-block;
  list-style: none;
}
.pre-header ul li a{
  padding: 7.5px 30px;
  font-size: 14px;
  display: inline-block;
  color: #ffffff !important;
}

header{
  padding: 0px 0;
  box-shadow: rgba(0,0,0,0.1) 0px 0px 5px 5px;
  position: relative;
  z-index: 210;
}
header.header-fixed{
  width: 100%;
  position: fixed;
  top: 0;
}
body.admin-bar header.header-fixed{
  top: 32px;
}
.mastwrap.content-pos-adjustment{
  padding-top: 144px;
}

/* body.admin-bar .mastwrap.content-pos-adjustment{
  padding-top: 176px;
} */

header .logo-holder {
    width: 300px;
    float: left;
    padding: 6px 0px;
    
}

header nav{
  width: calc(100% - 300px);
  float: right;
  height: 74px;
}


header nav > ul{
  margin: 0;
  padding: 0;
  display: inline-block;

}

header nav > ul > li{
  display: inline-block;
  list-style: none;
  position: relative;
}
header nav > ul > li > a{
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
  padding: 7px 10px 5px;
  border-radius: 20px;
  font-family: "NeoSans-Medium";
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
header nav > ul > li > a:hover, header nav > ul > li.current-menu-item > a {
    color: #FF001F;
  
}


header nav ul.sub-menu{
  position: absolute;
  left:0px;
  top: 60px;
  margin: 0;
  padding: 0;
  width: 200px;
  text-align: left;
  padding: 0px 0px;
  /* border-radius: 6px; */
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background-color:#FFF; 
  box-shadow: 0 2px 12px 0 rgba(0,0,0,0.30);
}
header nav ul.sub-menu .sub-menu {
	top: 0;
    left: 200px!important;
}

.current-menu-parent>a, .current-menu-item>a {
    background: #eb2534;
    color: #fff!important;
}
header nav ul.sub-menu::before{
  content: '';
  display: inline-block;
  position: absolute;
  width: 0px;
  height: 0px;
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  top: -25px;
  left: 30px;
  z-index: 105;
}
header nav ul.sub-menu::after{
  content: '';
display: inline-block;
position: absolute;
width: 100%;
height: 35px;
z-index: 100;
top: -34px;
left: 0px;

}
.menu-item-has-children .menu-item > ul.sub-menu {
	left: 150px;
}
header nav ul.sub-menu li { width:200px;    position: relative;}
header nav ul.sub-menu li a{
  color:#182c77;
  font-size: 12px;
  font-family: "NeoSans-Std-Regular";
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;  
  display:inline-block;
  width:200px;
  padding:6px 12px;
  border-bottom: solid 1px #e3e3e3;
}

header nav ul.sub-menu li a:hover {
  color:#fff; 
  background-color:#039; 
  padding:6px 12px;
  
 
}
header nav ul li.menu-item-has-children:hover > ul.sub-menu{
  opacity: 1;
  visibility: visible;
}

header nav ul.sub-menu li{
  display: block;
  
}
header nav ul.sub-menu li:last-child{
  margin-bottom: 0px;
}


.net-text-block {
  height: auto;
}

.net-text-block dfn {
  font-style: inherit;
  color: #1A3082;
}

.net-text-block span {
  display: inline-block;
  width: auto;
  float: none;
}

.net-text-block .text-block-element {
  height: auto;
  width: auto;
  padding: 0;
  margin: 0;
}




.net-hero-section-height{
  height: 70vh;
}

.net-hero-section-pattern-holder{
  position: relative;
}

.net-hero-section-pattern-holder img{
  position: absolute;
  bottom: -60px;
  left: 15px;
  /* transform: translateY(50%); */
}

.hero-section-content-wrap{
  padding: 10px;
  width: 100%;
  background-image: linear-gradient(223deg, #385EB8 0%, #1A3082 100%);
  box-shadow: 0 5px 21px 12px rgba(0,0,0,0.08);
  border-radius: 13px;
  transform: translateY(40%);
  position: relative;
   padding: 10px !important;
    margin: 0 0 0 30px !important;
	top:-50px !important; 
}

.hero-section-content-wrap h1{
   font-size: 22px !important;
    line-height: 32px !important;
	padding-bottom:0px;
}

.hero-section-content-wrap p{
  font-size: 14px;
  line-height: 22px;
  padding-right: 0px;
}

.hero-section-content-wrap img{
  position: absolute;
  top: -75px;
  right: -75px;
  /* transform: translate(55%, -55%); */
  width: 110px !important;
}

.net-simple-button{
  font-size: 16px;
}

.net-simple-button span{
  padding-bottom: 5px;
  border-bottom: transparent solid 1px;
}
.net-simple-button + .net-simple-button {
  margin-left: 40px;
}

.net-lightbox-video{
  position: relative;
  display: inline-block;
  /* margin-right: 25px; */
}

.net-lightbox-video .poster-image-holder{
  position: relative;
  display: inline-block;
  z-index: 50;
}

.net-lightbox-video .poster-image-holder .dots-pattern{
  position: absolute;
  z-index: 55;
}

.net-lightbox-video .poster-image-holder .dots-pattern.pos-top-left{
  top: -30px;
  left: 30px;
}

.net-lightbox-video .poster-image-holder .dots-pattern.pos-top-right{
  top: -30px;
  right: 30px;
}

.net-lightbox-video .poster-image-holder .dots-pattern.pos-bottom-right{
  bottom: -30px;
  right: 30px;
}

.net-lightbox-video .poster-image-holder .dots-pattern.pos-bottom-left{
  bottom: -30px;
  left: 30px;
}

.net-lightbox-video .poster-image-holder .play-icon-holder{
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  z-index: 58;
  transform: translate(-50%, -50%);
}
.net-lightbox-video .poster-image-holder .play-icon-holder:hover{
  transform: translate(-50%, -50%) scale(0.9);
}

.net-lightbox-video .stripes-bg{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 30;
}

.net-lightbox-video .stripes-bg.pos-top-left{
  top: -25px;
  left: -25px;
}
.net-lightbox-video .stripes-bg.pos-top-right{
  top: -25px;
  right: -25px;
}
.net-lightbox-video .stripes-bg.pos-bottom-right{
  bottom: -25px;
  right: -25px;
}
.net-lightbox-video .stripes-bg.pos-bottom-left{
  bottom: -25px;
  left: -25px;
}

.net-student{
  width: 160px;
  height: 160px;
  border-radius: 50%;
  position: relative;
  /* margin: 0 auto; */
  display: inline-block;
  float: left;
  margin: 10px;
}
.net-student img{
  position: absolute;
  top: 0;
  right: 0;
}

.net-statistics{
  width: 160px;
  height: 160px;
  border-radius: 50%;
  position: relative;
  /* margin: 0 auto; */
  display: inline-block;
  float: left;
  margin: 10px;
  background-color:#153980!important;
}

.net-statistics .stat-count{
  font-size: 36px;
}
.net-statistics .stat-title{
  font-size: 16px;
  line-height: 18px;
  padding: 0 25px;
  margin-top: 10px;
}

.net-intermediate-section{
  padding: 100px 0px;
  position: relative;
  overflow: hidden;
}
.net-intermediate-section h2{
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 30px;
}

.net-intermediate-section h4{
  font-size: 18px;
}

.net-intermediate-section .large-sun{
  position: absolute;
  bottom: 0;
  left: 0;
}

.net-section-heading h2{
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 63px;
  padding-top: 15px;
  padding-bottom: 5px;
}

.net-section-heading p{
  font-size: 14px;
  line-height: 29px;
}

.net-institutes{

  background: #FFFFFF;
  box-shadow: 0 2px 15px 0 rgba(0,0,0,0.38);
  display: inline-block;
  width: 100%;
}

.net-large-button{
  font-size: 24px;
  line-height: 23px;
  display: inline-block;
  width: 100%;
  padding: 35px 10px;
  border-radius: 8px;
  position: relative;
}

.net-large-button span{
  padding-right: 5px;
}

.net-large-button .white-dot-pattern{
  position: absolute;
  right: 30px;
  top: -25px;
}



.events-carousel .event-slide-item{
  position: relative;
  padding: 15px;
  margin: 50px 15px;
  background: #FFFFFF;
  box-shadow: 0 0 11px 2px rgba(0,0,0,0.10);
  border-radius: 9px;
}
.events-carousel .event-slide-item .event-date{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-image: linear-gradient(50deg, #EA053B 6%, #E84100 100%);
  margin-top: -55px;
}
.events-carousel .event-slide-item .event-date .event-day{
  font-size: 28px;
  line-height: 26px;
}
.events-carousel .event-slide-item .event-date .event-month{
  font-size: 18px;
  line-height: 18px;
  padding-top: 3px;
}
.events-carousel .event-slide-item h3{
  font-size: 24px;
  line-height: 29px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.events-carousel .event-slide-item p{
  font-size: 14px;
  line-height: 18px;
}
.events-carousel{
  position: relative;
}
.events-carousel .owl-nav{
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.events-carousel .owl-nav button{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  background: transparent !important;
  font-size: 26px !important;
  width: 45px;
  height: 45px;
  border-radius: 50% !important;
}
.events-carousel .owl-nav .owl-prev i{
  display: inline-block;
  transform: translate(-3px, 3px);
}
.events-carousel .owl-nav .owl-next i{
  display: inline-block;
  transform: translate(3px, 3px);
}
.events-carousel .owl-nav .owl-prev{
  left: -100px;

}
.events-carousel .owl-nav .owl-next{
  right: -100px;

}


.net-blog-list .post-grid-item{
  height: 170px;
  border-radius: 5px;
  position: relative;
  width: 100%;
  margin-bottom: 30px;

}
.net-blog-list .post-grid-item .net-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 2;
  border-radius: 5px;
}
.net-blog-list .post-grid-item a{
  display: inline-block;
  width: calc(100% - 30px);
  height: auto;
  vertical-align: bottom;
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 11;
}

.net-blog-list .post-grid-item h2{
  font-size: 18px;
  line-height: 23px;
}

.net-blog-list .post-grid-item h6{
  margin-top: 5px;
  font-size: 10px;
  line-height: 10px;
}

.icon-block-wrap{
  height: 240px;
  position: relative;
}
.icon-block-wrap a{
  display: inline-block;

}
.icon-block-wrap .icon-block-text h4{
  font-size: 20px;
  margin-top: 15px;
}

.icon-block-wrap .dots-pattern{
  position: absolute;
  right: 0;
  bottom: 20px;
  /* opacity: 0.5; */
  mix-blend-mode: overlay;
}
.contact-method-each{
  margin-bottom: 20px;
}
.contact-method-wrapper .contact-method-each:last-child{
  margin-bottom: 0px;
}
.contact-method-each .icon-wrap{
  width: 25px;
  float: left;
}
.contact-method-each .icon-wrap i{
  font-size: 20px;
}

.contact-method-each .contact-method-content-panel{
  width: calc(100% - 30px);
  float: right;
  font-size: 18px;
  line-height: 22px;
}




.page-header{
  background-image: url(../images/page-header-bg.jpg);
  padding: 24px 0px;
}

.page-header h1{
  font-size: 30px;
  line-height: 43px;
}


.bread-crumbs{
  font-size: 14px;
  font-family: "NeoSans-Std-Regular";
}
.bread-crumbs a:hover{
  text-decoration: underline;
}


/* .net-lightbox-video.interactive-image .poster-image-holder .dots-pattern{
  right: unset;
  left: 30px;
} */


.net-button{
  /* border-radius: 6px; */
  display: inline-block;
  border: solid 1px;
  padding:12px;
  font-size: 16px;
  line-height: 18px;

}
.net-button + .net-button{
  margin-left: 25px;
}

.net-button.white-btn.outline-btn{
  color: #FFF;
  border-color: #FFF;
}
.net-button.white-btn.outline-btn:hover{
  color: #4A4A4A;
  border-color: #FFF;
  background: #FFF;
}

.net-button.dark-btn.outline-btn{
  color: #4A4A4A;
  border-color: #4A4A4A;
}
.net-button.dark-btn.outline-btn:hover{
  color: #FFF;
  border-color: #4A4A4A;
  background: #4A4A4A;
}

.net-button.white-btn.filled-btn{
  background-color: #FFF;
  border-color: #FFF;
  color: #4A4A4A;
}
.net-button.white-btn.filled-btn:hover{
  background-color: transparent;
  border-color: #FFF;
  color: #FFF;
}

.net-button.dark-btn.filled-btn{
  background-color: #4A4A4A;
  color: #FFF;
  border-color: #4A4A4A;
}
.net-button.dark-btn.filled-btn:hover{
  background-color: transparent;
  color: #4a4a4a;
  border-color: #4A4A4A;
}




.net-chairman .chairman-image-holder, .net-hod .hod-image-holder{
  position: relative;
  display: inline-block;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  z-index: 105;
}

.net-chairman .chairman-image-holder .mini-sun{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 104;
}

.net-chairman .chairman-image-holder .dots-pattern{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 106;
}
.net-hod .hod-image-holder .dots-pattern{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 106;
}


.net-chairman h4 {
  margin-top: 20px;
  font-size: 28px;
  line-height: 36px;
}

.net-chairman h6, .net-hod h6 {
    font-size: 12px;
    line-height: 26px;
	padding:0 0 10px 0;
    
}
.net-hod h4{
  margin-top: 20px;
  font-size: 18px;
  line-height: 32px;
}
.net-hod h6{
  color: #4A4A4A;
}

/*  */
.net-trustee-member .trustee-member-image-holder{
  position: relative;
  display: inline-block;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  z-index: 105;
}

.net-trustee-member .trustee-member-image-holder .mini-sun{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 104;
}

.net-trustee-member .trustee-member-image-holder .dots-pattern{
  position: absolute;
  z-index: 106;
}

.net-trustee-member .trustee-member-image-holder .dots-pattern.pos-top-left{
  left: 0;
  top: 0;
}
.net-trustee-member .trustee-member-image-holder .dots-pattern.pos-top-right{
  right: 0;
  top: 0;
}
.net-trustee-member .trustee-member-image-holder .dots-pattern.pos-bottom-right{
  right: 0;
  bottom: 0;
}
.net-trustee-member .trustee-member-image-holder .dots-pattern.pos-bottom-left{
  left: 0;
  bottom: 0;
}


.net-trustee-member h4{
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 20px;
}

.net-trustee-member h6{
  font-size: 14px;
  line-height: 14px;
}




.net-timeline {
  list-style: none;
}
.net-timeline > li {
  margin-bottom: 60px;
}
.net-timeline-date {
  font-size: 24px;
}
.net-timeline-content{
  font-size: 18px;
}
/* for Desktop */
@media ( min-width : 640px ){
  .net-timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .net-timeline-date {

    width: 110px;
    float: left;
    margin-top: 20px;
  }
  .net-timeline-content {
    width: calc(100% - 110px);
    float: left;
    border-left: 1px #9B9B9B solid;
    padding-left: 50px;
    padding-bottom: 60px;
  }
  .net-timeline-content:before {
    content: '';
    width: 35px;
    height: 45px;
    background: url(../images/sun-symbol.svg) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    left: 99px;
    top: 5px;
  }
}


.net-image-gallery-title{
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 25px;
}

.net-image-gallery-item{
  margin-bottom: 30px;
}
.net-image-gallery-grid-wrap .net-image-gallery-item:nth-last-child(-n+3){
  margin-bottom: 0px;
}



.recognition-block-wrap{
  padding: 0px 40px 40px;
  background: #FFFFFF;
  box-shadow: 0 1px 13px 0 rgba(0,0,0,0.13);
  border-radius: 5px;
  position: relative;
}

.recognition-block-wrap .icon-block{
  width: 110px;
  height: 110px;
  border-radius: 50%;
  box-shadow: 0 1px 13px 0 rgba(0,0,0,0.13);
  background-size: 60px auto;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-top: -40px;
  display: inline-block;
  background-color: #FFF;
}

.recognition-block-wrap h3{
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 30px;
  margin-top: 40px;
}
.recognition-block-wrap p{
  font-size: 14px;
  line-height: 21px;
}
.recognition-block-wrap .button-wrap{
  margin-top: 30px;
}
.recognition-block-wrap .dots-pattern{
  position: absolute;
  bottom: 20px;
  right: 20px;
}


.net-divider{
  position: relative;
}
.net-divider img{
  background: #FFF;
}
.net-divider:after{
  content: '';
  display: inline-block;
  width: calc(100% - 48px);
  height: 1px;
  background: #D8D8D8;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-2px);
}



.net-scroll-links{
  background: #303753;
}
.net-scroll-links ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.net-scroll-links ul li{
  display: inline-block;
  margin: 10px;
}

.net-scroll-links ul li a{
  font-size: 14px;
}

.blog-container{
  padding: 50px 0px;
}
.blog-post-each{
	    margin-bottom: 30px;
    background: #f2f0ee;
    padding-top: 15px;
    padding-bottom: 15px;
  
}

.blog-post-each .featured-image-wrap img{
  /* border-radius: 6px; */
}


.blog-post-each .blog-post-title{
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 10px;
}
.blog-post-each p{
  margin-bottom: 20px;
}
.blog-post-each .button-wrap a{
      padding: 8px 15px;
}

.blog-post-each .post-attrs{
  /* margin-bottom: 20px; */
  display: inline-block;
  width: 100%;
}
.blog-post-each .post-attrs .post-category-list{
  width: calc(100% - 100px);
  float: left;
}
.blog-post-each .post-attrs .post-category-list a{
    display: inline-block;
    color: #fff;
    font-family: "NeoSans-Std-Regular";
    font-size: 12px;
    padding: 2px 10px;
    background: #eb2534;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 2px;
}

.blog-post-each .post-attrs .post-date{
  width: 100px;
  float: left;
}

.blog-post-each .post-attrs .post-date span{
  font-size: 12px;
  padding-left: 5px;
}

.grey{
  color: #9B9B9B;
}


.single-post-title{
    font-size: 25px;
    line-height: initial;
    margin-bottom: 15px;
    margin-top: 10px;
}
.single-post-featured-image{
  margin-bottom: 30px;
  position: relative;
}
.single-post-left-panel{
  margin-bottom: 0px;
      padding-left: 15px;
    padding-right: 15px;
}

.single-post-featured-image .dots-pattern{
  position: absolute;
  bottom: 100px;
  left: -25px;
}



.form-section {
  background: #FFFFFF;
  padding: 35px 30px 60px;
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
  

}

.enquiry-form input[type="text"], .enquiry-form input[type="email"], .enquiry-form input[type="tel"]{
	font-size: 14px;
	line-height: 21px;
	font-family: "NeoSans-Std-Regular";
	color: #555;
	padding: 11px 13px 7px 13px;
	text-align: left;
	margin-bottom: 10px;
	display: block;
	width: 100%;
	background: transparent;
	border: 1px solid #e3e3e3;
	/* border-radius: 5px; */
	outline: none;
}

.enquiry-form textarea{
	font-size: 14px;
	line-height: 21px;
	font-family: "NeoSans-Std-Regular";
	color: #555;
	padding: 19px 13px 15px 13px;
	text-align: left;
	display: block;
	width: 100%;
	background: transparent;
	border: 1px solid #e3e3e3;
	/* border-radius: 5px; */
	outline: none;
	resize: none;
	height: 100px;
}

.enquiry-form ::-webkit-input-placeholder{ /* WebKit browsers */
    font-size: 14px;
	line-height: 21px;
	font-family: "NeoSans-Std-Regular";
	color: #555;
   	text-align: left;
    opacity:  1;
    font-weight: 400;
}

.enquiry-form :-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
    font-size: 14px;
	line-height: 21px;
	font-family: "NeoSans-Std-Regular";
	color: #555;
   	text-align: left;
    opacity:  1;
    font-weight: 400;
}

.enquiry-form ::-moz-placeholder{ /* Mozilla Firefox 19+ */
    font-size: 14px;
	line-height: 21px;
	font-family: "NeoSans-Std-Regular";
	color: #555;
   	text-align: left;
    opacity:  1;
    font-weight: 400;
}

.enquiry-form :-ms-input-placeholder{ /* Internet Explorer 10+ */
    font-size: 14px;
	line-height: 21px;
	font-family: "NeoSans-Std-Regular";
	color: #555;
   	text-align: left;
    opacity:  1;
    font-weight: 400;
}

.enquiry-form input[type="submit"]{
  float: right;
	position: relative;
    z-index: 1;
	padding: 7px 25px 5px;
	margin-top: 0px;
	outline: none;
	border: 1px solid #1A3082;
	box-shadow: none;
	background: #1A3082;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	font-family: "NeoSans-Std-Regular";
  cursor: pointer;
	-webkit-transition: all .5s ease-in;
	   -moz-transition: all .5s ease-in;
		-ms-transition: all .5s ease-in;
		 -o-transition: all .5s ease-in;
      transition: all .5s ease-in;

}

input:focus,
select:focus,
textarea:focus,
button:focus {
		outline: none !important;
		box-shadow: none !important;
		border-color: #ced4da !important;
}

.dropdownjs {
	width: 100%;
}

.dropdownjs > ul {
	width: 100%;
	max-width: 100%;
}

.fakeinput {
	border: 1px solid #e3e3e3;
	/* border-radius: 5px; */
	margin-bottom: 10px;
}

.dropdownjs > .fakeinput {
	font-size: 14px;
	line-height: 21px;
	font-family: "NeoSans-Std-Regular";
	background: #fff;
	padding: 11px 29px 7px 13px !important;
	color: #555;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.dropdownjs > .fakeinput span {
	width: 100%;
	display: inline-block;
	background: url(../images/dropdown.svg) 100% 3px / 11px no-repeat #fff;
}

.dropdownjs > ul {
	padding: 9px 29px 0px 13px !important;
	box-shadow: none;
	border: 1px solid #1A3082;
	border-radius: 5px;
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.dropdownjs > ul > li:first-child {
	padding-top: 10px;
	background: url(../images/dropdown.svg) 100% 10px / 15px no-repeat #fff;
}

.dropdownjs > ul > li {
	font-size: 14px;
	line-height: 21px;
	font-family: "NeoSans-Std-Regular";
	padding: 10px 0;
	margin: 0;
	color: #555;
	border-bottom: 1px solid #555;
}

.dropdownjs > ul > li:first-child, .dropdownjs > ul > li:last-child {
	border-bottom: none;
}

.dropdownjs > ul > li:first-child.selected, .dropdownjs > ul > li:first-child:active {
	color: #555;
}




.net-featured-image-content-wrap{
  position: relative;
}
.net-featured-image .poster-image-holder{
  position: relative;
  z-index: 100;
}
.net-featured-image h4{
  width: 415px;
  padding: 30px 50px;
  font-size: 36px;
  line-height: 43px;
  position: absolute;
  z-index: 102;
  bottom: 50px;
}

.net-featured-image h4 .dots-pattern{
  position: absolute;
  top: -130px;
  z-index: 103;
}
.net-featured-image-right-aligned .poster-image-holder img{
  float: left;
}
.net-featured-image-right-aligned h4{
  right: 0;
}

.net-featured-image-right-aligned h4 .dots-pattern{
  right: 0;
}

.net-featured-image-left-aligned .poster-image-holder img{
  float: right;
}

.net-featured-image-left-aligned h4{
  left: 0;
}

.net-featured-image-left-aligned h4 .dots-pattern{
  left: 0;
}

.map-container-wrapper{
  position: relative;
}

.map-container-wrapper .dots-pattern{
  position: absolute;
  top: 35px;
  left: -60px;
}

.highlighted-event{
  padding: 60px 25px 30px;
  background-image: url(../images/highlight-event-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  border-radius: 10px;
}

.highlighted-event h4{
  font-size: 24px;
  line-height: 34px;
  word-break: break-word;
}

.highlighted-event h3{
  font-size: 72px;
  line-height: 58px;
  padding-top: 35px;
}

.highlighted-event .button-wrap{
  margin-top: 50px;
}

.blog-post-sidebar .widget{
  margin-bottom: 60px;
}

.blog-post-sidebar .widget .widget-heading{
  font-size: 2.143rem;
  line-height: 27px;
  width: 100%;
  margin-bottom: 20px;
      font-family: "Roboto Slab",sans-serif;
}

.blog-post-sidebar .widget .widget-heading:after{
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  margin-top: 15px;
  background-color:#f3701d!important;
}
.blog-post-sidebar .widget ul li {
    margin-bottom: 10px;
}
.blog-post-sidebar .widget ul li a {
	color: #1b1b1b;
    font-size: 18px;
}
.blog-post-sidebar .widget ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.blog-post-sidebar .widget .upcoming-events-list-item{
  margin-bottom: 10px;
}
.blog-post-sidebar .widget .upcoming-events-list-item:last-child{
  margin-bottom: 0px;
}
.blog-post-sidebar .widget .upcoming-events-list-item a{
  display: inline-block;
}
.blog-post-sidebar .widget .upcoming-events-list-item a:hover span{
  text-decoration: underline;
}
.blog-post-sidebar .widget .upcoming-events-list-item i{
  display: inline-block;
  width: 35px;
  float: left;
  font-size: 20px;
  transform: translateY(-4px);
}
.blog-post-sidebar .widget .upcoming-events-list-item span{
  display: inline-block;
  width: calc(100% - 35px);
  float: left;
  font-size: 14px;
  line-height: 21px;
}


.blog-pagination .navigation ul{
  margin: 0px;
  padding: 0px;
}
.blog-pagination .navigation li a,
.blog-pagination .navigation li a:hover,
.blog-pagination .navigation li.active a,
.blog-pagination .navigation li.disabled {
    color: #fff;
    text-decoration:none;
    font-family: "NeoSans-Std-Regular";
    font-size: 16px;
    -webkit-transition: all .3s ease-in;
	   -moz-transition: all .3s ease-in;
		-ms-transition: all .3s ease-in;
		 -o-transition: all .3s ease-in;
      transition: all .3s ease-in;
}

.blog-pagination .navigation li {
    display: inline;
}

.blog-pagination .navigation li a,
.blog-pagination .navigation li a:hover,
.blog-pagination .navigation li.active a,
.blog-pagination .navigation li.disabled {

    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}

.blog-pagination .navigation li a:hover,
.blog-pagination .navigation li.active a {
    background-color: #3C8DC5;
}

.event-date-higlight{
  padding: 30px;
  border-radius: 6px;
  margin-bottom: 35px;
  margin-top: 40px;
}
.event-date-higlight h6{
  font-size: 10px;
  letter-spacing: 1.55px;
}
.event-date-higlight h4{
  font-size: 24px;
  line-height: 30px;
}
.event-single-post-content{
  padding-bottom: 100px;
}


.department-carousel .department-slide-item {
  position: relative;
  padding: 20px 15px;
  margin: 50px auto;
  box-shadow: 3px 0px 5px #907474;
  background-image: linear-gradient(-180deg, #385EB8 0%, #1A3082 100%);
  border-radius: 7px;
  width: 260px;
  height: 255px;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
}
.department-carousel .department-slide-item a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.department-carousel .department-slide-item .department-icon img {
  width: 84px;
  height: 84px;
  float: right;
}
.department-carousel .department-slide-item .department-name {
	float: left;
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-size: 20px;
    font-weight: 200;
    line-height: 33px;
    padding: 0 60px 20px 20px;
    font-family: "NeoSans-Std-Regular";
    color: #fff;
	
}

.department-carousel .department-slide-item:hover {
  background-image: linear-gradient(-180deg, #FF001F 0%, #FF001F 100%);
}
.department-carousel .owl-nav {
  display: inline-block !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  margin-top: 0;
  z-index: -1;
}
.department-carousel .owl-nav button:hover {
  background: #fff !important;
}
.department-carousel .owl-nav button i {
  font-size: 31px;
  line-height: 21px;
  color: #4a4a4a;
}
.department-carousel .owl-nav .owl-prev {
  left: -65px;
  position: relative;
  width: 50px;
  height: 50px;
  float: left;
}
.department-carousel .owl-nav .owl-next {
  right: -65px;
  position: relative;
  width: 50px;
  height: 50px;
  float: right;
}


.about-nit-button {
  padding: 40px 0;
  width: 100%;
  font-family: "NeoSans-Medium";
}

.net-scroll-links-to a {
  font-size: 14px;
  line-height: 27px;
}


.faculty-image-holder {
  width: 100%;
  height: 250px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 30px;
}
.net-faculty-designation {
  font-size: 14px;
  color: #4a4a4a;
  margin-top: 5px;
}

/* Yasar -added start from here*/
.align-justify {
text-align:justify
}
p {
margin-bottom: 1rem
}
.custom-featured-box .content-title {
    color: #07367a;
}
.custom-featured-box .content-desc {
    font-size: 18px;
}
.custom-featured-box .content-position{
color:#fe2713;
}

.custom-accordion .kc_accordion_header {
background: #093478;
}
.custom-accordion .kc_accordion_header>a {
color:#fff!important;
}

.custom-accordion .kc_accordion_content {
color:#000
}

.custom-accordion .kc_accordion_content li {
    margin-bottom: 10px;
    list-style-type: none;
    list-style-image: url(http://engineering.navodaya.edu.in/wp-content/uploads/2019/12/right-arrow-1.png);
}

.custom-accordion .kc_accordion_header>span.ui-accordion-header-icon {
    color: #de1935!important;
}
.custom-icon-box .icon-block-text h4 {
    color: #1a3082;
}

.custom-icon-box img {
    width: 50px;
}
.custom-icon-box {
height:150px;
}
.ctshowcase-team-member-bio-content {
text-align:justify;
}
.ctshowcase-team-member-bio-content strong {
    color: #fff;
}
.ctshowcase-team-member-profile-image {
height:250px;
}

.custom-list li {
    margin-bottom: 10px;
    list-style-type: none;
    list-style-image: url(https://engineering.navodaya.edu.in/wp-content/uploads/2019/12/right-arrow-1.png);
}
.section-title {
    border-left: solid 5px #ff931e;
    padding-left: 20px;
    font-size: 20px;
    line-height: initial;
}
span.wpcf7-not-valid-tip {
	    margin-bottom: 15px;
}
.custom-flipboxes .front-content {
	padding: 5px 15px!important;
}
.custom-flipboxes h3 {
    margin-bottom: 5px!important;
}
.kc_image_gallery.kc-grid .item-grid .kc-image-overlay {
	    background: rgba(235,37,52,.8)!important;
}
.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav~div.kc_tab {
	    width: 73%!important;
	    margin-left: 2%!important;
		    border: none!important;
}

.blog-post-each p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.net-single-post-pagination {
    margin-top: 20px;
	text-align: right!important;
}
.align-right {
	text-align:right;
}
.cf-shadow {
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
}

.facility_boxes .kc_single_image .scapt {
    font-size: 20px;
    text-align: center;
}
.facility_boxes .kc_single_image a{
	text-align: center;
}
.facility_boxes .kc_single_image a img {
    width: 50px;
}

.facility_boxes .kc_single_image {
	border: solid 1px #e3e3e3;
    padding: 10px;
    
}

.home-news-events .post-content figure {
	    display: none;
}
.home-news-events .post-content h3 a{
	font-weight: bold;
    font-size: 17px!important;
}
.home-news-events .kc-entry_meta{
	display: none;
}
.home-news-events .text{
	margin-bottom:5px!important;
}
.home-news-events .kc-read-more{
	padding: 0px;
    border: none;
    float: right;
}
.home-news-events .list-item {
	    margin-bottom: 10px!important;
    padding-bottom: 10px!important;
}
.custom-border-bottom {
    border-bottom: solid 3px #de1935;
    margin-bottom: 10px;
}
.marque_box  .kc-col-container{
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
    background: #fff;
    padding: 10px;
}
.net-intermediate-section:before {
	    content: "";
    position: absolute;
    background-color: rgba(21,57,128,0.74);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.ip-section-menu .net-scroll-links-to {
    float: left;
}
.ip-section-menu .net-scroll-links-to a {
    padding: 10px;
    line-height: 45px;
}


