<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  color: #fff;
  background-color: #22283f;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  color: #fff;
}

.vs-section {
  background-repeat: no-repeat;
  background-position: center center;

  -webkit-background-size: cover;
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
}

.vs-section h2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 4rem;
  margin: auto;
  font-size: 4rem;
  font-weight: 300;
  line-height: 4rem;
  text-align: center;
}

.vs-section:nth-of-type(1) {
  background-image: url('../images/SB.jpg');
  min-height: 623px !important;
}

/*.vs-section:nth-of-type(2) {
  background: #fff;
  background-image: url('../images/2ndinfo.png');
}*/

.vs-section:nth-of-type(3) {
/*  background-image: url('../images/3rdinfo.png');*/
  background-color:#fff;
  min-height: 623px !important;
}

.vs-section:nth-of-type(4) {
  background: #f2f2f2;
}

/*.vs-section:nth-of-type(5) {
  background-image: url('../images/Microfinancebg4.jpg');
}*/

footer {
  z-index: 9999;
  position: fixed;
  bottom: 15px;
  left: 15px;
}

footer p {
  color: #999;
}

footer a:nth-child(2) {
  border-bottom: 1px dotted #fff;
}

.MailFormDiv{
    width:50%;
    float:left;
}

.footerImgDiv{
    width:50%;
    float:left;
}
.DivStyle{
    margin-left:4.5em;
}

@media (max-width: 480px) {
    .hrms_info {
        /* font-family: 'Conv_FuturaStd-Heavy'; */
        font-size: 15px !important;
        padding: 1em 0em 0em 2.5em;
        line-height: 20px;
        width: 100% !important;
        font-family: helvetica;
    }

    .vs-section:nth-of-type(1) {
         background-image: none;
        background-color: black;
        opacity: 0.8;
            min-height: auto !important;
            padding-bottom: 20px;
        /*height: 90vh;*/
    }
    
     .MailFormDiv{
        width:100%;
        float:left;
    }
    .footerImgDiv{
        width:100%;
        float:left;
        margin-top: 30px;
    }

    .DivStyle{
        margin-left:0px;
    }
}</pre></body></html>