<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
    
.top-header-style-two {
background-color:#f8fac7 !important;
padding-bottom:0px !important;
padding-top:0px !important;
}

.main-banner
{
    height:632px !important;
}
.home-slides 
{
    height:500px !important;
}

.students-feedback-form-area
{
    background:cornflowerblue !important;
}

.newss
{
    margin-left:30px !important;
}

#desk-logo
{
    display:block !important;
}

img
{
    max-width:fit-content !important;
}

#logo-name
{
    width:600px !important;
    margin-left:-100px !important;
}

.clickk
{
    color:red !important;
}

p.new1
{
    margin-bottom:0px !important;
    line-height:20px !important;
}

.navbar-style-two .raque-nav
{
    background:#422677!important;
}

.students-feedback-form
{
    height:630px !important;
}

.social-sidebar {
      position: fixed;
      top: 40%;
      right: 0;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 999;
    }

    .social-sidebar a {
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 18px;
      text-decoration: none;
      transition: 0.3s ease;
    }

    .social-sidebar a.facebook { background: #3b5998; }
    .social-sidebar a.twitter { background: #1da1f2; }
    .social-sidebar a.instagram { background: #e4405f; }
    .social-sidebar a.linkedin { background: #0077b5; }
    .social-sidebar a.youtube { background: #ff0000; }

    .social-sidebar a:hover {
      transform: scale(1.1);
      box-shadow: 0 0 10px rgba(0,0,0,0.3);
    }
    
    .containerr
    {
        margin-top:-100px !important;
    }
@media only screen and (max-width: 768px) {
    
    #containerr
    {
        margin-top:-50px !important;
    }
    
    .theme-light .black-logo
    {
        margin-top:-18px !important;
    }
    
    .mean-container .mean-bar
{
    margin-top:60px !important;
}
    
    
    .students-feedback-form
{
    height:auto !important;
}
    
   
    
    #desk-logo
{
    display:none !important;
}


    .main-banner
{
    height:auto !important;
    margin-top:40px !important;
}
.home-slides 
{
    height:auto !important;
}
}


@media only screen and (min-width:483px) and (max-width: 992px) {
    
    #logo-name
{
    width:450px !important;
    margin-left:-37px !important;
}
    
}



@media only screen and (min-width:993px) and (max-width: 1200px) {
    
    #logo-name
{
    width:521px !important;
    margin-left:-63px !important;
}
    
}


@media only screen and (min-width:1201px) and (max-width: 1399px) {
    
    #logo-name
{
    width:545px !important;
    margin-left:-63px !important;
}
    
}
</pre></body></html>