
/* Required for full background image */

html,
body,
header,
.view {
  height: 100%;
}

@media (max-width: 740px) {
  html,
  body,
  header,
  .view {
    height: 100vh;
  }
}

.top-nav-collapse {
  background-color:#561c79 !important;
}

.navbar:not(.top-nav-collapse) {
  background: transparent !important;
}

@media (max-width: 768px) {
  .navbar:not(.top-nav-collapse) {
    background: #e94e1b !important;
  }
}
@media (min-width: 800px) and (max-width: 850px) {
  .navbar:not(.top-nav-collapse) {
    background: #e94e1b !important;
  }
}

.rgba-gradient {
  background: -moz-linear-gradient(45deg, rgba(213, 15, 61, 0.6), rgba(13, 17, 198, 0.69) 100%);
  background: -webkit-linear-gradient(45deg, rgba(213, 15, 61, 0.6), rgba(13, 17, 198, 0.69) 100%);
  background: linear-gradient(to 45deg, rgba(213, 15, 61, 0.6), rgba(13, 17, 198, 0.69) 100%);
}
        


.call-back-section{
    position:relative;
    background-attachment:fixed;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    padding:10% 0% 10% 0%;
    color: #fff;
    font-size: 1.5em;
}


.pad{
  padding-right: 0px; 
  padding-left: 0px; 
}


.texp {
font-size: 1rem;
padding: 20% 5% 0% 5%; 
text-align: justify;
}


.texp2 {
  font-size: 1rem;
  padding: 3% 5% 0% 5%; 
  text-align: justify;
}

.colorli{
  color: #fff;
}

.texpp {
  font-size: 1rem;
  padding: 0% 5% 0% 5%; 
  text-align: justify;
}