@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;600;800&display=swap');

:root{
  --p-c:#a61f2e;
  --s-c:#131234;
  --l-p:linear-gradient(280deg, rgba(4,15,130,1) 0%, rgba(166,31,46,1) 100%);
}
*{
  margin:0;
  padding:0;
  box-sizing: border-box;
}
html{
  overflow-X: hidden;
}
a{
  text-decoration: none;
}
/* nav{
  margin:0;
  padding:0;
  box-sizing: border-box;
} */
body{
  font-family: 'Poppins', sans-serif !important;
}

 

  .dropdown-menu li a{
    color:black;
    text-decoration: none;
  }

/* .dropdown-menu li {
    padding: 0 1rem;
  } */

  .box-menu{
    display:flex;
    justify-content: space-evenly;
    /* height:100px; */
  }
.box-outer img{
    filter: contrast(40%) sepia(100%) invert(100%);
    /* width: 20%;
    height:80px; */
    margin-right:20px;
    object-fit: contain;
    transition:0.5s;
}
.box-outer1 img{
    /* filter: opacity(0.6); */
    width: 20%;
    height:80px;
    margin-right:20px;
    object-fit: contain;
    transition:0.5s;
}

.menu-box:hover img{
  filter:none;
  transition:0.5s;
}
.menu-box:hover h6{
  color:var(--p-c);
  transition: 0.3s;
}
.n-menu li a:hover{
  color:var(--p-c);
  transition: 0.3s;
}
.box-outer{
  display:flex;
}
.menu-box{
    width:20%;

}
.box-inner {
  padding-top:10px ;
}
.box-inner p{
  color: rgb(7,41,77);
    font-size: 12px;
    font-weight:400;
    line-height: 18px;
  margin:0 ;
  padding: 0 2px;
}
.box-inner h6{
  font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 0.3s;
}
.n-menu li a{
  font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 0.3s;
    line-height:2.5;
}
.achi-menu a{
  /* text-align:center; */
  font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 0.3s;
    line-height:2.5;
}

.navbar{
  border-bottom: 1px solid rgba(226, 225, 225, 0.404);
  /* height:80px; */
  padding: 0 2rem;
  background-color:white;
}

.nav-link{
  font-family: 'Poppins', sans-serif !important;
  color:#000000 !important;
  text-transform: capitalize;
  font-size:15px;
  font-weight: 400;
  transition: 0.3s;
  margin-right:7px;

  border-bottom: 3px solid rgba(255, 0, 0, 0);
}
.nav-link:hover{
border-bottom: 3px solid var(--s-c);
transition: 0.3s;
}
/* .navbar-brand img{
  width:100%;
 
} */
.box-menu  {
  padding:0.5rem  0;
}

.menu-box-img img{
  width:70%;
  height:150px;
  object-fit: cover;
  border-radius: 10px;
  margin:1rem 0;
}

.menu-box-img img:hover{
  /* transform: rotateZ(-1deg); */
  /* box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); */
/* border-bottom:1px solid red; */
  transition: 0.3s;

}
.menu-box-img:hover h6{
  color:var(--p-c);
  transition: 0.3s;
}
.achi-menu a:hover {
  color:var(--p-c);
  transition: 0.3s;
}
.top-con{
  position:absolute;
  top:0;
  right:5%;
}
.top-con a{
  font-size:12px;
  font-weight:400;
  text-decoration:none;
  padding:5px;
  background-color: #a5121209;
  text-transform: uppercase;
  margin-right:8px;
  color:var(--p-c);
  border-radius:6px;
}
.carousel-item img{
  height: auto;
  object-fit: cover;
}
.carousel-item video{
  widTh:100%;
  height: 100vh;
  object-fit: cover;
}
.carousel-caption h2{
 font-size:32px;
 font-weight:600;
  margin-bottom:2rem;
}
.carousel-caption a{

  padding: 10px 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  /* margin-top:1rem;
  margin-right:1rem; */
  text-decoration: none;
  color:white;
  border-radius:20px;
  background-color:#010b33;
  /* background-image:var(--l-p); */
  transform: scale(1);
  transition: 0.3s;
}
.carousel-caption a:hover{
  transform: scale(1.1);
  font-weight: 600;
  background-color:#091f7a;
  background-size:200%;
  color:white;
  transition: 0.3s;
}
.gra-layer{
  position: absolute;
  top:0;
  left:0;
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(166,31,46,0) 70%);
  content:"";
  width:100%;
  height:100%;
}
.gap{
  padding: 3rem 0;
}
.head{
  margin:2rem 0 ;
  padding:1rem ;
}

.head ul li{
  list-style-type: square;
  margin:1rem 0;

}
.head1 ul li{
  list-style-type: square;
  margin:1rem 0 1rem 2.5rem;

}
.head1 a{
  /* margin-left: 2.5rem; */
}
.head h3{
  line-height: 1.4 !important;
  color: var(--s-c);
    margin-top: 0;
    font-family: Poppins,sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    /* text-align:justify; */
    font-weight:600;
}
.head p{
  color: black;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Poppins,sans-serif;
    font-size: 16px;
    line-height: 28px;
    text-align:justify;
    margin-right:2.5rem;
}

