.contact-from-info .input_box.captcha-inp {
    position: relative;
    display: flex;
}



#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .spinner {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #333;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
} */


.spinner {
    /* border: 8px solid #f3f3f3; */
    /* border-top: 8px solid #333; */
    /* border-radius: 50%;
    width: 60px;
    height: 60px; */
    /* animation: spin 1s linear infinite; */
 
    background-size: contain;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

body.loading {
  overflow: hidden;
}


.vision-bx .vision-text.vision-2 p a{
  color:#545351;
}

.wrapper-2 a:hover {
    color: #fff;
    text-decoration: none;
}

.wrapper-1{
  width:100%;
  height:100vh;
  display: flex;
flex-direction: column;
}
.wrapper-2{
  padding :30px;
  text-align:center;
}
h1{
/*     font-family: 'Kaushan Script', cursive; */
  font-size:4em;
  letter-spacing:3px;
  color:#41190a ;
  margin:0;
  margin-bottom:20px;
}
.wrapper-2 p{
  margin:0;
  font-size:1.3em;
  color:#aaa;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing:1px;
}
.go-home{
  color:#fff;
  background:#41190a;
  border:none;
  padding:10px 50px;
  margin:30px 0;
  border-radius:30px;
  text-transform:capitalize;
  box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
}
.footer-like{
  margin-top: auto; 
  background:#D7E6FE;
  padding:6px;
  text-align:center;
}
.footer-like p{
  margin:0;
  padding:4px;
  color:#5892FF;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing:1px;
}
.footer-like p a{
  text-decoration:none;
  color:#5892FF;
  font-weight:600;
}

@media (min-width:360px){
  h1{
    font-size:4.5em;
  }
  .go-home{
    margin-bottom:20px;
  }
}

@media (min-width:600px){
  .content{
  max-width:1140px;
  margin:0 auto;
}
  .wrapper-1{
  height: initial;
  max-width:620px;
  margin:0 auto;
  margin-top:50px;
  margin-bottom:50px;
/*  box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);*/
}
  
}
