*{
    margin:0;
    padding:0;
    font-family:rajdeep;

}
.alert {
    position: fixed;
    padding: 1%;
    left: 65%;
    top: 19%;
    color: white;
    text-align:center;
    border-radius: 1rem;
    width: 20%;
    font-size: 1.9rem;
   
}
.alert-success{
      background-color:#14a75d;
}
.alert-danger{
      background-color:red;
}
/*----------*/

.cont-sect{
    width:auto;
    height:auto;
    margin:0 22px;
    display:flex;
    flex-wrap:wrap;
    padding-top:5rem;
    border-radius:5rem;
    background:#fff;
}
.location{
    width:auto;
    height:auto;
    flex:50% ;
}
.cont-head{
    font-size:4rem;
     color:blue;
}
.cont-para{
      line-height:0;
}
.cint-info{
   
    font-size:2rem;
     line-height:6rem;
     width:10rem;
    height:auto;
    flex:50%;
     
}
.cont-chan{
    line-height:0;
    
    
}
 .cint-info form{
      width:100%;
  }
.cont-sect i{
    margin-right:2rem;
    color:blue;
}
.cint-info form a{
    text-decoration:none;

}
.cint-info form a:hover{
    color:#648bd3;
    
}
i.fas.fa-phone-square-alt.cont-red {
    color: red;
}

iframe {
    width: 100%;
}



/*--------
.cont-sect{
    width:80%;
    height:auto;
    margin:auto;
    display:flex;
    flex-wrap:wrap;
    padding:5rem;
    border-radius:5rem;
    background:#fff;
}
.location{
    width:10rem;
    height:auto;
    flex:50% right;
}

.cont-head{
    font-size:4rem; 
}
.cont-para{
      line-height:0;
}
.cint-info{
    padding-left:5rem;
    font-size:2rem;
     line-height:6rem;
     height:50rem;
     width:10rem;
    height:auto;
    flex:50%;
     
}
.cont-sect i{
    margin-right:2rem;
}
    


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


html{
    font-size: 62.5%;
}
body{
    margin:0 16rem;
}
p{
    text-indent:2.5rem;
}


.about-gap{
     line-height:4;
}

.para a{
     text-decoration:none;
}
.about-us{
    margin:1.5rem;
}
/* Header Start */
.header{
    height:3rem;
   position:fixed;
   width:100%;
}
#head-banner img{
 height:33rem; 
 width:100%;
 padding-bottom:2rem;
 margin-top:130px;
}
.home{
padding-right: 310px;
}
.desi-logo{
    display: flex;
    padding:0 2.2rem;
    justify-content: space-between;
    align-items: center;
   background:white;
  
    
}
.desi-logo.sticky{
    padding:10px 0;
    background: #1b1b1b;
}
.desi-logo1 img{
    
     width: 26rem;
     height:10rem;
     margin-left:-30px;
    
}
.desi-logo ul li{
    list-style: none;
    display: inline-block;
    padding: .9rem 0.8rem;
    position: relative;
    text-align:center;
}
.desi-logo ul li ul{
    display:flex;
    flex-direction: column;
   float:none;
}
.desi-menu{
    margin:0.2rem;
    
}


.desi-logo ul li a{
    color:black ;
    text-decoration: none;
    font-size: 1.5rem;
    display:block;
   
}

.desi-logo ul li :hover{
    color:white;
}
.desi-logo ul li :hover::after {
    width:100%; 
   
}
/*----header slider color start---*/
.desi-menu{
    position:absolute;
    transform:translate(-50%,-50%);
    cursor:pointer;
    transition:color 0.6s ease linear;
}
.desi-menu::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:#648db3;
    z-index:-1;
    transition:transform 0.7s ease;
    transform-origin:0 0;
    transition-timing-function:cubic-bezier(0.5,1.6,0.4,0.7);
    transform:scalex(0);
}
.desi-menu:hover::before{
    transform:scalex(1);
}

 .desi-menu {
    transform:skew(-35deg);
}

 .desi-menu a {
       transform:skew(35deg);
 }
 .desi-menu .sub-menu{
       transform:skew(35deg); 
 }
.desi-logo ul .desi-menu .sub-menu a {
     transform:skew(0deg);
     list-style: none;
}
/*----header slider colo endr---*/




.sub-menu{
    display:none;
    margin-left:-40px;
}
.desi-logo ul ul{
     position: fixed;
      background:#495994;
      padding-bottom:10px;
      
}