.head1{
  /* margin:1.2rem 0 ; */
  /* padding:1rem ; */
  /* margin-bottom:1.2rem; */
}
.head1 h3{
  color: var(--s-c);
    margin-top: 0;
    font-family: Poppins,sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    /* text-align:justify; */
    /* margin-left:2.5rem; */
    font-weight:600;

}
.head1 h5{
  color: var(--p-c);
    margin-top: 0;
    font-family: Poppins,sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    /* text-align:justify; */
    /* margin-left:2.5rem; */
    font-weight:600;

}
.head3 h3{
  color: var(--s-c);
    margin-top: 0;
    font-family: Poppins,sans-serif;
    font-size: 32px ;
    font-weight: 600;
    line-height: 1.3;
    text-align:center;
    /* margin-left:2.5rem; */
    font-weight:600;

}
.head1 p{
  color: black;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Poppins,sans-serif;
    font-size: 16px;
    line-height: 28px;
    text-align:justify;
    /* margin-left:2.5rem; */
}
.head2{
  margin:1rem 0 ;
  padding:4rem ;
}
.head2 h3{
  color: white;
    margin-top: 0;
    font-family: Poppins,sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    /* text-align:justify; */
    margin-left:2.5rem;
    font-weight:600;

}
.head2 p{
  color: whitesmoke;
   
    font-family: Poppins,sans-serif;
    font-size: 16px;
    line-height: 28px;
    text-align:justify;
    margin-left:2.5rem;
}
.head2 ul li{
  list-style-type: none;

}
.card{
  padding:20px;
  border:none !important;
  background-color:transparent !important;
}
.card a{
  text-decoration: none;

}
.inner-card{
  /* margin-top:3rem; */
  position:relative;
  box-shadow: 3px 3px 11px 1px rgba(0,0,0,.1);
  padding:22px 16px 1px 16px;
  border-radius:5px;
  transition: 0.3s;
  /* height: 290px; */
  transform: scale(0.97);
  background-color:white;
}
/* .inner-card::before{
  content:"»";
  font-size: 3rem;
  position: absolute;
  right:6rem;
  color:white;
  opacity: 0;
    transition: 0.3s;
}
.inner-card:hover::before{
opacity: 1;
  right:1rem;
    transition: 0.3s;
} */
.inner-card:hover{
  transform: scale(1);
  background-color: var(--p-c);
  transition: 0.3s;
}
.inner-card:hover h4{
  color:white;
}
.inner-card:hover p{
  color:white;
}
.inner-card:hover img{
  background-color:white;
}
.inner-card h4{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
        color: rgb(7, 41, 77);
}
.inner-card p{
      color: rgba(7,41,77,.6);
    font-size: 12px;
    line-height: 18px;
    text-align: start;
}
.inner-card img{
  /* position:absolute;
  top:-1.2rem;
  right:-0.8rem; */
  /* height:90px; */
  width:100%;
  background-color:rgb(255, 255, 255);
  padding:5px;
  /* border-radius:10px; */
  margin-bottom:0.8rem;
}

.intro img{
  width:100%;
  height:422px;
  object-fit: cover ;
  border-radius:10px;
}

