@import url(https://fonts.googleapis.com/css?family=Mukta+Vaani:400,800,700,300,700italic,400italic,300italic);
/* Variables.less
 * Variables to customize the look and feel of ImoWout
 * ----------------------------------------------------- */
/* PATHS */
/* COLORS */
/* FONTS */
/**************** FONTS **************/
/**************************************/
.footer-container {
  position: relative;
}
#footer-top {
  background: url('/assets/site/img/pr/top-footer.svg') no-repeat center center;
  display: block;
  height: 220px;
  z-index: 10;
  width: 100%;
}
#footer-contact-section {
  min-height: 1px;
  overflow: hidden;
  font-family: 'Mukta Vaani', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #ffffff;
  line-height: 22px;
  text-align: center;
  width: 100%;
  background-color: #292e87;
}
#footer-contact-section p {
  font-family: 'Mukta Vaani', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 13px;
  margin: 0;
}
#footer-contact-section p a {
  color: #ffffff;
}
#footer-contact-section p a:hover {
  text-decoration: underline;
}
#footer-contact-section .title {
  font-family: 'Mukta Vaani', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  height: auto !important;
}
#footer-contact-section .phone-bold {
  font-family: 'Mukta Vaani', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
}
#footer-contact-section #socials {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}
#footer-contact-section #socials a {
  display: inline-block;
  height: 50px;
  width: 50px;
}
#footer-contact-section #socials #facebook {
  display: inline-block;
  background: url('/assets/site/img/pr/footer-facebook.svg') no-repeat center center;
  margin-right: 15px;
}
#footer-contact-section #socials #facebook:hover {
  background: url('/assets/site/img/pr/footer-facebook-hover.svg') no-repeat center center;
}
#footer-contact-section #socials #youtube {
  display: inline-block;
  background: url('/assets/site/img/pr/footer-youtube.svg') no-repeat center center;
  margin-left: 15px;
}
#footer-contact-section #socials #youtube:hover {
  background: url('/assets/site/img/pr/footer-youtube-hover.svg') no-repeat center center;
}
#footer-copy-section #copy-container {
  font-family: 'Mukta Vaani', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  padding-bottom: 30px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  width: 100%;
  background-color: #292e87;
}
#footer-copy-section #copy-container a {
  font-family: 'Mukta Vaani', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  color: #dcc200;
}
#footer-copy-section #copy-container a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  #footer-contact-section {
    font-family: 'Mukta Vaani', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 20px;
  }
  #footer-contact-section p {
    font-family: 'Mukta Vaani', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
  }
  #footer-contact-section .title {
    font-family: 'Mukta Vaani', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
  }
  #footer-contact-section .bold {
    font-family: 'Mukta Vaani', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
  }
  #footer-copy-section #copy-container {
    font-family: 'Mukta Vaani', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 11px;
    line-height: 20px;
  }
  #footer-copy-section #copy-container a {
    font-family: 'Mukta Vaani', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 11px;
  }
}