.desi-logo ul li:hover .sub-menu
{
  display:block;
 
  
  
}
.desi-logo ul li:hover .sub-menu ul
{
    
    margin:1rem;
}
.desi-logo ul li:hover .sub-menu ul li
{
    width:19rem;
    border-bottom: .1rem dotted #fff;
    background:transparent;
    border-radius:1rem;
    text-align:center;
}
.desi-logo ul li:hover .sub-menu ul li a{
   color:white;  
}
.menu img{
    display:none;
  
}
#click{
    display:none;
}





  /* Header end */
  

.campus-col{
    flex-basis: 32%;
    position: relative;
    padding-left: 2rem;
    
}
.comp img{
    height: 100%;
    align-items: center;
    width: 50%;
    margin: 3rem 2rem 3rem 2rem;
    border-radius:10rem;
  
    display:inline-block;
    text-align: center;
}
.container{
    max-width: 117rem;
    background-color: rgb(17, 20, 192);
    margin: auto;
}
.footer-col{
    width: 25%;
    padding: 0 1rem;
    display: inline-block;
}
.footer-col h2{
    font-size: 1.8rem;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 3rem;
}

    .boxes .loren {
        width:150%;
       padding:1.5%;
       height:auto;
        border:.3rem solid #04158a ;
        margin-right:5rem ;
        border-radius:2.5rem; 
        background-color:#495994;
    }
    
    .loren p , .loren ul li{
        color:white;
        font-family:rajdeep;
        text-align:justify;
        letter-spacing:0.02rem;
        margin:0.7rem;
    } 
    .loren ul li{
        margin-left:3.5rem;
    }
    .loren h1{
        text-align:center;
        margin-top:.5rem;
        color:#fff;
    }
    .boxes{
        height:auto;
        width:auto;
        font-size:1.8rem;
        display:flex;
        justify-content:center;
        margin:2rem;
    }
     .sir{
         margin-bottom: 2rem;
         margin-top:.5rem;
          font-size:3rem;
     }
    .loren .sir{
        text-align:center;
        color:white;
        font-family:rajdeep;
        
    }
    .wrapper{
         width:51%;
        height:36rem;
        border:.3rem solid #04158a ;
        padding:5rem;
       
        text-align:center;
        border-radius:2.5rem; 
        background-color:#4088ca;
        color:white;
        line-height:3rem;
        List-style-type:none;
        
    } 
    .other-sub a{
        color:white;
        text-decoration:none;
        
    }
    .other-sub a:hover{
        color: #172267;
    }
    .health{ 
        margin-top:1rem;
    }
    .on{
        background-color:#3c9ad1;
        height:2rem ;
        width:5rem;
        border-radius:2.5rem;
    }



