/**
* Author: Sukanta Sen
* License: https://modernalgos.com
*/

:root {
    --pastel-green: #E1F6F1;
    --greenBGSB: #30b54b;
    --blueBG: #ADD8E6;
    --dark: #221f20;
    --gray: #73787e;
    --gray-dark: #575757;
    --gray-light: #ccc;
    --silver: #F6F6F6;
    --white-smoke: #f5f5f5;
    --blue-dark: #012b4e;
    --blue: #095a9e;
    --sky-blue: #94ceff;
    --violet: #6473f9;
    --lavender-blue: #D2DAFF;
    --pastel-lilac: #D0D1E9;
    --lavender-blue2: #E4EDFC;
    --green: #30b54b;
    --green-light: #8dffa4;
    --green02: #00ab22;
    --green03: #7bfe24;
    --green-extraLight: #EFFCF2;
    --limeBG: #f8ffd5;
    --avocado-light: #E3E2C8;
    --light: #e6f1f7;
    --alice-blue: #f4f7ff;
    --ice-blue: #C6EFEF;
    --red: #FF3535;
    --red-light1: #FF6565;
    --red01: #cb0000;
    --red02: #ff8181;
    --red-light: #ffcccc;
    --red-extraLight: #FFEFEF;
    --lightBG: #f7f7f7;
    --orange: #F4B545;
    --Yellow-light: #f2e2aa;
    --bananaBG: #fff7e1;
    --lavenderBG: #e2e4ff;
    --lavender-light: #E6D8E2;
    --llueZirconBG: #c6ffff;
    --sky-blue-light: #E8F7FA;
    --silica-dream: #E0DCDC;
    --light-pastel-green: #DFF6F0;
    --dull-pastel-green: #E4EBE6;
    --magnolia: #F9F1FF;
    /* landing page post login */

    --bg-color01: #F3F1FF;
    --bg-color02: #F1FDFF;
    --bg-color03: #FFF8F1;
    --colour04: #e7e7e7;
    --bold: bold;
    --medium: 500;
    --font-opensans: 'Open Sans', sans-serif;
    --font-poppins: Poppins, sans-serif;
    --font-raleway: Raleway, sans-serif;
    --font-monospace: 'SFMono-Regular', Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    --font-varela-round: 'Varela Round', sans-serif
}

/***Scrollbar common***/
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
}

    ::-webkit-scrollbar:vertical {
        width: 5px;
    }

    ::-webkit-scrollbar:horizontal {
        height: 5px;
    }

