.min-width-logo-txt {
  min-width: 118px;
}

.webina-thought-wrapper {
  background-color: transparent;
  border: 0px solid #ffffff;
  width: 100%;
  max-width: 500px;
  height: auto;
  float: right;
  right: 0px;
  margin-top: -390px;
  position: absolute;
  padding: 80px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 583px) {
  .webina-thought-wrapper {
    right: 30px;
    padding: 80px 59px;
  }
}

.thought-main-container {
  position: relative;
  z-index: 1;
}

.thought-main-container::before {
  content: attr(data-number);
  top: -41px;
  right: 6px;
  font-weight: 700;
  font: 368px/1 "neopixel" !important;
  color: #9C9C9C;
  opacity: 0.2;
  z-index: -1;
  line-height: 1;
  position: absolute;
}

@media (max-width: 583px) {
  .thought-main-container::before {
    right: -74px;
  }
}

.thought-top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.thought-intro-text {
  color: #5b5b5b;
  font-family: 'neopixel';
  margin-right: 15px;
  white-space: nowrap;
}

.thought-accent-line {
  height: 2px;
  width: 35px;
  background-color: #d93378;
  position: relative;
}

.thought-accent-line::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  width: 50px;
  background-color: #5b5b5b;
  opacity: 0.6;
}

.thought-title {
  color: #5b5b5b;
  font-weight: 500;
  margin: 0 0 45px 0;
  font-family: 'neopixel';
}

.thought-footer-label {
  color: #5b5b5b;
  font-family: 'neopixel';
}

.plus-thought-wrapper {
  width: 100%;
  max-width: 300px;
  left: 21px;
  top: 78px;
  position: absolute;
}

.plus-thought-min-with {
  min-width: 78px;
}

.ishfaak-small-future-box-1 {
  background-color: #e5e5e5;
  width: 13px;
  height: 13px;
  float: left;
  top: 15px;
  left: 15px;
  position: absolute;
}

.position-plus-index {
  padding: 36px;
  top: 25%;
  position: absolute;
}

.position-enter-link {
  top: 170px;
  margin-left: 44px;
  text-align: center;
  position: absolute;
  z-index: 2;
}

.plus-min-height {
  min-height: 124px;
}

.plus-min-height-work {
  min-height: 76px;
}

.plus-left-top {
  top: -1.5em;
  left: -1.5em;
  position: absolute;
  z-index: 1;
}

.plus-left-bottom {
  bottom: -21px;
  left: -23px;
  position: absolute;
  z-index: 1;
}

@font-face {
  font-family: "Poppins Light";
  font-style: normal;
  src: url("../fonts/Poppins-Light.ttf");
}

@font-face {
  font-family: "neopixel";
  font-style: normal;
  src: url("../fonts/neopixel-regular.otf");
}

@font-face {
  font-family: "Montserrat Light";
  font-style: normal;
  src: url("../fonts/montserrat.light.ttf");
}

@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MaterialSymbolsOutlined-Thin.ttf");
}

* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Poppins-Light";
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body {
  background-color: #ffffff;
  font: 14px/1 "neopixel" !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
}

