* {
  margin:0;
  padding:0
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
span {
  font-family: 'Raleway', sans-serif;
}
.guest {
  background-color: #00021c;
  padding: 0;
}
.guest .navbar-default {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 11px;
  z-index: 9;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.guest .navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.guest .navbar-default .navbar-nav > li.active > a,
.guest .navbar-default .navbar-nav > li.active > a:hover,
.guest .navbar-default .navbar-nav > li > a:hover {
  background: linear-gradient(to right, rgba(254,70,61,1) 0%, rgba(252,42,94,1) 100%);
  border-radius: 100px;
}
#top-sec {
  background: #08164a url('https://i.imgur.com/jvJ4OGm.png');
  padding: 180px 0 80px;
  background-size: cover;
  background-position: center right;
}
.main-title {
  font-size: 87px;
  color: #fff;
  font-weight: 800;
  margin: 0 0 12px;
}
.txt {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
.form-line {
  display: flex;
  align-items: center;
}
.form-control {
  height: 50px;
  border-radius: 100px;
  border: 0;
  box-shadow: none;
}
.form-line .form-group {
  flex: 0 0 45%;
  max-width: 45%;
  margin-bottom: 0;
}
.form-group {
  position: relative;
}
.inpt-icon {
  background: linear-gradient(to right, rgba(254,70,61,1) 0%, rgba(252,42,94,1) 100%);
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  border-radius: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}
.field-icon .form-control {
  padding-left: 50px;
}
.form-line .btn.btn-primary {
  transform: translateX(-30px);
}
.form-line .form-group + .form-group {
  transform: translateX(-25px);
}
.form-line .form-group .form-control {
  border-radius: 100px 0 0 100px;
}
.form-group.after::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #000;
  border-radius: 100px;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}
.form-line .btn.btn-primary {
  max-width: 20%;
  transform: translateX(-50px);
  background: linear-gradient(to right, rgba(254,70,61,1) 0%, rgba(252,42,94,1) 100%);
  border: 0;
  box-shadow: none;
  height: 50px;
  padding: 0 25px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  border-radius: 100px;
  margin-top: 0;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.reset-row .checkbox {
  margin: 0;
}
.reset-row {
  margin: 12px 0;
}
.reset-row a {
  display: block;
  text-align: right;
}
.not-have-acc {
  text-align: center;
}
.not-have-acc a {
  display: block;
}
.relative {
  position: relative;
}
#tree1 {
  position: absolute;
  bottom: -40px;
  left: auto;
  z-index: 0;
  transform-origin: bottom;
  animation: tree_top 5s infinite;
}
#top-sec .row {
  position: relative;
  z-index: 1;
}
#tree1, #tree2, #tree3, #tree4 {
  position: absolute;
}
#tree4 {
  right: -60px;
  bottom: 0;
  width: 180px;
  transform-origin: bottom;
  animation: tree_mid_top 5s infinite;
}
#tree3 {
  bottom: 0;
  right: 410px;
  width: 220px;
  transform-origin: bottom;
  animation: tree_mid_top 5s infinite;
}
#tree2 {
  bottom: -40px;
  left: 330px;
  width: 180px;
  transform-origin: bottom;
  animation: tree_mid_top 5s infinite;
}
.witch-wrap img {
  animation: float 3s ease-in-out infinite;
}
.spark {
  background-color: #DE4A00;
  font-family: 'Helvetica', sans-serif;
  visibility: hidden;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 30%;
  box-shadow: 0 0 5px #AB000B;
}
.social-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.social-txt {
  margin: 0 0 0 10px;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #9c9da7;
}
.social-icon {
  font-size: 30px;
}
#social-sec {
  padding: 40px 0 80px;
}
#feature {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.feature-wrap {
  padding: 20px 20px 60px;
  background-color: #fff;
  border-radius: 30px;
  position:relative;
  margin-bottom: 20px;
}
.feature-icon {
  margin-bottom: 12px;
}
.feature-title {
  color: #191919;
  font-weight: 600;
  font-size: 20px;
  text-shadow: none;
  margin-bottom: 12px;
}
.txt.feature-txt {
  color: #7b7b7b;
  font-size: 16px;
  line-height: 1.8;
}
.feature-wrap::after {
  content: '';
  position: absolute;
  background-image: url('https://i.imgur.com/YULelfe.png');
  width: 97px;
  height: 55px;
  right: -15px;
  bottom: -4px;
}
.feature-row {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.feature-inner-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.title-text {
  color: #fc2a5f;
  font-size: 24px;
}
.title {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}
.btn.btn-primary {
  background: linear-gradient(to right, rgba(254,70,61,1) 0%, rgba(252,42,94,1) 100%);
  display: block;
  width: max-content;
  font-size: 24px;
  font-weight: 400;
  border-radius: 100px;
  padding: 10px 40px;
  margin-top: 20px;
  position: relative;
  margin:0 auto;
}
.btn.btn-primary::after {
  content: '';
  position: absolute;
  background-image: url('https://i.imgur.com/RMGIGbA.png');
  width: 31px;
  height: 18px;
  background-repeat: no-repeat;
  left: 5px;
  top: 5px;
}
#feature::after,
#provide::after {
  content: '';
  position: absolute;
  background-image: url('https://i.imgur.com/pCc8Ie9.png');
  width: 450px;
  height: 520px;
  background-size: 450px 520px;
  top: 50%;
  right: -200px;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  z-index: -1;
}
#feature .container,
#provide .container {
  position: relative;
}
#feature .container::after,
#provide .container::after {
  content: '';
  position: absolute;
  background-image: url('https://i.imgur.com/sTpCOFr.png');
  width: 239px;
  height: 221px;
  top: -60px;
  right: -110px;
}
#feature .container::before,
#provide .container::before {
  content: '';
  position: absolute;
  background-image: url('https://i.imgur.com/oZ9nfRB.png');
  width: 127px;
  height: 140px;
  left: -50px;
  bottom: 50px;
}
.step-wrap {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 90%;
  margin: auto auto 15px;
}
.step-wrap .step-left .num {
  color: #040d2e;
  font-size: 72px;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
}
.step-wrap .step-left {
  flex: 0 0 12%;
  max-width: 12%;
}
.step-wrap .step-right {
  flex: 0 0 88%;
  max-width: 88%;
}
.step-wrap .step-right p {
  margin-bottom: 0;
  color: #7b7b7b;
  font-size: 16px;
}
.step-wrap .step-right p span {
  font-weight: 700;
  color: #fc2d5b;
}
#work {
  padding: 80px 0;
}
.stats-row {
  background: linear-gradient(to right, rgba(254,70,61,1) 0%, rgba(252,42,94,1) 100%);
  width: 80%;
  margin: auto;
  transform: translateY(-45px);
  padding: 25px 0;
  border-radius: 20px;
}
.stats-number {
  width: 105px;
  height: 105px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  background-color: #fe7871;
  border-radius: 100px;
  font-size: 24px;
  color: #071648;
  font-style: italic;
  border-width: 10px;
  border-style: solid;
  border-color: #ffa91f;
  margin:0 auto 10px auto;
}
.stats-number-new {
  border-radius: 0 10px 0 10px;
  border-width: 0;
  box-shadow: 0 0 0 7px #ffa91f;
  width: 150px;
  height: 62px;
  margin-bottom: 17px;
}
.stats-title {
  font-size: 24px;
  color: #fff;
  text-shadow: none;
  text-align: center;
  margin-bottom: 0;
}
.step-wrap.left {
  margin-left: 0;
}
.step-wrap.right {
  margin-right: 0;
}
#provide .title {
  text-align: center;
  margin-bottom: 50px;
}
#provide {
  padding: 80px 0;
  overflow: hidden;
  position: relative;
}
.provide-ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  list-style: none;
}
.provide-title {
  font-size: 24px;
  font-weight: 700;
  color: #fe463d;
}
.provide-icon {
  margin-top: 20px;
}
.provide-icon img {
  display: block;
  margin: auto;
}
.provide-ul li:nth-child(2n) {
  margin-top: 300px;
  margin-bottom: 0;
}
.provide-ul li:nth-child(2n+1) {
  margin-top: 0;
  margin-bottom: 300px;
}
.provide-ul li:nth-child(2n) .provide-icon {
  margin-top: 0;
  margin-bottom: 20px;
}
.provide-wrap {
  position: relative;
}
.provide-wrap::after {
  content: '';
  position: absolute;
  width: 250px;
  height: 1px;
  border-top: 2px dashed #fff;
  right: 0;
  z-index: -1;
}
.provide-wrap1::after,
.provide-wrap3::after {
  transform: rotate(25deg);
  right: -170px;
  bottom: 8px;
}
.provide-wrap2::after, .provide-wrap4::after {
  transform: rotate(-25deg);
  bottom: 340px;
  right: -150px;
}
.provide-wrap5::after {
  display: none;
}
.customer {
  padding: 80px 0;
}
.customer .title {
  text-align: center;
}
.testimonial {
  margin-top: 80px;
}
.testi-wrap {
  background-color: #040d2e;
  padding: 50px 80px;
  border-radius: 25px;
  position: relative;
  background-image: url('https://i.imgur.com/52yuN7Y.png');
  background-position: bottom center;
  margin: 0 5px;
  background-repeat: repeat-x;
}
.testi-img {
  background-color: #071648;
  padding: 12px;
  width: max-content;
  border-radius: 100px;
  position: absolute;
  left: -66px;
}
.testi-img img {
  border-radius: 100px;
}
.stars {
  margin-left: auto;
}
.tseti-title {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}
.testi-txt {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
}
.container-fluid.testi-container,
.container-fluid.testi-container .row .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}
.container-fluid.testi-container .row {
  margin: 0;
}
.testi-container .slick-dots {
  margin-top: 25px;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.testi-container .slick-dots button {
  font-size: 0;
  width: 22px;
  height: 10px;
  margin: 0 3px;
  box-shadow: none;
  border: 0;
  background-color: #fff;
  border-radius: 12px;
  transition: 0.2s linear;
}
.testi-container .slick-dots .slick-active button {
  background-color: #fc2d5b;
  width: 75px;
  transition: 0.2s linear;
}
#faq {
  padding: 80px 0;
  background-image: url('https://i.imgur.com/pCc8Ie9.png');
  background-repeat: no-repeat;
  background-position: top center;
}
#faq .title {
  text-align: center;
}
#faq .faq-row {
  margin-top: 80px;
}
#faq .panel-default, #faq .panel-heading {
  background-color: #ffffff;
  border-color: transparent !important;
  border: transparent !important;

}
#faq .panel-default {
  border-radius: 20px;	
}
#faq .panel-heading {
  font-size: 18px;
  font-weight: 600;
  color: #071648;
  line-height: 1.4;
  text-shadow: none;
  padding: 0;
}
#faq .panel-heading a {
  padding: 20px;
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #071648;
  line-height: 1.4;
  text-shadow: none;
  position:relative;
}
#faq .panel-heading a[aria-expanded="true"] {
  background: linear-gradient(to right, rgba(254,70,61,1) 0%, rgba(252,42,94,1) 100%);
  color: #fff;
  border-radius: 100px;
}
#faq .panel-default .panel-heading {
  border-radius: 100px;
}
#faq .panel-default {
  border-radius: 30px !important;
}
.panel-body {
  border-top: 0 !important;
  color: #676767;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
#faq .panel-heading a::after {
  content: '+';
  position: absolute;
  font-size: 50px;
  font-weight: 100;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
#faq .panel-heading a[aria-expanded="true"]::after {
  content: '-';
}
.get-started-row {
  background: linear-gradient(to right, rgba(254,70,61,1) 0%, rgba(252,42,94,1) 100%);
  width: 80%;
  margin: 30px auto auto;
  padding: 50px 0;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.get-started-row .title {
  margin: 0;
}
.news-letter-wrap .input-group-addon {
  background: #08174d;
  border: 0;
  border-radius: 100px;
  padding: 12px 25px;
}
.news-letter-wrap {
  background-color: #ffffff;
  border-radius: 100px;
}
.news-letter-wrap .form-control {
  border: 0;
  box-shadow: none;
}
.ftr-bottom {
  background-color: #000c34;
  padding: 22px;
}
.copyright {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.ftr-top {
  padding: 110px 0 80px;
  background-image: url('https://i.imgur.com/0XCi0Od.png');
  background-repeat: no-repeat;
  background-position: bottom right;
}
.ftr-logo img {
  filter: none;
  margin-bottom: 25px;
  max-width: 150px;
}
.ftr-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.ftr-nav li a {
  display: block;
  margin: 10px 0;
  font-size: 16px;
}
.ftr-nav {
  list-style: none;
  margin: ;
}
.contact-txt {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}
.ftr-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin-top: 30px;
}
.ftr-social li a {
  background: linear-gradient(to right, rgba(254,70,61,1) 0%, rgba(252,42,94,1) 100%);
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 100px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  margin-right: 12px;
}
#top-sec.signup #tree1 {
  bottom: -10px;
  left: -80px;
}
#top-sec.signup #tree2 {
  bottom: 80px;
  left: 260px;
}
#top-sec.signup #tree4 {
  right: 0;
  bottom: 90px;
}
#page-header {
  padding: 180px 0 80px;
  background: #08164a url('https://i.imgur.com/pWmvWpr.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.search-wrap {
  margin-top: 30px;
}
.inline-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.inline-btn .btn.btn-primary {
  margin: 30px 20px 20px;
}
#page-header .search-wrap {
  width: 70%;
  margin: 30px auto auto;
}
.all-ser {
  background: linear-gradient(to right, rgba(254,70,61,1) 0%, rgba(252,42,94,1) 100%);
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  padding: 15px !important;
  border-radius: 26px 26px 0 0;
}
.table-responsive > .table {
  background: transparent;
}
.table thead tr td, .table tbody tr td, .table thead tr th {
  padding: 20px;
  color: #fff;
}