footer{
    margin-top:4rem;
    bottom:0;
    background:linear-gradient(to right,#00093c,#2d0b00);
    color:#fff;
    padding:3rem;
    border-top-left-radius:12.5rem;
    font-size:1.3rem;
    line-height:2rem;
}
.row{
    width:100%;
    margin:4px 0 0 25px;
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
    justify-content:space-between;
}
.row .col a {
    text-decoration: none;
    color: cornflowerblue;
}
.row .col a:hover {
       color: rgb(119 192 231);
}
.row .col h5 p {
    color: rgb(119 192 231);
}
footer p a {
    color: cornflowerblue;
}
.row .col h5 {
    font-size: 97%;
}
.col{
   width:auto;
    padding:1rem;
}

.pic{
    width:8rem;
    margin-bottom:3rem;
}
.col .mar{
    width: fit-content;
    margin-bottom:2rem;
    position:relative;
}
hr{
    width:90%;
    border:0;
    border-bottom:0.1rem solid #ccc;
    margin:2rem auto;
}
.copyright{
    text-align:center;
}
.underline{
    width:100%;
    height:0.5rem;
    background:#767676;
    border-radius:0.3rem;
    position:absolute;
    top:2.5rem;
    left:0;
    overflow:hidden;
}
.underline span{
    width:1.5rem;
    height:100%;
    background:#fff;
    border-radius:0.3rem;
    position:absolute;
    top:0;
    left:1rem;
    animation: moving 2s linear infinite;
}
@keyframes moving{
    0%{
        left:-2rem;
    }
    100%{
        left:100%;
    }
}




.box-top{
    display: flex;
    justify-content:center;
    align-items:center;
    min-height:80vh;
   
}
.box{
    position:relative;
    width:20rem;
    height:20rem;
    transform-style:preserve-3d;
    animation:animate 20s linear infinite;
}
@keyframes animate{
    0%
    {
        transform:perspective(100rem) rotatey(0deg);

    }
    100%
    {
        transform:perspective(100rem) rotatey(360deg);

    }
}
.box .comp{
    position:absolute;
    width:100%;
    height:70%;
    transform-origin:center;
    transform-style:preserve-3d;
    transform:rotatey(calc(var(--i)*45deg)) translatez(40rem);
    -webkit-box-reflect:below 0 linear-gradient(transparent,transparent,#0004);
} 
.box .comp .dp{
    position:absolute;
    width:100%;
    height:100%;
    
}



.safety{
    text-align:center;
    padding-top:2rem;
    font-size:2rem;
}
.para{
       text-align:justify;
        letter-spacing:0.1rem;
        margin:4rem 6rem;
        padding:1rem;
        font-size:2rem;
        word-spacing:0.2rem;
        line-height:1.4;
}
.para p{
margin-bottom:10px;

    
}
.graphic {
      padding:3rem;
        font-size:1.8rem;
        display:flex;
        justify-content:center;
        margin:7rem;
       background-color:gray;
    
    
   
}
.graphic .gallery{
     width:auto;
        height:auto;
        border:0.3rem solid #04158a ;
        margin:2rem 4rem;
      
        border-radius:10rem; 
        background-color:#495994;
     
        
       
}
.graphic .manage{
  display:block;
  margin:0 5rem;
    
}
.graphic .manage-col{
  display: flex;
  margin:0 4rem;
    
} 


.short {
    padding:0 0;
   margin:2rem;
   margin-bottom:0.5rem;
}
.event{
    text-align:justify;
    margin:2rem;
    margin-bottom:6rem;
}

.gallery{
    float:left;
    margin:1rem 2rem;
    
}
.our{
    text-align:center;
    padding-bottom:3rem;
}
.gallery img{
    margin-bottom:-1.5rem;
    height:8rem;
    width:8rem;
     margin-left:32%;
     
}


/*-----------contact map.php--------*/

/*
.location {
    width:auto;
    
  
    margin-right:3rem;
   
} 
.location iframe{
    width:454px;
     float:right;
     padding-left:0;
    
}

.cont-sect{
     display:flex;
     position:relative;
      padding-top:5rem;
      justify-content: space-between;
}
.cont-head{
    font-size:4rem; 
}
.cont-para{
      line-height:0;
}
.cint-info{
    padding-left:5rem;
    font-size:2rem;
     line-height:6rem;
     height:50rem;
     
}
.cont-sect i{
    margin-right:2rem;
}
.cont-deta  {
    display:flex;
    background-color:red;
    height:15rem;
     border:0.3rem solid #04158a ;
     background-size:10rem;
}

*/

.cont-dbl-field{
    display:flex;
    height:30rem;
    width:auto;
    padding:5rem 0;
      justify-content: space-between;
     
}
.cont-field input{
    color:white;
    height:4rem;
    width:100%;
    font-size:1.5rem;
    background-color:#495994;
    text-decoration:none;
    padding-left:10px;
}
.cont-option select{
    padding-left:15px;
    color:white;
    height:4.4rem;
    width:98%;
    margin-bottom:5rem;
    font-size:1.5rem;
     background-color:#495994;
}
.cont-message textarea{
    color:white;
    height:22rem;
    width:100%;
    padding-top:10px;
    padding-left:10px;
    padding-right:-12px;
    font-size:1.5rem;
     background-color:#495994;
     resize: vertical;
     overflow:auto;
}
.cont-message {
    padding-left:10px;
}
.cont-spac{
    width: 50%;
    padding: 0 20px;
}
.cont-drop {
    width: 50%;
}
.cont-option {
    padding-left:10px;
    width: 100%;
}
.cont-field{
    width: 100%;
    margin-bottom:5rem;
}

::placeholder {
color:#ffff;


    
}
.submit{
   width: 81%;
    padding: 9% 0;
    border: 0;
    outline: none;
    background: #5be2e8;
    color: #fff;
    font-size: 220%;
    border-radius:40px;text-align:center;
    box-shadow:0 6px 20px -5px rgba(0,0,0,0.4);
}
.submit:hover{
    color:red;
}

.submit-div {
    padding: 4% 36%;
}

/*-----------contact map.php--------*/
.about-busi{
    padding-top:20%;
}
.about-busi p{
padding:0 10%;
text-align:justify;
}

@media (max-width: 1020px) {
.row .col{
    width: 40%;
}
    
}

@media (max-width: 900px) {
  
  html{
      font-size:42%;
  }
  .desi-menu:hover::before{
    transform:scalex(0);
}

 .desi-menu {
    transform:skew(0deg);
}

 .desi-menu a {
       transform:skew(0deg);
 }
 .desi-menu .sub-menu{
       transform:skew(0deg); 
 }  
    .sub-menu{
        margin-left: -60px;
    }
 
    
   body{
      margin-right:0;
    padding:0; 
    margin-left:0
   }
    .desi-logo1 img{
        margin-left:60px;
    }
    
   .about-col{
        font-size: 1.5rem;  
    }
  
 .desi-logo ul{
     position: fixed;
     top: 8rem;
     right:-100% ;
     background:#495994;
     height: auto;
     width: auto;
   transition: right 0.5s;
     text-align: center;

 }  
 #click:checked ~ul{
     right:0;
 }
  .desi-logo ul li{
      margin: 1rem 0;
      display: block;
      padding: 0.9rem 4.9rem;
  }
   .desi-logo ul li a{
       font-size: 2.3rem;
       display: block;
       color: #ffff;
   } 
   .desi-logo ul li{
       height:auto;
       position:static;
   }
  .menu img{
     height:3rem;
    width:3rem;
    display:block;
   
   margin-left:40rem;
}
.desi-logo ul li ::after{
    display: none;
}

.sub-menu{
     position: fixed;
}

.desi-logo ul li:hover .sub-menu ul
{
    display:block;
    margin:-75px -44px ;

}
.row .col{
    position:static;
}

 
.graphic .manage{
  display: block;
    
} 

 .boxes{
        display:block;
        margin:0;
     
 }
  .graphic{
      margin:0;
      padding:0;
      font-size:1.0rem;
  }
  .boxes .loren{
      margin:0.1rem 7.2rem 8rem;
      width:auto;
  }
  .wrapper{
      width: 42%;
    height: 27rem;
    margin: auto;
  }
  .desi-logo1{
      margin-left: -12.9rem;
  }
  .home{
      padding-right:2.2rem;
     
  }
  .desi-menu::before {
      height:0;
  }
#head-banner img {

    margin-top: 50px;
}
.row .col{
    width: auto;
    padding-right: 19px;
}


}  
@media (max-width: 500px) {
    
 body{
     padding:0;
     margin:0;
 }
.graphic .manage-col{
  display: block;
    
} 
 html{
      font-size:32%;
  }
   .home{
     margin-left:-100px;
     
  }
  .header{
      width:100%;
  }
  .location iframe {
    width: 100%;
  }
  .cont-sect {
      display: flex;
      flex-direction:column;
  }
  .cint-info{
      width:auto;
       display: flex;
      flex-direction:row;
  }
  .location{
      margin-top:30px;
  }
  .cint-info form{
      width:100%;
  }
  .cont-dbl-field {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .cont-spac {
    width: 100%;
  }
  .cont-field {
    text-align: center;
    width: 100%;
  }
  .cont-field input {
    width: 80%;
  }
  .cont-drop {
    text-align: center;
     width: 100%;
  }
  .cont-option {
    padding-left: 5px;
    width: 100%;
}
  .cont-option select {
      width: 50%;
  }
  .cont-message textarea {
     width: 50%;
  }   
  .cont-wrapper {
    padding-right: 7%;
}

}
@media (max-width: 415px) {
   .home{
     margin-left:-150px;
     
  }
  .header{
      width:100%;
  }
  .row .col{
    width: 40%;
}
    
}
@media (max-width: 220px) {
     html{
      font-size:20%;
  }
  .desi-logo1 img {
    width: 20rem;
  }
}
@media (max-width: 175px) {
     .desi-logo1 img {
    width: 15rem;
  }
}
@media (max-width: 150px) {
     .desi-logo1 img {
    width: 8rem;
  }
}

/*-----------contact map.php--------*/
/*
.location {
    width:10rem;
    
  
    margin-right:3rem;
   
}
.location iframe{
    width:60rem;
     float:left;
     padding-left:10rem;
    
}
.cont-sect{
     display:flex;
     position:relative;
      padding-top:5rem;
}
.cont-head{
    font-size:4rem; 
}
.cont-para{
      line-height:0;
}
.cint-info{
    padding-right:8rem;
    font-size:2rem;
     line-height:6rem;
     height:50rem;
     
}
.cont-sect i{
    margin-right:2rem;
}
.cont-deta  {
    display:flex;
    background-color:red;
    height:15rem;
     border:0.3rem solid #04158a ;
     background-size:10rem;
}
*/