.webina-index-body {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

pre, code {
  font: 14px/1 "neopixel";
  color: #9C9C9C !important;
}

pre {
  margin: 0;
  padding: 20px;
  background-color: #3b3b3b;
  overflow-x: auto;
  max-width: 100%;
}

code {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  display: block;
  word-wrap: break-word;
  white-space: pre-wrap;
}

button,
input[type="submit"],
input[type="reset"] {
  background: none;
  color: inherit;
  border: none;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.input_submit_form,
.txtarea_submit_form,
.combo_submit_form,
.input_innerform,
.txt_area,
.combo,
.inputFile {
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.input_submit_form:focus,
.txtarea_submit_form:focus,
.combo_submit_form:focus,
.input_innerform:focus,
.txt_area:focus,
.combo:focus,
.inputFile:focus {
  border-color: #007bff !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

img {
  max-width: 100%;
  border: none !important;
}

.img-50 {
  max-width: 66%;
  border: none !important;
}

.max_width_none {
  max-width: none !important;
}

.material-symbols-outlined {
  font-size: 32px !important;
  font-weight: 700;
  color: #9C9C9C;
  border: none !important;
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  direction: ltr;
}

.bg-first-color {
  background-color: #ffffff;
}

.bg-second-colour {
  background-color: #d93378;
}

.bg-third-color {
  background-color: #9C9C9C;
}

.bg-fourth-colour {
  background-color: #e5e5e5;
}

.bg-fifth-color {
  background-color: #5b5b5b;
}

.bg-sixth-colour {
  background-color: #3b3b3b;
}

.bg-seventh-colour {
  background-color: #000000;
}

.text-poppins {
  font: 14px/1 "Poppins Light" !important;
  line-height: 20px !important;
  color: #000000;
}

.text-span-neopixel {
  font: 14px/1 "neopixel" !important;
  line-height: 20px !important;
}

.text-red {
  color: #d93378 !important;
}

.text-white {
  color: #ffffff !important;
}

.text-off-white {
  color: #9C9C9C !important;
}

.text-gray {
  color: #000000 !important;
}

p {
  font: 14px/1 "neopixel" !important;
  line-height: 23px !important;
  letter-spacing: 0px !important;
  text-align: left;
  color: #5b5b5b;
  margin-bottom: 0px !important;
  word-break: break-word !important;
}

a {
  text-decoration: none !important;
  font-family: "neopixel" !important;
  letter-spacing: 0px !important;
  color: #5b5b5b;
}

a:visited {
  letter-spacing: 0px !important;
  color: #5b5b5b;
}

a:hover {
  color: #d93378 !important;
}

p a {
  text-decoration: none;
  color: #5b5b5b;
}

p a:visited {
  text-decoration: none;
  color: #5b5b5b;
}

p a:active {
  text-decoration: none;
  color: #5b5b5b;
}

p a:hover {
  text-decoration: none;
  color: #d93378 !important;
}

h1 {
  font: 68px/1 "neopixel" !important;
  letter-spacing: -1px !important;
  line-height: 59px !important;
  text-rendering: optimizelegibility;
  font-weight: normal;
  text-decoration: none;
  word-break: break-word !important;
}

h2 {
  font: 28px/1 "neopixel" !important;
  line-height: 28px !important;
  letter-spacing: 0px !important;
  text-rendering: optimizelegibility;
  font-weight: normal;
  text-decoration: none;
  word-break: break-word !important;
}

h3 {
  font: 15px/1 "neopixel" !important;
  line-height: 21px !important;
  letter-spacing: 0px !important;
  text-rendering: optimizelegibility;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  word-break: break-word !important;
}

.span {
  font-family: "neopixel" !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-27 {
  font-size: 27px !important;
}

.fs-68 {
  font-size: 68px !important;
}

.fs-44 {
  font-size: 44px !important;
}

.webina-flex-align-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.webina-flex-align-middle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.webina-flex-align-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.webina-flex-align-right {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}

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

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

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

.text-all-caps {
  text-transform: uppercase !important;
}

span {
  position: relative;
}

.width-70 {
  width: 70% !important;
  margin: 0 auto;
  position: relative;
}

.width-100 {
  width: 100% !important;
}

.height-100 {
  height: 100% !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.webina-position-relative {
  position: relative;
}

.webina-each-row {
  width: 100%;
  height: auto;
  clear: both;
  position: relative;
}

.common_webina_class {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  clear: both;
}

.webina-flex-column {
  width: 100% !important;
  height: 100% !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.webina-inline-block {
  display: inline-block;
  clear: both;
}

.d-inline {
  display: inline;
}

.display-table {
  display: table;
  width: 100%;
  height: 100%;
}

.display-table-cell {
  display: table-cell;
  background-clip: padding-box;
  vertical-align: middle;
}

.table_row {
  display: table-row;
}

hr.hrline {
  border: none;
  background-color: #e5e5e5 !important;
  height: 1px !important;
  opacity: 0.7;
}

.overflow-hdden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.each-box-stretch-vertical {
  height: 100% !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all .4s;
  transition: all .4s;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.common-border {
  border: 1px solid #e5e5e5;
}

.icon-circle-wrapper {
  border-radius: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 44px;
  min-width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center !important;
}

.shadow1 {
  -webkit-box-shadow: 6px 5px 16px 0 rgba(204, 204, 204, 0.2);
          box-shadow: 6px 5px 16px 0 rgba(204, 204, 204, 0.2);
}

#preloader-ishfaak {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  overflow: hidden;
  background-color: #ffffff;
}

.preoader-text-center {
  font: 12px/1 "neopixel" !important;
  line-height: 23px !important;
  letter-spacing: 0px !important;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 15px);
  z-index: 9999;
  color: #3b3b3b;
}

#preloader-ishfaak:before {
  background-image: url("../images/preloader_glow.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  content: "";
  position: fixed;
  top: calc(50% - 29px);
  left: calc(50% - 27px);
  border: 6px solid #d93378;
  border-top-color: #000000;
  border-bottom-color: #000000;
  border-radius: 50%;
  width: 68px;
  height: 68px;
  -webkit-animation: animate-preloader-ishfaak 1s linear infinite;
  animation: animate-preloader-ishfaak 1s linear infinite;
}

@-webkit-keyframes animate-preloader-ishfaak {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader-ishfaak {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.side-nav-panel {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100vh;
  background-color: #ffffff;
  z-index: 1050;
  -webkit-transition: right 0.4s ease-in-out;
  transition: right 0.4s ease-in-out;
  color: #5b5b5b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.side-nav-panel.smal-width {
  width: 100%;
  max-width: 350px;
}

.side-nav-panel.mid-width {
  width: 100%;
  max-width: 600px;
}

.side-nav-panel.open {
  right: 0;
}

.side-nav-body {
  padding: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
}

.side-nav-body::-webkit-scrollbar {
  width: 6px;
}

.side-nav-body::-webkit-scrollbar-thumb {
  background: #e5e5e5;
}

.side-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 1040;
}

.side-nav-title {
  font-family: 'neopixel';
  color: #5b5b5b;
}

.side-nav-content-wrapper {
  width: 100%;
  height: auto;
  padding-bottom: 25px;
  -webkit-animation: sideNavIshfaakFadeUp 0.5s ease-out;
          animation: sideNavIshfaakFadeUp 0.5s ease-out;
}

@-webkit-keyframes sideNavIshfaakFadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes sideNavIshfaakFadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

#webina-anima-vid-wrapper {
  width: 100%;
  height: 100%;
  z-index: -1000;
  position: absolute;
  overflow: hidden;
}

.webina-aima-vid-holder {
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: fixed;
}

.reduce-tempo-vid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  background-image: linear-gradient(to right, rgba(233, 233, 233, 0.6) 1px, transparent 1px), linear-gradient(to bottom, rgba(233, 233, 233, 0.6) 1px, transparent 1px);
  background-size: 150px 150px;
}

.reduce-tempo-vid::before {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-backdrop-filter: blur(15px) saturate(120%);
          backdrop-filter: blur(15px) saturate(120%);
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  -webkit-mask-image: linear-gradient(#000, #000), linear-gradient(#000, #000), linear-gradient(#000, #000);
  -webkit-mask-size: 150px 150px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: calc(150px * 3) calc(150px * 2), calc(150px * 5) calc(150px * 1), calc(150px * 6) calc(150px * 2);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  mask-image: linear-gradient(#000, #000), linear-gradient(#000, #000), linear-gradient(#000, #000);
  mask-size: 150px 150px;
  mask-repeat: no-repeat;
  mask-position: calc(150px * 3) calc(150px * 2), calc(150px * 5) calc(150px * 1), calc(150px * 6) calc(150px * 2);
}

.reduce-tempo-vid::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  -webkit-backdrop-filter: blur(15px) saturate(180%);
          backdrop-filter: blur(15px) saturate(180%);
  background-color: rgba(217, 51, 120, 0.35);
  border: 1px solid rgba(217, 51, 120, 0.4);
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  -webkit-mask-image: linear-gradient(#000, #000);
  -webkit-mask-size: 150px 150px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: calc(150px * 3) calc(150px * 5);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  mask-image: linear-gradient(#000, #000);
  mask-size: 150px 150px;
  mask-repeat: no-repeat;
  mask-position: calc(150px * 3) calc(150px * 5);
}

.btn-a {
  position: relative;
  display: inline-block;
}

@media (min-width: 400px) {
  .btn-a {
    display: inline-block;
  }
  .btn-a:nth-of-type(even) {
    margin-right: 0;
  }
}

@media (min-width: 600px) {
  .btn-a:nth-of-type(5) {
    margin-right: 0;
  }
}

.submit-btn-black {
  font: 14px/1 "neopixel" !important;
  border-radius: 50px;
  padding: 8px 31px 8px 12px;
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000000;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 10px;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
}

.submit-btn {
  font: 14px/1 "neopixel" !important;
  border-radius: 50px;
  padding: 8px 31px 8px 12px;
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #d93378;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 10px;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
}

.webina-overlay-auto-btn {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.webina-overlay-auto-btn button {
  z-index: 20;
}

.webina-overlay-auto-btn:after {
  background: #ffffff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.5;
  position: absolute;
  top: -50px;
  width: 50px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  z-index: 10;
  -webkit-animation: ishfaak-shine 2.1s infinite ease-in-out;
          animation: ishfaak-shine 2.1s infinite ease-in-out;
}

@-webkit-keyframes ishfaak-shine {
  0% {
    left: -75px;
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  50% {
    left: 120%;
    opacity: 0.6;
  }
  70% {
    opacity: 0.3;
  }
  100% {
    left: 120%;
    opacity: 0;
  }
}

@keyframes ishfaak-shine {
  0% {
    left: -75px;
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  50% {
    left: 120%;
    opacity: 0.6;
  }
  70% {
    opacity: 0.3;
  }
  100% {
    left: 120%;
    opacity: 0;
  }
}

.site-btn-bg-black {
  background: #ffffff;
  border-bottom: 2px solid #e5e5e5;
  border-radius: 50px;
  padding: 8px 31px 8px 12px;
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3b3b3b;
  text-transform: uppercase;
  line-height: 10px;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

.site-btn-bg {
  border-radius: 50px;
  padding: 8px 31px 8px 12px;
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #d93378;
  color: #3b3b3b;
  text-transform: uppercase;
  line-height: 10px;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

.site-btn-non {
  padding: 8px 0px 8px 0px;
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #d93378;
  color: #3b3b3b;
  text-transform: uppercase;
  line-height: 10px;
  text-align: left;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

.site-btn-non p:hover {
  color: #d93378 !important;
}

.site-btn-fwd-arrow {
  margin-right: 0px;
  font-size: 15px !important;
}

.btn-circle-white {
  border-radius: 50px;
  margin-right: 8px;
  color: #ffffff;
}

#welcome-to-webina-media {
  position: relative;
}

.welcome-to-webina-media {
  background-image: url("../images/webina_door.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  margin: 0px;
  padding: 65px;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.webina-wrapper-border {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.webina-wrapper-text {
  width: 100%;
  max-width: 318px;
  min-width: 318px;
  padding: 10px;
  text-align: center;
  right: 0px;
  left: 0px;
  margin: 0 auto;
  height: 475px;
  min-height: 475px;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
}

.webina-index-thought {
  margin-top: -65vh;
  position: absolute;
}

.webina-index-button {
  text-align: center;
  margin: 0 auto;
  margin-top: 24vh;
  position: absolute;
}

.webina-index-footer {
  margin-top: 73vh;
  position: absolute;
  margin-left: -20px;
}

#webina-left-navigation {
  border-right: 1px solid #e5e5e5;
  background: #000000;
  padding: 20px 12px 28px 12px;
  top: 0;
  left: 0;
  bottom: 0;
  position: fixed;
  z-index: 13;
}

.webina-logo-inner {
  width: 100%;
  max-width: 53px;
  margin-top: -7px;
  margin-left: -10px;
  min-width: 53px;
  position: absolute;
}

.webina-social-indv-circle {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  cursor: pointer;
}

.webina-social-indv-circle span, .webina-social-indv-circle i, .webina-social-indv-circle svg {
  z-index: 2;
  position: relative;
}

.webina-social-indv-circle::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.webina-social-indv-circle:hover {
  -webkit-box-shadow: 0px 10px 16px rgba(219, 0, 102, 0.9) !important;
          box-shadow: 0px 10px 16px rgba(219, 0, 102, 0.9) !important;
}

#webina-content-area {
  width: calc(100% - 57px);
  height: 99vh;
  float: right;
  position: relative;
}

#header {
  background-color: #ffffff;
  position: relative;
}

.header-bottom-border {
  border-bottom: 1px solid #e5e5e5;
}

.webina-content-thought-wrapper {
  position: relative;
}

.webina-content-wrapper {
  width: 100% !important;
  height: 100% !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  position: relative;
}

#webina-footer {
  background-color: #ffffff;
  position: relative;
}

.footer-bottom-top {
  border-top: 1px solid #e5e5e5;
}

#header div.main_list {
  float: right;
  text-align: right;
  padding: 0px 0px 0px 0px;
  top: 6px;
  position: relative;
}

#header div.main_list ul {
  width: 100%;
  /* display: flex; */
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header div.main_list ul li {
  display: inline-block;
  text-align: left;
  padding: 0px 15px;
  top: 0px;
  position: relative;
}

#header div.main_list ul li a {
  text-decoration: none;
  color: #5b5b5b;
  text-transform: uppercase;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  position: relative;
  z-index: 51;
}

#header div.main_list ul li a:hover {
  text-decoration: none;
  color: #3b3b3b;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  z-index: 51;
}

#header div.main_list ul li a:after {
  content: "";
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  transform-origin: top left;
  -webkit-transform-origin: top left;
  background: #d93378;
  color: #3b3b3b !important;
  top: 0px;
  left: 0px;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  z-index: 1;
  padding: 1px 13px;
  -webkit-transform-origin: left;
          transform-origin: left;
}

@-webkit-keyframes ishfaak-line-sweep {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 1;
  }
  99% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 1;
  }
}

@keyframes ishfaak-line-sweep {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 1;
  }
  99% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 1;
  }
}

#header div.main_list ul li a:hover:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -webkit-animation: ishfaak-line-sweep 0.6s ease-in infinite;
          animation: ishfaak-line-sweep 0.6s ease-in infinite;
}

#header .main_list a:hover {
  color: #d93378 !important;
}

/* Ishfaak drop down content logic */
#header .if_dropdown {
  display: inline-block;
  position: relative;
}

#header .if_dropdown a {
  text-decoration: none;
  padding: 3px 10px;
  display: block;
}