::-webkit-scrollbar-thumb {
    background-color: var(--blue-dark);
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

.scrolling_X {
    overflow-x: scroll;
    overflow-y: inherit;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    font-family: var(--font-poppins);
    color: var(--dark);
    font-size: 0.8rem;
}

.mob_bottom,
.mob_text {
    display: none;
}

body,
.btn,
.form-select, .form-select-sm,
.timeline-item label,
.input-group .input-group-text,
.Profile_page .table td,
.form-check .fs-ip,
.scalping .fs-ip,
.w-picks .dropdown-menu {
    font-size: 0.8rem !important;
}




.sub-heading {
    font-size: 0.8rem;
}

*:focus {
    outline: none !important;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus,
.form-select:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

textarea:focus,
input:focus,
select:focus input[type=submit]:focus {
    outline: none !important;
}


@media screen and (max-width: 768px) {

    body,
    .btn,
    .form-select, .form-select-sm,
    .form-control,
    .timeline-item label,
    .Profile_page .table td,
    .form-check .fs-ip,
    .scalping .fs-ip,
    .w-picks .dropdown-menu {
        font-size: 0.7rem !important;
    }

    .timeline-item .btn-group-sm label, .timeline-item .form-select-sm label {
        font-size: 0.7rem !important;
    }

    .sub-heading {
        font-size: 0.7rem;
    }

    .form-select {
        padding: 0.6rem 0.6rem;
        padding-right: 25px;
    }
    /* .input-group .input-group-text{
    font-size: 0.8rem !important;
  } */
    .mob_bottom,
    .mob_text {
        display: block;
    }

    /* .form-select, .form-control{
  height: 31px !important;
} */
    .input-group-text {
        line-height: 1.3;
    }

    .sec_heading h1 {
        font-size: 2rem;
    }

    .form-check-input {
        margin-right: 3px;
        height: 13px;
        width: 13px;
        /* width: 1.5em;
    height: 1.5em; */
    }
}

@media screen and (min-width: 769px) and (max-width: 1440px) {

    body,
    .btn,
    .form-select, .form-select-sm,
    .timeline-item label,
    .input-group .input-group-text,
    .Profile_page .table td,
    .form-check .fs-ip,
    .scalping .fs-ip,
    .w-picks .dropdown-menu {
        font-size: 0.8rem !important;
    }

    .timeline-item .btn-group-sm label, .timeline-item .form-select-sm label {
        font-size: 0.8rem !important;
    }

    .timeline-item .btn-group label {
        font-size: 0.8rem !important;
    }

    .form-select, .form-control {
        padding: 0.54rem 0.54rem !important;
    }

    .sub-heading {
        font-size: 0.8rem;
    }
    /* .form-select, .form-control{
    height: 32px !important;
  } */
    .input-group-text {
        line-height: 1.3;
    }

    .sec_heading h1 {
        font-size: 2.5rem;
    }
}

a {
    color: var(--blue);
    text-decoration: none;
}

    a:hover {
        color: #469fdf;
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-poppins);
}

h5 {
    font-size: 1rem;
}

.fs-7 {
    font-size: 0.7rem !important;
}

@media only screen and (min-width: 992px) {
    .fs-md-normal {
        font-size: inherit !important;
    }
}

.text-bold {
    font-weight: bold;
}

.text-right {
    text-align: right;
}

::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

/* Chrome <=56, Safari < 10 */
:-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

/* FF 4-18 */
::-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

/* FF 19-51 */
:-ms-input-placeholder {
    opacity: 1;
    -ms-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

/* IE 10+ */
::placeholder {
    opacity: 1;
    transition: opacity 0.5s;
}

/* Modern Browsers */

*:focus::-webkit-input-placeholder {
    opacity: 0;
}

/* Chrome <=56, Safari < 10 */
*:focus:-moz-placeholder {
    opacity: 0;
}

/* FF 4-18 */
*:focus::-moz-placeholder {
    opacity: 0;
}

/* FF 19-50 */
*:focus:-ms-input-placeholder {
    opacity: 0;
}

/* IE 10+ */
*:focus::placeholder {
    opacity: 0;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Modern Browsers */

.b-gray {
    border-color: var(--gray) !important;
}

.border-orange {
    border-color: var(--orange);
}



textarea:focus,
input:focus,
select {
    outline: none;
}

.form-control {
    font-size: 0.8rem;
    padding: 0.65rem 0.65rem;
    line-height: 1.42857143;
}

/* @media only screen and (max-width: 992px) {
  .input-group-text {
    padding: .375rem .15rem;
  }
  
} */

/* .form-control, .form-select  */
.form-select {
    display: block;
    width: 100%;
    /* height: 40px; */
    /* padding: 10px 12px; */
    padding: 0.65rem 0.65rem;
    padding-right: 25px !important;
    font-size: 0.8rem;
    line-height: 1.42857143;
    color: #555;
    background-size: 10px 12px;
    background-position: right .52rem center;
    /* background-color: #fff; */
    /* background-image: none; */
    /* border: 1px solid #ccc; */
    border-radius: 4px;
    /* -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%); */
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .form-control:focus,
    .form-select:focus {
        background-color: transparent;
        border-color: #ced4da;
        /* Change to your desired border color */
        outline: 0;
        /* Remove the default outline */
        /* box-shadow: none; */
    }

@media only screen and (max-width: 992px) {
    .form-select {
        /* padding: .75rem .75rem; */
        padding-right: 25px;
    }
}

.input-group > .form-control-sm {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-group-sm .input-group-text,
.input-group-sm .form-control {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: .875rem;
    border-radius: 0.25rem;
    height: 30px !important
}


.form-select-sm {
    padding-right: 8px !important;
    padding-top: .45rem;
    padding-bottom: .45rem;
}



/* .form-control-sm{
  height: 36px;
} */

/* input[type="button"],
input[type="submit"],
input[type="reset"] {
  font-family: var(--font-raleway) !important;
  font-weight: 600;
  font-size: 0.875rem;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  background-color: var(--blue-dark);
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important;
  border: 2px solid var(--blue) !important;
} */
/* .btn-group-sm>.btn, .btn-sm {
  padding: 8px 12px !important;
  font-size: 12px !important;
  border-radius: 4px !important; 
} */
/* .btn-group[aria-label="toggle"] .btn.btn-sm{
  padding: 4px 12px !important;
} */
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
    /* background-color: var(--blue); */
    /* color: #fff !important; */
    text-decoration: none !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: textfield !important;
    margin: 0;
}

/* .form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
} */

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield !important;
}

/* disabled button */
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    /* color: var(--bs-btn-disabled-color); */
    /* pointer-events: none; */
    background-color: var(--dark);
    border-color: var(--dark);
    /* opacity: var(--bs-btn-disabled-opacity); */
}




.full_width {
    width: 100%;
}

.text-left {
    text-align: left;
}

.radius24 {
    border-radius: 24px !important;
}

.radius20 {
    border-radius: 20px !important;
}

@media(max-width:768px) {
    small {
        font-size: 11px;
    }

    .radius8 {
        border-radius: 8px !important;
    }
}

/* #heroImg-01{
  background: url(../img/json_icon/money.gif);
} */
/*------------------------------
 background color 
 ---------------------------*/

.pastelGreen {
    background-color: var(--pastel-green)
}

.darkBG {
    background-color: var(--dark);
}

.lightBG {
    background-color: var(--light);
}

.whiteSmokeBG {
    background-color: var(--white-smoke);
}

.silverBG {
    background-color: var(--silver);
}

.aliceBlue {
    background-color: var(--alice-blue) !important;
}

.ice-blue {
    background-color: var(--ice-blue);
}

.pastel-lilac {
    background-color: var(--pastel-lilac);
}

.whiteBG {
    background-color: #fff !important;
}

.gray-lightBG {
    background-color: var(--gray-light) !important;
}

.green-SBBG {
    background-color: var(--greenBGSB) !important;
}

.aliceBlueRow {
    background-color: var(--alice-blue) !important;
}

.bananaBG {
    background-color: var(--bananaBG);
}

.lavenderBG {
    background-color: var(--lavenderBG);
}

.lavender-blueBG {
    background-color: var(--lavender-blue);
}

.lavender-blueBG2 {
    background-color: var(--lavender-blue2);
}


.limeBG {
    background-color: var(--limeBG);
}

.orangeBG {
    background-color: var(--orange);
}

.llueZirconBG {
    background-color: var(--llueZirconBG) !important;
}

.greenBG {
    background-color: var(--green);
}

.greenLightBG {
    background-color: var(--green-light);
}

.yellowLightBG {
    background-color: var(--Yellow-light);
}

.lavenderLightBG {
    background-color: var(--lavender-light);
}

.skyBlueBG {
    background-color: var(--sky-blue);
}

.violetBG {
    background-color: var(--violet);
}

.skyBlueLightBG {
    background-color: var(--sky-blue-light);
}

.avocadoLightBG {
    background-color: var(--avocado-light);
}

.silicaDream {
    background-color: var(--silica-dream);
}

.green-extraLightBG {
    background-color: var(--green-extraLight) !important;
}

.red-extraLightBG {
    background-color: var(--red-extraLight) !important;
}

.light-pastel-green {
    background-color: var(--light-pastel-green);
}

.dull-pastel-greenBG {
    background-color: var(--dull-pastel-green) !important;
}

.red-light {
    background-color: var(--red-light);
}

.blueBG2 {
    background-color: #56B0FF;
}

.orangeBG {
    background-color: #FFA200;
}

.lightRedBG {
    background-color: #F96C92;
}

.redBG-1 {
    background-color: #FFF6F6;
}

.magnoliaBG {
    background-color: var(--magnolia);
}

/* post login landing page */
.bgColor01 {
    background-color: var(--bg-color01);
}

.bgColor02 {
    background-color: var(--bg-color02);
}

.bgColor03 {
    background-color: var(--bg-color03);
}

.buySellBG {
    background-color: var(--colour04);
}


.rowSpace {
    border-collapse: separate !important;
    border-spacing: 0 7px !important;
}

.rowSpace-1 {
    border-collapse: separate !important;
    border-spacing: 0 1px !important;
}







.form-group label {
    margin-bottom: 5px;
}

.link {
    cursor: pointer;
}

.note {
    font-size: 12px;
    color: var(--blue);
}

.note_input {
    font-size: 12px;
    color: var(--gray);
}

.nav-underline {
    --bs-nav-underline-gap: 1rem;
    --bs-nav-underline-border-width: 0.125rem;
    --bs-nav-underline-link-active-color: var(--green);
    gap: var(--bs-nav-underline-gap);
}

    .nav-underline .nav-link.active,
    .nav-underline .show > .nav-link {
        font-weight: 600;
        color: var(--green);
        border-bottom: 2px solid var(--green);
    }

    .nav-underline .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

.nav-link {
    color: var(--gray-dark);
}

/*----------------------------
 containerHome 
-------------------------------*/

.containerHome-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.containerHome-fluid {
    max-width: 970px;
}

@media only screen and (min-width: 1200px) {
    .containerHome-fluid {
        max-width: 1170px;
    }
}

@media screen and (min-width: 1300px) {
    .containerHome-fluid {
        max-width: 1170px;
    }
}

@media screen and (min-width: 1440px) {
    .containerHome-fluid {
        max-width: 1280px;
    }
}

@media screen and (min-width: 1600px) {
    .containerHome-fluid {
        max-width: 1600px;
    }
}

@media only screen and (max-width: 479px) {
}

@media only screen and (max-width: 992px) {
    .containerHome-fluid {
        max-width: 750px;
    }
}

/*----------------------------
text-color
-------------------------------*/
.textDark {
    color: var(--dark) !important;
}

.textSuccess {
    color: var(--green) !important;
}

.textDanger {
    color: var(--red);
}

.textDarkBlue {
    color: var(--blue-dark);
}



.textBlue {
    color: var(--blue) !important;
}

.texViolet {
    color: var(--violet);
}

.texGrayDark {
    color: var(--gray-dark);
}

.texGrayLight {
    color: var(--gray-light);
}

.textBlue2 {
    color: #56B0FF;
}



.textOrange {
    color: #FFA200;
}

.textWhite {
    color: white !important;
}

.textBlack {
    color: #000 !important;
}

input.textBlack:hover {
    color: #000 !important;
}

/*------------------------------
 background color 
 -------------------------------*/
.bgGray {
    background-color: #fafafa;
    /* background-image: linear-gradient(to bottom right, #FFFFFF, #EFEFEF); */
}

.bgGrayLight {
    background-color: var(--gray-light);
}

.bgWhite {
    background-color: white !important;
}

.h_data {
    height: 22vh;
    overflow-x: scroll;
    /* overflow-y: scroll; */
}

.strikebgcolor {
    background-color: #1ac47b !important;
    color: #fff;
}

.blue_bg {
    background-color: var(--blue-dark);
}

/*----------------------------
buttons 
-------------------------------*/
.btn-primary {
    color: #fff;
    background-color: var(--blue-dark);
    border-color: var(--blue-dark);
}

.btn-secondary {
    color: #fff;
    background-color: var(--gray-dark);
    border-color: var(--gray-dark);
}

.btn-success {
    color: #fff;
    background-color: var(--green);
    border-color: var(--green);
}

.btn-lightBlue {
    color: #fff;
    background-color: var(--blue);
    border-color: var(--blue);
}

.btn-white {
    color: var(--dark) !important;
    background-color: white !important;
}

    .btn-white:hover,
    .btn-white:active,
    .btn-white:focus {
        color: var(--dark) !important;
    }

.btn-lightBlue:hover,
.btn-lightBlue:active,
.btn-lightBlue:focus {
    color: #fff !important;
    background-color: #0070d1 !important;
}

.btn-violet {
    color: #fff;
    background-color: var(--violet);
    border-color: var(--violet);
}

    .btn-violet:hover {
        background-color: #3b4ff9;
        color: #fff;
    }

.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    color: #fff;
    background-color: var(--blue-dark);
    border-color: var(--blue-dark);
}

.btn-outline-primary {
    border-color: var(--blue-dark);
    color: var(--gray);
}

/* .btn-group, .btn-group-vertical {
  background: var(--gray-light);
} */
.btn-group-xs > .btn,
.btn-xs {
    --bs-btn-padding-y: 0.1rem;
    --bs-btn-padding-x: 0.3rem;
    --bs-btn-font-size: 0.775rem;
    --bs-btn-border-radius: 0.25rem;
}

.btn-group-border-0 > .btn {
    /* border-width: 1px; */
    border: 0px solid #929292;
}

    .btn-group-border-0 > .btn:last-child {
        border-width: 0;
    }

/* .btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn.dropdown-toggle-split:first-child, .btn-group>.btn:not(:last-child):not(.dropdown-toggle){
  border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:nth-child(n+3), .btn-group>:not(.btn-check)+.btn {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
} */
.bc-blue-dark {
    border-color: var(--blue-dark);
}

.p35 {
    padding: 35px;
}

.valign_middle {
    display: table;
    width: 100%;
    min-height: 317px;
}

    .valign_middle > div {
        display: table-cell;
        vertical-align: middle;
    }

/* .sec_title{
  padding-bottom: 30px;
} */
.sec_title h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: var(--blue);
}

.v-line {
    position: relative;
}

    .v-line::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 1px;
        border-left: 1px solid var(--light) !important;
    }

@media screen and (max-width: 768px) {
    .line-sm-none::after {
        content: none !important;
    }
}

@media screen and (max-width: 1171px) {
    .line-sm-none-1171x::after {
        content: none !important;
    }
}

.border-solid::after {
    border-left: 1px solid var(--light) !important;
}

.border-gray-dark::after {
    border-color: var(--gray-dark) !important;
}

@media screen and (max-width:992) {
    .v-line::after {
        content: none !important;
    }
}



/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 70px;
    z-index: 996;
    background: #2487ce;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #3e9bdd;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Header/top navigation
--------------------------------------------------------------*/


