html {
  scroll-behavior: smooth;
}
.pAddress{
    padding: .75rem .40rem !important;
}
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: #57ab0b;
  width: 100%;
}
.content-wthree p {
  color: #fff;
}
.content-wthree a {
  color: #04ff00;
}
.content-wthree button.btn:hover {
  background: #68de01;
  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;
}

/*-- 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 --*/

/*-- form styling --*/
.w3l-mockup-form {
  position: relative;
  min-height: 100vh;
  z-index: 0;
  background: rgb(0, 0, 0);
  padding: 40px 40px;
}

.container-form {
  max-width: 500px;
  margin: 0 auto;
}

.w3l_form {
  padding: 0px;
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
  background: #00c16e;
  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;
  background: #303030c2;
  box-shadow: 0 0 15px rgb(189 188 187);
  border-radius: 30px;
}

.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: #62c16e;
  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: #00c16e;
}

.w3l-mockup-form button {
  font-size: 18px;
  color: #fff;
}

.bg-assse {
  background-color: #0a0a0a;
}
.bg-black {
  background-color: #000;
}
.alt-wrap {
  margin: 0 auto;
  background: red;
  padding: 11px 75px;
}
/*Banner CSS*/

.banner {
  background-image: url("https://intcc.cc/images/bg_top.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  height: 300px;
}
.slide-text {
  background: none;
  color: #fff;
}

.wc-slide-text {
  margin: 130px auto auto;
  font-size: 3rem;
  color: #ff0000;
  font-weight: 600;
  background: none;
}
.wc-slide-text-top-0 {
  margin-top: 0;
  color: #000;
}
.slide-text-1 {
  background: #f00;
  padding: 30px;
}
.slide-text p {
  padding: 20px;
  text-align: center;
  color: #000000 !important;
  font-size: 20px;
  line-height: 30px;
}
/*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;
}

/*Payment Block*/
.section.payment {
  padding-top: 0;
}
.paymet-box {
  text-align: center;
  border: 0.7px solid #262626;
  box-shadow: 0px 0px 6px 1px #23221c;
  border-radius: 11px;
  margin-bottom: 30px;
}
.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*/

.background {
  background: url(https://intcc.cc/images/bg-img.jfif) rgb(0 0 0 / 46%);
  background-repeat: NO-repeat;
  background-size: cover;
  background-blend-mode: darken;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  filter: blur(0px);
}
.pAddress {
  background: #29c230;
  border: none;
}
.pAddress code {
  color: #fff;
}

.footer-info-links p {
  color: #fff !important;
  opacity: 1;
}