#header .drop-menu {
  display: none;
  position: absolute;
  background-color: #3b3b3b;
  min-width: 252px;
  padding: 17px 5px 0px 5px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

#header .drop-menu-item {
  width: 100%;
}

#header .drop-menu-item:hover {
  background-color: #ffffff;
}

#header .drop-menu-item a {
  color: #e5e5e5;
}

#header .if_dropdown:hover .drop-menu {
  display: block;
  background-color: #3b3b3b !important;
}

/* Ishfaak drop down content logic */
#header div.media_button {
  width: 40px;
  height: 40px;
  background-color: transparent;
  position: absolute;
  right: 15px;
  top: 13px;
  display: none;
}

.ham-first-width {
  width: 35% !important;
}

.ham-last-width {
  width: 40% !important;
}

#header div.media_button button.main_media_button {
  width: 100%;
  height: 100%;
  background-color: transparent;
  outline: 0;
  border: none;
  cursor: pointer;
}

#header div.media_button button.main_media_button span {
  width: 65%;
  height: 2px;
  display: block;
  background-color: #5b5b5b;
  float: right;
  margin-top: 0px;
  margin-bottom: 6px;
  margin-left: 7px;
  top: -2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* Smooth transition when changing width */
}

/* Fix for the squeezed/out of shape X */
#header div.media_button button.active span {
  width: 65% !important;
  /* Force full width so the X lines are equal and long enough */
  margin-left: 0 !important;
  margin-right: 0 !important;
  float: none !important;
}