.table-bordered {
  border: 1px solid #212339;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th, 
.table-bordered > tfoot > tr > th, 
.table-bordered > thead > tr > td, 
.table-bordered > tbody > tr > td, 
.table-bordered > tfoot > tr > td {
  border: 1px solid #212339;
}
.table tbody tr:nth-child(2n+1) td {
  background-color: #06133e;
}
.table tbody tr:nth-child(2n) td {
  background: transparent !important;
}
thead tr th {
  font-size: 18px;
  font-weight: 600;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td, 
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
}
.service-name, .width-service-name {
  min-width: 250px;
}
.ser-btn {
  background-color: #2247bf;
  border: 0;
  box-shadow: none;
  width: 124px;
  display: block;
  margin: auto;
  padding: 5px 15px;
  border-radius: 4px;
}
.table tbody tr td {
  text-align: center;
}
.hat-title::after {
  content: '';
  position: absolute;
  background-image: url('https://i.imgur.com/ISVa1VA.png');
  width: 58px;
  height: 36px;
  left: -13px;
  top: -7px;
}
.hat-title {
  position: relative;
  width: max-content;
  margin: 0 auto 12px;
}


.auth {
  padding: 15px;
  background: #00021a url('https://i.imgur.com/vp2zxU6.png');
  background-size: cover;
  background-repeat: no-repeat;
  height:100vh;
}
.sidebar-wrap {
  position: fixed;
  top: 50%;
  left: 15px;
  width: 280px;
  background-color: #08174d;
  height: 97%;
  transform: translateY(-50%);
  padding: 15px;
  border-radius: 20px;
  overflow-y: auto;
  z-index: 9;
}
.sidebar-logo {
  margin: 20px auto;
}
.sidebar-logo img {
  display: block;
  margin: auto;
  max-width: 120px;
}
.user-pic img {
  display: block;
  margin: 15px auto;
}
.username, .user-balance {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  display: block;
  margin: 12px auto;
}
.sidebar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar li a {
  font-size: 16px;
  display: block;
  color: #fff;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.sidebar li a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 13px;
  padding: 13px 15px;
  border-bottom: 1px solid #212f5f;
}
.sidebar li.active a, 
.sidebar li a:hover, 
.sidebar li a:focus, 
.sidebar li.active a:hover {
  border-color: transparent;
  border-radius: 100px;
  background: linear-gradient(to right, rgba(254,70,61,1) 0%, rgba(252,42,94,1) 100%);
}
.sidebar li.active a .menu-icon, 
.sidebar li a:hover .menu-icon, 
.sidebar li a:focus .menu-icon, 
.sidebar li.active a:hover .menu-icon{
  color:#fff;
}
.menu-icon {
  color: #fc2a5d;
}
.content-wrap {
  padding-left: 290px;
}
.dash-header {
  background-color: #08174d;
  padding: 15px;
  border-radius: 20px;
  margin-bottom: 22px;
}
.dash-header-inner {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
.breads {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breads li a, .breads li span {
  color: #fff;
  margin: 0 5px 0 0;
  opacity: 0.8;
}
.breads li span.page {
  opacity: 1;
}
.right-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.right-nav li a {
  font-size: 30px;
  margin: 0 20px 0 0;
}
.stat-wrap {
  background-color: #fff;
  padding: 15px;
  border-radius: 20px;
  position: relative;
}
.stat-inner-wrap {
  background-color: #020728;
  padding: 15px;
  border-radius: 20px;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0,50%);
}
.stat-icon {
  color: #fff;
  font-size: 22px;
}
.stat-title {
  font-size: 14px;
  color: #fff;
  text-align: left;
  margin: 10px auto 0;
}
.stat-status {
  color: #fc2a5f;
  font-size: 18px;
  margin-bottom: 0;
}
.stat-wrap::after {
  content: '';
  background-image: url('https://i.imgur.com/lg1sIuV.png');
  position: absolute;
  right: -32.7px;
  width: 36px;
  height: 67px;
  top: 50%;
  transform: translateY(-50%);
}
.stat-row .col-sm-3:last-child .stat-wrap::after {
  display: none;
}
.stat-row {
  margin-bottom: 40px;
}
.auth label {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 12px;
}
.auth .form-control, .panel-body {
  background-color: #08174d;
  color: #fff;
  border-radius: 12px;
}
.btn.btn-primary.full {
  width: 100%;
}
.auth .btn.btn-primary.full {
  width: 100%;
}
.new-wrap {
  background-color: #08174d;
  padding: 20px;
  border-radius: 20px;
}
.new-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.new-wrap ul {
  padding-left: 20px;
  list-style: none;
}
.single-news p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 0;
}
.single-news {
  position: relative;
  margin-bottom: 30px;
}
.single-news::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  background-color: #fc2a5e;
  border-radius: 100px;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}
