@charset "utf-8";
    a, a: hover {
    text-decoration: none;
}
img {
    border: 0;
    margin-bottom: -7px;
}
a {
    color: #000;
    cursor: pointer!important;
    text-decoration: none;
}
a:hover {
    color: #0a8eae;
}
* :focus {
    outline: 0;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul li {
    background-position: 5px 12px;
    background-repeat: no-repeat;
    margin: 5px 0 0;
    padding: 0 0 5px 25px;
}
.dbullet {
    list-style: disc;
    list-style-position: inside;
}
.dbullet li {
    padding: 0 0 0px 0px;
}
.nobullet li {
    background-image: none!important;
    background-position: 0!important;
    background-repeat: no-repeat!important;
    margin: 0!important;
    padding: 0!important;
}
.bullet1 li {
    background: url("../images/bullet1.png") 5px 7px/10px no-repeat;
    margin: 5px 0 0;
    padding: 0 0 5px 25px;
    line-height: normal;
    font-size: 16px;
}
::selection {
    color: #fff;
    background-color: #504CFF;
}
::-moz-selection {
    color: #fff;
    background-color: #504CFF;
}
::-webkit-selection {
    color: #fff;
    background-color: #504CFF;
}
::-webkit-scrollbar {
    width: 7px;
}
::-webkit-scrollbar-track {
    border-radius: 7px;
}
::-webkit-scrollbar-thumb {
    background: #504CFF;
    border-radius: 7px;
}
::-webkit-scrollbar-thumb:hover {
    background: #0a8eae;
}
#Arrowfix {
    position: fixed;
    right: 10px;
    bottom: 20px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    z-index: 99999999!important;
    background-color: #504CFF;
    text-indent: -9999px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}
#Arrowfix span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #fff;
}
#Arrowfix:hover {
    background-color: #ed1c24;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"}
.profile-main-loader {
    position: fixed;
    display: flex;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
}
.profile-main-loader .loader {
    background: url("../images/IE-Loader-Animation.svg") center/15% no-repeat;
    position: relative;
    margin: auto;
    width: 120px;
    height: 120px;
}
.profile-main-loader .loader:before {
    content: '';
    display: block;
    padding-top: 100%}