#header div.media_button button.active span:nth-of-type(1) {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
  position: absolute;
  margin: 0 auto;
  left: 7px;
  right: 0;
  top: 15px;
}

#header div.media_button button.active span:nth-of-type(2) {
  display: none;
}

#header div.media_button button.active span:nth-of-type(3) {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
  position: absolute;
  margin: 0 auto;
  left: 7px;
  right: 0;
  top: 15px;
}

#header div.media_button button.active:hover span:nth-of-type(1) {
  -webkit-transform: rotate3d(0, 0, 1, 20deg);
          transform: rotate3d(0, 0, 1, 20deg);
}

#header div.media_button button.active:hover span:nth-of-type(3) {
  -webkit-transform: rotate3d(0, 0, 1, -20deg);
          transform: rotate3d(0, 0, 1, -20deg);
}

@media screen and (max-width: 749px) {
  #header .main_list a:hover {
    color: #d93378 !important;
    z-index: 52 !important;
    position: relative;
  }
  #header div.main_list {
    width: 100%;
    margin-top: 25px;
    height: 0px;
    margin-right: -24px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #header div.show_list {
    height: auto;
    z-index: 9999999;
    background: #ffffff;
    position: relative;
  }
  #header div.main_list ul {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right 0px top -40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 13px;
    width: 100%;
    top: 80px;
    right: 0;
    left: 0;
  }
  #header .main_list .drop-menu {
    background-image: none !important;
    background-color: #3b3b3b !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: auto;
    padding: 0px 0px 13px 15px;
    top: 0px;
    right: 0;
    left: -6px;
    position: relative;
    z-index: 999;
  }
  #header .main_list .if_dropdown {
    margin: -6px 3px 5px 3px;
  }
  #header .main_list .if_dropdown a {
    color: #5b5b5b !important;
    margin-left: -14px;
  }
  #header .main_list .drop-menu-item a:hover {
    color: #d93378 !important;
  }
  #header .main_list .if_dropdown .hover_drop a:hover {
    color: #3b3b3b !important;
  }
  #header div.main_list ul li {
    width: 100%;
    padding: 8px 18px;
    top: 8px;
    height: 40px;
    text-align: right;
  }
  #header div.main_list ul li a {
    text-align: left;
    width: 100%;
    color: #5b5b5b;
  }
  #header div.main_list ul li a:after {
    background-color: #d93378;
    color: #d93378 !important;
    width: 100%;
    height: 2px;
    left: 0;
    margin-top: 22px;
    bottom: -2px;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    position: absolute;
  }
  #header div.media_button {
    display: block;
  }
}

