@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;
  }
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
body {
  display: table;
  width: calc(100vw - 10px);
  table-layout: fixed;
}
a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
input {
  font-family: 'Mukta Vaani', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #37414b;
}
input:focus {
  border: 0;
  outline: none;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */

  color: #9ba0a5;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  color: #9ba0a5;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  color: #9ba0a5;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */

  color: #9ba0a5;
}
:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */

  color: #9ba0a5;
}
.divider {
  width: 240px;
  height: 3px;
  background-color: #ffffff;
  margin: 30px auto 30px auto;
}
.divider .divider-grey {
  background-color: #ffffff;
  height: 3px;
  border-bottom: 1px solid #9ba0a5;
  display: inline-block;
  width: 90px;
  float: left;
}
.divider .divider-orange {
  background-color: #ff6900;
  height: 3px;
  display: inline-block;
  width: 60px;
  float: left;
}
.error {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  font-family: 'Mukta Vaani', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  padding: 0 5px 0 5px;
  background-color: #ff0000;
  margin: 0 auto;
}
.success {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  font-family: 'Mukta Vaani', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  padding: 0 5px 0 5px;
  background-color: #39b54a;
  margin: 0 auto;
}
.has-error label {
  color: #9ba0a5 !important;
}
.has-error .g-recaptcha {
  border: 1px solid red;
}
.has-error input[type="text"] {
  border: 1px solid red !important;
}
.has-error textarea {
  border: 1px solid red !important;
}
.has-error .bootstrap-select .dropdown-toggle {
  border: 1px solid red !important;
}
#rc-imageselect,
.g-recaptcha {
  transform: scale(0.96);
  -webkit-transform: scale(0.96);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
.left {
  width: 50%;
  display: inline-block;
  float: left;
  text-align: right;
}
.left input {
  float: right;
}
.right {
  width: 50%;
  display: inline-block;
  float: left;
  text-align: left;
}
.right input {
  float: left;
}
label {
  font-family: 'Mukta Vaani', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  color: #9ba0a5;
  text-align: left;
  width: 360px;
  margin-bottom: 10px;
}
input[type="submit"],
input[type="button"] {
  display: inline-block;
  height: 70px;
  width: 280px;
  background-color: #05111e;
  font-family: 'Mukta Vaani', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 70px;
  cursor: pointer;
}
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #ff6900;
}
.g-recaptcha {
  display: inline-block;
}
.form-div-row {
  width: 740px;
  margin: 0 auto 0 auto;
  text-align: center;
}
.form-div-row label {
  width: 740px;
}
.form-div-row textarea {
  padding: 0;
  width: 740px;
  max-width: 740px;
  min-height: 90px;
  border: 1px solid #e1e1e1;
  text-indent: 10px;
  font-family: 'Mukta Vaani', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  color: #37414b;
  text-align: left;
  line-height: 24px;
  margin-bottom: 40px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-div-row textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e1e1e1;
}
.form-div-row .form-control {
  border-radius: 0px;
}
.form-div-row ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */

  color: #37414b;
}
.form-div-row :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  color: #37414b;
  opacity: 1;
}
.form-div-row ::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  color: #37414b;
  opacity: 1;
}
.form-div-row :-ms-input-placeholder {
  /* Internet Explorer 10-11 */

  color: #37414b;
}
.form-div-row :placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */

  color: #37414b;
}
.form-div {
  padding: 0 10px 0 10px;
}
.form-div input[type="text"] {
  padding: 0;
  height: 46px;
  width: 360px;
  border: 1px solid #e1e1e1;
  text-indent: 10px;
  font-family: 'Mukta Vaani', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  color: #37414b;
  text-align: left;
  margin-bottom: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-div input[type="text"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e1e1e1;
}
.form-div .form-control {
  border-radius: 0px;
}
.form-div ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */

  color: #37414b;
}
.form-div :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  color: #37414b;
  opacity: 1;
}
.form-div ::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  color: #37414b;
  opacity: 1;
}
.form-div :-ms-input-placeholder {
  /* Internet Explorer 10-11 */

  color: #37414b;
}
.form-div :placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */

  color: #37414b;
}
.form-div .fileUpload {
  position: relative;
  overflow: hidden;
  background-color: #cdcfd2;
  color: #37414b;
  text-align: center;
  width: 360px;
  height: 46px;
  font-family: 'Mukta Vaani', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  margin-top: 3px;
}
.form-div .fileUpload span {
  line-height: 46px;
}
.form-div .fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
