.preloader-it {
  background: transparent;
  position: fixed;
  z-index: 10001;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.la-anim-1.la-animate {
  z-index: 10001;
  background: #272B34;
  opacity: 1;
  -webkit-transition: -webkit-transform 5s ease-in, opacity 1s 5s;
  -moz-transition: -moz-transform 5s ease-in, opacity 1s 5s;
  transition: transform 5s ease-in, opacity 1s 5s;
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.se-pre-con {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/Ellipsis.gif) center no-repeat;
}


#footer .footer-copyright {
  background: transparent;
}

#footer {
  background: transparent;
}

.form-separation {
}

.form-separation h4 {
  background-color: #aa90b4;
  color: #fff;
  padding: 0 5px;
}

.page-header {
  background-color: rgba(64, 50, 83, 1);
}

section.page-header .page-header-title-border {
  background-color: #3c3c4e !important;
}

html .featured-box-primary .box-content {
  border-top-color: rgba(64, 50, 83, 1);
}

html .btn-primary {
  background-color: transparent;
  border-radius: 50px;
  border: solid rgba(60, 60, 78, 1) 2px;
  font: normal normal 700 18px/1.4em lato-light, lato, sans-serif;
  transition: color 0.4s ease 0s;
  color: #3c3c4e;
  display: inline-block;
  margin: calc(-1 * 2px) 2px 0;
  position: relative;
  white-space: nowrap;
}

html .featured-box-primary h4 {
  color: #3c3c4e;
}

#header .header-body {
  background: #eef1f4;
}

.page-header {
  background-color: rgba(64, 50, 83, 1);
}

html .overlay-color-primary:not(.no-skin):before {
  background-color: rgba(64, 50, 83, 1) !important;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  border-color: #007bff !important;
  background-color: #fff !important;
}
.ui-tooltip {
  display: none !important;
}
.error-msg {
  color: red;
  font-size: 12px;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 1rem;
}
.show-checkbox .custom-control-label::before{
  border-radius: 0rem !important;
}

.conditional-hide {
  display: none;
}
#header .header-container.header-container-height-lg {
  height: 110px !important;
}
@media (max-width: 991px) {
  #header .header-nav-main nav {
    display: flex !important;
  }
  #header.header-effect-shrink .header-logo {
    width: 100% !important;
  }
  #header .header-logo a {
    width: 100% !important;
    display: block;
    margin-top: 40px;
  }
  #header .header-logo img {
    margin: 0 auto;
    display: block;
  }
  #header .header-row {
    max-height: 70%;
  }
  #header.header-effect-shrink .header-container {
    height: 106px !important;
  }
  #header .header-nav-main {
    height: 1px !important;
  }
  #header .header-container.header-container-height-lg {
    height: 110px !important;
  }
}

.page-header.page-header-modern.page-header-background.page-header-background-sm {
  padding: 10px 0;
}
