::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #FFF;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #FFF;
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #1967FF;
}
* {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.dropdown-toggle>div {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  width: 90%;
}

.light-dark-switch {
  width: 80px;
  height: 34px;
  background: #d7deec;
  border-radius: 30px;
  border: 1px solid #bccde5;
  position: relative;
  overflow: hidden;
}

.light-dark-switch-btn i {
  color: #125cec;
  font-size: 17px;
}

.dark-active.light-dark-switch-btn i {
  color: #fff;
}

.dark-active.light-dark-switch-btn {
  background: #125cec;
}

.dark-active.light-dark-switch-btn::before {
  content: '';
  position: absolute;
  left: -100%;
  width: calc(100% + 3px);
  background: #151e34;
  height: 100%;
  z-index: 0;
  display: none;
}

.dark-active.light-dark-switch-btn {
  margin-left: 50%;
}

.light-dark-switch-btn {
  cursor: pointer;
  position: absolute;
  width: 50%;
  height: 100%;
  background: #ffffff;
  border-radius: 15px;
  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;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

nav.navbar {
  border-bottom: 3px solid #1967FF;
  background: #E7EDF9;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color: #25396f;
}

.navbar-light .navbar-nav .nav-link {
  color: #606F99;
}

.nav-item .dropdown-menu {
  color: #25396f;
  background-color: #e7edf9;
  border: 1px solid #1967ff;
  border-radius: 7px;
}

.nav-item .dropdown-item {
  padding: 0.5rem 1rem;
  color: #25396f;
}

.nav-item .dropdown-item.active,
.nav-item .dropdown-item:active {
  color: #fff !important;
  text-decoration: none;
  background-color: #1967ff;
}

.nav-item .dropdown-item:focus,
.nav-item .dropdown-item:hover {
  color: #25396f;
  background-color: #e7edf9;
}

.btn-success,
.bg-success {
  background: #20CF86 !important;
  color: #fff !important;
}

.btn-light,
.bg-light {
  background: #F2F7FC !important;
  color: #fff !important;
}

.bg-success-light,
.bg-success-light:hover {
  background: rgba(32, 207, 134, 0.25);
  border-radius: 6px;
  color: #20CF86;
}

.text-success {
  color: #20cf86 !important;
}

.text-secondary {
  color: #667093 !important;
}

.text-primary {
  color: #1967FF !important;
}

.bg-primary {
  background: #1967FF !important;
  color: #fff;
}

.bg-light-3 {
  background: #E7EDF9 !important;
}

.text-dark {
  color: #25396F !important;
}

.bg-dark-2 {
  background: #0E1526 !important;
  color: #fff;
}

.bg-primary *:not(i.fal) {
  color: #fff !important;
}

.bg-primary .bg-success-light {
  background: rgba(255, 255, 255, 0.2);
  color: #fff !important;
}

.card {
  border-radius: 16px;
}

.card-img-top {
  border-radius: 12px 12px 0 0;
}

.card-body {
  border-radius: 0 0 12px 12px;
}

.dropdown-toggle::after {
  content: unset;
}

.brands li {
  display: inline-block;
  margin-right: .25em;
  margin-bottom: 1em;
}

p {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}

.login-form {
  z-index: 10;
  max-width: 377px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0px 47px 30px -22px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 47px 30px -22px rgba(0, 0, 0, 0.34);
}

.text-secondary-1,
.text-secondary-1 * {
  color: #98A8BF;
}

.dropdown-menu {
  max-height: 250px;
  overflow-y: auto;
}

.mh-200 {
  max-height: 200px;
  overflow-y: auto;
}

.form-control::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #98A8BF;
  opacity: 0.7;
}

.form-control::-moz-placeholder {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #98A8BF;
  opacity: 0.7;
}

.form-control:-ms-input-placeholder {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #98A8BF;
  opacity: 0.7;
}

.form-control::-ms-input-placeholder {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #98A8BF;
  opacity: 0.7;
}

.form-control::placeholder {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #98A8BF;
  opacity: 0.7;
}

.border-special-1 *,
.border-special-1 *:hover,
.border-special-1 *:focus {
  border-color: #98A8BF;
}

.border-special-1 input::-webkit-input-placeholder {
  font-size: 16px;
}

.border-special-1 input::-moz-placeholder {
  font-size: 16px;
}

.border-special-1 input:-ms-input-placeholder {
  font-size: 16px;
}

.border-special-1 input::-ms-input-placeholder {
  font-size: 16px;
}

.border-special-1 input::placeholder {
  font-size: 16px;
}

.bg-light-2 {
  background: #EEF3FC !important;
}

.section-1 {
  background-color: #EEF3FC;
  position: relative;
  overflow: hidden;
}
.section-1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../img/sec1-1.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.show-pass {
  cursor: pointer;
}
.section-1::after,
.section-3::after {
  content: '';
  position: absolute;
  width: 100vw;
  height: 100%;
  background-image: url('../img/sec1-2.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 63%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section-1.blog-header::after,
.section-3.blog-header::after {
  top: 45%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #1967ff;
}

.section-3::after {
  z-index: 0;
  background-position: center;
  background-size: contain;
}

.section-3 .container .row {
  position: relative;
  z-index: 1;
  min-height: 450px;
}

.section-3 {
  overflow: hidden;
}

.man-group {
  position: relative;
  height: 480px;
  margin: 2em auto;
}

.man-group span:nth-child(1) {
  width: 100%;
  height: 100%;
  background-image: url('../img/group1/13.png');
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.man-group span:nth-child(2) {
  width: 100%;
  height: 100%;
  background-image: url('../img/group1/12.png');
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

.man-group span:nth-child(3) {
  width: 100%;
  height: 100%;
  background-image: url('../img/group1/11.png');
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

.man-group span:nth-child(4) {
  width: 100%;
  height: 100%;
  background-image: url('../img/group1/10.png');
  position: absolute;
  background-repeat: no-repeat;
  background-position: 67% 10%;
  background-size: auto;
  -webkit-animation: shakeX 6s alternate infinite;
  animation: shakeX 6s alternate infinite;
}

.man-group span:nth-child(5) {
  width: 100%;
  height: 100%;
  background-image: url('../img/group1/9.png');
  position: absolute;
  background-repeat: no-repeat;
  background-position: 38% 26%;
  background-size: auto;
  -webkit-animation: action 3s alternate infinite;
  animation: action 3s alternate infinite;
}

.man-group span:nth-child(6) {
  width: 100%;
  height: 100%;
  background-image: url('../img/group1/8.png');
  position: absolute;
  background-repeat: no-repeat;
  background-position: 80% 35%;
  background-size: auto;
  -webkit-animation: action 4s alternate infinite;
  animation: action 4s alternate infinite;
}

.man-group span:nth-child(7) {
  width: 100%;
  height: 100%;
  background-image: url('../img/group1/7.png');
  position: absolute;
  background-repeat: no-repeat;
  background-position: 27% 55%;
  background-size: auto;
  -webkit-animation: action 5s alternate infinite;
  animation: action 5s alternate infinite;
}

.man-group span:nth-child(8) {
  width: 100%;
  height: 100%;
  background-image: url('../img/group1/6.png');
  position: absolute;
  background-repeat: no-repeat;
  background-position: 75% 88%;
  background-size: auto;
  -webkit-animation: action 3s alternate infinite;
  animation: action 3s alternate infinite;
}

.man-group span:nth-child(9) {
  width: 100%;
  height: 100%;
  background-image: url('../img/group1/5.png');
  position: absolute;
  background-repeat: no-repeat;
  background-position: 24% 83%;
  background-size: auto;
  z-index: 3;
  -webkit-animation: action 3s alternate infinite;
  animation: action 3s alternate infinite;
}

.man-group span:nth-child(10) {
  width: 100%;
  height: 100%;
  background-image: url('../img/group1/4.png');
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

.man-group span:nth-child(11) {
  width: 100%;
  height: 100%;
  background-image: url('../img/group1/3.png');
  position: absolute;
  background-repeat: no-repeat;
  background-position: 80% 60%;
  background-size: auto;
  -webkit-animation: action 3s alternate infinite;
  animation: action 3s alternate infinite;
}

.man-group span:nth-child(12) {
  width: 100%;
  height: 100%;
  background-image: url('../img/group1/2.png');
  position: absolute;
  background-repeat: no-repeat;
  background-position: 24% 46%;
  background-size: auto;
  -webkit-animation: action 2s alternate infinite;
  animation: action 2s alternate infinite;
}

.man-group span:nth-child(13) {
  width: 100%;
  height: 100%;
  background-image: url('../img/group1/1.png');
  position: absolute;
  background-repeat: no-repeat;
  background-position: 77% 77%;
  background-size: auto;
  -webkit-animation: action 3s alternate infinite;
  animation: action 3s alternate infinite;
}

@-webkit-keyframes shakeX {

  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

@keyframes shakeX {

  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

@-webkit-keyframes MoveUpDown {

  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes MoveUpDown {

  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@-webkit-keyframes action {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes action {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@-webkit-keyframes action2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(20px, -20px);
    transform: translate(20px, -20px);
  }
}

@keyframes action2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(20px, -20px);
    transform: translate(20px, -20px);
  }
}

.owl-brands .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100% !important;
}

.card-template-one {
  border-radius: 12px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  min-height: 305px;
  max-width: 250px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.card-template-one * {
  z-index: 1;
}

.card-template-one::before {
  content: '';
  position: absolute;
  background-image: url('../img/card-template-one-before.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  transition: all .1s ease-in;
  z-index: 0;
}

.card-template-one.active::before {
  background-image: url('../img/card-template-one-active-before.png');
  visibility: visible;
  opacity: 1;
}

.card-template-one:not(.bg-white):hover::before {
  opacity: 1;
  visibility: visible;
  z-index: 0;
}

.card-template-one:hover:not(.bg-white),
.card-template-one.active:not(.bg-white) {
  background: #1967FF;
  color: #fff !important;
}

.card-template-one.active {
  max-width: 280px;
  min-height: 450px;
}

.whyus .card-template-one.active {
  min-width: unset;
  min-height: unset;
}

.service-item-table {
  width: 100%;
  overflow-x: auto;
}

.service-item-card .card {
  border: 2.5px solid #98A8BF;
  border-radius: 8px;
  line-height: 20px;
}

.owl-4 .owl-stage {
  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;
}

section.section-2 .container {
  position: relative;
}

section.section-2 .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 12%;
  width: 200px;
  height: 200px;
  background: #1967FF;
  opacity: 1;
  -webkit-filter: blur(128px);
          filter: blur(128px);
  z-index: 0;
}

.service-card {
    background: linear-gradient(118.24deg, rgba(255, 255, 255, 0.1) -9.32%, rgba(255, 255, 255, 0.1) 112.35%);
    width: 95px;
    height: 95px;
    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;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    backdrop-filter: blur(10px);
    border-radius: 8px;
}
.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../img/border.png');
    background-size: cover;
    width: 100%;
    height: 100%;
}
.service-card {
    position: relative;
}
.service-card:hover,
.service-card.active {
  background: #1967FF;
  color: #fff;
}
.service-card:hover::before,.service-card.active::before
{
  display: none;
}
section {
  position: relative;

}

section.section-2::before {
  content: '';
  left: 0;
  width: 460px;
  height: 810px;
  background-image: url('../img/rocket.png');
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  background-repeat: no-repeat;
}

section.section-2 .content {
  z-index: 2;
  position: relative;
}

.tab-menu-area {
  min-height: 500px;
}

.softa * {
  z-index: 1;
  position: relative;
}

.softa::before {
  content: '';
  background: #01359C;
  border-radius: 0px 32px 220.5px 0px;
  position: absolute;
  width: 100%;
  height: 320px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}

.softa::after {
  content: '';
  background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 75%, rgba(1, 53, 156, 1) 95%, rgba(1, 53, 156, 1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(75%, rgba(255, 255, 255, 1)), color-stop(95%, rgba(1, 53, 156, 1)), to(rgba(1, 53, 156, 1)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 75%, rgba(1, 53, 156, 1) 95%, rgba(1, 53, 156, 1) 100%);
  border-radius: 0;
  position: absolute;
  width: 100vw;
  height: 320px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
  left: -99vw;
}

.softa {
  position: relative;
}

.position-relative.footer-top::after {
  content: '';
  width: calc(50% - 100px);
  height: 2px;
  background: #20cf86;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.position-relative.footer-top::before {
  content: '';
  width: calc(50% - 100px);
  height: 2px;
  background: #20cf86;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.position-relative.footer-top img {
  margin: 0 auto;
  display: block;
}

.social-media a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

.social-media i {
  width: 32px;
  height: 32px;
  border: 1px solid #667093;
  border-radius: 100%;
  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;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.social-media a:hover i {
  background: #1877F2;
  -webkit-box-shadow: 0px 7px 13px rgba(24, 119, 242, 0.25);
          box-shadow: 0px 7px 13px rgba(24, 119, 242, 0.25);
  color: #fff;
  border: 0;
}

.social-media a:hover {
  color: #25396F !important;
}

.footer-link li:not(:first-child) {
  opacity: 0.7;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.footer-link li:not(:first-child):hover {
  opacity: 1;
}

.opacity7 {
  opacity: 0.7;
}

.man-group-2 .rocket {
  z-index: 5;
  position: relative;
  top: 56%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.man-group-2 {
  z-index: 1;
}

.reg-panel {
  position: relative;
  background-image: url('../img/group1/12-2.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  border-radius: 12px 0 0 12px;
  width: 100%;
    height: 100%;
}

.reg-panel img {
  -webkit-animation: action 3s alternate infinite;
  animation: action 3s alternate infinite;
      position: absolute;
    top: -63px;
    left: 0;
    right: 0;
    bottom: 0;
}

.register {
  z-index: 1;
  position: relative;
}

.register-form {
  -webkit-box-shadow: 0px 47px 30px -22px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 47px 30px -22px rgba(0, 0, 0, 0.34);
  border-radius: 0 12px 12px 0;
}

.table-bordered>:not(caption)>*>* {
  padding: 20px;
}

pre.code {
  background: #EEF3FC;
  border-radius: 16px;
  padding: 2em;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 2em;
}

.pagi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagi li a:hover,
.pagi li a.active {
  opacity: 1;
  background: #1967FF;
  color: #fff;
  border: 1px solid #1967FF;
}

.pagi li a {
  width: 60px;
  height: 60px;
  border: 1px solid #25396F;
  border-radius: 50px;
  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;
  margin-right: 1em;
  opacity: 0.1;
  font-weight: 500;
  font-size: 18px;
  line-height: 19px;
  text-align: center;
  color: #25396F;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: #98A8BF;
}

.row.blog {
  height: 530px;
}

section.blog-content {
  margin-top: -525px;
}

.blog-content p {
  color: #98A8BF;
  font-size: 14px;
  opacity: 0.8;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 10px;
}

.before-line::before {
  content: '';
  position: absolute;
  left: -15px;
  top: 0;
  bottom: 0;
  background: #1967FF;
  width: 4px;
}

.before-line {
  position: relative;
  margin-left: 15px;
}

.table:not(.api)>:not(caption)>*>* {
  padding: 20px;
  vertical-align: middle;
}

.table:not(.api) tbody tr th,
.table:not(.api) tbody tr td {
  border: 0 !important;
  line-height: 1.7;
}

.side-left {
  position: fixed;
  width: 300px;
  height: auto;

  background: #E7EDF9;
  border-radius: 0px 0px 150px 0px;

}

.panel-menu li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #25396F;
  opacity: 0.7;
  padding: 0.98em 1em;
  position: relative;
  display: block;
}

.panel-menu li a i {
  color: #1967ff;
}

.panel-menu li a.active {
  background: -o-linear-gradient(left, #1967FF 25%, rgba(25, 103, 255, 0) 75%);
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #1967FF), color-stop(75%, rgba(25, 103, 255, 0)));
  background: linear-gradient(90deg, #1967FF 25%, rgba(25, 103, 255, 0) 75%);
  border-radius: 25px;
  font-weight: 600;
}

.panel-menu li a.active,
.panel-menu li a.active i {
  color: #fff;
  opacity: 1;
}

.panel-menu-dropdown {
  cursor: pointer;
}

.card-bg-primary>div {
  z-index: 1;
}

.card-bg-primary::before,
.card-bg-turquoise::before,
.card-bg-orange::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../img/card-bg.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  opacity: 0.3;
  z-index: 0;
}

.card-bg-primary,
.card-bg-turquoise,
.card-bg-orange {
  border-radius: 12px;
  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;
  height: 100%;
}

.card-bg-primary {
  background: -o-linear-gradient(0.82deg, #3076FF -11.22%, #014DE1 131.35%);
  background: linear-gradient(89.18deg, #3076FF -11.22%, #014DE1 131.35%);

}

.card-bg-turquoise {
  background: -o-linear-gradient(0.82deg, #30FFF3 -11.22%, #0168E1 131.35%);
  background: linear-gradient(89.18deg, #30FFF3 -11.22%, #0168E1 131.35%);
}

.card-bg-orange {
  background: -o-linear-gradient(0.82deg, #FF3030 -11.22%, #E16D01 131.35%);
  background: linear-gradient(89.18deg, #FF3030 -11.22%, #E16D01 131.35%);
}


.card-bgg-green {
  background: -o-linear-gradient(left, #20CF86 -13.56%, rgba(32, 207, 134, 0) 89%);
  background: -webkit-gradient(linear, left top, right top, color-stop(-13.56%, #20CF86), color-stop(89%, rgba(32, 207, 134, 0)));
  background: linear-gradient(90deg, #20CF86 -13.56%, rgba(32, 207, 134, 0) 89%);
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  border-radius: 6px;
  color: #25396F;
}

.dropdown .fab.fa-instagram {
  background: #f09433;
  background: -o-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
  -webkit-background-clip: text;
          background-clip: text;
  font-size: 14px;
  padding: 2.4px;
  border-radius: 5px;
  color: #FFF;
  font-weight: lighter;
  margin-right: 10px;
}

.dropdown .fab.fa-facebook-square {
  background: #207eff;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 18px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  border-radius: 5px;
  margin-right: 10px;
}

.dropdown .fab.fa-youtube {
  background: #ff0042;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-right: 10px;
}

.dropdown .fab.fa-twitter {
  background: #1da1f2;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-right: 10px;
}

.dropdown .fab.fa-telegram-plane {
  background: #2b9fd2;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-right: 10px;
}

.dropdown .fab.fa-soundcloud {
  background: #ff5836;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-right: 10px;
}

.dropdown .fab.fa-spotify {
  background: #62ffa2;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-right: 10px;
}

.dropdown .fab.fa-discord {
  background: #7289DA;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-right: 10px;
}

.dropdown .fas.fa-headset {
  background: #FFD300;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-right: 10px;
}

.dropdown .fab.fa-twitch {
  background: #e600ff;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-right: 10px;
}

.dropdown .fab.fa-pinterest-p {
  background: #ff5858;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-right: 10px;
}

.dropdown .fa.fa-music {
  background: #f8004d;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-right: 10px;
}

.dropdown .fab.fa-tiktok {
  background: #f8004d;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-right: 10px;
}

.dropdown .fas.fa-globe {
  background: #1a1a1a;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-right: 10px;
}

.dropdown .fas.fa-stream {
  background: #ccc;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-right: 10px;
}

.dropdown .fab.fa-hotjar {
  background: #ff0000;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-right: 10px;
}

.nav-tabs .nav-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #98A8BF;
  padding: 1em 2.5em;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #20cf86;
  border-color: #dee2e6 #dee2e6 #fff;
  border-radius: 4px;
}

.nav-balance.nav-tabs .nav-item.show .nav-link,
.nav-balance.nav-tabs .nav-link.active {
  color: #ffffff;
  background: -o-linear-gradient(331.76deg, rgba(25, 103, 255, 0.72) -9.32%, #1967FF 112.35%);
  background: linear-gradient(118.24deg, rgba(25, 103, 255, 0.72) -9.32%, #1967FF 112.35%);
  border-radius: 6px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:not(:hover) {
  border: 0;
  border-radius: 4px;
}

.nav-tabs .nav-link i {
  font-size: 18px;
}

.nav-balance.nav-tabs .nav-link:not(.active) img {
  opacity: 0.3;
}

.nav-balance.nav-tabs .nav-link:not(.active) {
  border: 1px solid #98A8BF;
  border-radius: 6px;
}
.section-1-extra {
    padding: 100px 0 !important;
}
.zindex3 {
  z-index: 3;
  position: relative;
}



/* DARK MODE !!!! */
/* DARK MODE !!!! */
/* DARK MODE !!!! */
/* DARK MODE !!!! */
/* DARK MODE !!!! */
/* DARK MODE !!!! */

body.dark-mode,
.dark-mode pre.code,
.dark-mode .card,
.dark-mode .dropdown-menu {
  background: #0F1529;
  color: #fff;
}
.dark-mode nav.navbar,
.dark-mode .bg-light-3,
.dark-mode .side-left {
  background: #0C1123 !important;
}
.dark-mode .pagi li a {
      border: 1px solid #ffffff;
      color: #ffffff;
}
.dark-mode .panel-menu li a:hover {
  color: #fff;
  opacity: 1;
}
.dark-mode .text-dark,
.dark-mode .navbar-light .navbar-nav .nav-link.active,
.dark-mode .navbar-light .navbar-nav .show>.nav-link,
.dark-mode .social-media a:hover,
.dark-mode .table-bordered>:not(caption)>*>*,
.dark-mode .card-bgg-green 
{
  color: #fff !important;
}
.dark-mode .navbar-light .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .section-1{
  background-color: #0F1529;
}
.dark-mode .section-1::before {
  opacity: 0.1;
}
.dark-mode .reg-panel {
    position: relative;
    background-image: url('../img/group1/12-2-dark.png');
        background-position: top right;
}
.dark-mode::-webkit-scrollbar-track {
  background-color: #0F1529;
}

.dark-mode::-webkit-scrollbar {
  background-color: #0F1529;
}
.dark-mode .bg-light , .dark-mode .bg-white {
  background: #0E1526 !important;
}
.dark-mode .form-control,
.dark-mode .input-group-text,
.dark-mode .form-select,
.dark-mode .dropdown-toggle:not(.nav-link),
.dark-mode .card-dark-mode {
  background: #151E34 !important;
  color: #fff;
}
.dark-mode .form-check-input {
  background-color: #151E34;
}
.dark-mode .form-control::-webkit-input-placeholder {
  color: #98A8BF !important;
}
.dark-mode .form-control::-moz-placeholder {
  color: #98A8BF !important;
}
.dark-mode .form-control:-ms-input-placeholder {
  color: #98A8BF !important;
}
.dark-mode .form-control::-ms-input-placeholder {
  color: #98A8BF !important;
}
.dark-mode .form-control::placeholder {
  color: #98A8BF !important;
}
.dark-mode .before-blue * {
    z-index: 1;
    position: relative;
}
.dark-mode .before-blue::before {
    content: '';
    position: absolute;
    top: 5%;
    left: 12%;
    width: 100px;
    height: 100px;
    background: #1967FF;
    opacity: 1;
    -webkit-filter: blur(73px);
    filter: blur(73px);
    z-index: 0;
}
.dark-mode .before-blue {
    position: relative;
}
.dark-mode .text-secondary {
    color: #98A8BF !important;
}
.dark-mode footer .text-dark, .dark-mode footer .text-secondary, .dark-mode .panel-menu li a {
  color: #FFFFFF !important;

opacity: 0.7;
}
.dark-mode .light-dark-switch {
  background: #23293c;
  border-color: #0c1123;
}

/* DARK MODE !!!! */
/* DARK MODE !!!! */
/* DARK MODE !!!! */
/* DARK MODE !!!! */
/* DARK MODE !!!! */













@media (min-width: 1850px) {}

@media (min-width:1500px) {}

@media (max-width:1600px) {
  .nav-balance button {
    width: calc(50% - 20px);
    margin: 10px;
  }

  .nav-balance button:last-child {
    width: 100%;
  }
}

@media (min-width:1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1335px
  }
}

@media (max-width: 1200px) {
  .text-40 {
    font-size: 30px;
  }

  .btn.w7 {
    font-weight: 500;
  }
}

@media (max-width:1300px) and (min-width: 992px) {}

@media (max-width: 992px) {
  .panel .nav-tabs button {
    width: calc(50% - 20px);
    padding-left: 10px;
    padding-right: 10px;
    background: #fff;
    margin: 10px;
  }

  .panel .nav-tabs button:last-child {
    width: 100%;
  }

  .service-item-table table {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .register-form {
    border-radius: 12px;
  }

  .navbar-nav li {
    margin: .5em auto;
  }

  .ob-none {
    -o-object-fit: unset;
    object-fit: unset;
  }
}

@media (min-width:992px) {

  .panel {
    padding-left: 350px;
  }
}

@media (max-width:768px) {}

@media (min-width:768px) {}

@media (min-width:576px) {}


@media (max-width:576px) {

  .text-40 {
    font-size: 20px;
  }
}

@media (max-width:450px) {
  .social-media a {
    font-size: 14px;
  }
}
ul.social-media {width: 425px;float: left;display: block !important;}
ul.social-media li {float: left;width: 33%;}

div.cevaplar {display: block;width: 100%;height: auto;overflow: hidden;padding: 20px;margin: 30px 0;height: 400px;overflow-y: auto;}
.conversation-list {margin-bottom: 24px;display: inline-block;position: relative;float: left;}
.conversation-list.right {float: right;}
span.line {display: block;width: 100%;background: #f2f2f2;height: 1px;margin: 15px 0;}
div.copyright {display: block;width: 100%;text-align: center;background: #000;padding: 20px 0;margin-top: 20px;color: #fff;}