/* CSS Document */



@import url("aos.css");
@import url("swiper.min.css");
@import url("animate.css");
@import url("custom.css");
@import url("bootstrapValidator.css");
@import url("planit.css");
@import url("gallery.css");
/**@import url("icofont.css");**/
@import url("font-awesome.min.css");
@import url("font-awesome-animation.min.css");




/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #26247b;/**e36c26**/
  color:#fff;
  font-size:.85em;
  font-weight:300;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
