
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Thin.ttf")
  format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-ExtraLight.ttf")
  format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Light.ttf")
  format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Regular.ttf")
  format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Medium.ttf")
  format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-SemiBold.ttf")
  format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Bold.ttf")
  format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-ExtraBold.ttf")
  format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Black.ttf")
  format("truetype");
  font-weight: 900;
  font-style: normal;
}



*{
    border: none;
    margin: 0;
    padding: 0;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --primary: #00923D;
  --secondary: #80B742;
  --red-title-text:#F73859;
  --dark-background: #121c22;
  --light-background: #e1e6e9;
  --warning-color: #ffc107;
  --success-color: #28a745;
  --danger-color: #dc3545;
}

body {
  /* background-color: #f8f9fa;     */
  font-family:  "Poppins", sans-serif;
  font-weight: 400;
}

body,p {
  font-family: "Poppins", sans-serif !important;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6{
  font-family: "Poppins", sans-serif !important;
}

p{
  font-size: 16px;
}

/* ==== Comman css start ==== */

::-moz-selection{
  color: var(--white);
  background-color: var(--primary);
}

::selection{
  color: var(--white);
  background-color: var(--primary);
}

img{
  max-width: 100%;
}

a,
a:hover,
a:focus{
  text-decoration: none;
}
p{
  margin-bottom: 0;
}
a:focus{
  outline: none;
  box-shadow: none;
}
.nav-link:focus-visible {
  outline: navajowhite;
  box-shadow: none;
}

#button {
  transition: background-color .3s, 
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 80px;
  right: 20px;
  border-radius: 50px;
  z-index: 999;
  background: #F4415F;
  font-size: 14px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

#button::after {
  content: "\f286";
  font-family: "bootstrap-icons";
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: normal;
  color: var(--white);
}
#button.show {
  opacity: 1;
  visibility: visible;
}
.whatsapp-msg .wp-float-btn:hover,.whatsapp-msg .wp-float-btn {
  transition: all .5s ease-in-out;
  position: fixed;
  bottom: 25px;
  right: 20px;
  border-radius: 50px;
  z-index: 999;
  background: #80B742;
  font-size: 18px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #ffffff;
  line-height: 40px;
  box-shadow: 0px 0px 30px 10px rgb(0 0 0 / 12%);
}

.wp-float-btn:hover, .wp-float-btn {
  transition: all .5s ease-in-out;
  position: fixed;
  bottom: 25px;
  right: 20px;
  border-radius: 50px;
  z-index: 999;
  background: #80B742;
  font-size: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #ffffff;
  line-height: 40px;
  box-shadow: 0px 0px 30px 10px rgb(0 0 0 / 12%);
}

/* header css */
.mobile_device {
  display: none; 
}
.site-header {
    border-bottom: 1px solid #484848;
    width: 100%;
}
.navbar {
    background-color: var(--black) !important;
    padding: 0 !important;
}
.navbar-nav .nav-link{
    padding: 10px 15px !important;
}
.navbar-nav .nav-link.active{
  color: #ddd !important;
}
.navbar-nav .nav-link,.navbar-nav .nav-item a,.navbar-nav .nav-item span {
    color: #ddd;
    font-family: "Poppins", sans-serif;
}
.navbar-nav .nav-link, .navbar-nav .nav-link.show {
    color: var(--white);
}
.phonenuber {
    margin-left: 10px;
    padding: 7px 12px;
}
.phonenuber .timing {
    font-size: 14px;
    padding-left: 2px;
    margin-top: -2px;
    display: block;
    text-align: left;
    color: var(--white) !important;
    font-weight: 200;
}
.phonenuber .nav-link,.phonenuber .nav-link i {
  color: var(--secondary) !important;
  font-weight: 300;
  font-size: 16px !important;
  padding: 0px !important;
}
.whatsapp-number a {
  font-size: 22px !important;
  font-weight: 300;
  position: relative;
  top: 5px;
}
.whatsapp-number i {
  color: var(--secondary);
}
button.navbar-toggler {
  background-color: var(--red-title-text);
  color: var(--white);
}
.navbar-toggler:focus{
  outline: none !important;
  box-shadow: none !important;
}
button.navbar-toggler .navbar-toggler-icon{
  filter: brightness(0) saturate(100%) invert(97%) sepia(0%) saturate(445%) hue-rotate(112deg) brightness(114%) contrast(100%);
}