/*#header {
    transition: all 0.5s;
    background: #fff;
    z-index: 9999;
    padding: 15px 0;
    border-bottom: 1px solid #e6f2fb;
}

.logo img {
    max-height: 65px;
    transition: all 0.5s ease;
}

.headerFixScroll {

    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030 !important;
    background-color: #fff !important;
}

    .headerFixScroll .logo img {
        max-height: 50px;
    }

@media (max-width: 992px) {
    .headerFixScroll .logo img {
        max-height: 50px;
    }

    .logo img {
        max-height: 43px;
        transition: all 0.5s ease;
    }
}*/


#header {
    transition: all 0.5s;
    background: #151941;
    z-index: 9999;
    padding: 15px 0;
    border-bottom: 0px solid #e6f2fb;
}

.logo img {
    max-height: 65px;
    transition: all 0.5s ease;
}

.headerFixScroll {
    /* border-color: #dee2e6; */
    /* border-bottom: 1px solid #e6f2fb; */
    /* box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08); */
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030 !important;
    background: #fff !important;
}

#header.headerFixScroll {
    padding: 5px 0;
}

#header .nav-link {
    color: white;
}

#header.headerFixScroll .nav-link {
    color: #6a7582;
}

.headerFixScroll .logo img {
    max-height: 50px;
}

@media (max-width: 992px) {

    #header .nav-link {
        color: #6a7582;
    }

    .headerFixScroll .logo img {
        max-height: 40px;
    }

    .logo img {
        max-height: 50px;
        transition: all 0.5s ease;
    }
}

#header.in-header {
    background: #ffffff !important;
}

    #header.in-header .nav-link {
        color: #6a7582 !important;
    }

    #header.in-header .navbar .registernow {
        background: var(--blue-dark);
        color: #fff;
    }





/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        /* align-items: center; */
    }

    .navbar li {
        position: relative;
    }

    .navbar a,
    .navbar a:focus {
        /* display: flex; */
        align-items: center;
        justify-content: space-between;
        padding: 10px 0 10px 30px;
        color: #6a7582;
        font-size: 13px;
        /* text-transform: uppercase; */
        /* display: block; */
        padding: 10px;
        font-weight: 500 !important;
        white-space: nowrap;
        transition: 0s;
        /* font-family: var(--font-raleway); */
    }



        .navbar a i,
        .navbar a:focus i {
            font-size: 0.7rem;
            line-height: 0;
            margin-left: 3px;
            transition: all 0.2s ease;
        }

        .navbar a:hover,
        .navbar .active,
        .navbar .active:focus,
        .navbar li:hover > a {
            color: #2487ce;
        }

    .navbar .login,
    .navbar .login:focus {
        padding: 6px 20px;
        border-radius: 20px;
        border: 2px solid var(--blue);
    }

        .navbar .login:hover,
        .navbar .login:focus:hover {
            color: #2487ce;
            background: var(--light);
        }

    /*    .navbar .registernow,
    .navbar .registernow:focus {
        background: var(--blue-dark);
        padding: 8px 20px;
        border-radius: 20px;
        color: #fff;
    }*/

    /*.navbar .registernow, .navbar .registernow:focus {*/
    /* background: var(--blue-dark); */
    /*background: white;
        padding: 8px 20px;
        border-radius: 20px;
        color: black;*/
    /* color: #fff; */
    /*}

.headerFixScroll .navbar .registernow {
    background: var(--blue-dark);
    color: #fff;
}

.navbar .registernow:hover,
.navbar .registernow:focus:hover {
    color: #fff;
    background: #3194db;
}*/


    .navbar .registernow,
    .navbar .registernow:focus {
        /* background: var(--blue-dark); */
        background: white;
        padding: 8px 20px;
        border-radius: 20px;
        color: black;
        /* color: #fff; */
    }

        .navbar .registernow:hover {
            color: #fff;
            background: #3194db;
        }

.headerFixScroll .navbar .registernow {
    background: var(--blue-dark);
    color: #fff;
}


@media screen and (max-width: 768px) {
    .navbar .registernow {
        padding: 6px 13px !important;
        font-size: 0.8rem !important;
    }
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: -2.125rem;
    top: calc(100% + 10px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.2s;
    border-radius: 4px;
}

@media screen and (max-width:767px) {
    .navbar .dropdown ul {
        left: -10.125rem;
    }
}


.navbar.navbar_pre .dropdown ul {
    left: 0.875rem !important;
    /* right:auto !important; */
}


.navbar .dropdown ul li {
    min-width: 200px;
    padding: 5px 0;
}

.navbar .dropdown ul a {
    /* padding: 10px 20px; */
    text-transform: none;
    font-weight: 500 !important;
}

    .navbar .dropdown ul a i {
        font-size: 12px;
        color: var(--blue-dark);
    }

    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover > a {
        color: #2487ce;
    }

.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg)
}

.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-hover-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-hover-bg)
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

.profileName {
    line-height: 1;
}