.single-news::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 50px;
  background-color: #fff;
  left: -18px;
  top: 50%;
  transform: ;
}
ul li:last-child .single-news::before {
  display: none;
}
.dash-bnr {
  border-radius: 25px;
  background: linear-gradient(to right, rgba(254,70,61,1) 0%, rgba(252,42,94,1) 100%);
  margin-top: 25px;
  padding: 25px;
}
.bnr-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  font-style: italic;
}
.bnr-social-icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
.bnr-witch-wrap img {
  max-width: 200px;
  poa: ;
  position: absolute;
  right: -40px;
}
.search-btn {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #fff;
}
.auth .search-wrap .form-control {
  border: 1px solid #7685ac;
}
.search-btn i {
  font-weight: 400;
}
.auth .search-wrap .form-control::placeholder {
  color: #7685ac;
}
.auth .search-wrap {
  margin-top: 0;
}
.auth .dropdown.servicefilter button {
  width: 100%;
  height: 50px;
  background-color: #08174d;
  color: #fff;
  border-radius: 12px;
  border: 1px solid #7685ac;
  text-align: left;
}
.auth .servicefilter .dropdown-menu {
  background-color: #08174d;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  padding: 8px 20px;
}
.auth .servicefilter.open .dropdown-menu {
  display: flex !important;
}
.auth .servicefilter.open .dropdown-menu a {
  display: block;
  padding: 6px 0;
  margin: 2px;
}
.auth .servicefilter.open .dropdown-menu a:hover,
.auth .servicefilter.open .dropdown-menu a:focus {
  background: linear-gradient(to right, rgba(254,70,61,1) 0%, rgba(252,42,94,1) 100%);
  padding: 6px;
  cursor: pointer;
  text-decoration: none;
}
.auth .table td, .auth .table th {
  border-right: 1px solid #212339 !important;
}
.auth .table tbody tr:nth-child(2n+1) td {
  background-color: transparent;
}
.auth .all-ser {
  font-size: 24px;
  font-weight: 700;
}
.auth .table td, 
.auth .table th {
  border-right: 1px solid #212339 !important;
  border-top: 0 !important;
}
.auth .table thead tr td, 
.auth .table tbody tr td, 
.auth .table thead tr th {
  padding: 12px;
  font-size: 16px;
  font-weight: ;
}
.nav.nav-pills {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.nav.nav-pills li a {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  background: transparent;
  border: 0;
  width: 115px;
  padding: 12px 8px;
  text-shadow: none;
  text-transform: capitalize;
  border-radius: 12px;
  border: 0;
  box-shadow: none;
}
.nav.nav-pills li.active a, .nav.nav-pills li.active a:hover, .nav.nav-pills li a:hover, .nav.nav-pills li a:focus {
  background-color: #00021c;
}
.highlight-service {
  background-color: #08174d;
  display: block;
  padding: 7px;
  border-radius: 12px;
}
.highlight-rate {
  display: block;
  padding: 7px;
  border-radius: 12px;
  background: linear-gradient(to right, rgba(254,70,61,1) 0%, rgba(252,42,94,1) 100%);
}
.table.bg-table {
  background-color: #08174d;
}
.auth .table-bordered > thead > tr > th, 
.auth .table-bordered > tbody > tr > th, 
.auth .table-bordered > tfoot > tr > th, 
.auth .table-bordered > thead > tr > td, 
.auth .table-bordered > tbody > tr > td, 
.auth .table-bordered > tfoot > tr > td {
  border: 1px solid #7b7b7b !important;
}
pre {
  background-color: #08174d;
  border-color: #08174d;
  border-radius: 22px;
  color: #fff;
  padding: 20px;
}
.row.flex-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.payment-content-wrap {
  background-color: #08174d;
  padding: 30px 12px;
  border-radius: 12px;
}
.payment-icon {
  background-color: #fff;
  padding: 12px;
  border-radius: 12px;
  width: max-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.payment-title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin: 15px 0;
}
.payment-title span {
  font-size: 36px;
  font-weight: 700;
  font-style: italic;
}
.payment-content-wrap {
  background-color: #08174d;
  padding: 30px 12px 100px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.payment-content-wrap::after {
  content: '';
  background-image: url('https://i.imgur.com/Mofzi6H.png');
  width: 131px;
  height: 203px;
  position: absolute;
  right: -5px;
  bottom: 0;
  z-index: -1;
}
.fund-title {
  font-size: 24px;
  font-weight: 600;
  margin: 50px auto 20px;
  color: #fff;
  display: block;
}
.method-info {
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 40px 0 0 0;
}
.single-method-icon {
  background-color: #fe473e;
  width: 100px;
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.single-method-icon-inner {
  width: 75px;
  height: 75px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 100px;
  box-shadow: 6px 5px 5px 0 rgba(0,0,0,45%);
}
.single-method-icon {
  position:relative;
}
.single-method-icon::after {
  content: '';
  width: 80px;
  height: 30px;
  background-color: #fe473e;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -70px;
  z-index: -1;
}
.method-info li:last-child .single-method-icon::after {
  display: none;
}
.single-method-info {
  position: relative;
  height: 220px;
}
.single-method-wrap .txt {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  margin: 20px 0 0 0;
}
.single-method-wrap::before {
  content: '';
  position: absolute;
  top: -30px;
  left: 30px;
  width: 20px;
  height: 30px;
  background-color: #fff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  z-index: -2;
  right: ;
}
.single-method-wrap {
  width: 207px;
  background-color: #fff;
  position: absolute;
  padding: 20px 12px;
  bottom: -70px;
  border-radius: 12px;
}
.single-method-wrap {
  display: none;
}
.single-method-info:hover .single-method-wrap {
  display: initial;
}
.auth .all-ser th {
  border: 0 !important;
}

.auth .affiliate-page td {
  text-align: left;
}
.affiliate-page .table tbody tr td {
  background-color: #08174d !important;
}
.affiliate-page .stat-title, .affiliate-page .stat-status {
  text-align: center;
}
.api tr:first-child td:first-child {
  border-radius: 12px 0 0 0 !important;
}
.api tr:first-child td:last-child {
  border-radius: 0 12px 0 0 !important;
}
.api tr:last-child td:last-child {
  border-radius: 0 0 12px 0 !important;
}
.api tr:last-child td:first-child {
  border-radius: ;
  border-radius: 0 0 0 12px !important;
}
.table-radius {
  border-collapse: separate;
}
.table-radius {
  border-radius: 12px;
}
.faqs-wrap {
  background-color: #050f3b;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 25px;
}
.question {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
}
.question .qa,
.answere .qa {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: linear-gradient(to right, rgba(254,70,61,1) 0%, rgba(252,42,94,1) 100%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin-right: 10px;
}
.answere .qa {
  background: transparent;
  background-color: #fff;
  color: #fd3c49;
  flex: 0 0 50px;
  max-width: 50px;
  font-weight: 600;
}
.answere {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  padding-left: 30px;
}
.faq-slider-nav {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.faq-slider-nav button {
  width: 25px;
  height: 25px;
  margin: 0 12px;
  background-color: #fd3c49;
  border: 0;
  box-shadow: none;
  color: #fff;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
#faq-bnr {
  background: linear-gradient(to right, rgba(254,70,61,1) 0%, rgba(252,42,94,1) 100%);
  width: 90%;
  margin: 35px auto auto;
  padding: 30px 15px;
  text-align: center;
  position: relative;
  border-radius: 12px;
  z-index:1;
}
.faq-bnr-title {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-shadow: none;
}
#faq-bnr::after {
  content: '';
  position: absolute;
  background-image: url('https://i.imgur.com/OP0jZq0.png');
  width: 120px;
  height: 72px;
  bottom: 0;
  left: -30px;
}
#faq-bnr::after {
  content: '';
  position: absolute;
  background-image: url('https://i.imgur.com/OP0jZq0.png');
  width: 120px;
  height: 72px;
  bottom: 0px;
  left: -20px;
  z-index: -1;
}
#faq-bnr::before {
  content: '';
  position: absolute;
  background-image: url('https://i.imgur.com/0swUkyj.png');
  width: 120px;
  height: 72px;
  bottom: 0px;
  right: -20px;
  z-index: -1;
}
#faqs .title {
  font-size: 36px;
  margin: 25px auto 40px;
}
#terms {
  padding: 80px 0;
}
.term-title {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 12px;
}
.term-txt {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.term-icon-wrap {
  width: 200px;
  height: 200px;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, rgba(254,70,61,1) 0%, rgba(252,42,94,1) 100%);
  border-radius: 100%;
}
.row.term-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 25px;
}
.term-icon-innerwrap {
  width: 150px;
  height: 150px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #fff;
  font-size: 70px;
  color: #fd3551;
}
.table.ticket-tble tbody tr:nth-child(2n+1) {
  background-color: #08174d;
}
.ticket-tble tbody tr td {
  text-align: left;
}
.table.ticket-tble .highlight-service {
  background: linear-gradient(to right, rgba(254,70,61,1) 0%, rgba(252,42,94,1) 100%);
  min-width: max-content;
  width: max-content;
  margin: auto;
  padding: 8px 15px;
}
thead[visible="false"],
tbody[visible="false"] {
  display: none;
}
.guest #terms,
.guest #faqs,
.guest .api {
  padding-top: 150px;
}
.wrapper.toggle .sidebar-logo, 
.wrapper.toggle .user-info {
  display: none;
}
.wrapper.toggle .sidebar-wrap {
  width: 80px;
}
.wrapper.toggle .sidebar-wrap .sidebar .menu-name {
  display: none;
}
.wrapper.toggle .sidebar-wrap .sidebar li a {
  padding: 2px 15px;
}
.wrapper.toggle .content-wrap {
  padding-left: 90px;
}
.wrapper.toggle .sidebar-logo, 
.wrapper.toggle .user-info,
.wrapper.toggle .sidebar-wrap,
.wrapper.toggle .sidebar-wrap .sidebar .menu-name,
.wrapper.toggle .sidebar-wrap .sidebar li a,
.wrapper.toggle .content-wrap,
.wrapper .sidebar-logo, 
.wrapper .user-info,
.wrapper .sidebar-wrap,
.wrapper .sidebar-wrap .sidebar .menu-name,
.wrapper .sidebar-wrap .sidebar li a,
.wrapper .content-wrap {
  transition: 0.3s ease-in-out;
}
.row.fund-bnr {
  background: linear-gradient(to left, rgba(254,70,61,1) 0%, rgba(252,42,94,1) 100%);
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 12px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  align-content: center;
}
.dash-bnr-title {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.3;
}
.bnr-txt {
  font-size: 14px;
  color: #fbf0e7;
  line-height: 1.3;
  margin-bottom: 0;
}
.dash-bnr-img {
  display: block;
  margin: auto;
}
.fund-logo-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 0;
}
.fund-logo-wrap li {
  flex: 0 0 32%;
  max-width: 32%;
}
.fund-logo-box {
  background-color: #fff;
  border-radius: 5px;
  padding: 30px;
  height: 127px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.fund-logo-box {
  background-color: #fff;
  border-radius: 12px;
  height: 127px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(8px 8px 10px #fe4244);
  margin: 7.5px;
  padding: 0 15px;
}
.fund-social-icon-row {
  margin-top: 50px;
}
.fund-social-icon-ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  list-style: none;
  padding: 0;
  margin: 45px auto;
}
.form-well {
  background: linear-gradient(to right, rgba(254,70,61,1) 0%, rgba(252,42,94,1) 100%);
  padding: 30px 15px;
  border-radius: 12px;
}
.auth .form-well label {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 8px;
}
.auth .form-well .btn.btn-primary {
  background: #142b82;
  border-color: #142b82;
  height: 50px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
}
.auth .form-well .btn.btn-primary::after {
  display: none;
}
.new-stat-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}
.new-stat-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.new-stat-box {
  background-color: #112472;
  padding: 25px 15px;
  border-radius: 12px;
  margin-bottom: 25px;
}
.new-stat-icon {
  width: 50px;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  margin-right: 15px;
  background-color: #fd463d;
  color: #fff;
  font-size: 20px;
  box-shadow: 3px 3px 5px 0 rgba(0,0,0,50%);
}
.new-stat-txt {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}
.dash-bnr-new {
  background-image: url('https://i.imgur.com/r1FOxyY.png');
  padding: 180px 15px 30px;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
}
.new-order-wrap {
  padding-top: 35px;
  padding-bottom: 35px;
}


