@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  user-select: none;
  font-family: 'Poppins', sans-serif;
}
.social{
  height: 10vw;
  width: 100vw;
  
  margin-bottom: 1%;
  content: '';
  display: table;
  clear: both;
  text-align: center;
}
.fb,.yt,.insta,.whats{float: left;
height: 10vw;
width: 25%;
padding: 0 10px;
}
#sandesh{
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 2vw;
  color: #550000;
  text-decoration:underline;
  margin-top:3%;
}
#sandesh2{
font-family: 'Rajdhani', sans-serif;
font-weight: 700;
font-size: 2vw;
color: #550000;

}
#sandesh3{
font-family: 'Rajdhani', sans-serif;
font-weight: 700;
font-size: 1.2vw;
color: black;
margin-bottom: 2%;
margin-top: 3%;

}
.fb{
background-color: #6b96ec;
height: 10vw;

}
.yt{
height: 10vw;

background-color: rgb(214, 91, 91);
}
.insta{
height: 10vw;

background-color: #fb77bb
}
.whats{
height: 10vw;

background-color: #6ee99b
}

html, body{overflow-x:hidden;}
/* Auto Silder*/
.autoslider{

  height: 22vw;
  background-color: rgb(32, 120, 178);
  margin-bottom: 2%;
  width: 100%;
  }

.aslider{
  
  margin: auto;
  position: relative;
  width:100%;
  display: grid;
  place-items: center;
}
.aslider-track{
  display: flex;
  width: calc(450px * 20);
  animation: scroll 40s linear infinite;
}

@keyframes scroll {
  0%{
    transform: translateX(0);
  }
  100%{
    transform: translateX(calc(-350px * 10));
  }
}
.aslide{
  height: 17vw;
  width: 80vw;
  display: flex;
  align-items: center;
  padding: 15px;
  perspective: 200px;
  margin-top: 1vw;
}

/*Gradient Shadows*/

.aslider::before,
.aslider::after{
  background: linear-gradient(to right, rgba(32, 120, 178,1) 0%, rgba(255,255,255,0) 100%);
  content: '';
  height: 100%;
  position: absolute;
  width: 15%;
  z-index: 2;
}
.aslider::before{
  left: 0;
  top: 0;

}

.aslider::after{
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.aimage{
  border: #f8be00 2px ridge;
}
.aimage:hover{
transform: translateZ(20px);
}

/*auto silder close */

.header-small{
  display: none;

  }
  .adm{width: 30vw;

  }

nav{
  border: none;
  background-color: rgb(255,255,255);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
    border-bottom: 3px solid #fd5e02;
    padding-left: 12%;
    padding-bottom: 4px;
    margin-top: -0.5%;
   
    
}
nav:after{
  content: '';
  clear: both;
  display: table;
}
nav .logo, .logo1{
  display: none;
}
nav ul{
  list-style: none;
  position: relative;
}
nav ul li{
  color: black;
  float: left;
  border-right: #2ecc71 1px solid;
  margin-top: 5px;
  margin-bottom: 5px;
  
  
}
nav ul li a{
  color: #425691;
  border: 1px solid transparent;
  text-decoration: none;
  padding-top:5px;
  padding-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  font-weight:bold;
  font-family:Century Gothic;
  font-size:14px;
  
}
nav ul li a:hover{
  background-color:#2ecc71;;
    border: 1px solid rgba(100, 100, 100, 0.4);
    border-bottom-width: 0;
    border-radius: 2px 2px 0 0;
    color: #000000;
    text-shadow: 0 0 transparent;
    z-index: 2;
}
nav ul ul li a:hover{
  box-shadow: none;
  
}
nav ul ul{
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: top .3s;
  
}
nav ul ul ul{
  border-top: none;
}
nav ul li:hover > ul{
  opacity: 1;
  visibility: visible;
  background-color: #FFFFFF;
  border: 1px solid rgba(100, 100, 100, 0.4);
  *border: 1px solid rgb(100, 100, 100);
  border-radius: 0 0 3px 3px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
 
  top: 2.8vw;

  
  
}
nav ul ul li{
  position: relative;
  margin: 0px;
  float: none;
  display: list-item;
  padding: 5px;
  border-bottom: 1px solid rgba(0,0,0,0.3);
}
nav ul ul li a{
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  color: #232B37;
  display:block;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 22px;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap; 
  z-index: 2;

}
nav ul ul li a:hover {
  background-color: rgb(145, 145, 145);
  border-bottom: 1px solid #3B5998; 
  color: #000;
  width: fit-content;
  line-height: 20px;
  
}

nav ul ul ul li{
  position: relative;
  top: 60px;
  left: 150px;
}

.show,.icon,input{
  display: none;
}
.fa-plus{
  font-size: 15px;
  margin-left: 40px;
}
.sliderbox{
  margin-bottom: 2%;
  height: 35vw;

}
.welcome{
  font-size: 1.8vw;
  color: aqua;
}
.welcometext{
  font-size: 1.2vw;
  
}
.bkimg{
  margin-right: 4vw;
}
#wtextbox{
  margin:0px 1.5% 1.5% 1.5%;
}
.ach{
  font-size: 1.3vw;

}
.ach2{
  font-size: 1.3vw;
  
}
.noticetext{
  font-size: 0.9vw;
}

.nblue{
  height:fit-content;
}
#designer{
  font-size: 1vw;
  text-align: right;
}
.style7
{
    padding:10px;
    color: #333333;
    font-size: 1.2vw;
   
}

