@font-face {
    font-family: 'nexa_boldregular';
    src: url('nexa_bold-webfont.woff2') format('woff2'),
         url('nexa_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nexa_lightregular';
    src: url('nexa_light-webfont.woff2') format('woff2'),
         url('nexa_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'camptonlight_demo';
    src: url('campton-lightdemo-webfont.woff2') format('woff2'),
         url('campton-lightdemo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'reisregular';
    src: url('reis-webfont.woff2') format('woff2'),
         url('reis-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'camptonmedium';
    src: url('rene_bieder_-_campton_medium-webfont.woff2') format('woff2'),
         url('rene_bieder_-_campton_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.nsei-header-bold{
    font-family: 'nexa_boldregular'
}

.nsei-header-light{
    font-family: 'nexa_lightregular';
}

.nsei-content{
    font-family: 'camptonlight_demo';
    text-align: justify;
}

.nsei-highlights{
    font-family: 'reisregular'
}

.nsei-bg{
    background-color: #008284
}

.nsei-color{
    color: #008284
}

.nsei-body{
    color:#d2efed
}

.nsei-vibe{
    color: #43c8cc
}

.nsei-brown{
    color: #49372a
}

.nsei-brown-bg{
    background-color: #49372a;
}

body{
    font-family: 'camptonlight_demo';
    font-size: 18px;
    background-color:#d2efed
}

.navbar-brand > img {
    position: absolute;
    top: 0px;
    height: 120px;
    z-index: 100;
    /* margin-left: 10%; */
}

.nav-link{
    font-family: 'nexa_lightregular'
}

#nsei-main-ads-wrapper{
    background-image: url('../img/render-op-20.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

#nsei-main-ads{
    display:block;
    /* height: 650px; */
    /* background-image: url('../img/render-op-20.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover */
}

#nsei-main-ads .carousel-indicators{
    justify-content: left ;
    margin-right: 5%;
    margin-left: 5%;
    opacity: 1;
}

#nsei-main-ads  .carousel-inner .carousel-item {
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
  }


/* .carousel-controls{
    justify-content: right;
    position:relative; 
    width:300px;
    margin:0 auto;
} */
   
#nsei-main-ads .carousel-item {
    max-height: 700px;
    max-width: 1200;
}

#nsei-main-ads .carousel-controls{
    position:absolute; 
    right: 5%;
    bottom: 5%;
    margin:0 auto;
}

#nsei-main-ads .carousel-controls .btn{
    color: #008284;
}

.form-check-input:checked {
  background-color: #008284;
  border-color: #008284;
}
.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
  }
  
  .grecaptcha-badge:hover {
  width: 256px !important;
  }

@keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }
  .stroke-solid {
    stroke-dashoffset: 0;
    stroke-dasharray: 300;
    stroke-width: 4px;
    transition: stroke-dashoffset 1s ease, opacity 1s ease;
  }
  
  .icon {
    transform: scale(0.8);
    transform-origin: 50% 50%;
    transition: transform 200ms ease-out;
  }
  
  #play:hover .stroke-solid {
    opacity: 1;
    stroke-dashoffset: 300;
  }
  #play:hover .icon {
    transform: scale(0.9);
  }

  #play {
    z-index: 1000;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  

.section{
    min-height: 600px;
}

