/*======================
   01. Theme Base CSS
=========================*/
html,
body {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  font-family: "Rubik", sans-serif;
  color: #3c3e49;
  background: #ffffff;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

section, header {
  overflow: hidden;
}

.container {
  max-width: 1280px;
}

img {
  max-width: 100%;
  height: auto;
}

p, tr td {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.26px;
  line-height: 24px;
  color: #383838;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  font-family: "Rubik", sans-serif;
  color: #0e0e11;
  font-size: 24px;
  font-weight: 500;
}

a {
  font-family: "Rubik", sans-serif;
  text-decoration: none;
  display: block;
  margin: 0px;
  font-weight: 400;
}

a:hover {
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0 none;
  color: unset;
}


.small_img img {
  height: 120px;
  width: 100%;
}

.main_img img {
  width: 100%;
}

section {
  position: relative;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

li {
  display: inline-block;
}

.dark_bg {
  background: #040d14;
}

.o_zero {
  opacity: 0;
}

.d_none {
  display: none;
}

.color_one {
  color: #17B0C3;
}

.bold_p {
  font-weight: 700;
}

.owl-theme .owl-nav .owl-next {
  color: #17B0C3;
  text-decoration: none;
}

.owl-theme .owl-nav .owl-next:hover {
  color: #444444;
  background: none;
  text-decoration: none;
}

.owl-theme .owl-nav [class*=owl-] {
  background: no-repeat;
}

.owl-theme .owl-nav .owl-prev {
  color: #444444;
}

/*=====basce css end here=========*/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  margin: 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

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

/* =====================================
MARGIN TOP
===================================== */
.mt-0 {
  margin-top: 0;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-150 {
  margin-top: 150px;
}

/* =====================================
MARGIN RIGHT,LEFT
===================================== */
.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-80 {
  margin-right: 80px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-80 {
  margin-left: 80px;
}

/* =====================================
MARGIN BOTTOM
===================================== */
.mb-0 {
  margin-bottom: 0;
}

.mb-5 {
  margin-bottom: 5;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

/*===================================== 
PADDING TOP
===================================== */
.pt-0 {
  padding-top: 0;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-260 {
  padding-top: 260px;
}

.pt-300 {
  padding-top: 300px;
}

/* =====================================
PADDING RIGHT
===================================== */
.pr-0 {
  padding-right: 0;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-140 {
  padding-right: 140px;
}

/* =====================================
PADDING BOTTOM
===================================== */
.pb-0 {
  padding-bottom: 0;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pb-300 {
  padding-bottom: 300px;
}

/* =====================================
PADDING LEFT
===================================== */
.pl-0 {
  padding-left: 0;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-150 {
  padding-left: 150px;
}

/* =====================================
1.3. PAGE SECTION PADDING
===================================== */
.ptb-0 {
  padding: 0;
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-70 {
  padding: 70px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-90 {
  padding: 90px 0;
}

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

.ptb-110 {
  padding: 110px 0;
}

.ptb-120 {
  padding: 120px 0;
}

.ptb-130 {
  padding: 130px 0;
}

.ptb-140 {
  padding: 140px 0;
}

.ptb-150 {
  padding: 150px 0;
}

.p-100 {
  padding: 100px;
}

/* =====================================
1.4. PAGE SECTION MARGIN
===================================== */
.mtb-0 {
  margin: 0;
}

.mtb-10 {
  margin: 10px 0;
}

.mtb-15 {
  margin: 15px 0;
}

.mtb-20 {
  margin: 20px 0;
}

.mtb-30 {
  margin: 30px 0;
}

.mtb-40 {
  margin: 40px 0;
}

.mtb-50 {
  margin: 50px 0;
}

.mtb-60 {
  margin: 60px 0;
}

.mtb-70 {
  margin: 70px 0;
}

.mtb-80 {
  margin: 80px 0;
}

.mtb-90 {
  margin: 90px 0;
}

.mtb-100 {
  margin: 100px 0;
}

.mtb-110 {
  margin: 110px 0;
}

.mtb-120 {
  margin: 120px 0;
}

.mtb-130 {
  margin: 130px 0;
}

.mtb-140 {
  margin: 140px 0;
}

.mtb-150 {
  margin: 150px 0;
}

.mr-60 {
  margin: 0px 60px 0px 0px;
}

/* media query for mobile */
/* media query for tablet */
/* media query for high pixel density desktops */
/* 4k display */
header {
  overflow: visible;
}

header .header_area {
  color: rgb(255, 255, 255);
  padding: 10px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  transition: all 0.3s ease-in-out;
}

header .header_area.fixedHeader {
  background-color: #8652ff;
  background-image: linear-gradient(150deg, rgba(99, 31, 255, 0.6), #8652ff);
  box-shadow: 0px 1px 10px 0px rgba(45, 19, 106, 0.1);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  header .header_area.fixedHeader {
    position: unset;
  }
}

@media only screen and (max-width: 767px) {
  header .header_area {
    background-color: #8652ff;
    position: unset;
    background-image: linear-gradient(150deg, rgba(99, 31, 255, 0.6), #8652ff);
  }
}

@media only screen and (max-width: 767px) {
  header .header_area {
    padding: 0px;
  }
}

@media only screen and (max-width: 1199px) {
  header .header_area .navbar-light .navbar-toggler {
    position: relative;
    right: 80px;
    color: rgb(255, 255, 255);
  }
}

header .header_area .navbar {
  padding-left: 0;
  padding-right: 0;
}

header .header_area .navbar a.navbar-brand {
  width: 150px;
  margin-right: 70px;
}

@media only screen and (max-width: 767px) {
  header .header_area .navbar a.navbar-brand {
    width: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  header .header_area .navbar a.navbar-brand {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  header .header_area .navbar .navbar-collapse {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  header .header_area .navbar .navbar-nav {
    display: inline-block;
    margin: 0px 0px 10px !important;
  }
}

header .header_area .navbar .navbar-nav li.nav-item {
  margin-right: 10px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  header .header_area .navbar .navbar-nav li.nav-item {
    margin-right: 0;
  }
}

header .header_area .navbar .navbar-nav li.nav-item a.nav-link {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  font-weight: 500;
  transition: background-color 0.1s;
  color: #f1ebff;
}

@media only screen and (max-width: 767px) {
  header .header_area .navbar .navbar-nav li.nav-item a.nav-link {
    padding: 8px 12px;
  }
}

@media only screen and (max-width: 767px) {
  header .header_area .navbar .navbar-nav li.nav-item a.nav-link {
    font-size: 15px;
  }
}

header .header_area .navbar .navbar-nav li.nav-item a.nav-link.dropdown-toggle::after {
  display: none;
}

header .header_area .navbar .navbar-nav li.nav-item a.nav-link:hover {
  background: rgba(255, 255, 255, 0.1);
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
}

header .header_area .navbar .navbar-nav li.nav-item a.nav-link.demolink {
  padding: 10px 20px;
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
  color: #4700eb;
  font-weight: 500;
  margin-right: 20px;
  background-color: #f1ebff;
}

header .header_area .navbar .navbar-nav li.nav-item a.nav-link.demolink:hover {
  box-shadow: 0 0 0 2px #ffffff;
  transition: all 0.3s ease-in-out;
}

header .header_area .navbar .navbar-nav li.nav-item a.nav-link.demolink:hover {
  box-shadow: 0 0 0 2px #f1ebff;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1199px) {
  header .header_area .navbar .navbar-nav li.nav-item a.nav-link.demolink {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 767px) {
  header .header_area .navbar .navbar-nav li.nav-item a.nav-link.demolink {
    margin-right: 0px;
  }
}

header .header_area .navbar .navbar-nav li.nav-item.dropdown.show a.nav-link {
  color: rgb(255, 255, 255);
}

header .header_area .navbar .navbar-nav li.nav-item.dropdown.show .dropdown-toggle {
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease-in-out;
}

header .header_area .navbar .navbar-nav li.nav-item .dropdown-menu {
  display: flex;
  transform: translate(0%, -50%) scaleY(0);
  opacity: 0;
  z-index: -5;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  padding: 20px 0;
}

@media only screen and (max-width: 767px) {
  header .header_area .navbar .navbar-nav li.nav-item .dropdown-menu {
    position: absolute;
  }
}

header .header_area .navbar .navbar-nav li.nav-item .dropdown-menu ul:first-child {
  border-right: 1px solid #eeeeee;
}

header .header_area .navbar .navbar-nav li.nav-item .dropdown-menu ul li.nav-item {
  display: block;
  margin-left: 10px;
}

header .header_area .navbar .navbar-nav li.nav-item .dropdown-menu ul li.nav-item a.nav-link {
  color: rgb(0, 0, 0);
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  header .header_area .navbar .navbar-nav li.nav-item .dropdown-menu ul li.nav-item a.nav-link {
    white-space: break-spaces;
  }
}

header .header_area .navbar .navbar-nav li.nav-item .dropdown-menu ul li.nav-item a.nav-link:hover, header .header_area .navbar .navbar-nav li.nav-item .dropdown-menu ul li.nav-item a.nav-link.linkheader {
  background: #f1ebff;
  color: #4700eb;
  transition: all 0.3s ease-in-out;
}

header .header_area .navbar .navbar-nav li.nav-item .dropdown-menu ul li.nav-item a.nav-link.linkheader {
  font-size: 14px;
  border-radius: 50px;
  padding: 2px 12px;
  margin-bottom: 10px;
  display: inline-block;
}

header .header_area .navbar .navbar-nav li.nav-item .dropdown-menu.show {
  transform: translate(0%, 0%);
  display: flex;
  opacity: 1;
  z-index: 100;
}

header .header_area .navbar .navbar-nav li.nav-item.dropdown:hover .dropdown-menu, header .header_area .navbar .navbar-nav li.nav-item.dropdown:hover .dropdown-menu.show {
  display: flex;
  opacity: 1;
  z-index: 100;
  transform: translate(0%, 0%);
  transition: all 0.3s ease-in-out;
}

header .header_area .navbar .navbar-nav li.nav-item .form-inline {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
}

header .header_area .navbar .navbar-nav li.nav-item .form-inline span {
  width: 40px;
  height: 100%;
}

header .header_area .navbar .navbar-nav li.nav-item .form-inline span i {
  color: rgb(255, 255, 255);
  cursor: pointer;
  font-size: 22px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .header_area .navbar .navbar-nav li.nav-item .wrap {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  width: 0px;
  height: 100%;
  padding-right: 55px;
  border-radius: 5px;
  transition: all 0.5s ease;
}

@media only screen and (max-width: 767px) {
  header .header_area .navbar .navbar-nav li.nav-item .wrap {
    height: 40px;
    padding-right: 40px;
  }
}

header .header_area .navbar .navbar-nav li.nav-item .wrap .input {
  border: 0;
  background: transparent;
  width: 0%;
  outline: none;
  font-size: 18px;
  color: #fff;
  transition: all 0.3s ease;
  position: relative;
}

@media only screen and (max-width: 767px) {
  header .header_area .navbar .navbar-nav li.nav-item .wrap .input {
    font-size: 15px;
  }
}

header .header_area .navbar .navbar-nav li.nav-item .wrap .fa {
  color: #fff;
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 22px;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  header .header_area .navbar .navbar-nav li.nav-item .wrap .fa {
    right: 10px;
  }
}

header .header_area .navbar .navbar-nav li.nav-item .wrap.active {
  width: 280px;
  box-shadow: 0px 1px 10px 0px rgba(45, 19, 106, 0.1);
  border: 1px solid rgb(255, 255, 255);
  padding-left: 10px;
  transition: all 0.5s ease;
}

@media only screen and (max-width: 767px) {
  header .header_area .navbar .navbar-nav li.nav-item .wrap.active {
    width: 200px;
  }
}

header .header_area .navbar .navbar-nav li.nav-item .wrap .input.active {
  width: 98%;
  padding-left: 5px;
  transition: all 0.5s 0.8s ease;
}

header .header_area .navbar .navbar-nav li.nav-item .wrap input::-moz-placeholder {
  color: #fff;
}

header .header_area .navbar .navbar-nav li.nav-item .wrap input:-ms-input-placeholder {
  color: #fff;
}

header .header_area .navbar .navbar-nav li.nav-item .wrap input::placeholder {
  color: #fff;
}

header .toggle_menu {
  z-index: 555;
  width: 100%;
  position: fixed;
}

@media only screen and (max-width: 767px) {
  header .toggle_menu {
    top: 0;
  }
}

header .toggle_menu.zindex {
  z-index: 99999;
}

header .toggle_menu.zindex .toggleMennuItem {
  z-index: 5555;
}

header .toggle_menu .toggleMennuItem {
  margin-right: 0px;
  position: absolute;
  right: 0;
  padding: 16px 0;
}

@media only screen and (max-width: 767px) {
  header .toggle_menu .toggleMennuItem {
    padding: 14px 0px;
  }
}

@media only screen and (max-width: 1199px) {
  header .toggle_menu .toggleMennuItem {
    right: 20px;
  }
}

header .toggle_menu #toggleMennu {
  width: 28px;
  height: 23px;
  margin: 14px auto;
}

@media only screen and (max-width: 767px) {
  header .toggle_menu #toggleMennu {
    margin: 0px auto;
  }
}

header .toggle_menu #toggleMennu div {
  width: 100%;
  height: 5px;
  background: white;
  cursor: pointer;
  margin: 4px auto;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

header .toggle_menu #toggleMennu.on .one {
  transform: rotate(45deg) translate(5px, 5px);
}

header .toggle_menu #toggleMennu.on .two {
  opacity: 0;
}

header .toggle_menu #toggleMennu.on .three {
  transform: rotate(-45deg) translate(7px, -8px);
}

header .toggle_menu #menu {
  position: absolute;
  border: 1px solid rgba(99, 31, 255, 0.4);
  color: #383838;
  background: #f1ebff;
  border-radius: 10px;
  width: 350px;
  height: 80vh;
  overflow: overlay;
  padding: 20px 15px;
  top: 80px;
  right: -350px;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  header .toggle_menu #menu {
    top: 50px;
    width: 280px;
  }
}

header .toggle_menu #menu::-webkit-scrollbar {
  width: 7px;
}

header .toggle_menu #menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

header .toggle_menu #menu::-webkit-scrollbar-thumb {
  background-color: rgba(99, 31, 255, 0.3);
  outline: 1px solid rgba(99, 31, 255, 0.3);
}

header .toggle_menu #menu.addtoggle {
  right: 0;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

header .toggle_menu #menu .category_menus {
  padding: 20px 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  background: rgb(255, 255, 255);
}

header .toggle_menu #menu .category_menus h4 {
  font-size: 18px;
}

header .toggle_menu #menu .category_menus .founder_profile {
  text-align: center;
  margin: 0px auto;
}

header .toggle_menu #menu .category_menus .founder_profile .profile_img {
  width: 150px;
  margin: 0px auto;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  height: 100%;
}

header .toggle_menu #menu .category_menus .founder_profile .founder_names h4 {
  margin-top: 10px;
  margin-bottom: 0px;
}

header .toggle_menu #menu .category_menus .founder_profile .founder_names span {
  font-size: 15px;
  color: #848484;
}

header .toggle_menu #menu .category_menus .founder_profile .founder_names p {
  margin-top: 20px;
}

header .toggle_menu #menu .category_menus .founder_profile .social_link ul li {
  display: inline-block;
  padding: 5px 10px;
}

header .toggle_menu #menu .category_menus .founder_profile .social_link ul li a {
  border: 0px;
}

