@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/icons/blt-icon.png") 5px 3px/5px no-repeat;
    margin: 5px 0 0;
    padding: 0 0 5px 15px;
}
.bullet2 li{
    background: url("../images/chevrons-right.svg") no-repeat;
    margin: 5px 0 0;
    padding: 0 0 5px 25px;
}
::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: 18px;
    line-height: normal;
    border: none;
    box-sizing: border-box;
    text-decoration: none;
    border-radius: 4px;
    max-width: 100%;
    transition: .3s all;
}
.btn3 a{
    width: 250px;
}
.btn3 a:hover {
    background: #5570F1;
/*    color: #fff!important;*/
}
.btn3 .bordered1:hover {
    background: #5570F1;
    border: 1px solid #5570F1;
    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 #fff;
    transition: .3s all;
}
.btn1 .bordered {
    border: 1px solid #fff;
    background-color: transparent;
}
.btn1 .bordered1 {
    border: 1px solid #E74500;
    background-color: transparent;
}
.btn1 .bordered1:hover{
    background: #E74500;
    color: #fff;
    border: 1px solid #E74500;
}
.btn1 .bordered:hover {
    background: #fff;
    color: #000!important;
}
.btn1 a:hover {
    background: transparent;
    color: #fff!important;
    border: 1px solid #fff;
}
.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: #F15C5C;
}
.bg_blue {
    background-color: #3362AF;
}
.bg_blue1 {
    background-color: #0021B6;
}
.bg_lgt_blue{
    background: rgba(53, 72, 158, 0.10);
}
.bg_gray {
    background-color: #eeedff;
}
.bg_white {
    background-color: #fff;
}
.bg_lgt_purple {
    background-color: rgba(173, 68, 143, 0.10);
}
.bg_lgt_pink {
    background-color: #FFF8F0;
}
.bg_org{
    background-color: #F05C3D;
}

.text_purple{
    color: #AD448F;
}
.blue_clr {
    color: #35489E;
}
.text_dark_blue {
    color: #1c206e;
}
.text_black {
    color: #000000;
}
.text_black1 {
    color: #1D1F1E;
}
.text_red {
    color: #E74500;
}
.text_gray {
    color: #646A69;
}
.vlt_clr {
    color: #0C0222;
}
.text-pink {
    color: #FA00FF;
}
.text_org {
    color: #F05C3D;
}


.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: 62px;
    line-height: 110%;
    font-family: "Figtree", sans-serif;
}
.idxheading2 {
    font-size: 42px;
    line-height: normal;
}
.idxheading3 {
    font-size: 38px;
    line-height: 120%;
}
.idxheading4 {
    font-size: 24px;
    line-height: normal;
}
.idxpara1 {
    font-size: 28px;
    line-height: normal;
}
.idxpara2 {
    font-size: 24px;
    line-height: 140%;
}
.idxpara3 {
    font-size: 22px;
}
.idxpara4 {
    font-size: 20px;
    line-height: normal;
}
.idxpara5 {
    font-size: 18px;
}

/**/

.font_dmsans{
    font-family: "DM sans",serif;   
}
.font_dmmono{
    font-family: "DM MONO", monospace;   
}

.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;
}

.font_figtree{
    font-family: "Figtree", sans-serif;   
}
.font_poppins{
    font-family: Poppins, sans-serif;   
}
.font-sequel-roman{
    font-family: 'Sequel Sans Roman';
}
.font-sequel-sbold{
    font-family: 'Sequel Sans Semi Bold';
}
.font-sequel-oblique{
    font-family: 'Sequel Sans Oblique';
}
.font-sequel-medium{
    font-family: 'Sequel Sans Medium';
}
.font-sequel-light{
    font-family: 'Sequel Sans Light';
}

.bg-container{
    padding: 48px 96px;
    border-radius: 24px;
    background-color: #FFF7ED;
}
.cmn-str h2{
    letter-spacing: -1px;
}
.cmn-str p{
    line-height: 22px;
}

.adtnftrwrapper .bg-container{
    background-color: #F15C5C;
}