#starshine {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}  
#starshine {
  width: 150px;
  overflow: visible;
  height: 300px;
  top: 0;
  left: 30px;
  transform: rotateZ(-10deg);
}

.shine {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAJYCAMAAACJuGjuAAADAFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+/LkhhAAAA/3RSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyAhIiMkJSYnKCkqKywtLi8wMTIzNDU2Nzg5Ojs8PT4/QEFCQ0RFRkdISUpLTE1O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);
  background-repeat: no-repeat;
  background-position:center;
  background-size: 100% 100%;
  overflow: hidden;
  z-index: 2;
  color: tansparent;
  -moz-opacity: 0.0;
  opacity: 0.0;
  animation: glitter 6s linear 0s infinite normal;
  -webkit-animation: glitter 6s linear 0s infinite normal;
  -moz-animation: glitter 8s linear 0s infinite normal;
  -ms-animation: glitter 8s linear 0s infinite normal;
  -o-animation: glitter 8s linear 0s infinite normal;
}

.shine.small {
  width: 20px;
  height: 20px;
}

.shine.medium {
  width: 30px;
  height: 30px;
}

.shine.large {
  width: 50px;
  height: 50px;
}

.guest .all-ser {
  position: relative;
}
.guest .all-ser .dropdown {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.guest .all-ser .dropdown button {
  margin: 0;
  font-size: 18px;
  padding: 7px 25px;
}
.guest .all-ser .dropdown button:focus,
.guest .all-ser .dropdown button:hover {
  background: linear-gradient(to right, rgba(254,70,61,1) 0%, rgba(252,42,94,1) 100%) !important;
}
.guest .all-ser .dropdown #currencies-list {
  background-color: #06133e;
}
.guest .all-ser .dropdown #currencies-list li a:hover {
  color: #fff;
  background: linear-gradient(to right, rgba(254,70,61,1) 0%, rgba(252,42,94,1) 100%);
}
.dropdown-currencies .dropdown-toggle {
  background: linear-gradient(to right, rgba(254,70,61,1) 0%, rgba(252,42,94,1) 100%);
  width: max-content;
  display: block;
  border-radius: 100px;
  padding: 12px 25px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  margin-bottom: 15px;
}
.dropdown-currencies .dropdown-toggle .badge {
  background: transparent;
  font-size: 20px;
  font-weight: 700;
}
.dropdown-currencies #currencies-list {
  width: max-content;
  margin: 2px auto 0;
  left: 0;
  right: 0;
  background-color: #08174d;
}
.dropdown-currencies #currencies-list li a:hover {
  color: #fff;
  background: linear-gradient(to right, rgba(254,70,61,1) 0%, rgba(252,42,94,1) 100%);
}
.panel-search-wrap .form-control {
  border: 1px solid #7685ac;
  width: 100%;
}
.panel-search-wrap .search-btn button {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  font-size: 20px;
  font-weight: 400;
}
.auth .search-wrap form .search-btn button {
  padding: 0;
  background: transparent;
  font-size: 20px;
}
.pagination {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
.pagination li a {
  background: transparent;
  border: 0;
}
.pagination li.active a {
  background-color: #fff !important;
  color: #000 !important;
}
.pagination li.active a {
  background: #fff !important;
  color: #000 !important;
  border-radius: 3px;
}























/*CSS3 keyframes for glittering effect*/
@-webkit-keyframes glitter {
  0% {
    -webkit-transform: scale(0.3) rotate(0deg);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(1) rotate(360deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.3) rotate(720deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0.3) rotate(0deg);
    opacity: 0;
  }
}


@keyframes tree-bot {
  0% {
    transform: rotateZ(0) translateX(0) translateY(-1px);
  }
  50% {
    transform: rotateZ(-5deg) translateX(0px) translateY(-1px);
  }
  100% {
    transform: rotateZ(0) translateX(0) translateY(-1px);
  }
}

@keyframes tree-mid_bot {
  0% {
    transform: rotateZ(0) translateX(0) translateY(-1px);
  }
  50% {
    transform: rotateZ(-7deg) translateX(-2px) translateY(-1px);
  }
  100% {
    transform: rotateZ(0) translateX(0) translateY(-1px);
  }
}


@keyframes tree_mid_top {
  0% {
    transform: rotateZ(0) translateX(0) translateY(-3px);
  }
  50% {
    transform: rotateZ(-10deg) translateX(-4px) translateY(-3px);
  }
  100% {
    transform: rotateZ(0) translateX(0) translateY(-3px);
  }
}

@keyframes tree_top {
  0% {
    transform: rotateZ(0) translateX(0) translateY(-4px);
  }
  50% {
    transform: rotateZ(-13deg) translateX(-8px) translateY(-4px);
  }
  100% {
    transform: rotateZ(0) translateX(0) translateY(-4px);
  }
}

@-webkit-keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}




