/*---ipad and mobile font-size---*/
button:focus, button:hover, button:active {
  outline: none !important; }

/*buttons*/
.btn {
  border-radius: 4px;
  background: #FF4e4e;
  text-transform: uppercase;
  transition: all 0.5s;
  font-size: 16px;
  font-family: "aileron-m"; }

.btn-primary {
  background: #FF4e4e;
  color: #fff;
  border: none;
  border: 1px solid #FF4e4e;
  position: relative;
  overflow: hidden;
  z-index: 5;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: color 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), border 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), border 0.8s cubic-bezier(0.165, 0.84, 0.44, 1); }

.navigation ul li a.btn.btn-primary span {
  color: #fff;
  font-family: "aileron-m";
  z-index: 2;
  position: relative; }

.navigation ul li a.btn.btn-primary span {
  color: #fff; }

.btn-primary:hover, .btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #FF4e4e;
  border-color: #FF4e4e; }

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #FF4e4e;
  border-color: #FF4e4e; }

.btn.btn-primary::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  border-radius: 0 0 0 10px; }

.btn.btn-secondary::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  color: #FF4e4e;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  right: -2px; }

.btn.btn-primary:hover::after, .btn.btn-secondary:hover::after, .btn.btn-secondary:focus::after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left; }

.btn.focus, .btn:hover {
  color: #0082ff; }

.btn:focus {
  color: #0082ff; }

.btn.active {
  color: #0082ff; }

.btn.active, .btn:active {
  box-shadow: none; }

.btn.btn-primary span {
  display: inline-block;
  vertical-align: middle;
  line-height: 22px; }

.btn-secondary {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  position: relative;
  position: relative;
  overflow: hidden;
  z-index: 5;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: color 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), border 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), border 0.8s cubic-bezier(0.165, 0.84, 0.44, 1); }

.btn-secondary span {
  z-index: 2;
  position: relative; }

.btn-container {
  float: left;
  width: 100%; }

.btn-container.left {
  text-align: left; }

.btn-container.center {
  text-align: center; }

.btn-container.right {
  text-align: right; }

.sign-in-button-container {
  width: 400px;
  margin: 0 auto;
  display: block;
  margin-top: 15px; }

.sign-in-button-container .btn {
  height: 80px;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  font-size: 22px; }

.sign-in-button-container .btn:focus, .sign-in-button-container .btn:hover {
  color: #fff; }

.btn.disabled-btn[disabled][disabled], .btn.disabled-btn {
  background: #FF4e4e;
  border: none; }

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus,
.btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background: #FF4e4e;
  border: none; }

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  background: #FF4e4e;
  border: #FF4e4e; }

/*error css start*/
span.error {
  color: brown;
  display: inline-block;
  font-size: 16px;
  text-align: left;
  width: 100%;
  position: absolute;
  bottom: -10px; }

.sign-in-form span.error {
  font-size: 16px;
  bottom: -10px; }

/*error css end*/
/*style for prograss bar and loader start*/
.mdl-spinner--single-color .mdl-spinner__layer-1 {
  border-color: #FF4e4e; }

.mdl-spinner--single-color .mdl-spinner__layer-2 {
  border-color: #FF4e4e; }

.mdl-spinner--single-color .mdl-spinner__layer-3 {
  border-color: #FF4e4e; }

.mdl-spinner--single-color .mdl-spinner__layer-4 {
  border-color: #FF4e4e; }

.show-message-content {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.show-message-content.success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }

.show-message-content.error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }

.mdl-progress.mdl-progress--indeterminate > .bar, .mdl-progress.mdl-progress__indeterminate > .bar {
  background-color: #FF4e4e; }

.mdl-progress {
  max-width: 400px; }

.modal .mdl-progress {
  max-width: 1000px;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0; }

.mdl-progress > .bufferbar {
  background-image: linear-gradient(to right, #e4e4e4, #e4e4e4), linear-gradient(to right, #e4e4e4, #e4e4e4); }

/* style for prograss bar and loader end */
/*owl carosal*/
.owl-dots {
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 16px; }

.owl-dot {
  display: inline-block;
  margin-right: 10px; }

.owl-dot:last-child {
  margin-right: 0; }

.owl-dot > span {
  background-color: #898989;
  display: inline-block;
  height: 12px;
  width: 12px;
  border-radius: 50%; }

.owl-dot.active > span {
  background-color: #5f5e5d; }

/*modal css*/
.modal-dialog {
  overflow: auto;
  left: 50%;
  max-height: calc(100% - 20px);
  max-width: 1000px;
  position: absolute;
  top: 40%;
  transform: translate(-50%, -40%) !important;
  width: calc(100% - 20px);
  margin: 0; }

.modal-content-inner {
  display: flex; }

.modal-content {
  box-shadow: none !important; }

.modal-body {
  min-height: 408px; }

.model-header > h2 {
  font-size: 24px;
  margin: 0;
  color: #212121;
  font-family: "aileron-b";
  line-height: 24px;
  text-transform: uppercase; }

.model-header .close {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s; }

.modal-side-content {
  /*max-height: calc(100vh - 20px);*/
  /*overflow: auto;*/
  padding: 27px 30px 30px;
  width: 100%;
  position: relative; }

.modal-side-image {
  max-width: 400px;
  width: 100%; }

.modal-body {
  padding: 0; }

.model-header {
  margin-bottom: 10px; }

.modal-side-image > img {
  height: 100%;
  border-radius: 4px 0 0 4px; }

body.modal-open {
  padding-right: 0 !important; }

.modal {
  z-index: 99999; }

.modal-content.disabled {
  position: relative; }

.modal-content.disabled::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.4); }

.disabled {
  position: relative; }

/*textbox material design starts*/
.mdl-textfield {
  width: 100%;
  padding: 20px 0 15px; }

.mdl-textfield__label {
  font-weight: normal;
  font-size: 14px;
  color: rgba(33, 33, 33, 0.38); }

.mdl-textfield__label::after {
  bottom: 15px;
  background-color: #FF4e4e; }

.mdl-textfield--floating-label.is-focused .mdl-textfield__label, .mdl-textfield--floating-label.is-dirty .mdl-textfield__label, .mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
  color: #FF4e4e; }

.mdl-textfield--floating-label.is-dirty.is-focused .mdl-textfield__label, .mdl-textfield--floating-label.is-focused .mdl-textfield__label {
  color: #FF4e4e; }

.mdl-textfield--floating-label.is-dirty .mdl-textfield__label {
  color: rgba(33, 33, 33, 0.38); }

.mdl-textfield__input {
  padding: 4px 0 6px;
  font-family: "aileron-r";
  outline: none;
  color: #000; }

.mdl-textfield__input:-webkit-autofill {
  -webkit-box-shadow: 0 10px 0 100px #fff inset; }

.mdl-textfield.is-invalid .mdl-textfield__input {
  border-color: brown; }

.mdl-textfield--floating-label.is-invalid .mdl-textfield__label {
  top: 4px;
  color: brown; }

.modal-body .btn {
  width: 100%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3); }

/*textbox material design ends*/
/*checkbox material design starts*/
.mdl-checkbox {
  margin-bottom: 12px;
  text-align: left; }

.mdl-checkbox.is-checked .mdl-checkbox__box-outline {
  border: 2px solid #FF4e4e; }

.mdl-checkbox__box-outline {
  height: 20px;
  width: 20px; }

.mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
  background-color: #FF4e4e; }

.mdl-checkbox__label, .mdl-radio__label {
  color: #0082ff;
  font-size: 15px;
  font-weight: normal;
  margin-left: 5px;
  display: inline-block;
  margin-top: 2px;
  vertical-align: middle; }

.mdl-checkbox__ripple-container {
  left: -8px;
  top: -5px; }

/*checkbox material design ends*/
/*material loader*/
.loader.button-loader {
  align-items: center;
  background: inherit;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999; }

.button-overlay {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5); }

.material-loader {
  position: relative;
  display: inline-block;
  width: 34px; }

.page-loader .material-loader {
  width: 52px; }

.material-loader:before {
  content: '';
  display: block;
  padding-top: 100%; }

.circular {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.path {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round; }

.btn-primary .path {
  -webkit-animation: dash 1.5s ease-in-out infinite, colorPrimaryButton 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, colorPrimaryButton 6s ease-in-out infinite; }

.content-loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999; }

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px; } }
@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px; } }
@-webkit-keyframes color {
  100%, 0% {
    stroke: #FF4e4e; } }
@keyframes color {
  100%, 0% {
    stroke: #FF4e4e; } }
@-webkit-keyframes colorPrimaryButton {
  100%, 0% {
    stroke: #fff; } }
@keyframes colorPrimaryButton {
  100%, 0% {
    stroke: #fff; } }

/*# sourceMappingURL=component.css.map */
