@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500&display=swap");
:root {
  --primary: #6a2dec;
}

.text--primary {
  color: var(--primary);
}
.header-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
}

.header_area .header_top_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_area .header_top_wrapper .header_top ul li {
  color: #181818;
  display: inline-block;
  margin-right: 30px;
}

.header_area .header_top {
  padding: 10px 0;
}

.header_area {
  border-bottom: 1px solid #e9e9e9;
}

.header_area .header_top p {
  text-transform: capitalize;
  color: #fff;
}

.header_top_right li {
  display: inline-block;
  margin-right: 15px;
}

.header_top_right li a {
  color: #181818;
}

.header_top_right li:hover {
  background-color: #fff;
}

.header_top_right li:hover a {
  color: var(--primary);
}

.cta-middle {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}

.cta-middle .logo {
  max-width: 175px;
}

.cta-middle .logo img {
  width: 100%;
}

.cta-middle .site-info {
  display: flex;
}

.cta-middle .site-info .phone {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.cta-middle .site-info .phone__thumb {
  margin-right: 10px;
}

.cta-middle .site-info .phone__thumb i {
  font-size: 25px;
  color: #fff;
}

.cta-middle .site-info .phone__content p {
  text-transform: capitalize;
  line-height: 1.5rem;
  font-size: 14px;
  color: #fff;
}

.header-middle {
  position: relative;
  z-index: 9;
}

.depo-withdraw .deposit_btn {
  padding: 11px 20px;
}

.header_bottom {
  position: relative;
  z-index: 9;
}

.header_bottom .header_bottom_wrapper {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_bottom .header_bottom_wrapper .logo {
  max-width: 175px;
}

.header_bottom .header_bottom_wrapper .logo img {
  width: 100%;
}

.header_bottom .main_menu ul li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}

.header_bottom .main_menu ul li:hover .sub_menu {
  opacity: 1;
  visibility: visible;
  top: 130%;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.header_bottom .main_menu ul li .sub_menu {
  position: absolute;
  width: 200px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.header_bottom .main_menu ul li .sub_menu li {
  display: block;
  border-bottom: 1px solid #ddd;
  width: 100%;
  position: relative;
  z-index: 2;
}

.header_bottom .main_menu ul li .sub_menu li::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: var(--primary);
  content: "";
}

.header_bottom .main_menu ul li .sub_menu li:hover {
  z-index: 1;
}

.header_bottom .main_menu ul li .sub_menu li:hover::before {
  width: 100%;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.header_bottom .main_menu ul li .sub_menu li:hover a {
  color: #fff;
  z-index: 2;
}

.header_bottom .main_menu ul li .sub_menu li:last-child {
  margin-bottom: 0;
  border: 0;
}

.header_bottom .main_menu ul li .sub_menu li a {
  padding: 7px 10px;
  color: #000;
  text-transform: capitalize;
  display: block;
  position: relative;
  z-index: 9;
}

.header_bottom .main_menu ul li a {
  display: block;
  color: #4e4e4e;
  text-transform: capitalize;
}

.header_bottom .main_menu ul li a:hover {
  color: var(--primary);
}

.hero_wrapper {
  position: relative;
}

.hero {
  background-position: top center;
  padding: 275px 0 246px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  opacity: 0.7;
}

.hero .subtitle {
  font-size: 22px;
  color: #181818;
  text-transform: uppercase;
}

.hero .title {
  text-transform: uppercase;
  color: #181818;
  font-size: 70px;
  line-height: 1.4;
  font-weight: 700;
}

.hero .play_btn {
  height: 60px;
  width: 60px;
  background-color: #9c2ede;
  display: inline-block;
  line-height: 60px;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  background: var(--primary);
}

.hero .hero_contents {
  position: relative;
  z-index: 6;
}

.hero_discription {
  padding: 9px 0px 31px;
}

.testimonial_area {
  position: relative;
}

.testimonial_area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.6;
}

.testimonial_slider_items .singleItems {
  background: #F2F3F7;
  max-width: 550px;
  margin: 45px auto;
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.testimonial_slider_items .singleItems__thumb {
  display: flex;
  padding: 10px 30px;
  border-bottom: 1px solid #e3e3e3;
}

.testimonial_slider_items .singleItems__thumb .t-image {
  width: 4.5em;
  height: 4.5em;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 30px;
}

.testimonial_slider_items .singleItems__thumb .t-info {
  flex-grow: 2;
}

.testimonial_slider_items .singleItems__thumb .t-info h5 {
  margin-bottom: 0;
  font-size: 25px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.testimonial_slider_items .singleItems__thumb .t-info span {
  font-size: 16px;
  background: var(--primary);
  color: #fff;
  padding: 3px 11px;
  display: inline-block;
}

.testimonial_slider_items .singleItems__thumb img {
  border-radius: 50px;
}

.testimonial_slider_items .singleItems__content {
  padding: 40px 30px;
  position: relative;
  text-align: center;
}

.testimonial_slider_items .singleItems__content::before {
  position: absolute;
  left: 15px;
  top: -12%;
  content: " “ ";
  font-size: 100px;
  font-family: "Catamaran", sans-serif;
  color: #9c2ede;
}

.testimonial_slider_items .singleItems__content::after {
  position: absolute;
  right: 15px;
  bottom: -10%;
  content: "“";
  transform: rotate(-180deg);
  font-size: 100px;
  font-family: "Catamaran", sans-serif;
  color: #9c2ede;
}

.testimonial_slider_items ul.slick-dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.testimonial_slider_items ul.slick-dots li.slick-active button {
  position: relative;
}

.testimonial_slider_items ul.slick-dots li.slick-active button::before {
  position: absolute;
  height: 10px;
  width: 10px;
  content: "";
  background: #fff;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  border-radius: 50px;
}

.testimonial_slider_items ul.slick-dots li button {
  font-size: 0;
  display: block;
  height: 20px;
  width: 20px;
  border: 0;
  border-radius: 50px;
  background: var(--primary);
}

.testimonial_slider_items ul.slick-dots li {
  margin-bottom: 10px;
}

.about_title {
  text-transform: capitalize;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 40px;
}

.description {
  padding-top: 20px;
}

.service_provide {
  margin: 27px 0 24px;
  display: flex;
  justify-content: space-between;
}

.service_provide ul li {
  margin-bottom: 10px;
}

.service_provide ul li i {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: var(--primary);
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  margin-right: 10px;
}

.about_right .about_right_thumb img {
  width: 81%;
}

.feature_list {
  display: flex;
  flex-wrap: wrap;
}

.line_two {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  top: -10%;
  z-index: -1;
}

.feature_list li {
  width: 50%;
}

.services_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 576px) and (max-width: 768px) {
  .services_wrapper {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.serviceSingle {
  background: #fff;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-right: 30px;
  margin-bottom: 30px;
}

@media (min-width: 576px) and (max-width: 768px) {
  .serviceSingle {
    margin-right: 0;
  }
}

.serviceSingle:hover::before {
  transform: scale(4);
}

.pricingSingle:hover::before {
  transform: scale(4);
}

.serviceSingle::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: var(--primary);
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}

.serviceSingle__thumb {
  width: 50px;
  display: inline-block;
}

.serviceSingle__thumb img {
  margin-bottom: 20px;
}

.serviceSingle__content {
  text-align: center;
}

.serviceSingle__content .service_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.pricingSingle {
  background-image: url('../images/price-bg.jpg');
  background-position: center;
  background-size: cover;
  padding: 20px;
  margin-bottom: 30px;
  position: relative;
  z-index: 6;
  overflow: hidden;
}

.pricingSingle::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -23px;
  right: -23px;
  background: var(--primary);
  height: 50px;
  width: 50px;
  border-radius: 50px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}

.pricingSingle__header {
  padding: 20px;
  text-align: center;
}

.pricingSingle__header .title {
  margin-bottom: 20px;
  font-weight: 700;
}

.pricingSingle__header .currencey {
  font-size: 40px;
  font-weight: 700;
  color: var(--primary);
}

.pricingSingle__header .currencey span {
  color: var(--primary);
}

.pricingSingle__header p {
  font-weight: 600;
  color: #818181;
}

.pricingSingle__header span {
  display: inline-block;
  margin-bottom: 15px;
}

.pricingSingle__body {
  padding: 20px 0;
}

.pricingSingle__body li {
  margin-bottom: 5px;
  padding: 5px;
}

.pricingSingle__body li i {
  font-size: 20px;
  margin-right: 4px;
  color: var(--primary);
  bottom: -2px;
  position: relative;
}
.pricingSingle__footer {
  text-align: center;
  margin-top: 15px;
}

.overview_item {
  background: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
  position: relative;
  z-index: 2;
}

.overview_item::before {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/analysis.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  width: 100%;
  height: 100%;
  background-position: top center;
  z-index: -1;
}

.overview_item .overview_amount {
  font-weight: 600;
  color: var(--primary);
}

.overview_item p {
  background: var(--primary);
  color: #fff;
  display: block;
  padding: 10px 15px;
}

.faq_wrapper .faqSingle .accordion-item {
  margin-bottom: 15px;
  border: 0;
}

.faq_wrapper .faqSingle .accordion-item .accordion-button {
  font-weight: 600;
  font-size: 17px;
  padding: 30px;
}

.faq_wrapper .faqSingle .accordion-item .accordion-button:focus {
  border-color: #fff;
  outline: 0;
  border: 0;
  box-shadow: none;
}

.faq_wrapper .faqSingle .accordion-item .accordion-body {
  padding: 30px;
  background-color: #fff;

}

.faq_wrapper .accordion-item>.accordion-header {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.faq_wrapper .accordion-item>.accordion-header button {
  display: block;
  padding: 10px 15px;
}

.faq_wrapper .accordion-item>.accordion-header button:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform 0.25s linear;
  -webkit-transition: -webkit-transform 0.25s linear;
}

.faq_wrapper .accordion-item>.accordion-header button[aria-expanded=true] {
  background-color: var(--primary);
}

.faq_wrapper .accordion-item>.accordion-header button[aria-expanded=true]:after {
  content: "−";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq_wrapper .accordion-item>.accordion-header button[aria-expanded=false]:after {
  content: "+";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq_wrapper .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: var(--primary);
  box-shadow: rgba(0, 0, 0, 0.125) 0px -1px 0px inset;
}

.faq_wrapper .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url();
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

.faq_wrapper .accordion-flush .accordion-collapse {
  border-width: 0px;
  background-color: var(--primary);
  color: #fff;
}

.blog {
  position: relative;
}

.blog__thumb {
  overflow: hidden;
  height: 280px;
}

.blog__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog__thumb img:hover {
  transform: scale(1.2);
}

.blog__content {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 30px;
}

.blog__content .postData {
  position: relative;
  left: -1px;
  bottom: 42px;
  background: var(--primary);
  padding: 10px 15px;
  font-weight: 600;
  color: white;
}

.blog__content .blog_title {
  font-size: 25px;
  font-weight: 600;
}

.blog__content p {
  margin-bottom: 15px;
}

.blog_area .blog {
  margin-bottom: 50px;
}

.breadcrumb_area {
  padding: 250px 0 150px 0;
  background-image: url("../images/blur.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}

.breadcrumb_area ul {
  text-align: center;
}

.breadcrumb_area ul li {
  display: inline-block;
}

.breadcrumb_area ul li i {
  padding-left: 16px;
  display: inline-block;
  padding-right: 15px;
  color: var(--primary);
  font-size: 22px;
  position: relative;
  bottom: -3px;
}

.breadcrumb_area ul li .dashboard_title {
  font-size: 30px;
}

.breadcrumb_area ul li a {
  color: #3e3e3e;
}

.breadcrumb_area.dashboard_area {
  background-image: url("../images/dashboard.jpg");
  background-position: center center;
}

.breadcrumb_area.dashboard_area::after {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 99;
  content: "";
}

.blog__sidebar {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 30px;
}

.cat-link ul li {
  display: block;
  margin-bottom: 12px;
  border-bottom: 1px solid #F2F3F7;
  padding-bottom: 10px;
}

.sidebar__widget-title {
  margin-bottom: 30px;
}

.login_area {
  position: relative;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  height: 100vh;
}

.login_area::before {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("../images/1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  z-index: -1;
}

.login_area .login_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
}

.login_area .login_wrapper .login_left {
  background: #fff;
  padding: 30px;
  margin: 0 auto;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.login_area .login_wrapper .login_left .title {
  font-size: 35px;
  margin-bottom: 40px;
  text-transform: capitalize;
}

.login_area .login_wrapper .login_left .field {
  margin-bottom: 10px;
  position: relative;
}

.login_area .login_wrapper .login_left .field input {
  width: 100%;
  border-radius: 5px;
  border: 0;
  padding: 15px;
  border: 1px solid #ddd;
}
.login_area .login_wrapper .login_left .field select {
  width: 100%;
  border-radius: 5px;
  border: 0;
  padding: 15px;
  border: 1px solid #ddd;
}

.login_area .login_wrapper .login_left .field span {
  display: block;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.login_area .login_wrapper .login_left .button_wrapper {
  padding-top: 30px;
}

.login_area .login_wrapper .login_left .register_btn {
  background: var(--primary);
  border: 0;
  display: inline-block;
  color: #fff;
  background: var(--primary);
  padding: 6px 22px;
  margin-right: 5px;
  font-size: 18px;
}

.login_area .login_wrapper .login_left .login_btn {
  background: #fff;
  color: #000;
}

.login_area .login_wrapper .login_left .field.field_two {
  padding-top: 30px;
}

.login_area .login_wrapper .login_left .field.field_two input {
  width: 20px;
}

.close_login_page {
  position: absolute;
  top: 32px;
  background: var(--primary);
  color: #fff;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 22px;
  border-radius: 50px;
  display: block;
  right: 15px !important;
}

.envelopIcon {
  position: absolute;
  right: 15px;
  top: 70%;
  transform: translateY(-50%);
  color: #a1a1a1;
}

.header_wrapper_inner {
  position: static;
}

.header_wrapper_inner .header_bottom {
  background: var(--primary);
}

.header_wrapper_inner .header_bottom .header_bottom_wrapper {
  padding: 10px 0;
}

.contact_page_wrapper .singleBox {
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 15px;
  position: relative;
  text-align: center;
  border: 1px solid #F2F3F7;
}

.contact_page_wrapper .singleBox__thumb {
  position: absolute;
  top: -18%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary);
  color: #fff;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
}

.contact_page_wrapper .singleBox__content {
  padding: 15px 0;
}

.social_media_icons {
  padding-top: 30px;
}

.social_media_icons ul li {
  display: inline-block;
  margin-right: 15px;
  color: var(--primary);
  border-radius: 5px;
  border: 1px solid transparent;
  font-size: 23px;
}

.social_media_icons ul li:hover {
  border: 1px solid #fff;
}

.contact_right {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 25px 30px;
}

.contact_right .title {
  font-size: 25px;
  text-align: center;
  text-transform: capitalize;
  border-bottom: 1px solid #e5dfdf;
  padding-bottom: 20px;
}

.contact_right .contact_info {
  padding-top: 30px;
}

.contact_form .title {
  font-size: 25px;
  text-align: center;
  text-transform: capitalize;
  border-bottom: 1px solid #e5dfdf;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.contact_form .field_wrap {
  margin-bottom: 15px;
}

.contact_form .field_wrap input {
  border: 1px solid #F2F3F7;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
}

.contact_form .field_wrap textarea {
  padding: 15px;
  width: 100%;
  min-height: 200px;
  border: 1px solid #F2F3F7;
  border-radius: 5px;
}

.contact_form .field_wrap .contact_btn {
  background: var(--primary);
  padding: 20px 30px;
  border: 0;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
}

.contact_form {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 30px;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #030912;
}

:root {
  --animate-delay: 0.5s;
}

.my-element {
  --animate-duration: 0.5s;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  height: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  height: 100px;
}

.img,
img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a {
  text-decoration: none;
}

a {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

table {
  margin: 0 !important;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  margin-top: 0px;
  font-style: normal;
  font-weight: 400;
  text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75rem;
  color: #1D1D1D;
  margin-bottom: 0;
  text-transform: capitalize;
}

hr {
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  text-shadow: none;
}

::-moz-selection {
  text-shadow: none;
}

::selection {
  text-shadow: none;
  color: white;
  background: #1D1D1D;
}

/*--
    - Input Placeholder
-----------------------------------------*/
/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

/*--
    - Margin & Padding
-----------------------------------------*/
.mb-50 {
  margin-bottom: 50px;
}

/*-- Margin Top --*/
.main_menu nav>ul>li.menu-item-has-children>a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  margin-left: 10px;
  font-weight: 600;
}

.mb-xl {
  margin-bottom: 119px !important;
}

input[type=radio]:after {
  width: 20px;
  height: 20px;
  border-radius: 15px;
  top: 0px;
  left: 0px;
  position: relative;
  background-color: #FFFFFF;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #7B26BE;
}

input[type=radio]:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: 2px;
  position: relative;
  background-color: #7B26BE;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #fff;
}

.section_title {
  font-weight: 600;
  line-height: 1.5;
  text-transform: capitalize;
  font-size: 40px;
}

.section_subtitle {
  font-size: 18px;
  text-transform: uppercase;
}

.section-padding {
  padding: 100px 0;
}

@media (min-width: 576px) and (max-width: 768px) {
  .section-padding {
    padding: 50px 0;
  }
}

@media (min-width: 320px) and (max-width: 576px) {
  .section-padding {
    padding: 50px 0;
  }
}

@media (max-width: 320px) {
  .section-padding {
    padding: 50px 0;
  }
}

.section_content {
  position: relative;
}

a#scrollUp {
  position: absolute;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  background: var(--primary);
  z-index: 9999;
  font-size: 0;
}

a#scrollUp i {
  color: #fff;
  font-size: 25px;
  display: block;
  text-align: center;
  line-height: 50px;
}

.btn--block {
  display: block;
  text-transform: uppercase;
  background: var(--primary);
  color: #fff;
  width: 100%;
}

.btn--block:hover {
  background: #fff;
  border: 1px solid #9c2ede;
}

.icon--rect-bg {
  background: var(--primary);
  color: #fff;
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid transparent;
}

.icon--rect-bg:hover {
  background: #fff;
  border: 1px solid #9c2ede;
}

.common_btn {
  background: var(--primary);
  padding: 20px 30px;
  border: 0;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  margin-bottom: 15px;
  text-transform: capitalize;
  border: 1px solid transparent;
}

.common_btn:hover {
  background: #fff;
  border: 1px solid #9c2ede;
}

.badge--pending,
.badge--warning,
.badge--success,
.badge--primary,
.badge--danger,
.badge--dark {
  border-radius: 3px;
  padding: 6px 15px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.badge--warning {
  background-color: rgba(255, 159, 67, 0.1);
  color: #8F5E30;
}

.badge--success {
  background-color: rgba(40, 199, 111, 0.1);
  color: #138D49;
}

.badge--danger {
  background-color: rgba(234, 84, 85, 0.16);
  color: #811718;
}

.badge--primary {
  background-color: rgba(115, 103, 240, 0.1);
  color: #7062FF;
}

.badge--dark {
  background-color: rgba(0, 0, 0, 0.1);
  color: #000000;
}

.snip1226 {
  font-family: "Raleway", Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

.snip1226 * {
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.snip1226 li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 1.5em;
  overflow: hidden;
}

.snip1226 a {
  padding: 0.3em 0;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  margin: 0;
  text-decoration: none;
}

.snip1226 a:before,
.snip1226 a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.snip1226 a:before {
  bottom: 100%;
  left: 0;
  display: block;
  height: 3px;
  width: 100%;
  content: "";
  background-color: var(--primary);
}

.snip1226 a:after {
  padding: 0.3em 0;
  position: absolute;
  bottom: 100%;
  left: 0;
  content: attr(data-hover);
  color: var(--primary);
  white-space: nowrap;
}

.snip1226 li:hover a,
.snip1226 .current a {
  transform: translateY(100%);
}

.video-main {
  position: relative;
  display: inline-block;
}

.video {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  background: transparent;
  color: #fff;
  display: inline-block;
  background: var(--primary);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 3px;
}

.video:hover {
  color: #ededed;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.fa-play:before {
  content: "\f04b";
}

.wrapper {
  display: inline-block;
}

.waves {
  position: absolute;
  width: 110px;
  height: 110px;
  background: rgba(106, 45, 236, 0.3);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -30px;
  bottom: -30px;
  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}

.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.header_bottom.header-sticky.sticky {
  position: fixed;
  left: 0;
  right: 0;
  background: #fff;
  padding: 15px 0;
  top: 0;
  z-index: 99999;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.header_bottom.header-sticky.sticky .header_bottom_wrapper {
  padding: 0 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer {
  background: #040021;
}

.subscribe_text h4 {
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 20px;
}

.subscribe_text p {
  color: #858585;
}

.subscribe_box {
  position: relative;
}

.subscribe_box input {
  padding: 17px;
  border-radius: 5px;
  border: 0;
  width: 100%;
  padding-right: 31%;
}

.footer_menu {
  padding: 50px;
}

.footer_menu .about_wrapper_footer h4 {
  font-weight: 600;
}

.footer_menu .about_wrapper_footer h5 {
  font-size: 17px;
}

.footer_menu .about_wrapper_footer h4,
.footer_menu .about_wrapper_footer h5,
.footer_menu .about_wrapper_footer p {
  color: #fff;
}

.footer_menu .about_wrapper_footer .contact_two {
  padding-top: 20px;
  margin-bottom: 30px;
}

@media (min-width: 576px) and (max-width: 768px) {
  .footer_menu .about_wrapper_footer {
    margin-bottom: 30px;
  }
}

.copyright_text p {
  padding: 0 0 15px 0;
  color: #fff;
}

.categories .title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
}

.categories .title::before {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  height: 7px;
  width: 7px;
  background: var(--primary);
  content: "";
}

.footer_socail ul li {
  height: 40px;
  width: 40px;
  background: var(--primary);
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
}

.social_icons ul li a {
  color: #fff;
}

.header_top_right.header_top_social ul li {
  background: transparent;
}

.categories_list li {
  margin-bottom: 10px;
  position: relative;
}


.categories_list li a {
  color: #fff;
}

.categories_list li a:hover {
  color: #b3b3b3;
}

footer {
  background: #040021;
}
.copyright_text {
	border-top: 1px solid #290d64;
	padding-top: 17px;
}
.subscribe_text h4 {
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 20px;
}

.subscribe_text p {
  color: #858585;
}

.subscribe_box {
  position: relative;
}

.subscribe_box input {
  padding: 17px;
  border-radius: 5px;
  border: 0;
  width: 100%;
  padding-right: 31%;
}

.footer_menu {
  padding: 50px;
}

.footer_menu .about_wrapper_footer h4 {
  font-weight: 600;
}

.footer_menu .about_wrapper_footer h5 {
  font-size: 17px;
}

.footer_menu .about_wrapper_footer h4,
.footer_menu .about_wrapper_footer h5,
.footer_menu .about_wrapper_footer p {
  color: #fff;
}

.footer_menu .about_wrapper_footer .contact_two {
  padding-top: 20px;
  margin-bottom: 30px;
}

@media (min-width: 576px) and (max-width: 768px) {
  .footer_menu .about_wrapper_footer {
    margin-bottom: 30px;
  }
}

.copyright_text p {
  padding: 0 0 15px 0;
  color: #fff;
}

.categories .title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
}

.categories .title::before {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  height: 7px;
  width: 7px;
  background: var(--primary);
  content: "";
}

.social_icons ul li {
  height: 40px;
  width: 40px;
  background: var(--primary);
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
}

.social_icons ul li a {
  color: #fff;
}

.categories_list li {
  margin-bottom: 10px;
  position: relative;
}

.categories_list li a {
  color: #fff;
}

.dashboard_overview_area .overview_cards {
  display: flex;
  margin-bottom: 50px;
}

.dashboard_overview_area .overview_cards .overview_single {
  padding: 30px;
  border-radius: 5px;
  margin-right: 30px;
  text-transform: capitalize;
  border: 1px solid #ddd;
  flex-basis: 22%;
  background: var(--primary);
  color: #fff;
}

.dashboard_overview_area .overview_cards .overview_single:last-of-type {
  margin-right: 0;
}

.dashboard_overview_area .overview_cards .overview_single h4 {
  padding-bottom: 10px;
  border-bottom: 1px dashed #fff;
}

.dashboard_overview_area .overview_cards .overview_single .pdb {
  padding: 10px 0 20px 0;
}

.dashboard_overview_area .overview_cards .largeSize {
  flex-basis: 34%;
}

.daily_earning_overview {
  display: flex;
  justify-content: space-between;
}

.daily_earning_overview .chart_left {
  flex-basis: 65%;
}

.daily_earning_overview .chart_right .content {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 30px 28px;
  text-align: center;
  color: #fff;
  background: var(--primary);
}

.daily_earning_overview .chart_right .content h4 {
  font-size: 22px;
  text-transform: capitalize;
}

.daily_earning_overview .chart_right .content h2 {
  text-transform: uppercase;
  padding: 5px 0;
  color: #FFD700;
  font-weight: 700;
}

.daily_earning_overview .chart_right .content .userinfo ul li {
  display: block;
  margin-bottom: 10px;
}

.daily_earning_overview .chart_right .content .plan_btn {
  background: var(--primary);
  padding: 20px 30px;
  border: 0;
  border-radius: 5px;
  display: inline-block;
  background: #fff;
  color: #000;
  text-transform: capitalize;
  padding: 10px 30px;
}

.dash_title {
  font-size: 25px;
  text-transform: capitalize;
  padding-bottom: 30px;
}

.table_wrapper table {
  width: 100%;
  border: 1px solid rgb(222, 226, 230);
}

.table_wrapper table tr td,
.table_wrapper table tr th {
  padding: 15px;
  text-transform: capitalize;
}

.table_wrapper table .bg {
  color: rgb(88, 88, 88);
}

.deposit_wrapper {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 30px;
}

.deposit_wrapper .field_wrapper span {
  display: block;
  color: #000;
}

.earning_header_top {
  background: var(--primary);
  padding: 10px;
}

.earning_header_top p {
  color: #fff;
}

.earningCard {
  border: 1px solid #ddd;
  padding: 10px;
  background: #fff;
  margin-bottom: 30px;
  min-height: 184px;
}

.earning_type li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.earning_type li span {
  font-size: 17px;
}

.referal_copy {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 30px;
}

.copy_field {
  position: relative;
  margin-top: 15px;
}

.copy_field .copyBtn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 100%;
  width: 50px;
  text-align: center;
  line-height: 37px;
  background: var(--primary);
  color: #fff;
}

.setting_wrapper {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 30px;
}

.setting_field_wrapper {
  margin-bottom: 30px;
}

.setting_field_wrapper label {
  font-weight: 700;
}

.setting_field_wrapper input {
  padding: 10px 15px;
}

.setting_field_wrapper input :focus {
  border-color: #86b7fe;
  box-shadow: none !important;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: var(--primary);
  outline: 0;
  box-shadow: none;
}

.two_factor_wrapper {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 30px;
}

.QR_code {
  margin-bottom: 30px;
  text-align: center;
  padding: 20px 0;
}

.QR_code img {
  display: inline-block;
}

.q_title {
  text-transform: capitalize;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

.q_description {
  padding-bottom: 15px;
}

.policey_info {
  margin-top: 15px;
}

.policey_info strong {
  margin-bottom: 10px;
  display: inline-block;
}

.policey_info strong i {
  display: inline-block;
  padding-right: 5px;
}

.policey_info a {
  color: #28c76f;
  font-weight: 700;
}

.label-one {
  display: inline-block;
  padding: 15px 0px;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
}

.right_qr_box {
  border: 1px solid #f9f8f8;
  padding: 30px;
}

.address_form textarea {
  width: 100%;
  height: 200px;
  border: 1px solid #ddd;
  padding: 15px;
}

.add_label {
  display: block;
}

.label_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

.label_wrap label:first-child {
  font-size: 18px;
}

.add_ticket {
  background: var(--primary);
  padding: 8px 15px;
  border: 0;
  color: #fff;
  border-radius: 5px;
}

.file_input {
  border: 1px solid #ddd;
  display: block;
  width: 100%;
  padding: 15px 5px;
  margin-bottom: 5px;
}

.ticket_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ticket_info_left {
  padding: 15px 0;
}

.ticket_info_left p span {
  margin-right: 10px;
}

.ticket_buttons {
  margin-top: 10px;
}

.close_ticket {
  background: var(--primary);
  padding: 10px;
  color: #fff;
  border-radius: 5px;
  border: 1px solid transparent;
}

.close_ticket i {
  padding-right: 10px;
}

.close_ticket:hover {
  background: #fff;
  border: 1px solid #9c2ede;
}

.reply_message {
  margin-top: 30px;
  padding: 30px;
  background: #F2F3F7;
  color: #000;
  border-radius: 5px;
}

.userinfo {
  padding: 15px 0;
}

.field_wrapper {
  position: relative;
  margin-bottom: 20px;
}

.custom--label {
  font-size: 16px;
  background: var(--primary);
  padding: 7px 10px;
  color: #fff;
  display: block;
  border-radius: 5px;
  margin-bottom: 20px;
}

.cost_type {
  padding-top: 15px;
}

.cost_type li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.details_modal {
  display: inline-block;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  color: #28c76f;
  cursor: pointer;
  border-radius: 50px;
  background: rgba(40, 199, 111, 0.15);
}

.adds_area {
  background: #F2F3F7;
}

.view_info_message {
  padding: 15px;
  margin-bottom: 30px;
  background-color: #e5e7ed;
  text-align: center;
}

.singleAdd {
  margin-bottom: 15px;
  border-radius: 5px;
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 30px;
  position: relative;
  z-index: 9;
}

.singleAdd::before {
  position: absolute;
  content: "";
  background-image: url('../images/card-shape.jpg');
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.3;
}

.content_wrapper {
  display: flex;
  justify-content: space-between;
  padding: 15px 15px;
}

.content_wrapper .singleAdd__content h4 {
  font-size: 22px;
  text-transform: capitalize;
  text-align: right;
  margin-bottom: 20px;
}

.view_add {
  background: var(--primary);
  display: inline-block;
  padding: 5px 14px;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  border: 1px solid transparent;
}

.view_add:hover {
  border: 1px solid #9c2ede;
  background: #fff;
}

.hero_btn {
  background: var(--primary);
  padding: 20px 30px;
  border: 0;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  margin-right: 20px;
  background: var(--primary);
  border: 1px solid transparent;
}

.hero_btn i {
  padding-left: 10px;
}

.hero_btn:hover {
  background: #fff;
  border: 1px solid #9c2ede;
  color: #000;
}



.readmore_btn {
  margin-top: 20px;
  display: inline-block;
  text-transform: capitalize;
  background: var(--primary);
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #9c2ede;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.readmore_btn i {
  display: inline-block;
  padding-left: 10px;
}

.readmore_btn:hover {
  background: #fff;
  border: 1px solid #9c2ede;
  color: #000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.price_btn {
  background: var(--primary);
  color: #fff;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-bottom: 20px;
  display: block;
  padding: 8px 15px;
  border-radius: 5px;
  border: 1px solid transparent;
}

.price_btn:hover {
  background: #fff;
  border: 1px solid #9c2ede;
  color: #000;
}

.overview_btn {
  background: var(--primary);
  padding: 20px 30px;
  border: 0;
  border-radius: 5px;
  display: inline-block;
  background: #fff;
  margin-top: 30px;
  padding: 15px 20px;
  border: 1px solid transparent;
}

.overview_btn:hover {
  background: var(--primary);
  border: 1px solid transparent;
  color: #fff;
}

.redmore_btn {
  background: var(--primary);
  padding: 20px 30px;
  border: 0;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  padding: 10px 15px;
}

.redmore_btn i {
  display: inline-block;
  padding-left: 10px;
}

.subscribe_btn {
  background: var(--primary);
  padding: 18px 30px 20px;
  border: 0;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.subscribe_btn i {
  color: #fff;
  padding-right: 15px;
}

.subscribe_btn:hover {
  background: #4b00ece1;
  color: #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.deposit_btn {
  background: #fff;
  color: #000;
  padding: 11px 16px;
  border-radius: 5px;
  border: 0;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #9c2ede;
}

.deposit_btn i {
  display: inline-block;
}

.deposit_btn:hover {
  background: #000;
  border: 1px solid var(--primary);
  color: #fff;
}

.responsive_mobile_menu {
  background: #fff;
  padding: 10px 0;
}

.responsive_mobile_menu .mobile_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.responsive_mobile_menu .mobile_left .logo {
  max-width: 150px;
}

.responsive_mobile_menu .mobile_left .logo img {
  width: 100%;
}

.responsive_mobile_menu .mobile_right a i {
  font-size: 20px;
  font-weight: 600;
}

.mobile_info_open {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  background: #15033c;
  padding: 20px 0;
  z-index: 9;
  display: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.mobile_info_open.show {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 99999999;
  width: 300px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.mobile_info_open.show .mobile_header {
  display: flex;
  justify-content: space-between;
}

.mobile_info_open.show .mobile_header .logo {
  width: 150px;
}

.mobile_info_open.show .mobile_header .logo img {
  width: 100%;
}

.overlay-open {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #040021;
  z-index: 999;
  opacity: 0.6;
}

.mean-container .mean-nav>ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
  background-color: transparent !important;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: transparent !important;
  margin-top: 44px;
}

.mean-container .mean-bar {
  background: transparent !important;
}

.mobile_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile_header .logo {
  width: 150px;
}

.mean-container .mean-nav ul li a {
  color: #fff;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 0;
  width: 26px;
  height: 34px;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: 0 !important;
}

.about_area {
  background: #fff;
  position: relative;
  z-index: 2;
}

.overview_area {
  position: relative;
  background-image: url("../images/overview-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  width: 100%;
  height: 100%;
  background-position: top center;
  z-index: 6;
}

.overview_area::before {
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.pricing_area {
  background: #F2F3F7;
}

.service_area {
  background-image: url("../images/service_area_bg.png");
}

.faq_area {
  position: relative;
  z-index: 6;
}

.faq_area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/absctract.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.6;
}

.faq_wrapper {
  position: relative;
  z-index: 9;
}

.footer_area {
  border-bottom: 1px solid #27262a;
  padding: 30px 0;
}

.mobile_field input {
  border-radius: 5px;
  border: 0;
  padding: 15px;
  border: 1px solid #ddd;
}


.close_ticket:hover {
  background: var(--primary);
  border: 1px solid #9C2EDE;
}

.cat-link ul li {
  display: block;
  margin-bottom: 12px;
  border-bottom: 1px solid #F2F3F7;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}

.cat-link ul li .post_img {
  flex-basis: 26%;
  margin-right: 15px;
  width: 83px;
}

.cat-link ul li .post_img img {
  width: 100%;
  height: 100%;
}


.tsearch_btn {
  background-color: var(--primary);
  padding: 5px;
  color: white;
}

.tsearch_btn:hover {
  color: white;
  background-color: #7840f0;
  ;
}

.page-item.active .page-link {
  background-color: var(--primary);
  border-color: white;
}

.pagination {
  float: right;
}

.custom--card {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  ;
}

#ans {
  background-image: url('../images/captcha.jpg');
  margin-right: 10px;
  font-size: 20px;
  display: inline-block;
  padding: 2px 15px;
  background-size: cover;
  border-radius: 10px;
  color: gray;
  margin-bottom: 8px;
}

.coocki-btn {
  background-color: #ff8000;
  padding: 10px 20px;
}

.categories_list.categories_list_two li::before {
  display: none;
}

.title.title_two::before {
  display: none;
}

.categories_list.categories_list_two li a i {
  padding-right: 10px;
}


.cookies-card {
  position: fixed;
  bottom: 16px;
  width: 50%;
  padding: 10px;
  background: #fff;
  border: 2px solid var(--primary);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  right: 16px;
  z-index: 99;
}

.header_top_right.header_top_social li:hover {
  background: transparent !important;
}

.login_area .login_wrapper .login_left .register_btn {
  border: 2px solid var(--primary);
}

.register_btn.login_btn:hover {
  border: 1px solid var(--primary);
  background-color: var(--primary);

}

.login_area .login_wrapper .login_left .register_btn:hover {
  background-color: transparent;
  color: rgb(87, 87, 87);
}

img.vert-move {
  -webkit-animation: mover 1.5s infinite alternate;
  animation: mover 1.5s infinite alternate;
}

img.vert-move {
  -webkit-animation: mover 1.5s infinite alternate;
  animation: mover 1.5s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(10px);
  }

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

@keyframes mover {
  0% {
    transform: translateY(10px);
  }

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

p.subheading {
  width: 60%;
  margin: auto;
}

.animated-button:link,
.animated-button:visited {
  position: relative;
  display: block;
  padding: 14px 15px;
  color: var(--primary);
  font-size: 14px;
  border-radius: 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: .08em;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.animated-button.thar-three {
  color: var(--primary);
  cursor: pointer;
  display: inline-block !important;
  position: relative;
  border: 2px solid var(--primary);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.animated-button.thar-three i {
  padding-left: 10px;
}

.animated-button.thar-three:hover {
  color: #fff !important;
  background-color: transparent;
  text-shadow: nthree;
}

.animated-button.thar-three:hover:before {
  left: 0%;
  right: auto;
  width: 100%;
}

.animated-button.thar-three:before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: '';
  color: #fff !important;
  background: var(--primary);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.preloader {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  inset: 0;
  background-color: #e9e9e9;
  z-index: 9999999;
}

.preloader__circle {
  border: 4px solid #fff;
  background-color: #ffffff;
  border-top: 4px solid var(--primary);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 2s linear infinite;
}

.preloader__icon {
  position: relative;
  left: -43px;
  color: var(--primary);
  top: 0;
  font-size: 18px;
  animation: zoom-in-zoom-out 2s ease infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50% {
    -webkit-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }

  100% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
select.language-select {
  border: 1px solid #dfdfdf;
  padding: 2px 3px;
  background: transparent;
}

.table_wrapper.table-responsive {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.topbar-social i{
  color: var(--primary)
}

.auth-btn {
  border: 2px solid #6a2ceb;
  padding: 0px 10px;
}

/*# sourceMappingURL=style.css.map */