@media screen and (max-width: 641px) {
  #header div.main_list ul {
    background-position: right -170px top -40px;
  }
}

.webina-common-chip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 9px 18px;
  border-radius: 50px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  width: auto;
  margin: 0px 0px 15px 0px;
}

.ishfaak-common-link-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 0px;
  border-radius: 0px;
  background-color: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  width: auto;
  text-transform: uppercase;
  cursor: pointer;
}

.ishfaak-common-link-line p:hover {
  color: #d93378 !important;
}

.webina-avatar-wrapper {
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 164px;
  height: 164px;
  margin-top: -160px;
  margin-left: 20px;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  overflow: hidden;
  z-index: 100;
}

.webina-avatar-video {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  width: 134px;
  height: 134px;
  display: block;
}

.webina-avatar-border-white {
  border: 3px solid #ffffff !important;
}

.play-btn {
  cursor: pointer;
  background: #ffffff;
  border: none;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  font-size: 18px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 1px;
  left: 26px;
  position: absolute;
  z-index: 102;
  outline: none;
}

.play-btn .material-symbols-outlined {
  pointer-events: none;
}

.webina-radiate {
  background-color: #d93378;
  width: 0px;
  height: 0px;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: webinagrow 2s infinite;
  -o-animation: webinagrow 2s infinite;
  -webkit-animation: webinagrow 2s infinite;
  -ms-animation: webinagrow 2s infinite;
  -moz-animation: webinagrow 2s infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  z-index: -1;
  position: absolute;
}

