html {
  scroll-behavior: smooth;
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

* {
  box-sizing: border-box;
}

.d-grid {
  display: grid;
}

.d-flex {
  display: flex;
  display: -webkit-flex;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

button,
input,
select {
  -webkit-appearance: none;
  outline: none;
  font-family: "Poppins", sans-serif;
}

button,
.btn,
select {
  cursor: pointer;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

p {
  color: #666;
  font-size: 16px;
  line-height: 25px;
  opacity: 0.6;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.p-fixed {
  position: fixed;
}

.p-sticky {
  position: sticky;
}

.btn,
button,
.actionbg,
input {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
}
.content-wthree button.btn {
  background: #dfc202;
  width: 100%;
}
.content-wthree p {
  color: #fff;
}
.content-wthree a {
  color: #edce02;
}
.content-wthree button.btn:hover {
  background: #edce02;
  color: #fff;
}
.btn:hover,
button:hover {
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
}

.mt-25 {
  margin-top: 50px;
}

/*-- wrapper start --*/
.wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .wrapper {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .wrapper {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .wrapper {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .wrapper {
    max-width: 1140px;
  }
}

.wrapper-full {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/*-- //wrapper start --*/
/*Login page CSS*/
.reg-login-bg {
  background-image: url("/images/background.jpg");
  background-size: cover;
  background-position: bottom right;
}
/*-- form styling --*/
.w3l-mockup-form {
  position: relative;
  min-height: 100vh;
  z-index: 0;
  background: rgba(0, 0, 1, 0.8);
  padding: 40px 40px;
}

.container-form {
  max-width: 500px;
  margin: 0 auto;
  background: #7f1500;
}

.w3l_form {
  padding: 0px;
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
  background: #dfc202;
  padding: 100px 50px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-wthree {
  box-sizing: border-box;
  padding: 3em 3.5em;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.w3l-workinghny-form .logo {
  text-align: center;
}

.w3l-mockup-form .main-mockup {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 40px 0;
}

.w3l-mockup-form .alert-close {
  cursor: pointer;
  height: 35px;
  width: 35px;
  line-height: 35px;
  position: absolute;
  right: -5px;
  top: -5px;
  background: #dfc202;
  border-radius: 50px;
  color: #fff;
  text-align: center;
}

.w3l-mockup-form form {
  margin-top: 30px;
  margin-bottom: 30px;
}

.social-icons {
  text-align: center;
}

.w3l-mockup-form h1 {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
}

.w3l-mockup-form h2 {
  display: inline-block;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 5px;
  font-weight: 600;
  color: #ffffff;
}

.w3l-mockup-form input {
  outline: none;
  margin-bottom: 15px;
  font-size: 16px;
  color: #999;
  text-align: left;
  padding: 14px 20px;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  border: none;
  outline: none;
  background: transparent;
  border: 1px solid #e5e5e5;
  transition: 0.3s all ease;
}

.w3l-mockup-form input:focus {
  border-color: #dfc202;
}

.w3l-mockup-form button {
  font-size: 18px;
  color: #fff;
}

.bg-assse {
  background-color: #160400;
  border-top: 3px solid rgb(137, 90, 1);
}
.bg-black {
  background-color: #0c0202;
}
.bg-gradient {
  background: linear-gradient(#160400, #000);
}
.alt-wrap {
  margin: 0 auto;
  background: red;
  padding: 11px 75px;
}
/*Banner CSS*/

.banner {
  background: #0c0202;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.slide-text {
  background: rgb(118 19 0);
  color: #fff;
}

.wc-slide-text {
  margin: 0 auto;
  font-size: 2rem;
  color: orange;
  font-weight: 700;
  background: #222121;
}
.slide-text p {
  padding: 20px;
  text-align: center;
  color: #ffffff !important;
}
/*Alert box*/
.alret {
  padding-top: 50px;
  padding-bottom: 50px;
}

.alret-box {
  width: 50%;
  margin: auto;
}

.alret-box p {
  font-size: 19px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  line-height: 30px;
  opacity: 1;
  text-align: justify;
}

/*Search Box Css*/
.bg-form-control {
  background-color: #181717;
  border: 1px solid #895a01;
  box-shadow: 0px 6px 20px 2px #895a01;
}

.form-control {
  background-color: #121010;
  border: 1px solid #000;
}
.form-control:focus {
  color: #ffffff;
  background-color: #111010;
  border-color: #080808;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(27, 31, 36, 0.25);
}
.form-control:focus {
  border-color: #24221f !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #495057;
}
.pb-80 {
  padding-bottom: 80px;
}
/*Payment Block*/
.paymet-box {
  text-align: center;
  border: 0.7px solid #262626;
  box-shadow: 0px 0px 6px 1px #23221c;
  border-radius: 11px;
}
.p-heading h2 {
  color: #ddd;
  margin: 18px;
  letter-spacing: 3px;
  font-size: 2.4rem;
}

span.p-span {
  font-size: 14px;
  background: #080808;
  border-radius: unset;
  font-family: ui-sans-serif;
  display: block;
  margin: 0px;
  color: #ffffffb0;
}
span.Bns {
  border: none;
  border-radius: 0;
  font-size: 15px;
  font-style: italic;
  color: #11affb;
  margin: 5px;
  display: block;
  background: none;
}
.alert-success-n {
  color: #000000;
  background-color: #08df3c;
  border-color: #06c131;
}
.alert-success-n p {
  font-size: 13px !important;
  color: #000 !important;
}

/*Popup Css*/
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.popup-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

#close-popup {
  background-color: #ccc;
  border: none;
  padding: 5px 10px;
  border-radius: 3px;
  cursor: pointer;
}

/*Filter Table Css Style*/
.dataTables_length label {
  color: #fff;
}
div#ftable_filter label {
  color: #fff;
}
.form-control {
  margin-bottom: 0;
}
table#ftable {
  font-size: 12px;
}
table#ftable tr.odd {
  background: #101010;
  transition: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
table#ftable tr.even {
  background: #222222;
  transition: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
table#ftable tr:hover {
  background: #681414;
  transition: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
/*Filter Table Css Style END*/

/*Fund Page*/
ul.list-arrow li {
  font-size: 17px;
  font-family: "Quattrocento Sans";
  line-height: 20px;
}