.style8
{
    color: #1A54CC;
}
.style9
{
    font-family: Georgia;
    color: #660033;
}
#fotmenu{
  text-align: left;
}
/* Three image containers (use 25% for four, and 50% for two, etc) */
.column567 {
  float: left;
  width: 40%;
  padding: 2px;
  margin: 2%;
  border: #660033 2px solid;
}
.vision_ul{
  color: #333333;
  font-size: 1.2vw;
}

/* Clear floats after image containers */
.row567::after {
  content: "";
  clear: both;
  display: table;
}

.notmarq{
  height: 23vw;
}
@media all and (max-width: 968px) {
  .column567 {
    width: 90%;
  }
  
  .notmarq{

    height: 60vw;
  }
.adm{
  width: 55vw;
}

  .vision_ul{
    color: #333333;
    font-size: 3vw;
  }
  .style7
{
    padding:10px;
    color: #333333;
    font-size: 3vw;
   
}
    #fotmenu{
      text-align: center;
    }
  .sliderbox{
    margin-bottom: 2%;
    height: 60vw;
  }
  .noticetext{
    font-size: 2.9vw;
  }
  #designer{
    font-size: 2.7vw;
    text-align: center;
  }
  .ach{
    font-size: 3.1vw;
    margin-top: 4%;
  }
  .ach2{
    font-size: 3.1vw;

  }
  .bkimg{
    margin-bottom: 4vw;}
  #wtextbox{
    margin:1% 8% 3% 8%;
  }
  .welcometext{
    font-size: 2.5vw;
  }

  .welcome{
    font-size: 2.9vw;
   
  }

  .bkimg{
    width: 80%;
  }
  .header-large{
  display: none;
  }
  .header-small{
    display: initial;
  }
  nav{
    padding-left: 2%;
    padding-bottom: 0px;
    margin-top:0;
  }

  nav ul{
    margin-right: 0px;
    float: left;
  }
  
  .show + a, ul{
    display: none;
  }
  nav ul li,nav ul ul li{
    display: block;
    width: 100%;
  }
  nav ul li a:hover{
    box-shadow: none;
  }
  .show{
    display: block;
    width: fit-content;
    color: #425691;
    font-weight:bold;
    font-family:Century Gothic;
    font-size:14px;
    border: 1px solid transparent;
    text-decoration: none;
  padding-top:5px;
  padding-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
    cursor: pointer;
    margin-bottom: -2%;
  }
  .show:hover{
    background-color:#2ecc71;;
    border: 1px solid rgba(100, 100, 100, 0.4);
    border-bottom-width: 0;
    border-radius: 2px 2px 0 0;
    color: #000000;
    text-shadow: 0 0 transparent;
    z-index: 2;
  }

  .icon{
    display: inline-block;
    color: orangered;
    float: right;
    margin-right: 5%;
    top: 0;
    right: 40px;
    line-height: 30px;
    cursor: pointer;
    font-size: 4vw;
    margin-top: 0.3%;
  }
  nav .logo{
    display: inline-block;
    text-align: right;
    
    font-size: 4vw;
    color: orangered;
    font-weight: 600;
    margin-top: 1%;
  }
  nav .logo1{
    display: nonek;
    text-align: left;
    margin-left: 5%;
    font-size: 4vw;
    color: navy;
    margin-top: 1%;
    font-weight: 600;
  }
  nav ul ul{
    top: 70px;
    border-top: 0px;
    float: none;
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
  }
  nav ul ul a{
    margin-left: 10%;
    margin-top: 10%;
  }
  nav ul ul ul a{
    padding-left: 80px;
  }
  nav ul ul ul li{
    position: static;
  }
  [id^=btn]:checked + ul{
    display: block;
  }
  nav ul ul li{
    border-bottom: 60px;
  }
  span.cancel:before{
    content: '\f00d';
  }
}
nav ul ul li a{
    display:unset;
    font-size: 14px;
    line-height: 0px;
    padding: 0px 0px;
    text-decoration: none;
    text-overflow:unset;
    white-space: unset;
}

nav ul li:hover > ul{
  opacity: 1;
  visibility: visible;
  border: none;
  box-shadow:none;


}



.content{
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
header{
  font-size: 35px;
  font-weight: 600;
  padding: 10px 0;
}
p{
  font-size: 30px;
  font-weight: 500;
}


@media all and (max-width: 968px) {

  .autoslider{
    width: 100%;
    height: 63vw;
    background-color: rgb(32, 120, 178);
    margin-bottom: 2%;
    }
    .aslide{
      height: 50vw;}
      #sandesh{
        font:Ek Mukta;

        font-size: 5vw;
        color: #550000;
        text-decoration:underline;
        margin-top:5%;
     }
     #sandesh2{
      font:Ek Mukta;

      font-size: 5vw;
      color: #550000;
   
   }
   #sandesh3{
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 2.5vw;
    color: black;
    margin-bottom: 2%;
    margin-top: 3%;
  
  }
   .social{
    height: 10vw;
    width: 100vw;
    
    margin-bottom: 1%;
    content: '';
    display: table;
    clear: both;
    text-align: center;
  }
.fb,.yt,.insta,.whats{float: left;
height: 18vw;
width: 50%;
padding: 0 10px;
}

.fb{
background-color: #6b96ec;
height: 18vw;

}
.yt{
height: 18vw;
background-color: rgb(214, 91, 91);
}
.insta{
height: 18vw;
background-color: #fb77bb
}
.whats{
height: 18vw;
background-color: #6ee99b
}

}