.broDt {
    font-size: 0.7rem;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #124265;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

    .mobile-nav-toggle.bi-x {
        color: #fff;
    }

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(10, 38, 58, 0.9);
    transition: 0.3s;
    z-index: 999;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a,
    .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        color: #124265;
    }

        .navbar-mobile a:hover,
        .navbar-mobile .active,
        .navbar-mobile li:hover > a {
            color: #2487ce;
        }

    .navbar-mobile .getstarted,
    .navbar-mobile .getstarted:focus {
        margin: 15px;
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover,
            .navbar-mobile .dropdown ul .active:hover,
            .navbar-mobile .dropdown ul li:hover > a {
                color: #2487ce;
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar-mobile ul {
        display: block;
    }

    .desktop ul {
        display: none;
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    /* background:#f8fbfe; */
    min-height: 40px;
    margin-top: 0;
    /* transition: all 0.5s; */
}

.startIcon {
    font-size: 16px;
    position: relative;
    top: -2px;
}

/* @media (max-width: 992px) {
  .breadcrumbs{margin-top:75px}
} */

.breadcrumbs h2 {
    font-size: 20px;
    margin-bottom: 0;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.875rem;
}

    .breadcrumbs ol li + li {
        padding-left: 3px;
    }

        .breadcrumbs ol li + li::before {
            display: inline-block;
            font-family: bootstrap-icons !important;
            font-style: normal;
            font-weight: normal !important;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            vertical-align: -.125em;
            padding-right: 5px;
            color: #b3b3b3;
            content: "\f285";
        }

    .breadcrumbs ol li {
        font-size: 12px;
    }

@media (max-width: 768px) {
    /* .breadcrumbs .d-flex {
    display: block !important;
  } */

    .breadcrumbs ol {
        display: block;
    }

        .breadcrumbs ol li {
            display: inline-block;
        }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
/* section {
  padding: 80px 0;
  overflow: hidden;
} */
.section {
    display: block !important;
}

.pt80 {
    padding-top: 80px;
}

.pm80 {
    padding-bottom: 80px;
}

.section-bg {
    background-color: #f8fbfe;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

    .section-title h2 {
        font-size: 32px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 20px;
        padding-bottom: 0;
        color: #124265;
    }

    .section-title p {
        margin-bottom: 0;
        font-size: 0.875rem;
        color: #919191;
    }

/*--------------------------------------------------------------
# table
--------------------------------------------------------------*/
.table tbody tr td {
    vertical-align: middle;
}

.table thead tr th {
    font-size: 0.9rem;
    font-weight: normal;
    color: var(--gray);
    border-bottom: 0 !important;
}

table.dataTable > tbody > tr:last-child > * {
    border-bottom: 0 !important;
}

.table-stripedBG-alice > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: var(--alice-blue);
}

.table-stripedBG-white > tbody > tr:nth-of-type(even) > * {
    --bs-table-accent-bg: white;
}

.table-stripedBG-silver > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: var(--silver);
}

.table-p-7 > :not(caption) > * > * {
    padding: 0.7rem 0.7rem;
}

.table-p-8 > :not(caption) > * > * {
    padding: 0.8rem 0.8rem;
}

.table-p-9 > :not(caption) > * > * {
    padding: 0.9rem 0.9rem;
}

.table-p-3 > :not(caption) > * > * {
    padding: 0.8rem 0.3rem;
}

/* rounded table row */
.table-round-row-odd > tbody > tr:nth-of-type(odd) > *:first-child,
.table-round-row > tbody > tr > *:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.table-round-row-odd > tbody > tr:nth-of-type(odd) > *:last-child,
.table-round-row > tbody > tr > *:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.table-round-row > tbody > tr > td:first-child {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.table-round-row > tbody > tr > td:last-child {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

@media screen and (max-width: 1024px) {
    .overflow-x-autoMob {
        overflow-y: auto !important;
        max-width: 1024px;
        text-wrap: nowrap;
    }

    .overflow-x-autoMob_2 {
        max-width: calc(100vw - 156px);
    }
}

@media screen and (max-width: 992px) {
    .overflow-x-autoMob_2 {
        overflow: auto !important;
        max-width: calc(100vw - 70px);
        /* max-width: 1440px; */
        text-wrap: nowrap;
    }
}


@media screen and (max-width: 480px) {
    .overflow-x-autoMob_2 {
        max-width: calc(100vw - 67px);
    }
}


@media screen and (max-width: 1440px) {
    .overflow-x-autoMob {
        overflow-y: auto !important;
        max-width: 1440px;
        text-wrap: nowrap;
    }

    .overflow-x-autoMob_2 {
        overflow: auto !important;
        max-width: calc(100vw - 63pxpx);
        /* max-width: 1440px; */
        text-wrap: nowrap;
    }
}

/*--------------------------------------------------------------
# enter mobile Number- home page
--------------------------------------------------------------*/
.RegisterSignup {
    padding-top: 20px;
}

    .RegisterSignup .form-group {
        margin-bottom: 15px;
    }

.bgSignupcss {
    position: relative;
    /* background: #f6f6f6; */
    background: url("../img/hero_bg-register.svg") bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 109px;
}

.RegisterSignup ul {
    margin: 0;
    padding: 0;
}

.reg-screen01 ul.inlinecss li {
    display: inline-block;
    padding-right: 12px;
    vertical-align: top !important;
}

.reg-screen02 ul > li {
    display: block;
    padding-right: 12px;
}

#form-group {
    margin-bottom: 15px;
}

#registration ul > li .form-group > input {
    border: 1px solid #e2e2e2;
    box-shadow: none;
    height: 45px;
    display: block;
    min-width: 300px;
    padding: 4px 15px;
    /* font-size: 15px; */
    color: #555;
    background-color: #fff;
    border-radius: 5px;
}

.RegisterScreen2 ul > li .form-group > input {
    min-width: 300px;
}

.green_wave_btn {
    background: #21b04d !important;
    color: white !important;
    border-radius: 20px !important;
    -webkit-animation-delay: 0.8s !important;
    animation-delay: 0.8s !important;
    border: none;
}

    .green_wave_btn:hover {
        animation: out 1s infinite ease-out;
    }

.section-title-reg {
    text-align: left;
    /* padding-bottom: 30px; */
    padding-top: 80px;
}

    .section-title-reg h2 {
        font-size: 32px;
        font-weight: bold;
        padding-bottom: 0;
        color: #124265;
    }

.RegisterSignup .signupotptext {
    margin: 10px 0 0 0;
}

.SentToMobileNo {
    margin-bottom: 10px;
}

    .SentToMobileNo > a {
        cursor: pointer;
        text-decoration: underline !important;
        padding-left: 10px;
        font-size: 15px;
        color: #0062b5 !important;
    }

.signupotpValidOtpText {
    font-size: 13px;
    margin: 10px 0 0 0;
}

    .signupotpValidOtpText > a {
        display: inline-block;
        cursor: pointer;
        text-decoration: underline !important;
        padding-left: 5px;
        font-size: 12px;
        color: #0062b5;
    }

.hidden {
    display: none !important;
    visibility: hidden !important;
}

@media screen and (min-width: 1600px) {
    .RegisterSignup .signupotptext {
        font-size: 15px;
    }
}

.sm_heading {
    color: #30b54b;
    font-size: 0.875rem;
    line-height: 22px;
    font-weight: 700;
    margin: 0 0 12px;
}

.bg_heading {
    font-size: 38px;
    line-height: 45px;
    margin: 0 0 20px 0;
    color: #095a9e;
    font-weight: 700;
    max-width: 420px;
}

.sm_content {
    font-size: 16px;
    line-height: 25px;
    margin: 0;
    max-width: 400px;
    padding-bottom: 50px;
}

.SignupOpnAccount > h1 {
    font-size: 35px;
    line-height: 40px;
    margin: 0;
    color: #23b24d;
    font-weight: bold;
    margin: 0 0 8px;
}

.SignupOpnAccount > h2 {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 8px 0;
    color: #254967;
}

.SignupOpnAccount > h3 {
    font-size: 25px;
    line-height: 26px;
    margin: 0 0 20px 0;
    color: #095a9e;
    font-weight: 700;
}

.SignupOpnAccount > h1,
.SignupOpnAccount > h2,
.SignupOpnAccount > h3 {
    font-family: var(--font-raleway);
}

/***************************
inner top navbar
***************************/
/* .avatarInner img{
  width: 35px;
  height: auto;
  } */
.avatar {
    --bs-avatar-width: 32px;
    --bs-avatar-bg: var(--ds-background-neutral-bold);
    position: relative;
    width: var(--bs-avatar-width);
    height: var(--bs-avatar-width);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ds-text-inverse);
    line-height: 1;
    font-size: 0.875rem;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    background-color: var(--bs-avatar-bg);
}

.nav-item .notification {
    align-items: center;
    justify-content: space-between;
    color: #6a7582;
    font-size: 27px;
    transition: 0.3s;
    position: relative;
}

    .nav-item .notification::after {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: var(--green);
        top: 0;
        right: 0;
    }

.nav-item .helpIcon i {
    align-items: center;
    justify-content: space-between;
    color: #6a7582;
    font-size: 23px !important;
    transition: 0.3s;
    position: relative;
}

.logoInner img {
    max-height: 50px;
    transition: all 0.5s ease;
}

/*--------------------------------------------------------------
# inner page contarea
--------------------------------------------------------------*/
.min_h {
    min-height: 869px;
}

/* .innercontarea {
  padding: 25px 0 50px;
  min-height: 350px;
  position: relative;
  margin-top: 55px;
} */
.innercontarea {
    padding: 25px 0 50px;
    /* overflow: auto; */
    /* height: calc(100% - 55px); */
    /* min-height: 775px; */
    position: relative;
    margin-top: 55px;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 96px);
}

/*--------------------------------------------------------------
# Profile
--------------------------------------------------------------*/
.avatarIcon {
    background-color: var(--alice-blue);
    max-width: 152px;
    min-height: 152px;
    border-radius: 20px;
    line-height: 100px;
    font-size: 4rem;
}

.addCard {
    border: 1px solid var(--light);
}

.sixe140 {
    max-width: 140px;
}

.form-check-input:checked {
    background-color: var(--blue-dark);
    border-color: var(--blue-dark);
}

.form-check-input-green:checked {
    background-color: var(--green);
    border-color: var(--green);
}

/*--------------------------------------------------------------
# Margin Calculator
--------------------------------------------------------------*/
.fromCheck {
    border-radius: 4px;
}

.b-bottom {
    border-bottom: 1px solid #dbdbdb;
}

.nSelectorRight thead tr th:nth-child(n + 2),
.nSelectorRight tbody tr td:nth-child(n + 2) {
    text-align: right;
}

.nSelectorRight-2 thead tr th:nth-child(n + 2),
.nSelectorRight-2 tbody tr td:nth-child(n + 2) {
    text-align: right;
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.aboutus_img {
    padding: 25px 0 0;
}

.aboutus_cont {
    padding-left: 40px;
}

.static_bluhead {
    display: block;
    margin: 0 0 15px;
    padding: 0;
    color: var(--blue);
    font-size: 27px;
    line-height: 30px;
}

.static_blacktxt {
    display: block;
    margin: 0;
    padding: 0;
    color: #3c3c3c;
    font-size: 0.875rem;
    line-height: 28px;
    text-align: justify;
}

@media screen and (max-width:768px) {
    .static_blacktxt {
        font-size: 0.75rem !important;
        line-height: 21px;
    }
}

.aboutus_sec2 {
    padding: 60px 0 30px;
}

    .aboutus_sec2 .sectionBg {
        background-color: #f4f7ff;
        border-radius: 20px;
    }

.aboutus_sec2_padding {
    padding: 50px;
}

.aboutus_sec2 .static_bluhead {
    margin-bottom: 5px;
}

.aboutus_sec2 .static_blacktxt {
    margin-bottom: 25px;
}

.corevalue_points {
    display: block;
    margin: 25px 0 0;
    padding: 0;
}

    .corevalue_points > li {
        display: flex;
        flex-direction: row;
        align-items: center;
        display: block;
        position: relative;
        margin: 0 0 40px;
        padding-left: 70px;
        color: #3c3c3c;
        line-height: 28px;
        font-size: 0.85rem;
    }

        .corevalue_points > li:before {
            content: "";
            position: absolute;
            width: 45px;
            height: 45px;
            left: 0;
            top: 4px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 100%;
        }

        .corevalue_points > li.passion:before {
            background-image: url(../img/about/Passion.svg);
        }

        .corevalue_points > li.innovation:before {
            background-image: url(../img/about/Innovation.svg);
        }

        .corevalue_points > li.delivery:before {
            background-image: url(../img/about/Delivery.svg);
        }

        .corevalue_points > li.simplicity:before {
            background-image: url(../img/about/Simplicity.svg);
        }

        .corevalue_points > li > b {
            font-weight: normal;
            display: inline-block;
            margin: 0;
            padding-right: 5px;
        }

.aboutus_sec3 {
    padding: 40px 0 40px;
}

.founder_img {
    height: 211px;
    width: 200px;
    background: #fff;
    border: 1px solid #3c3c3c;
    margin: 0 auto;
}

.aboutus_sec3_right_cont {
    padding: 10px 30px 10px 0;
}

    .aboutus_sec3_right_cont em.abtprofilimage {
        display: block;
        width: 180px;
        height: 180px;
        margin: 25px auto 18px;
    }

    .aboutus_sec3_right_cont .static_bluhead {
        font-weight: normal;
        margin: 0 0 5px;
        text-align: center;
        font-size: 1.2rem;
    }

    .aboutus_sec3_right_cont .static_blacktxt {
        margin-bottom: 20px;
    }

.green_tagline {
    display: block;
    margin: 0 0 10px;
    padding: 0;
    font-style: normal;
    color: #20b04d;
    line-height: 24px;
}

.abtteamsechead {
    text-align: center;
    margin-bottom: 25px;
}

.abtteamsechead2 {
    margin-bottom: 60px;
}

    .abtteamsechead > span,
    .abtteamsechead2 > span {
        font-size: 1.6rem;
        border-bottom: 3px solid #20b04d;
        color: var(--blue);
    }

@media screen and (max-width: 768px) {

    .abtteamsechead > span,
    .abtteamsechead2 > span {
        font-size: 1.3rem;
    }

    .aboutus_sec3_right_cont .static_bluhead {
        font-size: 1rem;
    }

    .corevalue_points > li {
        font-size: 0.75rem;
        line-height: 21px;
    }
}

.vrmiddle {
    display: table;
    width: 100%;
    min-height: 317px;
}

    .vrmiddle > div {
        display: table-cell;
        vertical-align: middle;
    }

.aboutus_sec4 {
    padding: 60px 0 30px;
}

    .aboutus_sec4 .sectionBg {
        background-color: #f4f7ff;
        border-radius: 20px;
    }

    .aboutus_sec4 .abtprofilimage {
        display: block;
    }

    .aboutus_sec4 .imgCenter {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.TeamFullDescription {
    display: none;
}

.moreTeamcontent {
    display: inline-block;
    padding: 0;
    font-style: normal;
    color: #20b04d;
    /* font-size: 16px; */
    line-height: 26px;
    text-decoration: underline !important;
}

.invstorstrategicsec {
    padding: 100px 83px 81px 0;
}

    .invstorstrategicsec em.abtprofilimage {
        float: left;
        margin-right: 50px;
    }

    /* .invstorstrategicsec { } */
    .invstorstrategicsec .static_bluhead,
    .invstorstrategicsec .green_tagline {
        text-align: left;
    }

.aboutus_sec5 {
    padding: 60px 0 30px;
}

/* #Teamprofilepopup { } */
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
}

#Teamprofilepopup .close {
    display: block;
    z-index: 1;
    position: absolute;
    top: 4px;
    right: 5px;
    font-size: 19px;
    cursor: pointer;
}