.circular-loader {
    -webkit-animation: 2s linear infinite rotate;
    animation: 2s linear infinite rotate;
    height: 100%;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
}
.loader-path {
    stroke-dasharray: 150, 200;
    stroke-dashoffset: -10;
    -webkit-animation: 1.5s ease-in-out infinite dash, 6s ease-in-out infinite color;
    animation: 1.5s ease-in-out infinite dash, 6s ease-in-out infinite color;
    stroke-linecap: round;
}
@-webkit-keyframes rotate {
    100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}@keyframes rotate {
    100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}@-webkit-keyframes dash {
    0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
}
50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
}
100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
}
}@keyframes dash {
    0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
}
50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
}
100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
}
}@-webkit-keyframes color {
    0%, 40%, 66%, 80%, 90% {
    stroke: #ed1c24;
}
}@keyframes color {
    0%, 40%, 66%, 80%, 90% {
    stroke: #ed1c24;
}
}.tab button {
    background-color: #eaeaea;
    border: 1px solid #504CFF;
    float: left;
    outline: 0;
    cursor: pointer;
    padding: 14px 20px;
    transition: .3s;
    font-size: 16px;
    color: #000;
    font-family: Nunito, sans-serif;
    font-weight: 700;
    letter-spacing: 0;
}
.tab button.active, .tab button:hover {
    background-color: #0e162b;
    color: #fff;
}
.tabcontent {
    display: none;
    padding: 0;
}
.btn3 .bordered {
    border: 1px solid #fff;
    margin-right: 18px;
}
.btn3 .bordered_vlt {
    border: 1px solid #9f1a75;
}
.btn3 .bordered1 {
    border: 1px solid #000;
}
.btn3 a, .button {
    display: inline-block;
    padding: 18px 30px;
    font-size: 24px;
    line-height: normal;
    border: none;
    box-sizing: border-box;
    text-decoration: none;
    border-radius: 40px;
    max-width: 100%;
    border: 1px solid #fff;
    transition: all 0.3s;
}
.btn3 a{
    width: 300px;
}
.btn3 a:hover {
    background: #fff;
    color: #1c206e!important;
}
.btn3 .bordered1:hover {
    background: #000;
    color: #fff!important;
}
.btn1 a {
    display: inline-block;
    padding: 1.089rem 10px;
    font-size: 18px;
    line-height: 18px;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
/*    border: 1px solid #504CFF;*/
    transition: all 0.3s;
}
.btn1 .bordered {
    border: 1px solid #fff;
    background-color: transparent;
}
.btn1 .bordered1 {
    color: #504CFF;
    border: 1px solid #504CFF;
    background-color: transparent;
}
.btn1 .bordered1:hover{
    background: #504CFF;
    color: #fff!important;
}
.btn1 .bordered:hover {
    background: #fff;
    color: #000!important;
}
/*.btn1 a:hover {
    background: transparent;
    color: #504CFF!important;
}*/
.btn1 a:hover span.bicon{
    filter: invert(1);
}
.bg_yellow {
    background-color: #F3A120;
}
.bg_black {
    background-color: #000;
}
.bg_light_black {
    background-color: #16121E;
}
.bg_light_black1 {
    background-color: #020204;
}
.bg_red {
    background-color: #E74500;
}
.bg_blue {
    background-color: #504CFF;
}
.bg_blue1 {
    background-color: #4643D9;
}
.bg_lgt_blue{
    background-color: #E0EBFF;
}
.bg_gray {
    background-color: #E7E5EA;
}
.bg_white {
    background-color: #fff;
}
.bg_purple {
    background-color: #854CFF;
}
.bg_lgt_vlt {
    background-color: #BB79FF;
}
.bg_grn{
    background-color: #2DB67B;
}

.text_purple{
    color: #854CFF;
}
.blue_clr {
    color: #504CFF;
}
.blue_clr1 {
    color: #4643D9;
}
.text_dark_blue {
    color: #1c206e;
}
.text_black {
    color: #000;
}
.text_black1 {
    color: #121212;
}
.text_red {
    color: #E74500;
}
.text_gray {
    color: #D3D3D3;
}
.vlt_clr {
    color: #0C0222;
}
.text-pink {
    color: #FA00FF;
}
.text_ylw {
    color: #ff8a00;
}
.fw_300 {
    font-weight: 300;
}
.fw_400 {
    font-weight: 400;
}
.fw_500 {
    font-weight: 500;
}
.fw_600 {
    font-weight: 600;
}
.fw_700 {
    font-weight: 700;
}
.idxheading1 {
    font-size: 54px;
    line-height: 52px;
}
.idxheading2 {
    font-size: 42px;
    line-height: normal;
}
.idxheading3 {
    font-size: 38px;
    line-height: 38px;
}
.idxheading4 {
    font-size: 24px;
    line-height: 24px;
}
.idxpara1 {
    font-size: 28px;
    line-height: normal;
}
.idxpara2 {
    font-size: 24px;
    line-height: 26px;
}
.idxpara3 {
    font-size: 22px;
}
.idxpara4 {
    font-size: 20px;
    line-height: normal;
}
.idxpara5 {
    font-size: 18px;
    line-height: 20px;
}

/**/

.dot{
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    vertical-align: middle;
}
.idxwhowill_left p::before {
  content: "";
  display: inline-block;
  border: 2px solid #3B7AFB;
  height: 25px;
  vertical-align: middle;
  margin-right: 5px;
}

.header-text{
    font-family: 'Satoshi-Regular', sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
  background: linear-gradient(91.16deg, #9795FF 1.74%, #FFFFFF 43.71%, #FFFFFF 61.62%, #BE9FFF 102.48%);
    background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}