@-webkit-keyframes webinagrow {
  0% {
    width: 0px;
    height: 0px;
    opacity: 1;
  }
  100% {
    width: 150px;
    height: 150px;
    opacity: 0;
  }
}

@keyframes webinagrow {
  0% {
    width: 0px;
    height: 0px;
    opacity: 1;
  }
  100% {
    width: 150px;
    height: 150px;
    opacity: 0;
  }
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade:not(.show) {
  opacity: 0;
}

.tabs-module {
  width: 100%;
  padding: 0px 0;
  background: #ffffff;
}

.tabs-nav {
  margin-bottom: 20px;
}

.tabs-nav .nav-tabs {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  gap: 10px;
  padding-bottom: 5px;
}

.tabs-nav .nav-link {
  border: none;
  background: transparent;
  color: #9C9C9C;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 24px;
  border-radius: 8px 8px 0 0;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 120px;
}

.tabs-nav .nav-link:hover {
  color: #5b5b5b;
  background: rgba(255, 255, 255, 0.05);
}

.tabs-nav .nav-link.active {
  color: #d93378;
  background: #ffffff;
  border-bottom: 3px solid #d93378;
}

.tabs-nav .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #d93378;
}

.tabs-nav .step-number {
  font: 18px/1 "neopixel";
  font-weight: 700;
  color: inherit;
  margin-bottom: 5px;
}