#Teamprofilepopup #Teamcontentid {
    padding: 15px;
}

#Teamprofilepopup .moreTeamcontent {
    display: none;
}

#Teamprofilepopup .static_bluhead,
#Teamprofilepopup .green_tagline {
    text-align: center;
}

#Teamprofilepopup .static_blacktxt {
    display: none;
}

#Teamprofilepopup .TeamFullDescription {
    display: block;
    margin: 0;
    padding: 0;
    color: #3c3c3c;
    font-size: 0.875rem;
    line-height: 28px;
    text-align: justify;
}

#Teamprofilepopup .abtprofilimage {
    margin: 0 0 25px;
    display: block;
}

@media only screen and (max-width: 479px) {
    .aboutus_img {
        width: 250px;
        margin: 0 auto;
    }

    .aboutus_sec2 {
        padding: 30px 0;
    }

    .pm80 {
        padding-bottom: 20px;
    }

    .pt80 {
        padding-top: 20px;
    }
}

@media (min-width: 768px) {
    /* .modal-dialog {
    width: 600px;
    margin: 30px auto;
  } */

    .investmenu_max_home h2 {
        text-align: center;
    }

    .investmenu_max_home ul {
        display: block;
    }

        .investmenu_max_home ul > li {
            display: inline-block;
            margin: 5px auto;
            width: 49%;
        }

    .investmenu_max_home {
        padding: 25px 15px;
    }

    #platform-analyst .modal-dialog {
        width: 400px;
    }

    .w-md-auto {
        width: auto !important;
    }
}

@media only screen and (max-width: 992px) {
    .aboutus_img {
        padding: 0;
    }

    .aboutus_cont {
        padding-left: 0;
        padding-top: 30px;
    }

    .aboutus_sec2_left_cont {
        padding-right: 0;
    }

    .aboutus_sec3_right_cont {
        padding: 30px;
        text-align: center;
    }

    .invstorstrategicsec em.abtprofilimage {
        float: none;
        margin-right: auto;
    }

    .invstorstrategicsec .static_bluhead,
    .invstorstrategicsec .green_tagline {
        text-align: center;
    }

    .sec_title h3 {
        font-size: 1rem;
    }

    .aboutus_sec2_padding {
        padding: 30px;
    }
}

/*--------------------------------------------------------------
# mAlgos Updates
--------------------------------------------------------------*/
.timeline li {
    /* background: rgb(255, 255, 255); */
    /* background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(247,247,247,1) 100%); */
    padding: 0px 25px 25px;
    margin: 0 0 25px;
    transition: all 0.8s ease;
}

.inBox {
    padding-bottom: 32px;
    /* border-bottom: 1px dashed #c1c1c1; */
}

.timeline > li h2 {
    display: block;
    margin: 0;
    padding: 0 0 0px 0;
    font-size: 16px;
    line-height: 25px;
    transition: all 0.8s ease;
    color: var(--blue);
}

.timeline > li .dateBubble {
    width: 42px;
    height: 42px;
    border-radius: 15px;
    border: 1px solid #e5e5e5;
    position: absolute;
    left: 11px;
    top: -10px;
}

    /* .dateBubble::after {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 0px;
  height: 0px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #034782;
  top: 6px;
  right: -6px;
} */

    .timeline > li .dateBubble .mSpan {
        background-color: #034782;
        color: white;
        font-size: 12px;
        text-align: center;
        display: block;
        line-height: 21px;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    .timeline > li .dateBubble .dSpan {
        background-color: white;
        font-size: 12px;
        text-align: center;
        display: block;
    }

.timeline > li p {
    /* text-align: center; */
    display: inline-block;
    color: var(--blue-dark);
    /* font-size: 0.875rem; */
    line-height: 18px;
    margin-bottom: 0;
    transition: all 0.8s ease;
    padding-top: 8px;
}

@media (max-width: 768px) {
    .timeline > li p {
        font-size: 0.65rem;
    }
}

/* show more */
.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    margin-left: 2px;
    color: var(--blue);
    cursor: pointer;
    display: block;
    text-align: right;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}

    ul.timeline:before {
        content: " ";
        background: #034782;
        display: inline-block;
        position: absolute;
        top: 6px;
        left: 85px;
        width: 2px;
        height: calc(100% - 60px);
        z-index: 400;
    }


    ul.timeline > li:before {
        content: " ";
        background: #034782;
        display: inline-block;
        position: absolute;
        border-radius: 50%;
        border: 3px solid #034782;
        left: 69px;
        width: 10px;
        height: 10px;
        top: 5px;
        z-index: 415
    }


    ul.timeline > li {
        margin: 0;
        padding-left: 112px;
        position: relative;
    }

#ContentPlaceHolder1_bindtabledata ul.timeline > li:before {
    content: " ";
    background: #034782;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #034782;
    left: 69px;
    width: 10px;
    height: 10px;
    top: 5px;
    z-index: 10;
}

.greenText {
    color: var(--green) !important;
}

/*--------------------------------------------------------------
# Terms of Use
--------------------------------------------------------------*/
.termsofuse_wrap {
    text-align: justify;
}

    .termsofuse_wrap .formheading {
        margin-bottom: 15px;
    }

    .termsofuse_wrap p {
        display: block;
        margin: 0 0 15px;
        line-height: 26px;
        text-align: justify;
    }

    .termsofuse_wrap b {
        text-align: left;
        display: block;
        margin: 0 0 5px;
        padding: 10px 0 0;
        font-weight: normal;
        font-size: 17px;
        line-height: 25px;
        color: var(--blue);
        font-weight: 600;
    }

    .termsofuse_wrap a {
        display: inline-block;
        margin: 0;
        padding: 0;
        transition: all 0.4s ease;
        color: var(--blue);
    }

    .termsofuse_wrap ul {
        display: block;
        margin: 0;
        padding: 0;
    }

        .termsofuse_wrap ul > li {
            display: block;
            margin: 0 0 10px;
            padding-left: 30px;
            position: relative;
            line-height: 26px;
        }

            .termsofuse_wrap ul > li:before {
                content: "";
                position: absolute;
                width: 7px;
                height: 7px;
                border-radius: 50%;
                background: var(--green);
                left: 12px;
                top: 10px;
            }

    .termsofuse_wrap li.sub > ul {
        display: block;
        margin: 10px 0;
        padding: 0;
    }

        .termsofuse_wrap li.sub > ul > li {
            display: block;
            margin: 0 0 10px;
            padding-left: 30px;
            position: relative;
            line-height: 26px;
        }

            .termsofuse_wrap li.sub > ul > li:before {
                content: "\f101";
                position: absolute;
                border-radius: 50%;
                background: none;
                left: 12px;
                top: 0px;
                font-family: FontAwesome;
                font-style: normal;
                color: var(--blue);
            }

.formheading {
    color: var(--blue);
    font-size: 22px;
    line-height: 30px;
}


/*--------------------------------------------------------------
# mae Platform Videos
--------------------------------------------------------------*/

/*.video-js {
    border-radius: 10px;
    width: 100%;*/
/*height: 400px;*/

/*height: 465px;*/
/* max-height: 400px; */
/* height: 100%; */
/*top: 0px;
    left: 0px;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background: #000;*/