header .toggle_menu #menu .category_menus .founder_profile .social_link ul li a i {
  font-size: 20px;
}

header .toggle_menu #menu .category_menus ul li {
  display: block;
}

header .toggle_menu #menu .category_menus ul li a {
  display: block;
  text-transform: capitalize;
  color: #383838;
  border-top: 1px solid rgba(99, 31, 255, 0.4);
  transition: all 0.3s ease-in-out;
  padding: 7px 0px;
}

header .toggle_menu #menu .category_menus ul li a:hover {
  color: #631fff;
  transition: all 0.3s ease-in-out;
}

header .toggle_menu #menu .category_menus ul li:last-child a {
  padding-bottom: 0px;
}

.banner {
  background-color: #8652ff;
  background-image: linear-gradient(150deg, rgba(99, 31, 255, 0.6), #8652ff);
  position: relative;
  padding-top: 83px;
}

@media only screen and (max-width: 767px) {
  .banner {
    padding-top: 50px;
  }
}

.banner::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
  background: url("../images/wave.svg");
  background-size: cover;
}

.banner .banner_top_bar {
  display: block;
  text-align: center;
  background: rgba(41, 0, 135, 0.4);
  padding: 12px;
  border-radius: 8px;
}

.banner .banner_top_bar p {
  color: rgb(255, 255, 255);
  margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
  .banner .banner_top_bar p {
    font-size: 15px;
  }
}

