<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
    /* color: #343a40; */
    margin: 0;
    padding: 0;

}

/* 1ST MAIN */
.maintop{
    height: 35vh;
    width: 100%;
    position: relative;
}
.navv {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: background-color 0.5s ease;
    background-color: transparent;
    font-family: "poppins";
    font-weight: bold;
    font-size: 13px;
}
.navv.scrolled {
    background-color: rgba(0, 0, 0, 0.8);
}

.collapse .active {
    border-bottom: 2px #69fbfc solid;
    font-weight: bolder;
    
}
.navv li a:hover {
    border-bottom: 2px #69fbfc solid;
}

/* .collapse .active a:hover {
    /* border-bottom: 2px green solid;
    font-weight: bolder;
    color: red;
} */ 

.navv .navbar-toggler .fa-bars{
    color: white;
}
.navbar-nav {
    gap: 2rem;
}

.navv .vve {
    color: white;
}

.navv .vve img {
    height: 80px;
    width: 150px;

}

.navv .hov .hov1 .login {
    text-decoration: none;
    color:black ;
    border-bottom: none;
    border-color: transparent;
    font-size: 12px;
}

.navv .hov .hov1{
    height: 45px;
    width: 120px;
    background-color: white;
    border: none;
}

.navv .hov .hov1:hover {
    background-color: #69fbfc;
}

.navv li:hover .sub-menu {
    z-index:1;
    opacity:1;
}
.navv .sub-menu li {
	width: 100%;
	display: block;
	right: 39.2px;
}

.navv .sub-menu a {
	position: relative;
	text-align: center;  
    text-decoration: none;  
    color: white;
    font-size: 15px;
}

.navv .sub-menu {
	width: 288px;
    position: absolute;
    z-index: -1;
    opacity: 0;
    transition: opacity linear 0.15s;
    background-color :#010e44;
}

/* BACKGROUND COLOR NAV FOR SMALLER SCREEN */

.navbar-collapse.show {
    background-color: #010e44; /* Adjust to desired color */
    color: white; /* Ensure text remains readable */
    padding: 1rem; /* Add padding to avoid content sticking to edges */
}

/* Override text color inside expanded navbar */
.navbar-collapse.show a {
    color: white; /* Ensure links remain visible */
}

/* END OF BG COLOR */

/*Slide Show background */

.slideshow-container {
    position: absolute;
    width: 100%;
    height: 300px;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
    background-color: #010e44;
}

.slides-wrapper{
    width: 100%;
    height: 100%;
    color: white;
}

.slides-wrapper h1{
    text-align: center;
    font-size: 45px;
    font-family: "poppins" ;
    margin-top: 120px;
}

.slides-wrapper p{
    text-align: center;
    font-family:"poppins" ;
    font-size: 20px;
}

.mySlides {
    box-sizing: border-box;
    flex: 1 0 100%;
    width: 100%;
    height: 80vh;
}

.mySlides img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0px;
}

/* END OF 1ST */

/* 2ND MAIN */
.term {
    max-width: 100%;
    padding: 20px;
    background-color: #fff;
}

.term h1, h2 {
    color: #010e44;
}

.term h1 {
    font-size: 2.5rem;
    font-weight: 700;
}

.term h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 1.5rem;
}

.term p, ul {
    line-height: 1.6;
}

.term ul {
    padding-left: 20px;
}

.term a {
    color: #007bff;
    text-decoration: none;
}

.term a:hover {
    text-decoration: underline;
}
/* END OF 2ND */

/* LAST PART */
.ppe{
    background-color: #010e44;
    color: white;
}
.ppe .pints p {
    margin-top: 40px;
    font-size: 25px;
    font-family: poppins;
    
}
.ppe .mind{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.ppe .pints p {
    font-size: 14px;
    text-align: center;
    margin-left: -20px;
}

.tentss{
    background-color: #010e44;
}
.tentss .sponge p a{
    color: white;
   
}
.tentss .sponge p{
    text-align: center; 
    color: white;
}

/* END OF LAST PART */
/* Btn to up */

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99; 
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #69fbfc;
    color: #010e44;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
  }
  
  #myBtn:hover {
    background-color: #555;
  }
  
  /* End of Btn to up */


  @media (max-width: 900px) {

    /* no sub menu */
    .navv .arrow{
        display: none;
    } 

    .navv .submenu li {
        display: none;
        
    }
    
    .navv li:hover .sub-menu {
        z-index: 0;
        opacity:0;
    }
    
    .navv .sub-menu a {
        display: none;
    }
    
    .navv .sub-menu {
        display: none;
    }
    /*end sub menu */
}
@media (max-width: 768px) {

    /* no sub menu */
    .navv .arrow{
        display: none;
    } 

    .navv .submenu li {
        display: none;
        
    }
    
    .navv li:hover .sub-menu {
        z-index: 0;
        opacity:0;
    }
    
    .navv .sub-menu a {
        display: none;
    }
    
    .navv .sub-menu {
        display: none;
    }
    /*end sub menu */
}

@media (max-width: 680px) {

    /* no sub menu */
    .navv .arrow{
        display: none;
    } 

    .navv .submenu li {
        display: none;
        
    }
    
    .navv li:hover .sub-menu {
        z-index: 0;
        opacity:0;
    }
    
    .navv .sub-menu a {
        display: none;
    }
    
    .navv .sub-menu {
        display: none;
    }
    /*end sub menu */
}

@media (max-width: 600px) {

    /* no sub menu */
    .navv .arrow{
        display: none;
    } 

    .navv .submenu li {
        display: none;
        
    }
    
    .navv li:hover .sub-menu {
        z-index: 0;
        opacity:0;
    }
    
    .navv .sub-menu a {
        display: none;
    }
    
    .navv .sub-menu {
        display: none;
    }
    /*end sub menu */
}

@media (max-width: 480px) {

    /* no sub menu */
    .navv .arrow{
        display: none;
    } 

    .navv .submenu li {
        display: none;
        
    }
    
    .navv li:hover .sub-menu {
        z-index: 0;
        opacity:0;
    }
    
    .navv .sub-menu a {
        display: none;
    }
    
    .navv .sub-menu {
        display: none;
    }
    /*end sub menu */
}

@media (max-width: 400px) {

    /* no sub menu */
    .navv .arrow{
        display: none;
    } 

    .navv .submenu li {
        display: none;
        
    }
    
    .navv li:hover .sub-menu {
        z-index: 0;
        opacity:0;
    }
    
    .navv .sub-menu a {
        display: none;
    }
    
    .navv .sub-menu {
        display: none;
    }
    /*end sub menu */
}</pre></body></html>