/* position: absolute; */
/*padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    font-family: "Ionicons", "Questrial" !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}

    .video-js:-moz-full-screen {
        position: absolute;
    }

    .video-js:-webkit-full-screen {
        width: 100% !important;
        height: 100% !important;
    }

    .video-js *,
    .video-js *:before,
    .video-js *:after {
        box-sizing: inherit;
    }*/

/* 30.05.25 */
/* new style */
.video-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    border-radius: 10px;
    overflow: hidden;
    background-color: #000;
}
    /* new style */
    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
        border-radius: 10px;
    }

/* update style */
.tutorialdivs {
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    /* margin-bottom: 12px; */
}

    /* update style */
    .tutorialdivs > em {
        position: relative;
        width: 100%;
        padding-top: 56.25%; /* 16:9 Aspect Ratio (9 / 16 = 0.5625) */
        background-size: cover; /* better fit than contain for video thumbs */
        background-repeat: no-repeat;
        background-position: center;
        display: block;
        border-radius: 10px;
    }

/* update style */
.tutorialdivs-home > em {
    padding-top: 0 !important; /* 16:9 Aspect Ratio (9 / 16 = 0.5625) */
}



.tutorialdivs > em:before {
    content: "\F4F0";
    font: normal normal normal 50px/1 bootstrap-icons;
    /* color: #ff0000; */
    color: rgb(255 0 0 / 40%);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -25px;
    margin-right: -24px;
    transition: all 0.5s ease;
}

.tutorialdivs > em:hover:before {
    color: rgb(255 0 0);
}




/*@media screen and (max-width:768px) {
    .tutorialdivs > em {
        min-height: 88px !important;
    }
}*/



/* update style */
.lVideos {
    max-height: 400px;
    /* overflow-y: scroll; */
    /* padding-right: 8px; */
}


/* new style */
@media screen and (min-width: 768px) {
    .border-lg-md-bottom {
        border-bottom: 1px solid #ccc;
    }
}

.vHeading {
    font-size: 1.2rem;
    color: var(--blue);
}

@media screen and (max-width:768px) {
    .vHeading_mobile {
        font-size: 1rem;
    }

    .tutorialdivs > em:before {
        font: normal normal normal 35px / 1 bootstrap-icons;
        top: 50%;
        right: 50%;
        margin-top: -14px;
        margin-right: -21px;
    }
}

.vList {
    /* max-width: 260px; */
    width: 100%;
    /* height: 147px; */
    border-radius: 10px;
}

.vInfo {
    position: relative;
}


    /*    .vInfo h1 {
        font-size: 0.8rem;
        color: var(--blue);
    }

@media screen and (max-width:768px) {
    .vInfo h1 {
        font-size: 0.7rem !important;
        text-align: left;
    }
}*/


    .vInfo h3 {
        font-size: 0.8rem;
        color: var(--blue);
    }

@media screen and (max-width: 768px) {

    .vInfo h3 {
        font-size: 0.7rem !important;
        text-align: left;
    }
}

/*--------------------------------------------------------------
# About Video
--------------------------------------------------------------*/
.about-video .content {
    font-size: 15px;
}

    .about-video .content h3 {
        font-weight: 700;
        font-size: 24px;
        color: #124265;
    }

    .about-video .content ul {
        list-style: none;
        padding: 0;
    }

        .about-video .content ul li {
            padding-bottom: 10px;
            padding-left: 28px;
            position: relative;
        }

        .about-video .content ul i {
            font-size: 24px;
            color: #2487ce;
            position: absolute;
            left: 0;
            top: -2px;
        }

    .about-video .content p:last-child {
        margin-bottom: 0;
    }

.about-video .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#2487ce 50%, rgba(36, 135, 206, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

    .about-video .play-btn::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 100;
        transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .about-video .play-btn::before {
        content: "";
        position: absolute;
        width: 120px;
        height: 120px;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation: pulsate-btn 2s;
        animation: pulsate-btn 2s;
        -webkit-animation-direction: forwards;
        animation-direction: forwards;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: steps;
        animation-timing-function: steps;
        opacity: 1;
        border-radius: 50%;
        border: 5px solid rgba(36, 135, 206, 0.7);
        top: -14%;
        left: -14%;
        background: rgba(198, 16, 0, 0);
    }

    .about-video .play-btn:hover::after {
        border-left: 15px solid #2487ce;
        transform: scale(20);
    }

    .about-video .play-btn:hover::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border: none;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 200;
        -webkit-animation: none;
        animation: none;
        border-radius: 0;
    }

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@media screen and (max-width:768px) {
    .mobil_line {
        border-top: 1px solid #ccc;
    }
}


/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
    padding: 15px 0;
    text-align: center;
}

    .clients img {
        max-width: 45%;
        transition: all 0.4s ease-in-out;
        display: inline-block;
        padding: 15px 0;
        filter: grayscale(100);
    }

        .clients img:hover {
            filter: none;
            transform: scale(1.15);
        }

@media (max-width: 768px) {
    .clients img {
        max-width: 40%;
    }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden;
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    text-align: center;
    min-height: 320px;
}

    .testimonials .testimonial-item .testimonial-img {
        width: 90px;
        border-radius: 50%;
        margin: 0 auto;
    }

    .testimonials .testimonial-item h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 10px 0 5px 0;
        color: #111;
    }

    .testimonials .testimonial-item h4 {
        font-size: 0.875rem;
        color: #999;
        margin: 0;
    }

    .testimonials .testimonial-item .quote-icon-left,
    .testimonials .testimonial-item .quote-icon-right {
        color: #c9e3f5;
        font-size: 26px;
    }

    .testimonials .testimonial-item .quote-icon-left {
        display: inline-block;
        left: -5px;
        position: relative;
    }

    .testimonials .testimonial-item .quote-icon-right {
        display: inline-block;
        right: -5px;
        position: relative;
        top: 10px;
    }

    .testimonials .testimonial-item p {
        font-style: italic;
        margin: 0 15px 15px 15px;
        padding: 20px;
        background: #f3f9fd;
        position: relative;
        margin-bottom: 35px;
        border-radius: 6px;
    }

        .testimonials .testimonial-item p::after {
            content: "";
            width: 0;
            height: 0;
            border-top: 20px solid #f3f9fd;
            border-right: 20px solid transparent;
            border-left: 20px solid transparent;
            position: absolute;
            bottom: -20px;
            left: calc(50% - 20px);
        }

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

    .testimonials .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: #fff;
        opacity: 1;
        border: 1px solid #2487ce;
    }

    .testimonials .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #2487ce;
    }

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    width: 100%;
    text-align: center;
    padding: 70px 20px 80px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
}

    .services .icon-box .icon {
        margin: 0 auto;
        width: 100px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: ease-in-out 0.3s;
        position: relative;
    }

        .services .icon-box .icon i {
            font-size: 36px;
            transition: 0.5s;
            position: relative;
        }

        .services .icon-box .icon svg {
            position: absolute;
            top: 0;
            left: 0;
        }

            .services .icon-box .icon svg path {
                transition: 0.5s;
                fill: #f5f5f5;
            }

    .services .icon-box h4 {
        font-weight: 600;
        margin: 10px 0 15px 0;
        font-size: 22px;
    }

        .services .icon-box h4 a {
            color: #124265;
            transition: ease-in-out 0.3s;
        }

    .services .icon-box p {
        line-height: 24px;
        font-size: 0.875rem;
        margin-bottom: 0;
    }

    .services .icon-box:hover {
        border-color: #fff;
        box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
    }

.services .iconbox-blue i {
    color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
    color: #fff;
}

.services .iconbox-blue:hover .icon path {
    fill: #47aeff;
}

.services .iconbox-orange i {
    color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
    color: #fff;
}

.services .iconbox-orange:hover .icon path {
    fill: #ffa76e;
}

.services .iconbox-pink i {
    color: #e80368;
}

.services .iconbox-pink:hover .icon i {
    color: #fff;
}

.services .iconbox-pink:hover .icon path {
    fill: #e80368;
}

.services .iconbox-yellow i {
    color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
    color: #fff;
}

.services .iconbox-yellow:hover .icon path {
    fill: #ffbb2c;
}

.services .iconbox-red i {
    color: #ff5828;
}

.services .iconbox-red:hover .icon i {
    color: #fff;
}

.services .iconbox-red:hover .icon path {
    fill: #ff5828;
}

.services .iconbox-teal i {
    color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
    color: #fff;
}