.tabs-nav .step-title {
  font: 14px/1 "Poppins Light" !important;
  line-height: 1.3;
  text-align: center;
  color: #5b5b5b;
}

.tab-content-inner {
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0px;
  max-width: 800px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 10px 16px rgba(214, 214, 214, 0.5);
          box-shadow: 0px 10px 16px rgba(214, 214, 214, 0.5);
  border: 1px solid #e5e5e5;
}

.tab-content-inner h2 {
  color: #5b5b5b;
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 600;
}

.tab-content-inner p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Responsive Styles */
@media (max-width: 430px) {
  .tabs-module {
    padding: 30px 0;
  }
  .tabs-nav {
    margin-bottom: 20px;
  }
  .tabs-nav .nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    overflow-x: visible;
  }
  .tabs-nav .nav-link {
    width: 100%;
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 15px 20px;
    border-radius: 0px;
    min-width: auto;
    border: 1px solid #e5e5e5;
    background: rgba(255, 255, 255, 0.05);
  }
  .tabs-nav .nav-link.active {
    border-bottom: 3px solid #d93378;
    border: 1px solid #d93378;
    background: rgba(217, 51, 120, 0.1);
  }
  .tabs-nav .nav-link.active::after {
    display: none;
  }
  .tabs-nav .step-number {
    font-size: 20px;
    margin-right: 15px;
    margin-bottom: 0;
    min-width: 40px;
    color: #d93378;
  }
  .tabs-nav .step-title {
    font-size: 14px;
    text-align: left;
    color: #5b5b5b;
  }
  .tab-content-inner {
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
  }
  .tab-content-inner h2 {
    font-size: 24px;
    color: #ffffff;
  }
  .tab-content-inner p {
    font-size: 16px;
  }
}