/* banner section */
.main-banner,.trader-video-section,section.mentorship-card-section,.insider-trading-section,.course-detail,.big-bouns-section,.trade-detail-section,.modules-section,
.schedule-section,.discord-trader-section,.trader-profile-section,.faq-section,.member-testimonial-section{
  padding: 70px 0;
}
.main-banner{
    background-color: var(--black);
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.main-banner .course-title {
    color: #61CE70;
    font-size: 36px;
    line-height: 1.4em;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.main-banner .subtitle {
    color: #61CE70;
    font-size: 22px;
    line-height: 1.4em;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.main-banner .small-title{
    color: var(--white);
    font-size: 21px;
    margin-bottom: 40px;
}
.main-banner .small-title a{
    color: var(--white);
    font-size: 21px;
    margin-bottom: 20px;
    font-weight: bold;
    text-decoration: underline;
}
.main-banner .description {
    margin-top: 20px;
    color: var(--white);
    font-size: 18px;
    line-height: 1.6;
    width: 100%;
    margin: 0 auto;
}

.main-banner .description span {
    text-decoration: underline;
}

.main-banner .cta {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
}

.main-banner .enroll-btn {
  display: inline-block;
  margin-top: 30px;
  padding: 17px 20px;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
  background-color: var(--red-title-text);
  border: none;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.main-banner .enroll-btn i{
  color: #ffac33;
}
.main-banner .enroll-btn:hover {
    background-color: var(--red-title-text);
}

.trader-video-section h2.title-text{
    color: var(--red-title-text);
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;
}

.main-video-wrapper,
.member-video{
  width: 100%;
  max-width: 770px;
  margin: 0 auto !important;
}

.main-video-wrapper iframe,
.member-video iframe{
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}


/*  */
section.mentorship-card-section,.course-detail,.trade-detail-section,.modules-section,.faq-section,.member-testimonial-section {
  background-color: #F2F2F2;
}

.mentorship-card-section h2.title-text {
  font-size: 32px;
  color: var(--red-title-text);
  /* margin-bottom: 20px; */
  margin-bottom: 0px;
  font-weight: 700;
  text-align: center;
}
.mentorship-card-section .card-wrapper {
  padding-top: 34px;
  position: relative;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}
.mentorship-card-section .card-wrapper::after{
  content: "";
  position: absolute;
  top: -15px;
  background-image: url("../images/right.png");
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 60px;
  max-height: 75px;
}
.mentorship-card-section .card-wrapper::before{
  content: "";
  position: absolute;
  top: -15px;
  background-image: url("../images/left.png");
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 60px;
  max-height: 75px;
}

.mentorship-card-section .mentoship-card {
  background: #fff;
  border-radius: 10px; 
  max-width: 360px;
  margin: 0 auto;
  border: 1px solid #00000017;
  overflow: hidden;
  transition: 0.3s all;
}
.mentorship-card-section .mentoship-card:hover{
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.mentorship-card-section .mentoship-card .card-title {
  background-color: var(--black);
  padding: 14px 14px 14px 14px;
  color: #fff;
}
.mentorship-card-section .mentoship-card h2 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.mentorship-card-section .mentoship-card .card-body{
  padding: 20px;
  background-color: #f7f7f7;
}
.mentorship-card-section .price {
  font-size: 36px;
  color: #333;
  margin: 0px 0 40px; 
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mentorship-card-section .price .old-price {
  font-family: "Poppins", Sans-serif;
  text-decoration: line-through;
  color: var(--red-title-text);
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 15px;
}
.mentorship-card-section .price .new-price{
  font-size: 65px;
  color: var(--black);
  font-weight: 500;
  line-height: .8;
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.mentorship-card-section .price .new-price span{
  margin-right: 3px;
    line-height: 1;
    font-size: .3em;
}
.mentorship-card-section .price .offer-text {
  background-color: #FEAA43;
  padding: 4px 10px;
  width: fit-content;
  border-radius: 0;
  color: #fff !important;
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  text-transform: none;
  font-weight: 400;
}

.mentorship-card-section .features {
  text-align: left;
  margin: 20px 0;
  padding: 0;
  color: #7a7a7a;
}
.mentorship-card-section .features li {
  list-style: none;
  color: #7a7a7a;
  font-family: "Poppins", Sans-serif;
  font-weight: 400;
  line-height: 20px;
  font-size: 14px;
  position: relative;
  padding-left: 25px;
}
.mentorship-card-section .features li:not(:first-child)::before{
  content: "";
  display: block;
  border: 1px solid #DDDDDD66;
  margin: 15px 0;
}

.mentorship-card-section .features li::after {
  content: '\f26B';
  position: absolute;
  left: 0;
  top: 70%;
  transform: translateY(-50%);
  color: #7a7a7a;
  font-size: 16px;
  font-family: "bootstrap-icons";
  font-weight: 600;
}

.mentorship-card-section .pay-button {
  display: block;
  background: #ff3366;
  color: #fff;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}

.mentorship-card-section .arrows {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 30px;
}

.mentorship-card-section .arrows span {
  font-size: 24px;
  transform: rotate(-30deg);
}

.insider-trading-section h2.title-text{ 
  color: var(--red-title-text);
    font-size: 30px;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 20px;
}
.insider-trading-section p.insider-pera {
  color: var(--black);
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}
.img-with-content {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 30px !important;
  position: relative;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
.img-with-content .main-content {
  padding: 30px;
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.12);
  position: absolute;
  width: 100%;
  max-width: 630px;
  right: 0;
  top: 0;
}
.img-with-content .main-content p {
  margin-bottom: 0;
  color: var(--black);
  font-size: 27px;
  font-weight: 500;
  font-style: italic;
}
.img-with-content .left-img {
  width: 100%;
  max-width: 370px;
  margin-top: 40px;
}
.img-with-content .right-img {
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 300px;
}

.title_with_border h2.title-text{
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 1;
  padding-bottom: 25px;
  margin-bottom: 35px !important;
  position: relative; 
  max-width: fit-content;
  margin: 0 auto;
}
.title_with_border h2.title-text::after {
  content: "";
  border: 1px solid #ff3366;
  position: absolute;
  bottom: 0;
  width: 30%;
  left: 35%;
  transform: translateY(-50%);
}
.course-list-wrapper ul {
  list-style: none;
  padding: 0;
}
.course-list-wrapper ul li {
  padding-left: 25px;
  position: relative;
  color: var(--black);
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 30px;
}
.course-list-wrapper ul li::before {
  content: "\f280";
  position: absolute;
  font-size: 15px;
  font-family: "bootstrap-icons";
  font-weight: 400;
  color: var(--red-title-text);
  left: 0;
  top: 0px;
}
.managment-img img {
  width: 100%;
  max-width: 400px;
  height: 100%;
  object-fit: cover;
  max-height: 500px;
}
.read-more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 30px;
}
.read-more-button a {
  display: inline-block;
  margin-top: 30px;
  padding: 17px 15px;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
  background-color: var(--red-title-text);
  border: none;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.read-more-button a i{
  color: #ffac33;
  font-size: 21px;
}
.course-detail .details-wrapper h2.sub-title {
  color: var(--red-title-text);
  line-height: 1.2em;
  text-align: center;
  font-size: 40px;
  margin-bottom: 20px;
}
.course-detail .details-wrapper h2.sub-title span ,.course-detail .details-wrapper h3 span{
  font-weight: 600;
  text-decoration: underline;
}
.course-detail .details-wrapper p{
  text-align: center;
  color: var(--black);
  font-size: 24px;
  margin-bottom: 20px;
}
.course-detail .details-wrapper h3{
  color: var(--red-title-text);
  line-height: 1.2em;
  text-align: center;
  font-size: 24px;
}
.course-detail .course-list-wrapper ul li {
  line-height: 24px;
}
.course-detail .read-more-button{
  margin: 5px 0 50px;
}
.course-detail .read-more-button a{
  margin-top: 25px;
}
.big-bouns-section .bouns-main-box {
  border: 2px dashed var(--black);
  border-radius: 10px;
  padding: 30px;
  background-color: var(--white);
  position: relative;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  box-shadow: 3px 5px 10px rgba(0,0,0,0.12);
}
.big-bouns-section .bouns-main-box::after {
  content: "";
  background-image: url("../images/right-img.png");
  position: absolute;
  top: 55px;
  left: 15px;
  background-repeat: no-repeat;
  width: 90px;
  height: 90px;
  background-size: contain;
}
.big-bouns-section .bouns-main-box p {
  margin-bottom: 0;
  color: var(--black);
  font-size: 22px;
  font-weight: 500;
  position: relative;
  z-index: 9;
  text-align: center;
}
.big-bouns-section .bouns-wrapper {
  margin-top: 40px;
  text-align: center;
  padding-top: 40px;
}
.big-bouns-section .bouns-wrapper h2.title-text {
  text-align: center;
  color: var(--black);
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}
.big-bouns-section .bouns-wrapper p {
  text-align: center;
  color: var(--black);
  font-size: 22px;
}
.big-bouns-section .bouns-wrapper p span{
  font-weight: bold;
}

.trade-detail-section h2.title-text {
  font-size: 28px;
  color: var(--red-title-text);
  margin-bottom: 20px;
  font-weight: 400;
  text-align: center;
}
.trder-wrapper{
  align-items: center;
}
.trade-detail-section .trade-main-img{
  margin: 20px 0;
}
.trade-detail-section .trade-main-img img{
  width: 100%;
  max-width: 400px;
  object-fit: cover;
}
.trade-detail-section .trader-main-container p:last-child{
  margin-bottom: 0;
}
.trade-detail-section .trader-main-container p {
  color: var(--black);
  margin-bottom: 30px;
  font-size: 16px;
}
.trade-detail-section .trader-main-container p span{
  font-weight: bold;
}
.trade-detail-section .subtitle h2{
  font-size: 24px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.trade-detail-section .read-more-button a{
  margin-top: 0;
}

.modules-section h2.list-title{
  font-size: 20px;
  color: var(--red-title-text);
  margin-bottom: 20px;
}
.schedule-section .details-wrapper h2.title-text {
  font-size: 31px;
  font-weight: 500;
  line-height: 1.4em;
  margin-bottom: 20px;
}
.schedule-section .details-wrapper p.pera {
  font-weight: 400;
  line-height: 2.1em;
  color: #7a7a7a;
  font-size: 16px;
  margin-bottom: 35px;
  padding-right: 100px;
}
.schedule-section .icon-box-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.schedule-section .icon-box-wrapper .icon-box.lifetime-card{
  margin: 85px 0px 0px 0px;
}
.schedule-section .icon-box-wrapper .icon-box {
  padding: 15px;
  border: 1px solid black;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  width: 100%;
  max-width: 265px;
}
.schedule-section .icon-box-wrapper .icon-box .card-img {
  margin: 30px 0px 0px 0px;
}
.schedule-section .icon-box-wrapper .icon-box .card-img img {
  width: 55px;
}
.schedule-section .icon-box-wrapper .icon-box h3.card-title {
  font-weight: 400;
  margin: 30px 0px 11px 0px;
  line-height: 1.2;
  font-size: 24px;
}
.schedule-section .icon-box-wrapper .icon-box p.card-pera{
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8em;
  color: #282828;
  margin: 0px 0px 30px 0px;
}

.discord-trader-section .main-title h2.title-text {
  font-size: 28px;
  color: var(--red-title-text);
  margin-bottom: 30px;
  font-weight: 400;
  text-align: center;
}
.discord-trader-section .discord-details-box p {
  text-align: left;
  color: var(--black);
  margin-bottom: 35px;
}
.discord-trader-section .subtitle h2 {
  font-size: 30px;
  line-height: 1.5em;
  text-align: center;
}
.discord-trader-section .trader-img img {
  width: 100%;
  max-width: 460px;
  height: 100%;
  max-height: 350px;
  object-fit: cover;
}
.discord-trader-section .read-more-button {
  margin: 20px 0 15px;
}
.discord-trader-section .read-more-button a{
  padding: 20px 40px;
  margin-top: 20px;
	animation-name: jump;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  font-weight: 500;
}
.discord-trader-section .read-more-button a i{
  margin-right: 12px;
  font-size: 15px;
  color: #fff;
}
@keyframes jump {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.trader-profile-section .main-title h2.title-text{
  color: var(--red-title-text);
  text-align: center;
  margin-bottom: 30px;
}
.trader-profile-section .main-title h4.sub-title{
  font-style: italic;
  line-height: 1.3em;
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
}
.trader-profile-section .trader-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.trader-profile-section .trader-info .trader-img{
  width: 100%;
  max-width: 200px;
  height: 100%;
  max-height: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
}
.trader-profile-section .trader-info .user-details{
  text-align: center;
}
.trader-profile-section .trader-info .user-details .user-title{
  text-align: center;
  margin-bottom: 10px;
  font-size: 28px;
}
.trader-profile-section .trader-info .user-details .user-positions{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}
.trader-profile-section .trader-info .user-details .user-positions p {
  width: 100%;
  max-width: 265px;
  color: #7a7a7a;
  font-size: 16px;
  margin-bottom: 3px;
}

.trader-profile-section .trader-disc p{
  color: #7a7a7a;
  margin-bottom: 35px;
  font-weight: 400;
  line-height: 1.8em;
}
.trader-profile-section .trader-disc h5.highlight-text {
  color: var(--red-title-text);
}


.faq-section .title-text h4{
  margin-bottom: 20px;
  font-size: 28px;
}
.faq-section .faq__wrapper{
  margin-bottom: 50px;
}
.faq-section .faq__wrapper .faq__link {
	display: block;
	margin: 0;
  color: #0A1B51;
  text-decoration: none;
  font-weight: 500;
}
.faq-section .faq__wrapper.is-text-link h3 {
  color: #0A1B51;
  font-size: 16px;
  padding: 10px 10px 10px 0;
  margin-bottom: 20px;
}
.faq-section .faq__wrapper.has-icon .faq__link:before {
  color: var(--red-title-text);
	display: inline-block;
  font-size: 16px;
	float: left;
  font-family: "bootstrap-icons";
	margin: 0;
  margin-right: 10px;
	-webkit-font-smoothing: antialiased;
	transition: transform 0.25s linear;
	-webkit-transition: -webkit-transform 0.25s linear;
  position: absolute;
  top: 9px;
  left: 0;
  margin-bottom: 0 !important;
}
.faq-section .faq__wrapper.is-text-link h3{
  position: relative;
  padding-left: 25px;
}
.faq-section .faq__wrapper.has-icon .faq__link[aria-expanded="false"]:before {
  content: "\f4F9";
  transform: rotate(90deg);
}
.faq-section .faq__wrapper.has-icon .faq__link[aria-expanded="true"]:before {
	content: "\f2E5";
	transform: rotate(180deg);
}
.faq-section .faq__wrapper .faq__content {
  margin-left: 0;
  padding-bottom: 0.5rem;
  font-family: "Muli", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #6C7697;
}
.faq-section .faq__wrapper .faq__content a{
  color: var(--red-title-text);
}
.faq-section .pament-police-wrapper,.faq-section .refund-police-wrapper,.faq-section .disclaimer-wrapper{
  margin-bottom: 40px;
}

.faq-section p.pera-text{
  color: var(--black);
}


.member-testimonial-section .title_with_border h2.title-text{
  margin-bottom: 65px !important;
  line-height: 40px;
}
.member-testimonial-section .member-msg {
  position: relative;
  margin-bottom: 20px;
}
.member-testimonial-section .member-msg img {
  box-shadow: 3px 5px 10px rgba(0,0,0,.12);
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.member-testimonial-section .member-video {
  margin-top: 35px !important;
}
.member-testimonial-section .member-video iframe{
  width: 100%;
  height: 100%;
}

/* footer section */
.footers {
    padding: 40px 0px;
    background-color: var(--black);
    position: relative;
}
.footers .container {
    position: relative;
    z-index: 100;
}
.footers .logo_footer {
    width: 145px;
    margin-bottom: 30px;
}
.footers .cont_center {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.footers .compnayinfo {color: #fff;}