.services .iconbox-teal:hover .icon path {
    fill: #11dbcf;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    background: #2487ce;
    background-size: cover;
    padding: 60px 0;
}

    .cta h3 {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
    }

    .cta p {
        color: #fff;
    }

    .cta .cta-btn {
        font-family: var(--font-raleway);
        font-weight: 600;
        font-size: 0.875rem;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 35px;
        border-radius: 5px;
        transition: 0.5s;
        margin-top: 10px;
        border: 2px solid #fff;
        color: #fff;
    }

        .cta .cta-btn:hover {
            background: #fff;
            color: #2487ce;
        }

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 35px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
    padding: 2px 15px;
}

    .portfolio #portfolio-flters li {
        cursor: pointer;
        display: inline-block;
        padding: 10px 15px 8px 15px;
        font-size: 0.875rem;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase;
        color: #444444;
        margin-bottom: 5px;
        transition: all 0.3s ease-in-out;
    }

        .portfolio #portfolio-flters li:hover,
        .portfolio #portfolio-flters li.filter-active {
            color: #2487ce;
        }

        .portfolio #portfolio-flters li:last-child {
            margin-right: 0;
        }

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .portfolio .portfolio-wrap::before {
        content: "";
        background: rgba(36, 135, 206, 0.6);
        position: absolute;
        left: 30px;
        right: 30px;
        top: 30px;
        bottom: 30px;
        transition: all ease-in-out 0.3s;
        z-index: 2;
        opacity: 0;
    }

    .portfolio .portfolio-wrap .portfolio-info {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        z-index: 3;
        transition: all ease-in-out 0.3s;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .portfolio .portfolio-wrap .portfolio-info::before {
            display: block;
            content: "";
            width: 48px;
            height: 48px;
            position: absolute;
            top: 35px;
            left: 35px;
            border-top: 3px solid #fff;
            border-left: 3px solid #fff;
            transition: all 0.5s ease 0s;
            z-index: 9994;
        }

        .portfolio .portfolio-wrap .portfolio-info::after {
            display: block;
            content: "";
            width: 48px;
            height: 48px;
            position: absolute;
            bottom: 35px;
            right: 35px;
            border-bottom: 3px solid #fff;
            border-right: 3px solid #fff;
            transition: all 0.5s ease 0s;
            z-index: 9994;
        }

        .portfolio .portfolio-wrap .portfolio-info h4 {
            font-size: 20px;
            color: #fff;
            font-weight: 600;
        }

        .portfolio .portfolio-wrap .portfolio-info p {
            color: #ffffff;
            font-size: 0.875rem;
            text-transform: uppercase;
            padding: 0;
            margin: 0;
        }

    .portfolio .portfolio-wrap .portfolio-links {
        text-align: center;
        z-index: 4;
    }

        .portfolio .portfolio-wrap .portfolio-links a {
            color: rgba(255, 255, 255, 0.6);
            margin: 0 2px;
            font-size: 28px;
            display: inline-block;
            transition: 0.3s;
        }

            .portfolio .portfolio-wrap .portfolio-links a:hover {
                color: #fff;
            }

    .portfolio .portfolio-wrap:hover::before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 1;
    }

    .portfolio .portfolio-wrap:hover .portfolio-info {
        opacity: 1;
    }

        .portfolio .portfolio-wrap:hover .portfolio-info::before {
            top: 15px;
            left: 15px;
        }

        .portfolio .portfolio-wrap:hover .portfolio-info::after {
            bottom: 15px;
            right: 15px;
        }

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

    .portfolio-details .portfolio-details-slider img {
        width: 100%;
    }

    .portfolio-details .portfolio-details-slider .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            border: 1px solid #2487ce;
        }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #2487ce;
        }

    .portfolio-details .portfolio-info {
        padding: 30px;
        box-shadow: 0px 0 30px rgba(18, 66, 101, 0.08);
    }

        .portfolio-details .portfolio-info h3 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
        }

        .portfolio-details .portfolio-info ul {
            list-style: none;
            padding: 0;
            font-size: 15px;
        }

            .portfolio-details .portfolio-info ul li + li {
                margin-top: 10px;
            }

    .portfolio-details .portfolio-description {
        padding-top: 30px;
    }

        .portfolio-details .portfolio-description h2 {
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .portfolio-details .portfolio-description p {
            padding: 0;
        }

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

    .team .member .member-img {
        position: relative;
        overflow: hidden;
    }

    .team .member .social {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: 40px;
        opacity: 0;
        transition: ease-in-out 0.3s;
        text-align: center;
        background: rgba(255, 255, 255, 0.85);
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

        .team .member .social a {
            transition: color 0.3s;
            color: #124265;
            margin: 0 10px;
            display: inline-block;
        }

            .team .member .social a:hover {
                color: #2487ce;
            }

        .team .member .social i {
            font-size: 18px;
            margin: 0 2px;
            line-height: 0;
        }

    .team .member .member-info {
        padding: 25px 15px;
    }

        .team .member .member-info h4 {
            font-weight: 700;
            margin-bottom: 5px;
            font-size: 18px;
            color: #124265;
        }

        .team .member .member-info span {
            display: block;
            font-size: 13px;
            font-weight: 400;
            color: #aaaaaa;
        }

        .team .member .member-info p {
            font-style: italic;
            font-size: 0.875rem;
            line-height: 26px;
            color: #777777;
        }

    .team .member:hover .social {
        opacity: 1;
    }

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
    padding: 40px 20px;
    text-align: center;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    background: #fefefe;
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
}

    .pricing .box h3 {
        font-weight: 400;
        padding: 15px;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600;
        color: #124265;
    }

    .pricing .box h4 {
        font-size: 42px;
        color: #2487ce;
        font-weight: 500;
        font-family: "Open Sans", sans-serif;
        margin-bottom: 20px;
    }

        .pricing .box h4 sup {
            font-size: 20px;
            top: -15px;
            left: -3px;
        }

        .pricing .box h4 span {
            color: #bababa;
            font-size: 16px;
            font-weight: 300;
        }

    .pricing .box ul {
        padding: 0;
        list-style: none;
        color: #124265;
        text-align: center;
        line-height: 20px;
        font-size: 0.875rem;
    }

        .pricing .box ul li {
            padding-bottom: 16px;
        }

        .pricing .box ul .na {
            color: #ccc;
            text-decoration: line-through;
        }

    .pricing .box .btn-wrap {
        padding: 15px;
        text-align: center;
    }

    .pricing .box .btn-buy {
        display: inline-block;
        padding: 10px 40px;
        border-radius: 4px;
        color: #2487ce;
        transition: none;
        font-size: 0.875rem;
        font-weight: 400;
        font-family: var(--font-raleway);
        font-weight: 600;
        transition: 0.3s;
        border: 2px solid #2487ce;
    }

        .pricing .box .btn-buy:hover {
            background: #2487ce;
            color: #fff;
        }

.pricing .featured {
    background: #2487ce;
}

    .pricing .featured h3,
    .pricing .featured h4,
    .pricing .featured h4 span,
    .pricing .featured ul,
    .pricing .featured ul .na {
        color: #fff;
    }

    .pricing .featured .btn-wrap {
        padding: 15px;
        text-align: center;
    }

    .pricing .featured .btn-buy {
        color: #fff;
        border: 2px solid #fff;
    }

        .pricing .featured .btn-buy:hover {
            background: #fff;
            color: #2487ce;
        }

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.fSearch .custom-inputGroup-btn.input-group > .btn:nth-child(2) {
    border-top-right-radius: .6rem !important;
    border-bottom-right-radius: .6rem !important;
}

.faqImage {
    display: flex;
    /* align-content: center; */
    justify-content: center;
    align-items: center;
}

.faqPrompt {
    padding: 10px;
    border: 1px solid #aec9e1;
    text-align: center;
    border-radius: 16px;
    margin: auto 152px;
}

    .faqPrompt span {
        display: block;
    }

.fSearch {
    position: relative;
    font-size: 0.9rem;
}

@media screen and (max-width:768px) {
    .fSearch {
        font-size: 0.7rem;
    }
}

.input-group-text {
    background-color: #f4f7ff;
}

.whiteBG .input-group-text {
    background-color: #ffffff;
}

/* .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control, .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select, .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
} */

.fSearch input {
    background-color: #f4f7ff !important;
    border-radius: 10px;
    height: 52px;
    padding: 8px 15px;
    width: calc(80% - 80px);
    padding-left: 50px;
}

.fSearch button,
.fSearch input {
    border: 0px solid;
}

.fSearch .serchIcon {
    position: absolute;
    display: block;
    width: 42px;
    top: 13px;
    left: 0.875rem;
    font-weight: 500;
    color: #ccc;
}

@media screen and (max-width:768px) {
    .fSearch .serchIcon {
        top: 18px;
    }
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.faq_accordions .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(0.7) !important;
}

.faq_accordions .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.faq_accordions .card-body {
    padding: 15px 10px;
    margin-bottom: 30px;
    background-color: white;
}

    .faq_accordions .card-body p {
        font-size: 0.9rem;
    }

.faq_accordions .accordion-header .accordion-button {
    border: 0px solid #d2dae1;
    background-color: #f4f7ff;
    border-radius: 10px;
    font-size: 1rem;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
}

.faq_accordions .accordion-item {
    /* background-color: #F4F7FF; */
    border: 0px solid #f4f7ff;
    margin-bottom: 10px;
}

/* .accordion-button:focus {
  box-shadow: none;
} */
.accordion-button:not(.collapsed) {
    color: var(--blue-dark);
}

@media (max-width: 768px) {
    .faqPrompt {
        margin: 20px auto;
    }

    .faq_accordions .card-body p {
        font-size: 0.75rem;
    }

    .faq_accordions .accordion-header .accordion-button {
        font-size: 0.8rem;
    }
}


@media (max-width: 1200px) {
    .faq .faq-list {
        padding: 0;
    }

    .fSearch input {
        width: calc(100% - 69px);
    }
}

@media (max-width: 1439px) {
    .faqPrompt {
        margin: 20px auto;
    }
}



/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.cImg {
}

.cImgLeft {
}

.contactText {
    /* text-align: center; */
    margin-bottom: 30px;
    font-size: 0.875rem;
}

.addressText {
    padding: 5px 0 0 55px;
    position: relative;
    /* min-height: 90px; */
    display: inline-block;
    text-align: left;
}

    .addressText > .img {
        position: absolute;
        left: 0px;
        top: -4px;
        height: 40px;
        width: 40px;
        padding: 10px;
    }

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.addressText > div {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
}

    .addressText > div h3 {
        font-size: 16px;
        font-weight: bold;
        color: var(--blue-dark);
    }

.addressText div span {
    display: block;
    font-size: 0.875rem;
    padding: 0 0 8px;
}

.addressText div a {
    transition: all 0.3s ease;
    font-size: 0.875rem;
    display: block;
}

/* social media */
.media {
    position: relative;
}

    .media h3 {
        font-size: 16px;
        font-weight: bold;
    }

    .media a.mediaLink {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        width: 28px;
        height: 28px;
        border-radius: 8px;
        color: white;
        font-size: 17px;
        margin-right: 3px;
    }

.fb {
    background-color: #1877f2;
}

.tw {
    background-color: #000000;
}

.in {
    background-color: #0077b5;
}

.ut {
    background-color: #bb0000;
}

.insta {
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

.tg {
    background-color: #15b2f7;
}

.st {
    background-color: #218DFF;
}

/* 13-12-24 */
.redressalMatrix .header-text {
    font-size: 16px;
    font-weight: bold;
    color: var(--blue-dark);
}

.redressalMatrix .header-icon {
    height: 40px;
    width: auto;
    padding: 8px;
}

.redressalMatrix_table {
    font-size: 0.875rem;
}

@media (max-width: 768px) {
    .redressalMatrix_table {
        font-size: 0.75rem;
    }
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before {
    position: absolute;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    top: 50%;
    left: 1px;
    height: 18px;
    width: 18px;
    margin-top: -13px;
    font-size: 25px;
    color: #002952;
    border: 0;
    background-color: transparent;
    font-family: boxicons !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "\ea57";
}

table.dataTable.dtr-inline.collapsed > tbody > tr.dtr-expanded > td.dtr-control:before {
    color: #008500;
    background-color: transparent;
    font-family: boxicons !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "\ea4a";
    border: none !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control {
    position: relative;
}

table.dataTable.collapsed > tbody > tr > td:first-child {
    padding-left: 30px !important;
}

.redressalMatrix_table tr th {
    /* border-top: 1px solid #C2C2C2; */
    font-weight: bold;
    color: #000 !important;
    vertical-align: middle;
}


@media (max-width: 768px) {
    #matrixTableContact_wrapper > .row:first-child {
        display: none;
    }

    #matrixTableContact > tbody > tr.child ul.dtr-details {
        width: 100%;
    }

    #matrixTableContact tr.child span.dtr-title,
    #matrixTableContact tr.child span.dtr-data {
        width: 100% !important;
        display: block !important;
    }

    .redressalMatrix_table tr th {
        font-size: 0.8rem !important;
    }
}

.redressalMatrix_table tr td {
    vertical-align: middle;
}

@media (max-width: 768px) {
    .redressalMatrix_table .child td ul.dtr-details li {
        display: flex;
        flex-direction: column;
        /* justify-content: space-between; */
        align-items: center;
    }
}

/*********************** 
|| onboarding/Login  ||
************************/
.loginWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.loginCard {
    width: 50rem;
    box-sizing: border-box;
}

    .loginCard .logo img {
        max-height: 45px;
    }

.editNumber span {
    font-size: large;
    display: inline-block;
}

.or_v_line {
    text-align: center;
    position: relative;
}

    .or_v_line span {
        background-color: white;
        display: inline-block;
        width: 40px;
        height: 20px;
        height: auto;
        position: relative;
        z-index: 2;
    }

    .or_v_line::after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 10px;
        left: 0;
        height: 1px;
        border-top: 1px dashed #ccc;
        width: 100%;
    }