.f-bg{
  background-image: url(..//images/bg7.jpg);
  /* height: 60vh; */
  width:100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin:4rem 0;
}

.Count-banner:nth-child(3) {
  border-right:0.1px dotted rgba(255, 255, 255, 0);

}
.Count-banner{
  border-right:2px double rgb(131, 131, 131);
  /* height:70px; */
  padding:40px 30px;
}

.Count-banner h5{
  color:white;
  font-size:1.5rem;
  /* font-weight:bold; */
  text-align: center;
}

.Count-banner h3{
  color:white;
  font-size: 36px;
  font-weight: 800;
  margin-left:0;
  text-align: center;
}
.Count-banner img{
  /* color:white; */
  /* background: var(--l-p);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text; */
  /* font-size:4rem; */
  /* height:45px;
  width:45px; */
  /* object-fit: contain; */
  text-align: center;
  margin-bottom:10px;
}

.head2 img{
  width:60px;
  margin-bottom:10px;
}
.rep-height{
  height:100vh;
}
.bg-img{
  position:absolute;
  width:30%;
  opacity: 0.1;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.card1{

  padding:20px;
  border:none !important;
  
}
.card1 a{
  text-decoration: none;

}
.inner-card1{
  background-color: white;
  margin-top:67%;
  position:relative;
  box-shadow: 3px 3px 11px 1px rgba(0,0,0,.1);
  padding:122px 16px 1px 24px;
  border-radius:10px;
  transition: 0.3s;
  height:250px;
}

.inner-card1 h4{
  text-align:center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
      color: rgb(7, 41, 77);
}
.inner-card1 p{
    color: rgba(7,41,77,.6);
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}
.inner-card1 img{
position:absolute;
top: -5%;
  left: 50%;
  transform: translate(-50%, -50%);
height:210px;
width:210px;
background-color:rgb(255, 255, 255);
padding:2px;
border-radius:50%;
transition: 0.6s;
}

.inner-card1:hover img{
  background-color: var(--p-c);
  transition: 0.6s;

}
.gap1{
  padding:10rem 0; 
  /* margin:29rem 0;  */
}


.nb-caption a {
  color: #060c22;
  font-weight: bold;
  text-decoration: none;
  font-size: 1rem;
}
.nb-news{
  margin:2rem 0 1rem 0;
  /* border-bottom: 1px solid rgb(158, 158, 158); */
position: relative;
}
.nb-news:after{
  content:"";
  position:absolute;
  width:20%;
  height:0.1px;
  background-color:var(--s-c);
  bottom:-10px;
  left: 50%;
  transform: translate(-50%, -50%);
  transition:0.6s;
}
.nb-news:hover:after{
  width:100%;
  transition:0.6s;
}

.nb-news p {
  font-size:0.9rem;
  color: #030303 !important;
}
.nb-sub-caption{
  margin: 6px 0;
  color:rgba(143, 141, 141, 0.9);
}


.line-dec{
  border-right:1px dotted rgb(107, 107, 107);
}

footer{
  background-image:url(../krish-img/footer-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  /* background-color: #36040a; */
  padding:1rem 0;
  
}
.left-f{
  padding:0 8px;
  border-right: 1px solid rgb(14, 36, 109);
  /* text-align: center; */
}
.left-f i{
  font-size:15px;
  width:30px;
  height: 30px;
  padding:8px 0px 0 9px;
  border-radius: 50%;
  margin:5px 2px; 
  color:white;
  background-color: rgba(255, 255, 255, 0.158);
}

.left-f img{
  margin:1rem 6px;
}
.left-f h4{
  color: white;
  font-weight:600;
  font-size:18px;
  text-align:center;
  margin-bottom:2rem;
}
.left-f p{
  color:white;
  font-size: 11px;
  border-top: 1px solid rgb(14, 36, 109);
  border-bottom: 1px solid rgb(14, 36, 109);
  padding:16px 0;
  margin: 1rem 0;
}

.right-f{
  padding-left:1rem;
  border-right:1px solid rgb(14, 36, 109);
}
.right-f h6{
  color:rgb(250, 250, 160);
  font-size:15px;
  font-weight:600;
  padding-left:1rem;
  margin: 1.7rem 0 1rem;
}
.right-f h6 a{
  color:rgb(250, 250, 160);
  font-size:15px;
  font-weight:600;
  /* padding-left:1rem;
  margin: 1.7rem 0 1rem; */
}
.right-f ul {
  padding-left:1rem;
  padding:0;
  list-style-type: none;
}
.right-f ul li a{
  padding-left:1rem;
  float: none;
  color: #fff;
  margin-bottom: 5px;
  font-family: Poppins,sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}
.bottom-f{
  color:var(--s-c);
  font-size: 14px;
  text-align: center;
  background-color: #ffffff;
  /* height:40px; */
  padding:12px 0;
}
.bottom-f p{
  margin:0;
}
.enq-btn{
   text-align: left;
  background-color: var(--s-c);
  border-radius: 5px;
  position: fixed;
  top:50%;
  right:-47px ;
  padding:5px 10px;
  text-decoration: none;
  color:white;
  text-transform: uppercase;
  letter-spacing: 1px;
  transform: rotate(90deg);
  z-index:111;
  transition:0.2s;
}
.enq-btn:hover{
  /* background-color: var(--s-c); */
  letter-spacing: 2px;
  color:white;
  transition:0.2s;
}


.link3 {
  color: rgb(0, 0, 0) !important;
  /* font-size: 15px; */
  font-weight: 700;
  line-height: 20px;
  text-transform: capitalize;
  letter-spacing: 1px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  /* top: 2px; */

  left: 2px;
  z-index: 1;
  transition: all 0.5s;
}
.link3:focus,
.link3:hover {
  color: #fff;
  background: linear-gradient(
    to right,
    rgb(0, 0, 0) 0,
    #fff 10%,
    rgb(0, 0, 0) 20%
  );
  background-position: 0;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-fill-color: transparent;
  animation: shine 34s linear forwards;
  font-weight: 700;
}
@keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 900px;
  }
  100% {
    background-position: 900px;
  }
}
.link3:after {
  content: "";
  /* background: linear-gradient(95deg, rgba(18,102,13,1) 36%, rgba(206,218,13,1) 52%, rgba(185,24,13,1) 74%); */
  background-color: #2ab77c;
  height: 6px;
  width: 6px;
  position: absolute;
  top: -3px;
  right: 1px;
  z-index: -1;
  transition: all 0.3s ease 0s;
}
.link3:before {
  content: "";
  /* background: linear-gradient(95deg, rgba(18,102,13,1) 36%, rgba(206,218,13,1) 52%, rgba(185,24,13,1) 74%); */
  background-color: #ecb32d;
  height: 6px;
  width: 6px;
  position: absolute;
  top: -3px;
  right: -8px;
  z-index: -1;
  transition: all 0.3s ease 0s;
}

.link3 span {
  content: "";
  background-color: #e01c5a;
  height: 6px;
  width: 6px;
  position: absolute;
  top: 6px;
  right: -8.2px;
  z-index: -1;
  transition: all 0.3s ease 0s;
}

.admi-bg{
  background-image: url(..//images/admission-bg4.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-color:#f8e6e8; */
  margin:7rem 0;
  padding:6rem 2rem;
  border-radius:10px;
  position: relative;
  box-shadow: 1px 1px 13px rgba(0,0,0,.2);
}
.light-layer{
  content:"";
  position: absolute;
  width: 100%;
  height:100%;
  background-color: #ffffffce;
  top:0;
  left:0;
  border-radius:10px;
  z-index:8;
}
.inneradmi{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  padding:20px;
  z-index: 9;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 1px 2px 2px rgb(184, 183, 183);
}
.inneradmi h3{
  font-size:2.4rem;
  font-weight:600;
  color:var(--s-c); 
  margin-bottom:1rem;
}

.inneradmi a{
color:white;
padding: 6px 9px;
background-color:#a61f2e;
font-weight:600;
border-radius:50px;
text-decoration: none;
transition:0.3s;
}

.inneradmi a:hover{
  color:var(--p-c);
  background-color: white;
  transition:0.3s;
  border:1px solid var(--p-c);
}

.banner-a{
  height:270px;
  padding: 30% 40px 0;
  /* border-bottom:1px dotted var(--pri-color); */
  position:relative;
  /* background-image: url(..//images/banner\ \(2\).jpg); */
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
  /* background: rgb(1,1,70);
background: linear-gradient(344deg, rgba(1,1,70,1) 0%, rgba(1,1,38,1) 70%); */
}
.mask1 {
  z-index: 3;
  -webkit-mask-image: url("./CMRi-m.png");
  mask-image: url("./CMRi-m.png");
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat; 
  /* position:absolute;
  top: 60%;
  left: 45%;
  transform: translate(-50%,-50%); */
}
.mask-img{

  padding-top:3.7rem;
}

.mask1 video{
  width:100%; height:270px;
object-fit:cover;
}
.link{
  color:white;
  /* font-family: 'Comfortaa', cursive; */
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration:none ;
  margin: 10px 15px 0 0;
  display: inline-block;
  position: relative;
  padding: 10px 17px;
  background-color: var(--s-c);
  /* border:1px solid var(--p-c); */
  border-radius:10px;
  z-index: 1;
  transform: scale(1);
  transition: all 0.5s ease 0s;
}
.link:hover,
.link:focus{
  text-decoration:none ; 
  color: white;
  background-color: #041a6b;
  transform: scale(1.1);
}
/* .link:before{
  content: '';
  background-color: var(--s-c);
  height: 100%;
  width: 15px;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease 0s;
  clip-path: polygon(60% 0, 100% 50%, 60% 100%, 0% 100%, 50% 50%, 0% 0%);
}
.link:hover:before{
  opacity: 1;
  left: 100%;
}
@media only screen and (max-width: 767px){
  .link{ margin-bottom: 30px; }
  } */
  @media only screen and (max-width: 992px){
    .login-btn{
      display:none;
    }
  }

.login-link{
  text-decoration: none;
  background-color: var(--s-c);
  color: white !important;
  padding: 4px 12px !important;
  border-radius: 5px;
  font-size: 16px;
  padding-top: 11px !important;
}

.top-bar a i{
  color:white;
  margin-left:11px;
}
.top-bar{
  background-color:var(--p-c);
  padding:3mm 0;
}

.admission-link{
  color: var(--p-c);
    background-color: white;
    text-decoration: none;
    padding: 3px 10px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
}


  @media only screen and (max-width: 767px){
    .carousel-caption h2{
      font-size:17px;
      margin-bottom: 6px;
    }
    .carousel-caption a {
      font-size: 12px;
      padding: 4px 15px;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon {
      display: inline-block;
      width: 2rem !important;
      height: 3rem !important;
    }
    .carousel-caption{
      bottom:0 !important;
    }
  }

  
  @media only screen and (min-width: 767px){


     
#navbarNavDropdown{
  background-color: #fffcfa;
  position: relative;
    padding: 4px 6px;
    top: 15px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.35);
    width: 100%;
    z-index: 111;
    border-radius: 3px;
}
.navbar-nav{
  flex-wrap: wrap;
}
  }

/* about */
.nio-eig-about-section {
  padding: 30px 0px;
}
.nio-eig-about-section:before {
  top: 0;
  left: 0;
  width: 40%;
  content: "";
  height: 100%;
  position: absolute;
  background-color: #f8f8f8;
}

.nio-eig-about-counter {
  float: left;
  max-width: 170px;
  padding-left: 40px;
  margin-right: 30px;
  margin-top: 25px;
}

.nio-eig-about-counter-item {
  width:150px;
  margin-top:4rem;
  padding-bottom: 30px;
  margin-bottom: 25px;
  position: relative;
}
.nio-eig-about-counter-item:after {
  left: 0;
  bottom: 0;
  content: "";
  width: 110px;
  height: 2px;
  background-color: #e2e2e2;
  position: absolute;
}
.nio-eig-about-counter-item h3 {
  color: #191728;
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 5px;
  display: inline-block;
}
.nio-eig-about-counter-item span {
  top: -10px;
  font-size: 18px;
  font-weight: 700;
  color: var(--p-c) ;
  position: relative;
}
.nio-eig-about-counter-item p {
  color: #3c4b62;
}
.nio-eig-about-counter-item:last-child:after {
  display: none;
}

.nio-eig-about-img {
  z-index: 1;
  margin-top: 30px;
  display: inline-block;
}
.nio-eig-about-img:before {
  top: -35px;
  z-index: -1;
  right: -35px;
  content: "";
  width: 325px;
  height: 380px;
  position: absolute;
  border: 7px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source:linear-gradient(90deg, rgba(153,15,7,1) 0%, rgba(13,24,124,1) 98%);
  transition: all 2s ease;
  animation-duration: 7s;
  animation-name: nio-eig-floating;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.nio-eig-about-img .nio-eig-about-img-wrap {
  overflow: hidden;
  border-radius:10px;
}
.nio-eig-about-img .nio-eig-about-img-wrap .color-shape {
  right: -59px;
  bottom: -135px;
}

.nie-eig-about-text {
  padding-left: 20px;
}
.nie-eig-about-text .nio-eig-about-feature {
  padding-top: 42px;
}

.nio-eig-about-feature-item {
  margin-bottom: 38px;
}
.nio-eig-about-feature-item .nio-eig-about-feature-icon {
  width: 65px;
  float: left;
  height: 65px;
  line-height: 65px;
  margin-right: 30px;
  border-radius: 100%;
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  box-shadow: 0px 24px 27px 0px rgba(0, 27, 54, 0.1);
}
.nio-eig-about-feature-item .nio-eig-about-feature-icon svg {
  height: 30px;
}
.nio-eig-about-feature-item .nio-eig-about-feature-text {
  max-width: 245px;
  display: inline-block;
}
.nio-eig-about-feature-item .nio-eig-about-feature-text h3 {
  color: #191728;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 15px;
}
.nio-eig-about-feature-item:last-child {
  margin-bottom: 0;
}
.nio-eig-about-feature-item:hover .nio-eig-about-feature-icon {
  transform: rotateY(360deg);
}
@keyframes nio-eig-floating {
  from {
    transform: rotate(0deg) translate(-10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}



.ban {
  width:100%;
  height:70vh;
  background-image: linear-gradient(rgba(2,2,2,0) 38%,#000 100%,rgba(1,1,1,.66)), url(../krish-img/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin:0;
  padding:0;
  position: relative;
}
.ban h3{
  color:white;
  font-size:32px;
  font-weight:600;
  text-transform: uppercase;
   margin-bottom:2rem;
   position: absolute;
   left:50%;
   bottom:15%;
   transform: translate(-50%, 50%);
}



.head5{
  padding :2rem 0 3.4rem;
}
.head5 h3{
  line-height: 1.4 !important;
  color: var(--s-c);
    margin-top: 0;
    text-transform:capitalize;
    font-family: Poppins,sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.3;
    /* text-align:justify; */
    margin: 1.7rem 0;
}
.head5 p{
  color: rgb(80, 92, 127);
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Poppins,sans-serif;
    font-size: 18px;
    line-height: 32px;
    text-align:justify;
}
.head5 ul li{
  list-style-type: none;
}
.head4{
  padding :1rem 0 3.4rem;
}
.head4 h3{
  line-height: 1.4 !important;
  color: var(--s-c);
    margin-top: 0;
    text-transform:capitalize;
    font-family: Poppins,sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.3;
    /* text-align:justify; */
    margin-bottom: 1.7rem ;
}
.head4 p{
  color: rgb(9, 9, 10);
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Poppins,sans-serif;
    font-size: 18px;
    line-height: 32px;
    text-align:justify;
}
.head4 ul li::before{
  top: 0;
    left: -2.4rem;
    width: 28px;
    color: #000;
    height: 28px;
    content: ">";
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    position: absolute;
    border-radius: 100%;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.151);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.151);
}

.head4 ul li:hover:before {
  color: white;
  background-color: var(--p-c);
}

.head4 ul li{
  position:relative;
  list-style-type: none;
  margin:1rem 0;
  font-size: 18px;
  margin: 1.6rem 0  ;
}




.contact-outer{
  margin: 2rem 0;
}

.contact-icon i{
  width: 70px;
    height: 70px;
    padding-top:20px;
    margin-right: 30px;
    border-radius: 5px;
    background: var(--l-p);
    text-align: center;
}

.contact-icon i{
  font-size:2rem;
  color:white;
}






.head-cc{
  position:relative;
  height:50vh;
}
.head-c{
  position:absolute;
  left:50%;
  top:90%;
  transform: translate(-50%, -50%);
  padding :1rem 2rem 0.4rem;
  border-radius:10px;
  /* backdrop-filter: blur(50px); */
  background-color:white;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.329);
}
.head-c h4{
  line-height: 1.4 !important;
  color: var(--s-c);
    margin-top: 0;
    
    text-transform:capitalize;
    font-family: Poppins,sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
 
}
.head-c h3{
  line-height: 1.4 !important;
  color: var(--s-c);
    margin-top: 0;
    text-align:center;
    text-transform:capitalize;
    font-family: Poppins,sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
}

.head-c a{
  color: rgb(18, 22, 34);
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Poppins,sans-serif;
    font-size: 18px;
    line-height: 32px;
    text-decoration:none;
}

.head-c ul li{
  list-style-type: none;
}



.back-to-top {
  position: fixed;
  bottom: -40px;
  right: 40px;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: var(--p-c);
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.marqT{
  padding :2rem 0;
  border-bottom: 1px solid rgb(228, 228, 228);
  
}
.back-to-top:focus {
  color: #fff;
}
.back-to-top.show {
  bottom: 40px;
  right: 40px;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.back-to-top.show:hover {
  color: #fff;
  bottom: 30px;
  opacity: 1;
}
.arrow {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
  position: absolute; 
  width: 12px; height: 12px; background-size: contain;
  transform: rotate(-90deg);
  top: 30%;
  left: 38%;
}
.arrow:nth-child(2){
  top: 42%;
}

@keyframes bounceAlpha {
  0% {opacity: 1; transform: rotate(-90deg) translateX(0px) scale(1);}
  25%{opacity: 0; transform: rotate(-90deg) translateX(10px) scale(0.9);}
  26%{opacity: 0; transform: rotate(-90deg) translateX(-10px) scale(0.9);}
  55% {opacity: 1; transform: rotate(-90deg) translateX(0px) scale(1);}
}

.back-to-top:hover .arrow{
  animation-name: bounceAlpha;
  animation-duration:1.4s;
  animation-iteration-count:infinite;
  animation-timing-function:linear;
}
.back-to-top:hover .arrow:nth-child(2){
  animation-name: bounceAlpha;
  animation-duration:1.4s;
  animation-delay:0.2s;
  animation-iteration-count:infinite;
  animation-timing-function:linear;
}


@media only screen and (max-width: 575px) {
  .arrow:nth-child(2){
  top: 38%;
}
  .back-to-top {
    bottom: 22px;
    right: 21px;
      width: 40px;
      height: 40px;
      line-height: 40px;
  }
  .back-to-top.show {
    bottom: 22px;
    right: 21px;
  }
  .back-to-top.show:hover {
    bottom: 22px;
    right: 21px;
  }
  .arrow {
      top: 20%;
      left: 35%;
  }
  .galler-a {
      height: 300px;
    }
}



@media only screen and (min-width:991px){
  .sticky{
    top:0;
    position: sticky !important;
    z-index: 10;
    transition:1s;
  }
 .nav-item:hover .dropdown-menu {  
      display: block !important;
    }
}
.top-n{
  /* padding:5px 0; */
  background-color: var(--p-c);
}
.top-n div{
  padding:7px 0;

}
.top-n a{
  color:white ;
  text-decoration:none;
}
.top-header{
  border-right:1px solid white;
}
.top-n a:hover{
  color:white ;
  text-decoration:underline;
}
.news-flash {
  font-size: 26px;
    border-radius: 5px;
    color: white;
    background-color: var(--s-c);
    width: 200px;
    padding: 2px 5px;
    margin-top: 1px;
    margin-left:2px;
    text-align: center;
    /* animation: blink 1s infinite linear; */
}

::selection {
  color: white;
  background: var(--p-c);
}
.cursor.hover {
  width: 45px;
  height: 45px;
  background-image: url(..//krish-img/logo.webp);
  opacity:0.1;
  background-size: 100%;
}
/* .cursor1.hover1 {
  transform:  scale(1.6);
  background-image: url(favicon.png);
  opacity:0.2;
  background-size: 100%;
} */

.cursor.click {
  transform: scale(0.5);
  opacity: 0.6;
}
/* .cursor1.click {
  transform: scale(0.5);
  opacity: 0.6;
} */



.cursor {
  display: block;
  width: 25px;
  height: 25px;
 background-image: url(..//krish-img/logo.webp);
  background-size: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 999;
  pointer-events: none;
  z-index: 1000000 ;
  /* transform: scale(1); */
  opacity: 1;
  transition: background 0.5s ease, transform 0.5s ease, opacity 0.5s ease-out;
  transform-origin: center;

}
/* .cursor1.hover {
  background-image: url(teacher\ \(4\).png);
  background-size: 100%;
} */


.play-in{
  position: absolute;
  font-size:1.6rem;
  color:rgb(8, 2, 68);
  bottom:2rem;
  left:0% ; 
  border-radius: 20px;
 padding:3px 
 10px;
  /* background-color:red; */
  z-index: 10000;
}
.play-in span{
  color:rgb(85, 85, 85);
  background-color:white;
  padding:4px 7px ;
  border-radius:20px;
  font-size:1.7rem;
  margin-left:5px;
  /* font-weight:600; */
}
.left-f a{
  text-decoration: none;
}

.switch-box{
  position: sticky;
  top:140px;
  /* border:1px solid wheat; */
  height:300px;

}
.switch-box1{
  position: sticky;
  top:80px;
  /* border:1px solid wheat; */
  height:590px;

}
.sb-inner
{
text-align: start;
padding: 6px;

}
.sb-outer{
  padding:7px 0;
  height:100%;
  width:100%;
background-color: rgb(252, 243, 243);
/* box-shadow:  0px 0px 3px rgb(247, 213, 216); */
border-radius: 10px;
position: relative;
}
.sb-outer:hover{
  box-shadow:  2px 2px 3px rgb(243, 194, 198);
}
.sb-outer.active img{
  width:23px;
  transition:0.3s;
}
.sb-outer.active{
  box-shadow:  2px 2px 3px rgb(243, 194, 198);
}
/* .sb-outer::after{
  position: absolute;
  top:4px;
  right:4rem;
   color:var(--p-c);  
  content: ">";
  font-size: 20px;
  opacity: 0;
  transition:0.3s;
}
.sb-outer:hover:after{
  right:0px;
  opacity: 1;
  transition:0.3s;
} */
.sb-inner a{
  color:var(--s-c);
  text-decoration:none;
}
.sb-outer img{
  
  width:0px;
  margin  :0 10px;
  transition:0.3s;
}
.sb-outer:hover img{
  width:23px;
  transition:0.3s;
}
/* responsive=========================================================== */

@media only screen and (max-width:991px) {
  .play-in{
    position: absolute;
    font-size:1.3rem;
    color:rgb(8, 2, 68);
    bottom:0.6rem;
    left:0% ; 
    border-radius: 20px;
   padding:1px 10px;
    /* background-color:red; */
    z-index: 10000;
  }
  .play-in span{
  color:rgb(32, 32, 32);
  background-color:white;
  padding:1px 7px ;
  border-radius:20px;
  font-size:1.4rem;
  /* font-weight:600; */
}
  .news-flash {
    font-size: 20px !important;
    color: white;
    background-color: rgb(15, 15, 71);
    width: 150px !important;
    padding: 2px 5px;
    margin-top: 1px;
    text-align: center;
  }
  .ban {
    width:100%;
    height:40vh;
  }
  .carousel-item video{
    widTh:100%;
    height: auto;
    object-fit: cover;
  }
  .head1 h5{
    margin-left:0;
  }
  .intro img{
height:240px;
margin-bottom:2.5rem;
  }

  .head1 ul{
    list-style-type: none;
  padding:0 !important;
}
  .inner-card1{
    margin-top:7rem;
  }
  .line-dec{
    border:none;
    padding:3rem 0;
  }
  .rep-height{
    height:auto;
  }
  .bg-img{
    display: none;
  }
  .Count-banner{
    border-right:none;
    /* height:70px; */
    padding:20px 30px;
  }
  .head2 {
    margin: 1rem 0;
    padding: 1.5rem;
}
  .f-bg{
    background-image: url(..//images/bg7.jpg);
    height: auto;
    width:100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin:4rem 0;
  }
  .head1 p{
   margin-left: 0; 
  }
  .head1 a{
   margin-left: 0; 
  }
  .head2 p{
   margin-left: 0; 
  }
  .head1 h3{
   margin-left: 0; 
  }
  .carousel-item img{
  height: auto;
  object-fit: cover;
}
  .navbar{
    padding:0;
  }
  .box-menu{
    display:block;
    justify-content: space-evenly;
    height:auto;
  }
  .box-menu img{
    display:none;
  }
  .nav-link:hover{
    border-bottom: 3px solid transparent;
    transition: 0.3s;
    }
    .box-menu li {
     padding: 1rem 0;
     border-bottom:1px solid rgb(221, 220, 220);
    }
    .n-menu li a{
      padding: 1rem 0;
      border-bottom:1px solid rgb(221, 220, 220);
      width: 100%;
      display: block;
    }
    .achi-menu a{
      padding: 1rem 0;
      border-bottom:1px solid rgb(221, 220, 220);
      width: 100%;
      display: block;
    }
    .top-con{
      display:none;
}
.navbar{
  border-bottom: 1px solid rgba(226, 225, 225, 0.404);
  height:auto;
  padding: 9px 0;
  background-color:white;
}
.dropdown-menu {
  border:none !important;
}

.head p {
margin:0;
}



}
.navbar-toggler:focus{
  box-shadow: none;
  background-color:var(--p-c);
  transition: 0.3s;
}
.navbar-toggler:focus .navbar-toggler-icon{
color:white;
transition: 0.3s;
}


/* small*/
#marqText a{
  font-size:24px;   
  /* background: -webkit-linear-gradient(left, #040f82, #a61f2e, #040f82);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	animation: animationgradienttitle 10s infinite linear; */
  text-transform: capitalize;
}
@keyframes animationgradienttitle {
  0% {
    background-position: 0 1600px;
  }
  100% {
    background-position: 1600px 0;
  }
}
@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}
@keyframes move{
  0%{
    background:linear-gradient(280deg, #040f82 0%, #a61f2e 100%);
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }
  30%{
    background:linear-gradient(280deg, rgb(40, 24, 129) 0%, rgb(131, 13, 27) 100%) ;
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }
  70%{
    background:linear-gradient(280deg, rgb(15, 5, 73) 0%, rgb(97, 2, 13) 100%) ;
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }
  100%{
    background:linear-gradient(280deg, rgba(4,15,130,1) 0%, rgba(166,31,46,1) 100%);
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }
}
@media only screen and (max-width:610px) {
  .play-in{
    position: absolute;
    font-size:1.1rem;
    color:rgb(8, 2, 68);
    bottom:0.6rem;
    left:0% ; 
    border-radius: 20px;
   padding:1px 10px;
    /* background-color:red; */
    z-index: 10000;
  }
  .play-in span{
  color:rgb(32, 32, 32);
  background-color:white;
  padding:1px 7px ;
  border-radius:20px;
  font-size:1rem;
  /* font-weight:600; */
}
  .news-flash {
    font-size: 14px !important;
    color: white;
    background-color: black;
    width: 100px !important;
    padding: 2px 5px;
    margin-top: 1px;
    text-align: center;
  }
  .top-header{
    border-right:none;
    border-bottom:1px solid white;
  }

  .mask-img{

  padding-top:0;
}

.mask1 video{
  width:100%; height:140px;
object-fit:cover;
}
  .head3 h3{
    margin-left:0;
      }
      .intro img{
        display:none;
      }
      .admi-bg{
        margin :3rem 0;
      }

      .carousel-caption h2 {
        font-size: 20px;
        margin-bottom: 1rem;
    }
    .carousel-caption {
      position: absolute;
      right: 5% !important;
      bottom: 2rem !important;
      left: 5% !important;
      bottom: 0rem;
      padding-top: 1.25rem;
      padding-bottom: 1.2rem !important;
      color: #fff;
      text-align: center;
  }
    .carousel-caption a {
      font-size:14px;

    }
    .carousel-item img {
      height: auto;
      object-fit: cover;
  }
}
@media only screen and (max-width:460px) {
  .contact-icon i {
    width: 50px;
    height: 50px;
    padding-top: 7px;
    margin-right: 17px;
    border-radius: 5px;
    background: var(--l-p);
    text-align: center;
}
.head-c{
  padding :0rem 1rem 0.4rem;
} 
    .play-in{
    position: absolute;
    font-size:0.7rem;
    color:rgb(8, 2, 68);
    bottom:1rem;
    left:0% ; 
    border-radius: 20px;
   padding:1px 10px;
    /* background-color:red; */
    z-index: 10000;
  }
  .play-in i{
padding-top: 5px;
  }
  .play-in span{
    color:rgb(32, 32, 32);
    background-color:white;
    padding:1px 7px ;
    border-radius:20px;
    font-size:0.5rem;
    /* font-weight:600; */
  }
  .head-c h4{
  
      font-size: 1rem;
      font-weight: 600;
  }
  
  .head-c a{
    color: rgb(18, 22, 34);
      margin-top: 5px;
      margin-bottom: 5px;
      font-family: Poppins,sans-serif;
      font-size: 13px;
      line-height: 22px;
      text-decoration:none;
  }
  .ban h3,
  .head4 h3{
    font-size:1.7rem;
  }
  .carousel-item img {
    height: auto;
    object-fit: cover;
}
.carousel-caption h2{
  font-size:15px;
  margin-bottom: 6px;
}
.carousel-caption a {
  font-size: 10px;
  padding: 4px 15px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 2rem !important;
  height: 3rem !important;
}
.carousel-caption{
  bottom:0 !important;
}
.carousel-indicators{
  display:none !important;
}
.top-n a{
  color:white ;
  text-decoration:none;
  /* padding:5px; */
  font-size:15px;
}

}
@media only screen and (max-width:310px) {
  .top-n a{
    color:white ;
    text-decoration:none;
    /* padding:5px; */
    font-size:12px;
  }
  .navbar-toggler{
    padding: 0.3rem !important;
  }
  .carousel-caption h2 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0.4rem;
}
.carousel-caption {
  position: absolute;
  bottom: 0rem;
  padding-top: 1.25rem;
  padding-bottom: 1.2rem !important;
  color: #fff;
  text-align: center;
}
.carousel-caption a {
  padding: 4px 10px;
  font-size:16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  border-radius: 20px;
  background-color: #010b33;
  /* background-image: var(--l-p); */
  transform: scale(1);
  transition: 0.3s;
}

}




#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 111111111111;
}

#pre-logo{
  width: 131px;
  height: 131px;
}
.logo {
  width: 131px;
  height: 131px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#content {
  display: none;
}



#logo-container {
  animation: zoomInOut 1.5s infinite alternate;
}

@keyframes zoomInOut {
  0% {
      opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.navbar-light{
  background-color: #fff8f4;
}


/* SMALL================= */

@media screen and (max-width: 480px) {

  .nio-eig-header-style-eight .nio-eig-header-content{
    padding:8px 0 16px 0 ;
  }
  .tparrows:before {
  font-family: "revicons";
  font-size: 7px !important;
  color: #fff;
  display: block;
  line-height: 30px;
  text-align: center;
}
.tparrows {
  cursor: pointer;
  /* background: #000; */
  background: rgba(0,0,0,0.5);
  width: 30px;
  height: 30px;
  border-radius:10px;
  position: absolute;
  display: none;
  z-index: 1000;
  border-radius: 50%;
}
  .nio-eig-slide-item-wrap .nio-eig-slider-text h1 {
    font-size: 40px;
  }

  .nio-eig-slide-item-wrap .nio-eig-slider-text p {
    font-size: 20px;
  }

  .nio-eig-slide-item-wrap .nio-eig-slider-text .nio-eig-slider-btn .nio-eig-video-btn-s {
    height: 50px;
    width: 50px;
    line-height: 45px;
  }

  .nio-eig-slide-item-wrap .nio-eig-slider-text .nio-eig-slider-btn .nio-eig-slider-cta-btn {
    height: 50px;
    line-height: 50px;
  }

  .nio-eig-about-counter {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .nio-eig-about-counter-img {
    display: block;
  }

  .nio-eig-about-counter-item h3 {
    font-size: 30px;
  }

  .nio-eig-about-counter-item {
    margin-top:0;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 33.33%;
    float: left;
    padding: 0px 10px;
  }

  .nio-eig-about-counter-item:after,
  .nio-eig-about-img:before {
    display: none;
  }
  .nio-eig-about-section:before {
    display: none;
  }
  .nio-eig-about-img-wrap img{
    width:100%;
    margin-bottom: 9mm;
  }
}