/* For very small devices */
@media (max-width: 375px) {
  .tabs-nav .nav-link {
    padding: 12px 15px;
  }
  .tabs-nav .step-number {
    font-size: 18px;
    min-width: 35px;
  }
  .tabs-nav .step-title {
    font-size: 13px;
  }
}

/*Contact form */
.inputFile {
  width: 100%;
  border: solid 1px #e5e5e5;
  /* 	background:url(../images/elements/home_drop_shadow.gif);
	background-repeat:no-repeat;*/
  padding: 10px;
  font: 14px/1 "Poppins Light" !important;
  color: #5b5b5b;
}

.txtarea_submit_form {
  border: 1px solid #e5e5e5;
  /* 	background:url(../images/elements/home_drop_shadow.gif);
	background-repeat:no-repeat;*/
  background-color: #ffffff;
  width: 100%;
  height: 118px;
  padding: 10px;
  font: 14px/1 "Poppins Light" !important;
  color: #5b5b5b;
  resize: none;
}

.combo_submit_form {
  border: 1px solid #e5e5e5;
  /* 	background:url(../images/elements/home_drop_shadow.gif);
	background-repeat:no-repeat;*/
  background-color: #ffffff;
  width: 100%;
  height: 43px;
  padding-left: 10px;
  font: 14px/1 "Poppins Light" !important;
  color: #5b5b5b;
}

.input_submit_form {
  border: 1px solid #e5e5e5;
  /* 	background:url(../images/elements/home_drop_shadow.gif);
	background-repeat:no-repeat;*/
  background-color: #ffffff;
  width: 100%;
  height: 43px;
  padding-left: 10px;
  font: 13px/1 "Poppins Light" !important;
  color: #5b5b5b;
}

.input_innerform {
  border: solid 1px #9fc034;
  /* 	background:url(../images/elements/home_drop_shadow.gif);
	background-repeat:no-repeat;*/
  background-color: #5d7a01;
  width: 100%;
  height: 33px;
  padding-left: 10px;
  font: 14px/1 "Poppins Light" !important;
  color: #ffffff;
}

.combo {
  border: solid 1px #9fc034;
  /*	background:url(../images/elements/home_drop_shadow.gif);
	background-repeat:no-repeat;*/
  background-color: #5d7a01;
  /*	width:189px;
	height:19px;
*/
  padding-left: 10px;
  width: 100%;
  height: 33px;
  /*	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius:0px;*/
  font: 14px/1 "Poppins Light" !important;
  color: #ffffff;
}

.txt_area {
  border: solid 1px #9fc034;
  /* 	background:url(../images/elements/home_drop_shadow.gif);
	background-repeat:no-repeat;*/
  background-color: #5d7a01;
  padding-top: 10px;
  padding-left: 10px;
  width: 100%;
  height: 83px;
  resize: none;
  font: 14px/1 "Poppins Light" !important;
  color: #ffffff;
}

.msg_font_red {
  color: #d93378;
  font: 18px/1 "Poppins Light" !important;
  font-weight: bold;
  text-decoration: none;
  line-height: 13px;
}

.alert {
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.contact_msg {
  position: fixed;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9999999;
  text-align: center;
  min-width: 300px;
  display: none;
  /* Controlled by jQuery */
}

/* Base alert styling */
.alert {
  padding: 25px;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  margin: 0;
}

/* Success style (Green background) */
.alert-success {
  background-color: #28a745;
  color: #ffffff;
  border: 1px solid #1e7e34;
}

/* Danger style (Red background) */
.alert-danger {
  background-color: #dc3545;
  color: #ffffff;
  border: 1px solid #bd2130;
}
/*# sourceMappingURL=styles.css.map */