@media (max-width:550px) {
  .guest #navbar {
    background: linear-gradient(to right, rgba(254,70,61,1) 0%, rgba(252,42,94,1) 100%);
  }
  .guest .navbar-default .navbar-nav > .active > a, 
  .guest .navbar-default .navbar-nav > .active > a:hover, 
  .guest .navbar-default .navbar-nav > .active > a:focus,
  .guest .navbar-default .navbar-nav > li > a:hover {
    background-color: #fff;
    color: #000;
    text-shadow: none;
  }
  .guest .navbar-default .navbar-toggle {
    border-color: #fff;
  }
  .guest .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  #top-sec {
    padding: 100px 0 80px;
  }
  .main-title {
    font-size: 50px;
    text-shadow: none;
  }
  .txt {
    font-size: 16px;
  }
  .form-wrap {
    margin-top: 20px;
  }
  .form-line {
    flex-wrap: wrap;
  }
  .form-line .form-group {
    flex: 0 0 100%;
    max-width: 100%;
    transform: translateY(0) !important;
  }
  .form-line .form-group.after::after {
    display: none;
  }
  .form-line .form-group .form-control {
    border-radius: 100px;
  }
  .form-line .form-group {
    margin-bottom: 12px;
  }
  .form-line .btn.btn-primary {
    transform: translate(0);
    width: 100%;
    max-width: 100%;
  }
  .d-flex.reset-row {
    justify-content: space-between;
  }
  .witch-wrap {
    margin-top: 30px;
  }
  .tree-wrap {
    display: none;
  }
  #top-sec {
    padding: 100px 0 80px;
    background-size: cover;
    background-position: unset;
  }
  #social-sec {
    padding: 0 0 40px;
  }
  #feature {
    padding: 30px 0;
  }
  #feature .container::after,
  #provide .container::after {
    display: none;
  }
  .title {
    font-size: 35px;
  }
  .title-text {
    font-size: 18px;
  }
  #feature .container::before, 
  #provide .container::before {
    display: none;
  }
  .btn.btn-primary {
    font-size: 20px;
    padding: 10px 30px;
  }
  #work {
    padding: 40px 0;
  }
  #work .title {
    margin-top: 35px;
  }
  .step-wrap .step-left .num {
    font-size: 35px;
  }
  .stats-row {
    transform: translate(0);
    width: 100%;
  }
  .stats-wrap {
    margin-bottom: 20px;
  }
  #provide,
  .customer,
  #faq {
    padding: 35px 0;
  }
  .provide-ul {
    flex-direction: column;
  }
  .provide-ul li {
    margin: 20px auto !important;
  }
  .provide-wrap::after {
    display: none !important;
  }
  .testimonial {
    margin-top: 25px;
  }
  #faq .faq-row {
    margin-top: 30px;
  }
  .get-started-row {
    width: 100%;
    text-align: ;
    padding: 20px 0;
    justify-content: center;
  }
  .news-letter-wrap {
    margin-top: 30px;
  }
  .ftr-top {
    padding: 45px 0 0;
  }
  .ftr-title {
    margin-top: 35px;
  }
  .testi-wrap {
    padding: 50px 30px;
    margin-top: 80px;
  }
  .testi-img {
    left: 0;
    top: -80px;
  }
  .wrapper.toggle .sidebar-wrap {
    left: -100px;
  }
  .wrapper.toggle .content-wrap {
    padding-left: 0;
  }
  .dash-header {
    padding-left: 0;
    padding-right: 0;
  }
  .right-nav li a {
    font-size: 16px;
    margin-right: 0;
    margin-left: 12px;
  }
  .wrapper .dash-header-left,
  .wrapper .dash-header-right .right-nav li  {
    display: none;
    transition: 0.3s ease-in-out;
  }
  .wrapper.toggle .dash-header-left,
  .wrapper.toggle .dash-header-right .right-nav li,
  .wrapper .dash-header-right .right-nav li:first-child {
    display: initial;
    transition: 0.3s ease-in-out;
  }
  .wrapper.toggle .dash-header-right .right-nav {
    display: flex;
    transition: 0.3s ease-in-out;
  }
  .content-wrap {
    padding-left: 0;
    transition: 0.3s ease-in-out;
  }
  .wrapper .dash-header-inner {
    justify-content: flex-end;
    transition: 0.3s ease-in-out;
  }
  .wrapper.toggle .dash-header-inner {
    justify-content: space-between;
    transition: 0.3s ease-in-out;
  }
  .stat-wrap::after {
    display: none;
  }
  .stat-wrap {
    margin-bottom: 20px;
  }
  .single-news::before {
    height: 200px;
  }
  .new-wrap {
    overflow-y: auto;
  }
  .bnr-witch-wrap img {
    top: -200px;
    bottom: auto;
    width: 100px;
    right: -30px;
  }
  .dash-bnr {
    padding: 15px;
  }
  .service-well {
    margin-top: 15px;
  }
  .service-well .all-ser {
    text-align: left;
  }
  .stat-row {
    margin-bottom: 10px;
  }
  .row.flex-row {
    display: block;
  }
  .payment-icon img {
    max-width: 80px;
  }
  .payment-title {
    font-size: 20px;
    margin: 10px 0;
  }
  .payment-txt {
    font-size: 14px;
  }
  .payment-content-wrap::after {
    width: 80px;
    height: 120px;
    background-size: 80px 120px;
  }
  .method-info {
    flex-wrap: wrap;
  }
  .method-info li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .single-method-icon::after {
    display: none;
  }
  .single-method-info {
    height: auto;
  }
  .single-method-wrap {
    display: block;
    position: unset;
    margin: 30px 0;
    width: 100%;
  }
  .single-method-info:hover .single-method-wrap {
    display: block;
  }
  .single-method-wrap::before {
    top: 100px;
  }
  .question .qa, .answere .qa {
    width: 30px;
    height: 30px;
    font-size: 20px;
    flex: 0 0 30px;
    max-width: 30px;
  }
  #terms {
    padding: 30px 0;
  }
  .term-icon-wrap {
    width: 90px;
    height: 90px;
    margin-bottom: 12px;
  }
  .term-icon-innerwrap {
    width: 70px;
    height: 70px;
    font-size: 30px;
  }
  .new-stat-box {
    margin: 15px auto;
  }
  .dash-bnr-new {
    padding: 60px 15px 5px;
    background-color: rgba(0,0,0,40%);
    background-blend-mode: multiply;
  }
  .dash-bnr-img {
    position: absolute;
    right: 0;
    max-width: unset;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    opacity: 0.7;
  }
  .row.fund-bnr {
    position: relative;
  }
  .bnr-txt, .dash-bnr-title {
    position: relative;
    z-index: 1;
  }
  .fund-logo-box {
    height: 55px;
    border-radius: 5px;
  }
  .ticket-witch {
    margin-top: 25px;
  }
  #starshine {
    width: 120px;
    height: 240px;
    left: 15px;
  }
}

iframe.prmvid{
  margin: auto;
  width: 100%;
  height: 400px;
  border-radius: 30px;
}

ul.servFiltr {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
}

ul.servFiltr li button {
  padding: 10px;
  border: 1px solid #00000010;
  background: #08174d;
  margin: 5px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

ul.servFiltr li button i {
  margin-bottom: 5px;
}

.btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-group button, .btn-group a {
  margin: 5px;
  text-decoration: none;
}
#faq .panel-heading a {font-size:14px !important;}

.g_id_signin {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
}

.form-group.flexname select {
  max-width: 115px;
}
.form-group.flexname {
  display: flex;
  gap: 10px;
}
input#first_name, input#last_name, input#whatsapp {
  display: none;
}