.banner .banner_top_bar p a {
  display: inline-block;
  font-weight: 500;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .banner .banner_top_bar p a {
    font-size: 15px;
  }
}

.banner .banner_top_bar p a i {
  transition: all 0.3s ease-in-out;
  transform: translate(4px, 0);
}

.banner .banner_top_bar p a:hover {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.banner .banner_top_bar p a:hover i {
  transform: translate(8px, 0);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .banner .banner_area {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.banner .banner_area .banner_content {
  padding-right: 90px;
}

@media only screen and (max-width: 1199px) {
  .banner .banner_area .banner_content {
    padding-right: 0px;
  }
}

.banner .banner_area .banner_content .content_top {
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .banner .banner_area .banner_content .content_top {
    padding-bottom: 10px;
  }
}

.banner .banner_area .banner_content .content_top h2, .banner .banner_area .banner_content .content_top p {
  color: rgb(255, 255, 255);
}

.banner .banner_area .banner_content .content_top h2 {
  font-size: 65px;
  font-weight: 500;
}

@media only screen and (max-width: 1199px) {
  .banner .banner_area .banner_content .content_top h2 {
    font-size: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .banner .banner_area .banner_content .content_top h2 {
    font-size: 32px;
  }
}

.banner .banner_area .banner_content .content_top p {
  font-size: 24px;
  line-height: 35px;
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .banner .banner_area .banner_content .content_top p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
  }
}

.banner .banner_area .banner_content .banner_buttons {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1199px) {
  .banner .banner_area .banner_content .banner_buttons {
    display: inline-block;
    text-align: center;
  }
}

.banner .banner_area .banner_content .banner_buttons a {
  font-size: 20px;
}

.banner .banner_area .banner_content .banner_buttons a.videobbtn {
  color: #dedede;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}

.banner .banner_area .banner_content .banner_buttons a.videobbtn:hover {
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .banner .banner_area .banner_content .banner_buttons a.videobbtn {
    margin-top: 20px;
  }
}

.banner .banner_area .banner_content .banner_buttons a.bg_btn {
  padding: 10px 20px;
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
  color: #4700eb;
  font-weight: 500;
  margin-right: 20px;
}

.banner .banner_area .banner_content .banner_buttons a.bg_btn:hover {
  box-shadow: 0 0 0 2px #ffffff;
  transition: all 0.3s ease-in-out;
}

.banner .banner_area .banner_img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.banner .banner_logos .logos_headline {
  text-align: center;
  width: 100%;
}

.banner .banner_logos .logos_headline p {
  padding: 8px 10px;
  border-radius: 8px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  display: inline-block;
  background: rgba(41, 0, 135, 0.12);
}

.banner .banner_logos .banner_logo_inner {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 50px;
}

.banner .banner_logos .banner_logo_inner ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: space-evenly;
}

@media only screen and (max-width: 767px) {
  .banner .banner_logos .banner_logo_inner ul {
    flex-direction: column;
  }
}

.banner .banner_logos .banner_logo_inner ul li {
  width: 250px;
}

@media only screen and (max-width: 767px) {
  .banner .banner_logos .banner_logo_inner ul li {
    margin: 20px 0;
  }
}

.owl-theme .owl-nav [class*=owl-] {
  color: #4700eb;
}

@media only screen and (max-width: 767px) {
  .item_section {
    padding-bottom: 30px;
  }
}

.item_section .item_slider_area .item_slider .item {
  text-align: center;
}

.item_section .item_slider_area .item_slider .item .item_img {
  width: 70px;
  height: 110px;
  display: flex;
  margin: 0px auto;
  justify-content: center;
  align-content: center;
  overflow: hidden;
}

.item_section .item_slider_area .item_slider .item .item_img img {
  display: block;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.item_section .item_slider_area .item_slider .item .item_img svg {
  fill: #424242;
  transition: all 0.3s ease-in-out;
}

.item_section .item_slider_area .item_slider .item p {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
}

.item_section .item_slider_area .item_slider .item a:hover p {
  color: #4700eb;
  transition: all 0.3s ease-in-out;
}

.item_section .item_slider_area .item_slider .item a:hover svg {
  fill: #631fff;
  transition: all 0.3s ease-in-out;
}

.item_section .item_slider_area .item_slider .slick-prev {
  left: -30px;
  position: absolute;
}

@media only screen and (max-width: 1199px) {
  .item_section .item_slider_area .item_slider .slick-prev {
    left: 0;
  }
}

.item_section .item_slider_area .item_slider .slick-next {
  right: -30px;
  position: absolute;
}

@media only screen and (max-width: 1199px) {
  .item_section .item_slider_area .item_slider .slick-next {
    right: 0;
  }
}

.item_section .item_slider_area .item_slider .slick-prev, .item_section .item_slider_area .item_slider .slick-next {
  background: #afafaf;
  border-radius: 50px;
  padding: 10px;
  z-index: 9999;
  box-sizing: initial;
  transition: all 0.3s ease-in-out;
}

.item_section .item_slider_area .item_slider .slick-prev:hover, .item_section .item_slider_area .item_slider .slick-next:hover {
  background: #4700eb;
  transition: all 0.3s ease-in-out;
}

.plateform_section .plateform_titles {
  text-align: center;
  padding-bottom: 80px;
}

.plateform_section .plateform_titles h3 {
  font-size: 34px;
  font-weight: 500;
}

@media only screen and (max-width: 1199px) {
  .plateform_section .plateform_titles h3 {
    font-size: 30px;
  }
}

.plateform_section .plateform_titles h3.color_title {
  color: #631fff;
  margin-bottom: 20px;
}

.plateform_section .plateform_titles p {
  font-size: 20px;
}

.plateform_section .plateform_card .col-6:nth-child(1), .plateform_section .plateform_card .col-6:nth-child(3) {
  padding-right: 5px;
}

.plateform_section .plateform_card .col-6:nth-child(2), .plateform_section .plateform_card .col-6:nth-child(4) {
  padding-left: 5px;
}

.plateform_section .plateform_card .pl_card {
  border-radius: 8px;
  border: 1px solid #f1ebff;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .plateform_section .plateform_card .pl_card {
    margin-bottom: 20px;
  }
}

.plateform_section .plateform_card .pl_card .card_images {
  position: relative;
}

.plateform_section .plateform_card .pl_card .card_images .main_img {
  border-radius: 8px;
  max-height: 300px;
  overflow: hidden;
}

.plateform_section .plateform_card .pl_card .card_images .small_img {
  border-radius: 8px;
  width: 90px;
  height: 120px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  bottom: -35px;
  border: 2px solid rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .plateform_section .plateform_card .pl_card .card_images .small_img {
    width: 50px;
    height: 65px;
    bottom: -10px;
  }
}

.plateform_section .plateform_card .pl_card .card_images::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #631fff;
  opacity: 0.3;
  transform: translate(0px, 0%);
  transition: all 0.3s ease-in-out;
}

.plateform_section .plateform_card .pl_card:hover {
  border: 1px solid #c7c5c5;
  transition: all 0.3s ease-in-out;
}

.plateform_section .plateform_card .pl_card:hover .card_images::before {
  opacity: 0;
  transform: translate(0px, -50%);
  transition: all 0.3s ease-in-out;
}

.plateform_section .plateform_card .pl_card:hover .small_img {
  bottom: 10px;
  transition: all 0.3s ease-in-out;
}

.plateform_section .plateform_card .pl_card .card_top {
  padding: 20px;
}

@media only screen and (max-width: 767px) {
  .plateform_section .plateform_card .pl_card .card_top {
    padding: 20px 10px;
  }
}

.plateform_section .plateform_card .pl_card .card_top .pl_ct p {
  margin-bottom: 5px;
}

.plateform_section .plateform_card .pl_card .card_top .pl_title h4 {
  font-size: 20px;
  color: #383838;
}

.plateform_section .plateform_card .pl_card .card_top .card_list {
  padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .plateform_section .plateform_card .pl_card .card_top .card_list {
    padding: 0;
  }
}

.plateform_section .plateform_card .pl_card .card_top .card_list ul li {
  font-size: 15px;
}

.plateform_section .plateform_card .pl_card .card_top .card_content {
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .plateform_section .plateform_card .pl_card .card_top .card_content {
    padding-bottom: 10px;
  }
}

.plateform_section .plateform_card .pl_card .card_top .card_content p {
  font-size: 15px;
}

.plateform_section .plateform_card .pl_card .card_top .card_bars h5 {
  font-size: 18px;
  font-weight: 600;
}

.plateform_section .plateform_card .pl_card .card_top .card_bars h5 span {
  font-size: 15px;
  font-weight: 400;
  color: #383838;
  padding-left: 5px;
}

.plateform_section .plateform_card .pl_card .card_top .card_bars .bar_pl {
  padding-bottom: 20px;
}

.plateform_section .plateform_card .pl_card .card_top .card_bars .progressbar {
  position: relative;
}

.plateform_section .plateform_card .pl_card .card_top .card_bars .proggress {
  height: 8px;
  width: 10px;
  background-color: #4700eb !important;
}

.plateform_section .plateform_card .pl_card .card_top .card_bars .percentCount {
  position: absolute;
  top: -32px;
  right: 0;
}

.plateform_section .plateform_card .pl_card .card_top .card_bars .bar_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.plateform_section .plateform_card .pl_card .card_top .card_bars .bar_content p {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 1;
}

.plateform_section .plateform_card .pl_card .card_top .card_bars .bar_content span {
  line-height: 1;
}

.plateform_section .plateform_card .pl_card .card_top .card_bars .bar_content span i {
  font-size: 22px;
}

.ready_section .ready_area {
  background-color: #8652ff;
  background-image: linear-gradient(150deg, rgba(99, 31, 255, 0.6), #8652ff);
  border-radius: 16px;
  padding: 50px 0px;
}

@media only screen and (max-width: 767px) {
  .ready_section .ready_area {
    padding: 30px 20px;
  }
}

.ready_section .ready_area .rd_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
  .ready_section .ready_area .rd_inner {
    flex-direction: column;
  }
}

.ready_section .ready_area .rd_inner .rd_content h2 {
  font-size: 45px;
  color: rgb(255, 255, 255);
}

@media only screen and (max-width: 767px) {
  .ready_section .ready_area .rd_inner .rd_content h2 {
    font-size: 35;
    text-align: center;
  }
}

.ready_section .ready_area .rd_inner .rd_content p {
  font-size: 20px;
  color: rgb(255, 255, 255);
}

@media only screen and (max-width: 767px) {
  .ready_section .ready_area .rd_inner .rd_content p {
    font-size: 18px;
    text-align: center;
  }
}

.ready_section .ready_area .rd_inner .rd_btn {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .ready_section .ready_area .rd_inner .rd_btn {
    display: block;
  }
}

.ready_section .ready_area .rd_inner .rd_btn a.ready_button {
  padding: 10px 20px;
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
  color: #4700eb;
  font-weight: 500;
  margin-right: 20px;
  margin: 0px 10px;
  font-size: 20px;
  padding: 10px 30px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .ready_section .ready_area .rd_inner .rd_btn a.ready_button {
    margin-top: 10px;
  }
}

.ready_section .ready_area .rd_inner .rd_btn a.ready_button:hover {
  box-shadow: 0 0 0 2px #ffffff;
  transition: all 0.3s ease-in-out;
}

.ready_section .ready_area .rd_inner .rd_btn a.ready_button.bg_change {
  background: #4700eb;
  color: rgb(255, 255, 255);
}

.ready_section .ready_area .rd_inner .rd_btn a.ready_button.bg_change:hover {
  box-shadow: 0 0 0 2px #4700eb;
}

.tab_section {
  position: relative;
  background-color: #8652ff;
  background-image: linear-gradient(150deg, rgba(99, 31, 255, 0.6), #8652ff);
}

.tab_section .nav {
  border: 0px;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

.tab_section .nav li {
  margin: 10px 0;
}

.tab_section .nav li a {
  padding: 15px 20px;
  border-radius: 10px;
}

.tab_section .nav li a .tab_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tab_section .nav li a .tab_area .icontab {
  width: 75px;
  height: 75px;
  background: rgb(255, 255, 255);
  text-align: center;
  margin-right: 15px;
  border-radius: 8px;
}

.tab_section .nav li a .tab_area .icontab i {
  color: #4700eb;
  font-size: 30px;
  line-height: 75px;
}

.tab_section .nav li a .tab_area .texttab {
  flex: 1;
}

.tab_section .nav li a .tab_area .texttab h2, .tab_section .nav li a .tab_area .texttab p {
  color: rgb(255, 255, 255);
}

.tab_section .nav li a .tab_area .texttab h2 {
  margin-bottom: 5px;
}

.tab_section .nav li a .tab_area .texttab p {
  font-size: 15px;
  margin-bottom: 0px;
}

.tab_section .nav li.active a {
  background: #4700eb;
  box-shadow: 0 8px 16px 0 rgba(191, 191, 199, 0.45);
  color: #fff;
}

.tab_section .tab-content .tab-pane.active {
  display: flex;
  align-items: center;
}

.video_section .video_content h2 {
  font-size: 26px;
}

.video_section .video_content p {
  font-size: 18px;
  padding-top: 10px;
}

.video_section .video_content .button_video {
  padding-top: 30px;
}

@media only screen and (max-width: 767px) {
  .video_section .video_content .button_video {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

.video_section .video_content .button_video .btnwatch {
  padding: 10px 20px;
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
  color: #4700eb;
  font-weight: 500;
  margin-right: 20px;
  background: #4700eb;
  padding: 12px 30px;
  font-size: 18px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  cursor: pointer;
  border: none;
}

.video_section .video_content .button_video .btnwatch:hover, .video_section .video_content .button_video .btnwatch:focus {
  box-shadow: 0 0 0 2px #ffffff;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 0 2px #4700eb;
  outline: none;
  box-shadow: none;
}

.video_section .video-container {
  width: 70%;
  border-radius: 4px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .video_section .video-container {
    width: 100%;
  }
}

.video_section .video-container::before {
  width: calc(100% + 127px);
  height: calc(100% + 55px);
  content: "";
  top: -20px;
  left: -68px;
  position: absolute;
  background: url("../images/laptop.png");
  background-size: cover;
}

@media only screen and (max-width: 1199px) {
  .video_section .video-container::before {
    display: none;
  }
}

.video_section .video-container .video-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video_section .video-container video {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.video_section .play-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none;
}

@media only screen and (max-width: 1199px) {
  .video_section .play-button-wrapper {
    opacity: 0;
    z-index: -5;
  }
}

.video_section .play-button-wrapper #circle-play-b {
  cursor: pointer;
  pointer-events: auto;
}

.video_section .play-button-wrapper #circle-play-b i {
  font-size: 40px;
  color: rgb(255, 255, 255);
}

footer {
  padding: 80px 0px;
  background: #f7f7f7;
}

footer a.logofooter {
  width: 150px;
}

@media only screen and (max-width: 1199px) {
  footer a.logofooter {
    width: 120px;
  }
}

footer .item_inner p {
  color: #383838;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  footer .item_inner p {
    margin-top: 20px;
  }
}

footer .item_inner ul {
  padding-bottom: 20px;
  font-weight: 500;
}

footer .item_inner ul li {
  display: block;
  padding: 5px 0;
}

footer .item_inner ul li a {
  color: rgb(0, 0, 0);
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

footer .item_inner ul li a:hover {
  color: #631fff;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}

.footer_bottom {
  background: rgb(255, 255, 255);
  padding: 40px 0px;
}

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

.footer_bottom .bottom_flex .left_footer {
  display: flex;
}

.footer_bottom .bottom_flex p {
  margin-bottom: 0px;
  display: inline-block;
}

.footer_bottom .bottom_flex ul {
  padding-left: 20px;
}

.footer_bottom .bottom_flex ul li {
  display: inline-block;
  padding: 0px 10px;
}

.footer_bottom .bottom_flex ul li a {
  color: #383838;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

.footer_bottom .bottom_flex ul li a:hover {
  color: #631fff;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}

.footer_bottom .right_footer ul li a {
  font-size: 25px;
}

.movie_section {
  background-color: #8652ff;
  background-image: linear-gradient(150deg, rgba(99, 31, 255, 0.6), #8652ff);
  padding-right: 200px;
}

@media only screen and (max-width: 1199px) {
  .movie_section {
    padding-right: 0px;
  }
}

.movie_section .slider_area {
  display: flex;
}

@media only screen and (max-width: 1199px) {
  .movie_section .slider_area {
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  .movie_section .slider_area {
    display: block;
  }
}

@media only screen and (min-width: 1600px) {
  .movie_section .slider_area {
    max-width: 1450px;
    margin: 0px auto;
  }
}

.movie_section .slider_area .movie_img {
  max-width: 60%;
}

@media only screen and (max-width: 767px) {
  .movie_section .slider_area .movie_img {
    max-width: unset;
  }
}

.movie_section .slider_area .movie_img .slick-list {
  padding-left: 100px !important;
  padding-right: 0px !important;
  position: relative;
}

@media only screen and (min-width: 1600px) {
  .movie_section .slider_area .movie_img .slick-list {
    padding-left: 160px !important;
  }
}

.movie_section .slider_area .movie_img .item .movie_image {
  margin: 0px 5px;
  border-radius: 10px;
  height: 400px;
  width: 280px;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .movie_section .slider_area .movie_img .item .movie_image {
    width: 180px;
    height: 280px;
  }
}

@media only screen and (min-width: 1600px) {
  .movie_section .slider_area .movie_img .item .movie_image {
    width: calc(100% - 10px);
    height: 480px;
  }
}

.movie_section .slider_area .movie_img .item .movie_image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
  background-color: #8652ff;
  background-image: linear-gradient(150deg, rgba(99, 31, 255, 0.6), #8652ff);
  opacity: 0.6;
  transform: translate(0, 0%);
  z-index: 2;
}

.movie_section .slider_area .movie_img .item .movie_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.movie_section .slider_area .movie_img .item.slick-slide.slick-current.slick-active.slick-center .movie_image::before {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translate(-100, 0%);
}

.movie_section .slider_area .slider.details {
  max-width: 40%;
}

@media only screen and (max-width: 767px) {
  .movie_section .slider_area .slider.details {
    max-width: unset;
    margin-top: 20px;
    text-align: center;
  }
}

.movie_section .slider_area .details {
  padding: 0px 30px 0px 50px;
}

@media only screen and (max-width: 1199px) {
  .movie_section .slider_area .details {
    padding: 0px 20px;
  }
}

.movie_section .slider_area .details h3, .movie_section .slider_area .details span {
  color: rgb(255, 255, 255);
}

.movie_section .slider_area .details h3 {
  font-size: 24px;
  line-height: 34px;
}

.movie_section .slider_area .details .bottom_item {
  margin-top: 20px;
  display: inline-block;
}

.movie_section .slider_area .details .bottom_item span {
  font-size: 20px;
  font-weight: 500;
  display: block;
}

.movie_section .slider_area .details .bottom_item span.small {
  font-size: 16px;
  font-weight: 400;
}

.movie_section .slider_area .slick-prev:before {
  display: none;
}

.movie_section .slider_area .slick-next::before {
  font-size: 30px;
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}

.movie_section .slider_area .slick-next:hover::before {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.movie_section .slider_area .slick-dots {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .movie_section .slider_area .slick-dots {
    text-align: center;
  }
}

.movie_section .slider_area .slick-dots li button, .movie_section .slider_area .slick-dots li {
  width: 15px;
  height: 15px;
}

.movie_section .slider_area .slick-dots li {
  margin-right: 10px;
}

.movie_section .slider_area .slick-dots li button:before {
  border-radius: 50px;
  background: #f7f7f7;
  opacity: 0.5;
  width: 15px;
  height: 15px;
  content: "";
  text-align: center;
  color: transparent;
}

.movie_section .slider_area .slick-dots li.slick-active button:before {
  background: rgb(255, 255, 255);
  opacity: 1;
}

.film_page header .header_area {
  background-color: #8652ff;
  background-image: linear-gradient(150deg, rgba(99, 31, 255, 0.6), #8652ff);
  box-shadow: 0px 1px 10px 0px rgba(45, 19, 106, 0.1);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .film_section {
    padding-top: 50px;
  }
}

.film_section .fild_area {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .film_section .fild_area {
    display: block;
  }
}

.film_section .fild_area .sidebar {
  width: 350px;
  transition: width 0.5s ease-out;
  display: inline-block;
  z-index: 0;
  border-radius: 10px;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .film_section .fild_area .sidebar {
    width: 100%;
  }
}

.film_section .fild_area .nav-sidebar {
  background: none;
  margin-top: 5px;
}

.film_section .fild_area .sidebar .film_bar .investor_middle {
  padding: 20px 20px;
}

.film_section .fild_area .sidebar .film_bar .goal_area, .film_section .fild_area .sidebar .film_bar .invest_form {
  padding: 0px 20px;
}

.film_section .fild_area .sidebar .film_bar .investor_top, .film_section .fild_area .sidebar .film_bar .investor_down {
  box-shadow: 0px 0px 8px 0px rgba(45, 19, 106, 0.2);
  border-radius: 10px;
  padding: 20px 0;
}

.film_section .fild_area .sidebar .film_bar .investor_top .card, .film_section .fild_area .sidebar .film_bar .investor_down .card {
  padding: 0px 20px;
}

.film_section .fild_area .sidebar .film_bar .goal_area {
  margin-bottom: 20px;
}

.film_section .fild_area .sidebar .film_bar .goal_area span.topprogress {
  font-size: 15px;
  color: #631fff;
  display: inline-block;
  margin-bottom: 6px;
  font-weight: 500;
}

.film_section .fild_area .sidebar .film_bar .goal_area h3 {
  margin-bottom: 5px;
  font-size: 30px;
}

.film_section .fild_area .sidebar .film_bar .goal_area .goal_invest {
  padding-bottom: 10px;
}

.film_section .fild_area .sidebar .film_bar .goal_area .progressbar {
  position: relative;
}

.film_section .fild_area .sidebar .film_bar .goal_area .proggress {
  height: 8px;
  width: 10px;
  background-color: #4700eb !important;
}

.film_section .fild_area .sidebar .film_bar .goal_area .percentCount {
  display: none;
}

.film_section .fild_area .sidebar .film_bar .goal_area span {
  color: #848484;
}

.film_section .fild_area .sidebar .film_bar .invest_form {
  margin-bottom: 0;
}

.film_section .fild_area .sidebar .film_bar .invest_form p.minium {
  margin: 10px 0px 10px;
  font-size: 14px;
  font-weight: 500;
}

.film_section .fild_area .sidebar .film_bar .invest_form form h4.minimuminvest {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.film_section .fild_area .sidebar .film_bar .invest_form form .form_input {
  display: flex;
  justify-content: space-between;
}

.film_section .fild_area .sidebar .film_bar .invest_form form .form_input .left_label p {
  font-weight: 500;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  margin-bottom: 0px;
}

.film_section .fild_area .sidebar .film_bar .invest_form form .form_input .left_label span {
  color: #848484;
}

.film_section .fild_area .sidebar .film_bar .invest_form form .form-group {
  margin: 0px;
  position: relative;
}

.film_section .fild_area .sidebar .film_bar .invest_form form .form-group .currency-symbol {
  position: absolute;
  left: 10px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  top: 50%;
  transform: translate(0, -50%);
}

.film_section .fild_area .sidebar .film_bar .invest_form form .form-group input.form-control::-webkit-outer-spin-button,
.film_section .fild_area .sidebar .film_bar .invest_form form .form-group input.form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.film_section .fild_area .sidebar .film_bar .invest_form form .form-group .form-control {
  border: 1px solid #e2e2e2;
  -webkit-appearance: none;
  padding: 8px;
  color: #3c3e49;
  font-weight: 500;
  -moz-appearance: textfield;
  border-radius: 5px;
}

.film_section .fild_area .sidebar .film_bar .invest_form form .form-group .form-control:disabled, .film_section .fild_area .sidebar .film_bar .invest_form form .form-group .form-control[readonly] {
  background-color: rgb(255, 255, 255);
}

.film_section .fild_area .sidebar .film_bar .invest_form form .form-group .form-control:focus, .film_section .fild_area .sidebar .film_bar .invest_form form .form-group .form-control.active {
  box-shadow: none;
  border: 1px solid transparent;
  -webkit-appearance: none;
  margin: 0;
  outline: 2px solid #631fff;
}

.film_section .fild_area .sidebar .film_bar .invest_form form .form-group .form-control:focus~.currency-symbol, .film_section .fild_area .sidebar .film_bar .invest_form form .form-group .form-control.value_exists~.currency-symbol {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.film_section .fild_area .sidebar .film_bar .invest_form form .form-group .form-control:focus~.floating-label, .film_section .fild_area .sidebar .film_bar .invest_form form .form-group .form-control.value_exists~.floating-label {
  top: 0;
  color: #631fff;
  transition: all 0.2s ease-in-out;
  left: 5px;
  font-size: 13px;
  opacity: 1;
}

.film_section .fild_area .sidebar .film_bar .invest_form form .form-group .floating-label {
  font-size: 14px;
  padding: 0px 3px;
  pointer-events: none;
  position: absolute;
  text-transform: capitalize;
  top: 50%;
  left: 5px;
  color: #646464;
  transform: translate(0%, -50%);
  line-height: 1;
  background: rgb(255, 255, 255);
  transition: all 0.2s ease-in-out;
}

.film_section .fild_area .sidebar .film_bar .invest_form form .form-group {
  position: relative;
  width: 48%;
}

.film_section .fild_area .sidebar .film_bar .invest_form form .form-group.left_box input.form-control {
  padding-left: 10px;
}

.film_section .fild_area .sidebar .film_bar .invest_form form .form-group label {
  position: absolute;
  left: 10px;
  top: 8px;
  color: #848484;
  margin-bottom: 0;
}

.film_section .fild_area .sidebar .film_bar .invest_form form .form-group input.form-control {
  padding: 10px 8px;
  text-align: right;
  height: 100%;
  font-size: 15px;
  border: 1px solid rgba(99, 31, 255, 0.3);
}

.film_section .fild_area .sidebar .film_bar .invest_form form .form-group input.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 31, 255, 0.2);
}

.film_section .fild_area .sidebar .film_bar .invest_form form .submit_buttons {
  margin-top: 20px;
}

.film_section .fild_area .sidebar .film_bar .invest_form form .submit_buttons .button_sub, .film_section .fild_area .sidebar .film_bar .invest_form form .submit_buttons .button_update {
  padding: 10px 20px;
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
  color: #4700eb;
  font-weight: 500;
  margin-right: 20px;
  cursor: pointer;
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  width: 100%;
  margin: 15px 0;
}

.film_section .fild_area .sidebar .film_bar .invest_form form .submit_buttons .button_sub:hover, .film_section .fild_area .sidebar .film_bar .invest_form form .submit_buttons .button_update:hover {
  box-shadow: 0 0 0 2px #ffffff;
  transition: all 0.3s ease-in-out;
}

.film_section .fild_area .sidebar .film_bar .invest_form form .submit_buttons .button_sub {
  background: #631fff;
  color: rgb(255, 255, 255);
  border: 0px;
}

.film_section .fild_area .sidebar .film_bar .invest_form form .submit_buttons .button_sub:hover {
  box-shadow: 0 0 0 2px #631fff;
}

.film_section .fild_area .sidebar .film_bar .invest_form form .submit_buttons .button_update {
  background: rgb(255, 255, 255);
  text-transform: capitalize;
  border-color: #631fff;
}

.film_section .fild_area .sidebar .film_bar .invest_form form .submit_buttons .button_update i {
  margin-right: 4px;
}

.film_section .fild_area .sidebar .film_bar .invest_form form .submit_buttons .button_update:hover, .film_section .fild_area .sidebar .film_bar .invest_form form .submit_buttons .button_update:focus {
  outline: 0px;
  box-shadow: 0 0 0 2px #631fff;
}

.film_section .fild_area .sidebar .film_bar .invest_form form .submit_buttons .button_update.heart i {
  color: red;
}

.film_section .fild_area .sidebar .film_bar .film_info {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}

.film_section .fild_area .sidebar .film_bar .film_info.mt_none {
  margin-top: 0px;
}

.film_section .fild_area .sidebar .film_bar .film_info .card {
  border: 0px;
  border-radius: 0px;
  border-top: 1px solid rgba(99, 31, 255, 0.3);
}

.film_section .fild_area .sidebar .film_bar .film_info .card.bt_none {
  border-top: 0px;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .btnfilm {
  display: flex;
  justify-content: space-between;
  padding: 16px 0px;
  width: 100%;
  text-align: left;
  border-radius: 0px;
  background: rgb(255, 255, 255);
  color: #848484;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .btnfilm:focus {
  box-shadow: none;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .btnfilm .icons i.fa-angle-up {
  transform: rotate(0deg);
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .btnfilm.collapsed .icons i.fa-angle-up {
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body {
  padding: 0px;
  position: relative;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body .purchase_btn {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body .purchase_btn button.purchase_btn {
  padding: 10px 20px;
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
  color: #4700eb;
  font-weight: 500;
  margin-right: 20px;
  cursor: pointer;
  border: 0px;
  background: #631fff;
  font-size: 18px;
  display: block;
  color: rgb(255, 255, 255);
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body .purchase_btn button.purchase_btn:hover, .film_section .fild_area .sidebar .film_bar .film_info .card .card-body .purchase_btn button.purchase_btn:focus {
  box-shadow: 0 0 0 2px #ffffff;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 0 2px #631fff;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body .top_terms {
  display: flex;
  justify-content: space-between;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body .top_terms p {
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body .top_terms p span {
  font-size: 13px;
  color: #848484;
  font-weight: 400;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body .invest_terms p {
  font-weight: 500;
  font-size: 14px;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body .invest_terms p span {
  color: #848484;
  font-weight: 400;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body .lead_inner {
  display: flex;
  justify-content: space-between;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body .lead_inner .profile_lead {
  width: 40px;
  border: 1px solid #631fff;
  height: 40px;
  border-radius: 50px;
  overflow: hidden;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body .lead_inner .lead_info {
  margin-left: 20px;
  flex: 1;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body .lead_inner .lead_info p {
  color: #848484;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 20px;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body .lead_inner .lead_info span.name {
  margin-right: 10px;
  color: rgb(0, 0, 0);
  font-size: 15px;
  display: inline-block;
  font-weight: 500;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body .lead_inner .lead_info .terms {
  color: #848484;
  font-size: 15px;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body .lead_inner .lead_info .navbar {
  padding: 0px;
  display: inline-block;
  position: unset;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body .lead_inner .lead_info .navbar .dropdown-toggle::after {
  display: none;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body .lead_inner .lead_info .navbar .dropdown {
  position: unset;
  transition: all 0.3s ease-in-out;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body .lead_inner .lead_info .navbar .dropdown-menu {
  width: 350px;
  border: 1px solid rgba(99, 31, 255, 0.3);
  border-radius: 10px;
  left: 0;
  top: 25px;
  overflow: hidden;
  padding: 0;
  transform: translate(0%, -50%) scaleY(0);
  transition: all 0.3s ease-in-out;
  display: block;
  opacity: 0.2;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body .lead_inner .lead_info .navbar .dropdown-menu:hover {
  display: block;
  transform: translate(0%, 0%) scaleY(1);
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body .lead_inner .lead_info .navbar .dropdown-menu.show {
  transform: translate(0%, 0%) scaleY(1);
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body .lead_inner .lead_info .navbar .profile_info .personal_info, .film_section .fild_area .sidebar .film_bar .film_info .card .card-body .lead_inner .lead_info .navbar .profile_info .invest_profile {
  padding: 20px 15px;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body .lead_inner .lead_info .navbar .profile_info .personal_info {
  background-color: #8652ff;
  background-image: linear-gradient(150deg, rgba(99, 31, 255, 0.6), #8652ff);
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body .lead_inner .lead_info .navbar .profile_info .personal_info .inner_pr {
  display: flex;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body .lead_inner .lead_info .navbar .profile_info .personal_info .inner_pr .pr_img {
  width: 50px;
  overflow: hidden;
  height: 50px;
  margin-right: 20px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50%;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body .lead_inner .lead_info .navbar .profile_info .personal_info .inner_pr .pr_img .varify {
  position: absolute;
  right: 20px;
  top: 20px;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body .lead_inner .lead_info .navbar .profile_info .personal_info .inner_pr .pr_img .varify i {
  font-size: 22px;
  color: rgb(255, 255, 255);
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body .lead_inner .lead_info .navbar .profile_info .personal_info .inner_pr .pr_text {
  flex: 1;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body .lead_inner .lead_info .navbar .profile_info .personal_info .inner_pr .pr_text p {
  font-size: 16px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body .lead_inner .lead_info .navbar .profile_info .personal_info .inner_pr .pr_text span {
  color: #f7f7f7;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  padding-right: 15px;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body .lead_inner .lead_info .navbar .profile_info .personal_info .follow_person {
  margin-top: 20px;
  display: block;
  cursor: pointer;
  border: 0px;
  text-transform: uppercase;
  width: 100%;
  padding: 10px 20px;
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
  color: #4700eb;
  font-weight: 500;
  margin-right: 20px;
  font-size: 18px;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body .lead_inner .lead_info .navbar .profile_info .personal_info .follow_person:hover {
  box-shadow: 0 0 0 2px #ffffff;
  transition: all 0.3s ease-in-out;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body .lead_inner .lead_info .navbar .profile_info .invest_profile p, .film_section .fild_area .sidebar .film_bar .film_info .card .card-body .lead_inner .lead_info .navbar .profile_info .invest_profile span {
  text-transform: uppercase;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body .lead_inner .lead_info .navbar .profile_info .invest_profile p.investments {
  font-weight: 500;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(99, 31, 255, 0.6);
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body .lead_inner .lead_info .navbar .profile_info .invest_profile .invest_describe {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body .lead_inner .lead_info .navbar .profile_info .invest_profile .invest_describe .list_invest {
  text-align: center;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body .lead_inner .lead_info .navbar .profile_info .invest_profile .invest_describe .list_invest img {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body .lead_inner .lead_info .navbar .profile_info .invest_profile .invest_describe .list_invest p, .film_section .fild_area .sidebar .film_bar .film_info .card .card-body .lead_inner .lead_info .navbar .profile_info .invest_profile .invest_describe .list_invest span {
  color: #383838;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 5px;
  font-weight: 500;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body .lead_inner .lead_info .navbar .profile_info .invest_profile .invest_describe .list_invest span {
  color: #848484;
  font-weight: 400;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body .lead_inner .lead_info .navbar .profile_info .invest_profile .invest_describe .list_invest span.lead {
  padding: 3px 10px;
  background: #631fff;
  border-radius: 5px;
  color: rgb(255, 255, 255);
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body .pledge p {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 5px;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body h4 {
  font-size: 18px;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body p.textspan {
  color: #848484;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body .includes span {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  color: #848484;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body .includes ul.list_style {
  margin-top: 8px;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body .includes ul.list_style li {
  list-style: dotted;
  display: block;
  position: relative;
  color: #383838;
  padding-left: 20px;
  font-size: 15px;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body .includes ul.list_style li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: #848484;
  border-radius: 50px;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body .contracts {
  margin-top: 15px;
}

.film_section .fild_area .sidebar .film_bar .film_info .card .card-body .contracts span {
  display: block;
  margin: 5px 0;
}

.film_section .fild_area .sidebar .film_bar .film_menus {
  display: block;
  margin-top: 10px;
}

.film_section .fild_area .sidebar .film_bar .film_menus ul.nav {
  display: block;
}

.film_section .fild_area .sidebar .film_bar .film_menus ul.nav li {
  display: block;
  text-align: right;
  padding: 3px 0;
}

.film_section .fild_area .sidebar .film_bar .film_menus ul.nav li a {
  display: inline-block;
  font-weight: 500;
  color: #848484;
}

.film_section .fild_area .sidebar .film_bar .film_menus ul.nav li a:hover, .film_section .fild_area .sidebar .film_bar .film_menus ul.nav li a.active {
  color: #631fff;
}

.film_section .fild_area .menuText {
  left: 50px;
  opacity: 1;
  transition: opacity 0.6s 0.2s ease-out;
  position: absolute;
}

.film_section .fild_area .collapseToggle {
  padding-left: 4px;
  display: block;
  cursor: pointer;
  padding-right: 5px;
}

.film_section .fild_area .collapseToggle.rs_block {
  display: none;
}

.film_section .fild_area #toggleIcon {
  transition: transform 0.4s ease-out;
}

.film_section .fild_area .rotate {
  transform: rotate(180deg);
  transition: transform 0.4s ease-out;
}

.film_section .fild_area .sidebar--Collapse {
  width: 55px;
  transition: width 0.6s ease-out;
}

.film_section .fild_area .sidebar--Collapse .menuText {
  opacity: 0;
  transition: opacity 0.3s ease-out;
  position: absolute;
}

.film_section .fild_area .main {
  transition: margin-left 0.55s ease-out;
  border-radius: 10px;
  padding: 20px 20px;
  flex: 1;
}

.film_section .fild_area .main .investarea .top_invest {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.film_section .fild_area .main .investarea .top_invest h4 {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
  .film_section .fild_area .main .investarea .top_invest h4 {
    font-size: 22px;
  }
}

.film_section .fild_area .main .investarea .top_invest .share_invest {
  display: flex;
  cursor: pointer;
  align-items: center;
  padding: 8px 15px;
  background: #f1ebff;
  border-radius: 5px;
}

@media only screen and (max-width: 1199px) {
  .film_section .fild_area .main .investarea .top_invest .share_invest {
    padding: 8px 12px;
  }
}

.film_section .fild_area .main .investarea .top_invest .share_invest i {
  font-size: 18px;
}

.film_section .fild_area .main .investarea .top_invest .share_invest span {
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
  color-interpolation-filters: #383838;
}

.film_section .fild_area .main .investarea .modal-body .share_item {
  padding-top: 20px;
}

.film_section .fild_area .main .investarea .modal-body .share_item .share_i_area {
  display: flex;
  justify-content: space-between;
}

.film_section .fild_area .main .investarea .modal-body .share_item .share_i_area a {
  flex: 1;
  text-align: center;
  color: #383838;
}

.film_section .fild_area .main .investarea .modal-body .share_item .share_i_area a i {
  font-size: 30px;
  margin-bottom: 5px;
}

.film_section .fild_area .main .investarea .modal-body .share_item .share_i_area a i.fa-facebook-square {
  color: #3e5c9b;
}

.film_section .fild_area .main .investarea .modal-body .share_item .share_i_area a i.fa-twitter-square {
  color: #1da1f2;
}

.film_section .fild_area .main .investarea .modal-body .share_item .share_i_area a i.fa-facebook-messenger {
  color: #448aff;
}

.film_section .fild_area .main .investarea .modal-body .share_item .share_i_area a i.fa-whatsapp-square {
  color: #50b154;
}

.film_section .fild_area .main .investarea .modal-body .share_item .share_i_area a i.fa-telegram {
  color: #20a0e1;
}

.film_section .fild_area .main .investarea .modal-body .share_item .share_i_area a i.fa-envelope {
  color: #797979;
}

.film_section .fild_area .main .investarea .modal-body .share_item .share_i_area a i.fa-sms {
  color: #797979;
}

.film_section .fild_area .main .investarea .modal-body .share_item .share_i_area a i.fa-code {
  color: #797979;
}

.film_section .fild_area .main .investarea .modal-body .share_item .share_i_area a p {
  text-transform: capitalize;
  margin-bottom: 20px;
}

.film_section .fild_area .main .investarea .modal-footer .form-inline {
  justify-content: space-between;
  width: 100%;
}

.film_section .fild_area .main .investarea .modal-footer .form-inline input.form-control {
  flex: 1;
}

.film_section .fild_area .main .investarea .modal-footer .form-inline button.btn {
  display: inline-block;
  cursor: pointer;
  margin-left: 20px;
  background: #631fff;
  border: none;
  transition: all 0.3s ease-in-out;
}

.film_section .fild_area .main .investarea .modal-footer .form-inline button.btn:hover, .film_section .fild_area .main .investarea .modal-footer .form-inline button.btn:focus {
  box-shadow: 0 0 0 2px #631fff;
  transition: all 0.3s ease-in-out;
  outline: none;
  border: none;
}

.film_section .fild_area .main .investarea .modal-footer .form-inline input.form-control {
  transition: all 0.3s ease-in-out;
  border: none;
}

.film_section .fild_area .main .investarea .modal-footer .form-inline input.form-control:focus {
  outline-color: none;
  box-shadow: none;
}

.film_section .fild_area .main .investarea .video_invest {
  margin-top: 30px;
  border-radius: 10px;
  height: 474px;
  width: 100%;
  border: 2px solid #631fff;
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .film_section .fild_area .main .investarea .video_invest {
    border: 0px;
    height: 330px;
  }
}

@media only screen and (max-width: 767px) {
  .film_section .fild_area .main .investarea .video_invest {
    height: auto;
  }
}

.film_section .fild_area .main .investarea .video_invest iframe {
  height: 100%;
}

.film_section .fild_area .main .investarea .video_invest iframe .SideDock_module_root__aeb51398 {
  display: none;
}

.film_section .fild_area .main .investarea .invest_text {
  margin-top: 30px;
}

.film_section .fild_area .main .investarea .invest_text p.bold {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

@media only screen and (max-width: 1199px) {
  .film_section .fild_area .main .investarea .invest_text p.bold {
    font-size: 18px;
  }
}

.film_section .fild_area .main .investarea .invest_img {
  margin: 20px 0px;
  display: block;
  text-align: center;
  position: relative;
}

.film_section .fild_area .main .investarea .invest_img::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 5px;
  left: 0;
  top: calc(50% - 3px);
  background: #383838;
}

@media only screen and (max-width: 767px) {
  .film_section .fild_area .main .investarea .invest_img::before {
    width: 50px;
  }
}

.film_section .fild_area .main .investarea .problem_invest {
  margin-top: 50px;
}

.film_section .fild_area .main .investarea .problem_invest h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.film_section .fild_area .main .investarea .problem_invest p {
  font-size: 17px;
  line-height: 28px;
}

.film_section .fild_area .main .investarea .problem_invest p span {
  font-weight: 500;
  color: rgb(0, 0, 0);
}

.film_section .fild_area .main .investarea .invest_buttons {
  display: flex;
  align-items: center;
  margin: 20px 0px 60px;
  justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
  .film_section .fild_area .main .investarea .invest_buttons {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .film_section .fild_area .main .investarea .invest_buttons {
    margin-bottom: 0px;
  }
}

.film_section .fild_area .main .investarea .invest_buttons .buttons_left ul li a {
  padding: 0px 10px;
  color: #848484;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}

.film_section .fild_area .main .investarea .invest_buttons .buttons_left ul li a:hover {
  color: #4700eb;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .film_section .fild_area .main .investarea .invest_buttons .button_right {
    margin-top: 10px;
  }
}

.film_section .fild_area .main .investarea .invest_buttons .button_right ul li {
  display: inline-block;
  padding: 0px 5px;
}

@media only screen and (max-width: 1199px) {
  .film_section .fild_area .main .investarea .invest_buttons .button_right ul li {
    margin: 5px 0px;
  }
}

.film_section .fild_area .main .investarea .invest_buttons .button_right ul li a {
  padding: 6px 10px;
  background: #f1ebff;
  font-size: 14px;
  color: #383838;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}

.film_section .fild_area .main .investarea .invest_buttons .button_right ul li a:hover {
  color: #4700eb;
  transition: all 0.3s ease-in-out;
}

.film_section .fild_area .main .investarea .investor_profile {
  margin: 70px 0px;
}

@media only screen and (max-width: 767px) {
  .film_section .fild_area .main .investarea .investor_profile {
    margin-bottom: 0px;
  }
}

.film_section .fild_area .main .investarea .investor_profile .investor_item {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .film_section .fild_area .main .investarea .investor_profile .investor_item {
    display: block;
    margin-bottom: 0px;
  }
}

.film_section .fild_area .main .investarea .investor_profile .investor_item .investor_pr {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .film_section .fild_area .main .investarea .investor_profile .investor_item .investor_pr {
    margin-bottom: 10px;
  }
}

.film_section .fild_area .main .investarea .investor_profile .investor_item .investor_pr .img_left {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(99, 31, 255, 0.2);
}

.film_section .fild_area .main .investarea .investor_profile .investor_item .investor_pr .img_right {
  margin-left: 20px;
}

@media only screen and (max-width: 1199px) {
  .film_section .fild_area .main .investarea .investor_profile .investor_item .investor_pr .img_right {
    flex: 1;
  }
}

.film_section .fild_area .main .investarea .investor_profile .investor_item .investor_pr .img_right h5 {
  font-size: 18px;
  margin-bottom: 5px;
}

.film_section .fild_area .main .investarea .investor_profile .investor_item .investor_pr .img_right p {
  margin-bottom: 0px;
  font-size: 17px;
  color: #848484;
}

.film_section .fild_area .main--slide {
  transition: margin-left 0.6s ease-out;
}

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

.lds-ellipsis {
  position: relative;
  left: 50px;
  bottom: 3px;
  margin: 0px 10px;
}

.lds-ellipsis div {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

.card.first_perks {
  border-top: 0px !important;
}

.film_info.mt_none div#accordion .card:nth-child(1) {
  border-top: 0px;
}

.film_menus a.active {
  border-right: 2px solid;
  padding-right: 10px;
}

input.purchase_btn {
  padding: 10px 20px;
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
  color: #4700eb;
  font-weight: 500;
  margin-right: 20px;
  cursor: pointer;
  border: 0px;
  background: #631fff;
  font-size: 18px;
  display: block;
  color: rgb(255, 255, 255);
}

.button_charity:hover, .button_charity, #btn-connect, #btn-disconnect {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border: 0px;
  background: #631fff;
  color: rgb(255, 255, 255);
}

#selected-account:hover {
  overflow: visible;
  position: absolute;
  white-space: unset;
  margin: 0;
  font-size: 12.5px;
  background: #fff;
}

#selected-account {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 63%;
  margin-left: 5px;
  cursor: pointer;
}

#prepare img {
  width: 15%;
  padding: 0;
}

#btn-connect {
  margin-left: 10px !important;
}

.credit-card-box input {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 7px;
}


/*  */
#myTabcus .nav-link {
	font-size: 14px;
}
#myTabcus .nav-link.active{
  background-color: #8652ff !important;
  color: #fff;
}
#myTabcus li {
  width: 50%;
}
#myTabcus li button {
  width: 100%;
  cursor: pointer;
  padding: 12px;
	font-weight: 600;
	font-size: 17px;
}
#myTabcus li:nth-child(1) button {
	border-radius: 10px 0 0 0;
}
#myTabcus li:nth-child(2) button {
	border-radius: 0 10px 0 0;
}