.about{
    background-image: url('../img/render-op-20.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.about .arrow-plane{
    float: left;
    left: 0px;
    height: 450px;
    margin-left: -120px;
    margin-top: -160px;
}

.about .arrow-plane2{
    float: right;
    left: 0px;
    height: 450px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    /* margin-right: -120px; */
    /* margin-top: -160px; */
}


.about-btns .btn{
    /* width: 20%; */
    /* margin-right: 20px; */
}

.about .nsei-content{
    font-size: 18px
}

/* .about .about-head{
    width: 90%;
} */

.history-img {
    background-image: url('../img/nsei-building.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.vision{
    background-image: url('../img/nsei-logo-backdrop-op-5.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.vision-img{
    background-image: url('../img/nsei-logo-2.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mission {
    background-image: url('../img/mission-backdrop2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mission .brown-bird{
    position: relative;
    width: 300px;
    /* height: 200px; */
}

.values {
    background-image: url('../img/nsei-template2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.values-item{
    height:150px;
}

.family{
    background-image: url('../img/nsei-template1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height:600px;
    padding-bottom: 100px;
}


.btn-nsei-primary{
    color:#d2efed;
    background-color:#008284;
    border-color:#008284;
}

.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(0 130 132 / 25%);
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #008284;
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #008284;
}

.learn-more{
    /* position:relative; */
    margin-top: 180%;
}

.learn-more img{
    width: 120%;
    -webkit-transform:rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
}

.learn-more img:hover{
    transform: scale(1.5);
}

.academics{
    background-image: url('../img/acad-head.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}   

.academics-subs{
    font-size: 20px;
}

.acad-sub:hover{
    background-color: #008284;
    color:#d2efed;
}

.campus-life .campus-life-img img{
    height: 400px;
}

#nsei-facilities .carousel-caption{
    background-color: rgba(0, 130, 132, 0.8);
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 10px;
}

.online-learning .online-learning-img img{
    height: 400px;
}

.resources{
    background-image: url('../img/resources-op-15.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 50px;
}

.res-title{
    font-family: 'nexa_boldregular';
    font-size: 2rem;
}

.admission{
    background-image: url('../img/nseian-op-70-90.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #008284;
}

.admission-btn .admission-border{
    border-top: 1px solid #d2efed;
    padding: 1rem;  
    border-bottom: 1px solid #d2efed;
    cursor: pointer;
}

.contacts{
    background-image: url('../img/contact-op-100.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-wrapper{
    margin-left:-20px;
    background-color: rgba(0, 130, 132, 0.8);
}

.contact-map iframe{
    width: 100%;
}

.footer{
    margin-top: -10px;
    font-size: 14px;
}

.cookie-agreement{
    bottom: 0px;
}

.gallery{
    height: 400px;
    background-image: url('../img/gallery-backdrop-op-50.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.albums img {
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
      -webkit-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
      -moz-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
      box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
      /* margin-bot-tom:20px; */
  }
  
  .albums img:hover {
    filter: none; /* IE6-9 */
    -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
   
  }

  .gallery{
    background-image: url('../img/gallery-backdrop-op-50.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.icon-bar {
    position: fixed;
    top: 50%;
    right:0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  /* Style the icon bar links */
  .icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 16px;
  }
  
  /* Style the social media icons with color, if you want */
  .icon-bar a:hover {
    background-color: #008284;
  }
  
  .facebook {
    background: #3B5998;
    color: white;
  }
  
  .twitter {
    background: #55ACEE;
    color: white;
  }
  
  .google {
    background: #dd4b39;
    color: white;
  }
  
  .linkedin {
    background: #007bb5;
    color: white;
  }
  
  .youtube {
    background: #bb0000;
    color: white;
  }

  .mail{
    background: #007bb5;
    color: white;
  }


  .menu {
    z-index: 999;
    position: fixed;
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  .menu .share i.fa {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #008284;
    /* border-radius: 2px; */
    color: #d2efed;
  }
  
  .menu .share:hover.left .submenu li:nth-child(1) {
    opacity: 1;
    left: -51px;
    transform: rotate(0deg);
    transition-delay: 0.08s;
    border-right: 1px dashed #cccccc;
  }
  .menu .share:hover.left .submenu li:nth-child(2) {
    opacity: 1;
    left: -102px;
    transform: rotate(0deg);
    transition-delay: 0.16s;
    border-right: 1px dashed #cccccc;
  }
  .menu .share:hover.left .submenu li:nth-child(3) {
    opacity: 1;
    left: -153px;
    transform: rotate(0deg);
    transition-delay: 0.24s;
    border-right: 1px dashed #cccccc;
  }
  .menu .share:hover.left .submenu li:nth-child(4) {
    opacity: 1;
    left: -204px;
    transform: rotate(0deg);
    transition-delay: 0.32s;
    border-right: 1px dashed #cccccc;
  }
  .menu .share:hover.left .submenu li:nth-child(5) {
    opacity: 1;
    left: -255px;
    transform: rotate(0deg);
    transition-delay: 0.4s;
    border-right: 1px dashed #cccccc;
  }
  
  .menu .submenu {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .menu .submenu li {
    transition: all ease-in-out 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
  }
  .menu .submenu li a {
    color: #212121;
  }
  .menu .submenu li a:hover i.fa {
    color: #fff;
  }
  .menu .submenu li a:hover.facebook-share i.fa {
    background-color: #3b5999;
    padding:0 !important;
  }
  .menu .submenu li a:hover.twitter-share i.fa {
    background-color: #55acee;
    padding:0 !important;
  }
  .menu .submenu li a:hover.googlePlus-share i.fa {
    background-color: #dd4b39;
    padding:0 !important;
  }
  .menu .submenu li a:hover.instagram-share i.fa {
    background-color: #e4405f;
    padding:0 !important;
  }
  .menu .submenu li:nth-child(1) {
    transform: rotateX(45deg);
  }
  .menu .submenu li:nth-child(2) {
    transform: rotateX(90deg);
  }
  .menu .submenu li:nth-child(3) {
    transform: rotateX(135deg);
  }
  .menu .submenu li:nth-child(4) {
    transform: rotateX(180deg);
  }
  /* .menu.topLeft {
    top: 10px;
    left: 10px;
  }
  .menu.topRight {
    top: 10px;
    right: 10px;
  }
  .menu.bottomLeft {
    bottom: 10px;
    left: 10px;
  }
  .menu.bottomRight {
    bottom: 10px;
    right: 10px;
  } */

  .modal-open button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #008284;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,130,132,0.35);
	box-shadow: 0 0 1px 1px rgba(0,130,132,0.35);
}
.modal-open button.close:focus{
	outline: none;
}
.modal-open button.close span{
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow:none;
}

  @media (max-width: 576px)
{
    .navbar-collapse{
        margin-top: 75px;
    }


}

.news{
  background-image: url('../img/shutterstock_1031014735.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} 