.brocker_login h3 {
    font-size: 16px;
}

.brocker_login .brocker_logo {
    flex-wrap: wrap;
}

    .brocker_login .brocker_logo a {
        width: 50px;
        height: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 16px;
        /*font-size: 12px;*/
        font-size: 11px;
    }

.brocker_logo > * {
    flex: 1 1 75px;
}

.bLogoes {
    max-height: 215px;
}

    .bLogoes a {
        width: 50px !important;
        height: 65px !important;
    }

        .bLogoes a img {
            width: 40px;
            height: 40px;
        }

.brocker_login a.morewithNumber span {
    margin: 0;
    text-align: center;
    background-color: #f4f7ff;
    line-height: 50px;
    border-radius: 50%;
    color: #000;
    font-size: 17px;
    font-weight: var(--medium);
    height: 50px;
    width: 50px;
    display: inline-block;
}

.input-group-icon i {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    font-size: 15px;
}

.otp_text a {
    font-size: 0.8rem;
}

/* otp */
.input-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .input-container .form-control {
        min-width: 32px;
        margin-right: 2%;
        text-align: center;
    }

        .input-container .form-control:focus {
            outline: none;
            border-color: dodgerblue;
        }

    .input-container .placeholder {
        color: #aaa;
    }

/*********************** 
|| new footer  ||
************************/
#new-footer .footer-links h3 {
    color: white;
    font-size: 1.2em;
}

#new-footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    /* #new-footer .footer-links ul li {
  padding: 3px 0;
} */
    #new-footer .footer-links ul a {
        color: #ccc;
        transition: 0.3s;
        line-height: 2;
        font-size: 0.9em;
    }

        #new-footer .footer-links ul a:hover {
            color: white;
        }

    #new-footer .footer-links ul .sub-heading {
        color: white;
        margin-top: 12px;
        /* font-weight:500; */
    }

#new-footer .footer-links {
    margin-bottom: 20px;
}

#new-footer .branding {
    width: 106px;
    /* height: 77px; */
    height: auto;
}

    #new-footer .branding img {
        width: 100%;
    }

.c-address {
    padding-left: 15px;
    color: white;
}

    .c-address h3 {
        font-size: 1.2em;
    }

    .c-address p {
        font-size: 0.8em;
        margin-bottom: 0;
        margin-top: 0.5rem;
    }

@media screen and (max-width: 767px) {
    #new-footer .f_contact {
        padding-left: 123px;
    }
}

.f_contact p {
    color: white;
    font-size: 0.9em;
    margin-bottom: 0;
}

    .f_contact p a {
        color: white;
    }

        .f_contact p a:hover {
            color: var(--green);
        }

#new-footer .social-links a {
    font-size: 18px;
    display: inline-block;
    /* background: #2487ce; */
    color: #fff;
    line-height: 0;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 5px;
    text-align: center;
    width: 30px;
    height: 30px;
    transition: 0.3s;
}

.twitter {
    background-color: #48baed;
}

.facebook {
    background-color: #1877f2;
}

.instagram {
    background: rgb(131, 58, 180);
    background: linear-gradient(195deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 51%, rgba(253, 175, 29, 1) 99%);
}

.youtube {
    background-color: #bb0000;
}

.linkedin {
    background-color: #0077b5;
}

.telegram {
    background-color: #fcd474;
}

.border-top-blue {
    border-top: 1px solid #456581;
}

.footer_bottom {
    padding: 20px 0;
    color: white;
}

    .footer_bottom a {
        color: white;
    }

@media only screen and (max-width: 992px) {
    #new-footer .footer_bottom {
        display: block !important;
    }

    .fs-md-normal {
        font-size: 1.2rem;
    }

    .w-sm-50 {
        width: 50%;
    }
}

.pt124 {
    padding-top: 124px;
}

.pt-5rem {
    padding-top: 5rem;
}

.hidden_imp {
    display: none;
}

.bg-dark-gray {
    background-color: var(--gray);
}

.blur5 {
    filter: blur(5px);
    pointer-events: none;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

.blur4 {
    filter: blur(4px);
    pointer-events: none;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

.z-3 {
    z-index: 3 !important;
}

.w-lg-50 {
    width: 50%;
}

.borderLight {
    border-color: #E3E3E3;
}

.noDataDiv {
    min-height: 150px;
}

@media only screen and (max-width: 992px) {

    .noDataDiv {
        min-height: 100px;
    }
}

/* 14-06-24 ashok*/
.greenLightBG {
    background-color: var(--green-light);
}

.redLightBG {
    background-color: var(--red-light);
}


/*--------------------------------------------------------------
# footer post login
--------------------------------------------------------------*/

.footer_postLogin div {
    font-size: 0.8rem;
}


/*--------------------------------------------------------------
# spinner
--------------------------------------------------------------*/
/* .spinner_container {
  background-color: rgb(34 31 32 / 29%);
}
.spinner_wrap{
  width: 4rem;
  height: 4rem;
  background-color: rgb(34 31 32 / 29%);
} */

#spinner_loader {
    position: fixed;
    /* display: none; */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2;
}




/*--------------------------------------------------------------
# iframe
--------------------------------------------------------------*/
.iframe-container {
    overflow: hidden;
    padding-top: 56.25%; /* 16:9*/
    position: relative;
}

    .iframe-container iframe {
        border: 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }




/*prefix custom */
@media screen and (max-width:768px) {
    .m-width-112 {
        width: 112px;
    }

    .w-full {
        width: 100%;
        max-width: 100%;
    }
}


.fSearch .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
