/*============= RESETS =============*/

/*-- iPhone X Remove Gutters --*/
html {
  padding: env(safe-area-inset);
}
/*-- Prevent Horizontal Scrolling & Font Style --*/
html, body {
  overflow-x: hidden;
  /*font-family: 'Lato', sans-serif;*/
  color: #505962;
  
  margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:18px;
  line-height: 1.7;
}

.jumbotron.jumbotron-fluid.jumo_sso {
               color: #fff;
              /* background: linear-gradient(0deg, rgba(54, 169, 236, 0.1), rgba(98, 180, 212, 0.3)), url(../banner/about.png);*/
              background: url(../img/banners/sso.png);
              background-size: cover;
              background-repeat: no-repeat;
              padding: 100px;
              height: 65vh;
           }

.test{
   height: 300px;
}
.tit{
  font-family: 'Poppins', sans-serif;
 /* color: #5a6369;*/
 color: #505962;

}
.col-lg-6.col-sm-12.sso.s_s_o5{
  margin-top: 17%;
}

.col-lg-6.col-sm-12.s_s_o
{
    margin-top:5%;
}

.col.s_s_o{
  /* margin: 50px;*/
  margin-top: 4%;
}
.col.s_s{
  margin-top: 13%;
}
.pop{
  font-family: 'Poppins', sans-serif;
}
.col.s_s_o1{
  margin-top: 80px;
  margin-bottom: 50px;
}
.newtit{
  
  text-align: justify;
 /* color: #5a6369;*/
 
  }



.p1{
   text-align: left;
}


.sec1_google{
  font-family: 'Source Sans Pro', sans-serif;
 margin-top: 3%;
 margin-bottom: 3%;
 color: #4285F4;
}
.sec1_google:hover {
  color: rgba(17, 18, 40,0.9);
  cursor: pointer;
  -webkit-transition: color 2s ease-out;
  -moz-transition: color 2s ease-out;
  -o-transition: color 2s ease-out;
  transition: color 2s ease-out;
}

b{
  border-bottom: 1px solid green;
  padding: 0 0 4px;
}






 .h5{
            font-family: 'Source Sans Pro',sans-serif;
            }
.sans{
               font-family: 'Source Sans Pro',sans-serif;
               }

.p1{
                 font-family: 'Titillium Web', sans-serif;
            }

.card-title{
   font-family: 'Source Sans Pro' ,sans-serif;
}
.card-text{
   font-family: 'Titillium Web' ,sans-serif;
}
.col-lg-6.col-sm-12.s_s
{
    margin-top:5%;
}
/*.col-lg-6{*/
/*   padding-left: 10rem;*/
/*   padding-right: 10rem;*/

/*}*/

.align-self-center{
  /* margin-top: 30px;*/
  /*margin-top: 30px;*/
  margin-top: 5%;
  margin-left: 35%;
 /* margin: 0 auto;*/
        float: none; /* Added */
}


/*===== FIXED BACKGROUND IMG DARK =====*/

/*--- iOS Fixed Background Image --*/
.fixed {
  position: relative;
  width: 100%;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -9999;
}
.fixed-dark {
  background-image: url('../banner/');
  position: fixed;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  z-index: -1;
  top: 0;
  left: 0;
  display: table;
}
.dark {
  /*background-color: rgba(0, 0, 0, .7);*/
  padding: 7rem 0;
  z-index: 1000;
}

#home {
  background: url('../img/banners/sso.png');
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  width: 100%;
  height: 55vh;
  position: relative;
  overflow: hidden;
}

.landing {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55vh;
  /*background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0,0,0,0.9));*/

}


#home h1 {
  text-align: center;
  /*padding: 50% 0 2% 0;*/
  color: #505962;
  font-weight: bolder;
  font-family: 'Bebas Neue', cursive;
  line-height: 1.5rem;
  letter-spacing: 0.4rem;
  font-size: 4.25rem;
  position: relative;
  z-index: 1;
  display: flex;
  vertical-align: center;
  justify-content: center;
  align-content: center;
  /*top: 45%;*/
  text-shadow: 2px 2px #000000;
}

#home h3 {
  margin-top: 2%;
  text-align: center;
  color: #FFD700;
  font-weight: bold;
  padding-top: 2rem;

}

h1 {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5rem;
  /*letter-spacing: 0.15rem;*/
  font-size: 3rem;
  color: #505962;
  font-weight: bold;
  padding: 0 5% 1%;
}

.hul-small {
  border: solid #1EBBA3 6px;
  /*border-radius: 50%;*/
  border-bottom: none;
  width: 25%;
  margin: 5px auto 25px auto;
}

.navbar {
  background: #563334 !important;
}

.navbar .nav-link {
  color: #FFFFFF !important;
}

/*media query*/
@media only screen and (max-width: 600px) {
  .col-lg-6 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.dark h1 {
    font-size: 28px;
}
.dark {
    padding: 3rem 0;
}
#home {
    background: url(../banner/SEO.jpg);
}
}
