/* ----- Normalize ----- */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  margin: 0;
}

button,
input[type='button'] {
  cursor: pointer;
}

button:focus,
input:focus,
textarea:focus {
  outline: none;
}

input,
textarea {
  border: none;
}

button {
  border: none;
  background: none;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 0;
}

.table-responsive {
  padding-right: 1px;
}

.card {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* ----- Typography ----- */
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #FFFFFF;
  background-color: #0B0B0C;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #FFFFFF;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 13px;
}

blockquote {
  margin: 0;
}

strong {
  font-weight: 700;
}

/*-----------------------------------------------------*/
/*                   ELEMENTS                          */
/*-----------------------------------------------------*/
/* ----- Title ----- */
.title--sbold {
  font-weight: 600;
}

.title-1 {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 30px;
}

.title-2 {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
}

.title-3 {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 24px;
  color: #333;
}

.title-3 i {
  margin-right: 13px;
  vertical-align: baseline;
}

.title-4 {
  font-weight: 500;
  font-size: 30px;
  color: #393939;
}

.title-5 {
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 500;
  color: #393939;
}

.title-6 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

.heading-title {
  font-size: 24px;
  font-weight: 500;
  color: #333;
  text-transform: capitalize;
  margin-bottom: 10px;
}

/* ----- Links ----- */
a {
  display: inline-block;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a:hover,
a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*-----------------------------------------------------*/
/*                   OBJECTS                           */
/*-----------------------------------------------------*/
/* ----- Section----- */
section {
  position: relative;
}

.section__content {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}

.section__content--w1830 {
  max-width: 1830px;
}

.section__content--p30 {
  padding: 0 30px;
}

@media (max-width: 991px) {
  .section__content--p30 {
    padding: 0;
  }
}

.section__content--p35 {
  padding: 0 35px;
}

/* ----- Page Wrapper----- */
/*Override Grid Bootstrap*/
@media (min-width: 1200px) {
  .container {
    max-width: 1320px;
  }
}

/*Page Objects*/

.main-content {
  padding-top: 116px;
  min-height: 100vh;
}

@media (max-width: 991px) {
  .main-content {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

.page-content--bgf7 {
  background: #0B0B0C;
}

.page-content--bge5 {
  background: linear-gradient(180deg, #0B0B0C 0%, #1A1A1C 100%);
  height: 100vh;
}

.login-wrap {
  max-width: 540px;
  padding-top: 8vh;
  margin: 0 auto;
}

.login-logo {
  text-align: center;
  margin-bottom: 30px;
}

.admin-wrap {
  max-width: 700px;
  padding-top: 8vh;
  margin: 0 auto;
}

.admin-content {
  background: #1A1A1C;
  border: 1px solid #D1D1D3;
  padding: 30px 30px 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #FFFFFF;
}

.admin-logo {
  text-align: center;
  margin-bottom: 30px;
}

.login-form .form-group label {
  display: block;
}

.login-content {
  background: #1A1A1C;
  border: 1px solid #D1D1D3;
  padding: 30px 30px 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #FFFFFF;
}

.register-link {
  padding-top: 15px;
  text-align: center;
  font-size: 14px;
}

.register-link > p > a {
  color: #ff2e44;
}

.main-content--pb30 {
  padding-bottom: 30px;
}

/*-----------------------------------------------------*/
/*                   COMPONENTS                        */
/*-----------------------------------------------------*/
/* ----- Buttons----- */
.au-btn {
  line-height: 45px;
  padding: 0 35px;
  text-transform: uppercase;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.au-btn:hover {
  color: #fff;
  background: #3868cd;
}

.au-btn--blue2 {
  background: #00aced;
}

.au-btn--blue2:hover {
  background: #00a2e3;
}

.au-btn--block {
  display: block;
  width: 100%;
}

.au-btn-icon i {
  vertical-align: baseline;
  margin-right: 5px;
}

.au-btn--blue {
  background: #4272d7;
}

.au-btn--green {
  background: #00a9b8;
}

.au-btn--green:hover {
  background: #0297a4;
}

.au-btn-plus {
  position: absolute;
  height: 45px;
  width: 45px;
  background: #63c76a;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: -22.5px;
  right: 45px;
  z-index: 3;
}

.au-btn-plus i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

.au-btn-plus:hover {
  background: #59bd60;
}

.au-btn-load {
  background: #808080;
  padding: 0 40px;
  font-size: 15px;
  color: #fff;
}

.au-btn-load:hover {
  background: #767676;
}

.au-btn-filter {
  font-size: 14px;
  color: #808080;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
  padding: 0 15px;
  line-height: 40px;
  text-transform: capitalize;
}

.au-btn-filter i {
  margin-right: 5px;
}

.au-btn--small {
  padding: 0 20px;
  line-height: 40px;
  font-size: 14px;
}

/*Page Loader*/
.page-loader {
  background: #f8f8f8;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}

.page-loader__spin {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 6px solid #f6f6f6;
  border-right: 6px solid #f6f6f6;
  border-bottom: 6px solid #f6f6f6;
  border-left: 6px solid #1b1b1b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: spinner 1000ms infinite linear;
  -moz-animation: spinner 1000ms infinite linear;
  -o-animation: spinner 1000ms infinite linear;
  animation: spinner 1000ms infinite linear;
  z-index: 100000;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ----- Input ----- */
.au-input {
  line-height: 43px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  color: #666;
  padding: 0 17px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.au-input--style2 {
  color: #808080;
  line-height: 43px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  padding: 0 17px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.au-input--full {
  width: 100%;
}

.au-input--h65 {
  line-height: 63px;
  font-size: 16px;
  color: #808080;
}

.au-input--w300 {
  min-width: 300px;
}

.au-input--w435 {
  min-width: 435px;
}

@media (max-width: 767px) {
  .au-input--w435 {
    min-width: 230px;
  }
}

.au-form-icon {
  position: relative;
}

.au-form-icon .au-input {
  padding-right: 80px;
}

.au-form-icon--sm {
  position: relative;
}

.au-form-icon--sm .au-input {
  padding-right: 43px;
}

.au-input-icon {
  position: absolute;
  top: 1px;
  right: 12px;
  width: 63px;
  height: 63px;
  line-height: 63px;
  text-align: center;
  display: block;
}

.au-input-icon i {
  font-size: 30px;
  color: #808080;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.au-input--xl {
  min-width: 935px;
}

@media (max-width: 1600px) {
  .au-input--xl {
    min-width: 350px;
  }
}

@media (max-width: 991px) {
  .au-input--xl {
    min-width: 350px;
  }
}

@media (max-width: 767px) {
  .au-input--xl {
    min-width: 150px;
  }
}

.au-btn--submit {
  position: relative;
  right: 0;
  min-width: 65px;
  line-height: 43px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #4272d7;
  margin-left: -3px;
}

.au-btn--submit:hover {
  background: #3868cd;
}

.au-btn--submit > i {
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.au-btn--submit2 {
  height: 43px;
  width: 43px;
  position: absolute;
  top: 1px;
  right: 0;
}

.au-btn--submit2 i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #4c4c4c;
  font-size: 20px;
}

.form-control {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* ----- Header ----- */

@media (max-width: 991px) {
  .logo {
    text-align: center;
  }
}

/* ----- Footer ----- */

.copyright {
  text-align: center;
  padding: 60px 0;
  padding-top: 20px;
}

.copyright p {
  font-size: 14px;
  color: #D1D1D3;
  line-height: -webkit-calc(24/14);
  line-height: -moz-calc(24/14);
  line-height: calc(24 / 14);
}

.logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  color: #87CEEB;
}

.logo:hover {
  color: #5F9EA0;
}
