/*================= RESET CSS ========================*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
}
ol,ul { list-style: none;}
table { border-collapse: collapse; border-spacing: 0;}
*,
::before,
::after{
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
a{
    text-decoration: none;
}
/*================= RESET CSS ========================*/

/*================= gLobal CSS ========================*/

body, * {
    font-family: 'AvenirLTStd';
    letter-spacing: 0.3px !important;
}
h1 {
    font-family: 'AvenirLTStd-black';
}

/* width */
body::-webkit-scrollbar {
    width: 10px;
}

/* Track */
body::-webkit-scrollbar-track {
    box-shadow: lightgrey;
}

/* Handle */
body::-webkit-scrollbar-thumb {
    background:  #b0459c;
}


.text-heading {
    color: #522E90;
}

.btn__primary {
    background-color: #522d90;
    color: #fff !important;
    text-decoration: none !important;
    width: 200px !important;
    padding: 16px !important;
    display: inline-block;
    border-radius: .25rem;
}
.btn__white {
    background-color: #ffffff;
    color: #522d90 !important;
    text-decoration: none !important;
    font-weight: 600;
}

.btn_custom {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.2px;
    padding: 14px 26px;
    line-height: 1;
}
.btn_invest_now{
    width: 200px;
    font-weight: 600;
    border-radius:.25rem;
    padding:  16px !important;
    font-size: 14px;
    padding: 16px;
    letter-spacing: 1.2px;
    line-height: 1 !important;
}
.f-13 {
    font-size: 13px;
}
.f-14 {
    font-size: 14px;
}
.f-15{
  font-size: 15px;
}
.f-16{
    font-size: 16px;
}
.text_gray {
    color: #676c75;
}
.letter_space-2 {
    letter-spacing: 2px !important;
}


.heading_h2 {
    color: rgba(40, 43, 49, 0.9);
}
.section_gap {
    padding: 35px 0 !important;
}


.main__div {
    min-height: 400px;
}

.outline-0 {
    outline: none !important;
}

.modal-header {
    background-color: #522E90;
    color: #fff !important;
    padding: .5rem 1rem;
    align-items: center;
}

.modal-header h5 {
    text-transform: uppercase;
}

.modal-header .close {
    opacity: 1;
    color: #fff !important;
}

/* 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;
}

.cursor_pointer {
    cursor: pointer;
}

.modal-header .close:focus {
    outline: 0 !important;
}

.box-validation {
    font-size: 10px;
    margin: 2px;
}
.box-validation.invalid {
    border: 1px solid #522E90;
    color: #522E90;
    padding: 2px 4px;
}
.box-validation.valid {
    border: 1px solid green;
    color: green;
    padding: 2px 6px;
}

.error_msg {
    font-size: 13px;
    display: block;
    text-align: center;
    line-height: 1.42857;
    margin: 2px 0;
    color: #d11124 !important;
    font-weight: 600;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.min-vh-80 {
    min-height: 80vh;
}
main{
    overflow-x: hidden;
}
/*================= gLobal CSS ========================*/

/*==================  Navbar ==========================*/

.user__nav-img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.user__nav-dropdown {
    right: 0;
    left: inherit;
    padding: 0;
}

.user__nav-dropdown a.dropdown-item {
    padding: 10px 24px;
    color: #000 !important;
}

.user__nav-dropdown a.dropdown-item:hover {
    background-color: #522E90;
    color: #fff !important;
}
.bg__navbar{
    background-color: #fdfefd !important;
}
.navbar-toggler{
    background-color:  #522d90!important;
}
/*============ Navbar End =====================*/

/*============= Footer ========================*/

.user__footer {
    background-color: #522E90;
    padding: 60px 0;
}

.footer__ul {
    line-height: 1.8;
}

.footer__ul li a {
    color: #fff !important;
    text-decoration: none;
}

.footer__info {
    background-color: #423063;
}

.user__footer .container {
    padding: 0 80px;
}
.custom_select{
    color: #aaa !important;
}
/*======= Footer =============================*/



/*=========== HOME ===========================*/
.home__content h1{
    font-size: 50px;
    font-weight: 900;
    line-height: 1.3;
    color: #282b31;
}
.home_btn{
   width: 200px !important;
   padding: 16px !important;
   line-height: 1 !important;
}
.section__heading{
    /* opacity: 0.9; */
    font-family: "AvenirLTStd";
    font-size: 38px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: rgba(40, 43, 49, 0.9);
}

.why__card{
    position: relative;
    background: #f8f9fa;
}
.why__card .card-body{
    padding: 16px 16px 16px 0;
}
.why__card h6{
    font-size: 16px;
    line-height: 2.19;
    color: #282b31;
}
.why__card p{
    font-size: 13px;
    line-height: 1.79;
    text-align: left;
    color: #676c75;
}
.circle__spn{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    opacity: 0.8;
    background-color: #282b31;
}


/* ------WHAT WE DO--- */
.do__card{
    border-radius: 0;
    border: 0;
    padding: 30px 38px;
    height: 280px;
}
.do__card .card-body{
    padding: 0 !important;
}
.do__clrdv{
    margin-right: auto;
    margin-left: auto;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    margin-bottom: 16px;
}
/* ------WHAT WE DO--- */

/*======GRADENT COLORS*/
.clr__span-one{
    box-shadow: 0px 3px 6px 0 rgba(40, 43, 49, 0.08);
    background-image: linear-gradient(to top, #7956ec, #2fb9f8);
}
.clr__span-two{
    background-image: linear-gradient(to top, #009fc5, #3cecb0);
}
.clr__span-thre{
    box-shadow: 0px 3px 6px 0 rgba(40, 43, 49, 0.08);
    background-image: linear-gradient(to top, #ff8e64, #ffe641);
}
.clr__span-fr{
    box-shadow: 0px 3px 6px 0 rgba(40, 43, 49, 0.08);
    background-image: linear-gradient(to top, #f33573, #ffc066);
}
.clr__span-fv{
    box-shadow: 0px 3px 6px 0 rgba(40, 43, 49, 0.08);
    background-image: linear-gradient(to top, #ad2ab9, #ff618c);
}
.clr__span-sx{
    box-shadow: 0px 3px 6px 0 rgba(40, 43, 49, 0.08);
    background-image: linear-gradient(to top, #5134b3, #b175ec);
}
/*======GRADENT COLORS*/

.clr__section{
    background: #f8f9fa!important
}
.card__bx{
    box-shadow:
            0 2.8px 2.2px rgba(0, 0, 0, 0.034),
            0 6.7px 5.3px rgba(77, 75, 75, 0.048),
            0 6.5px 10px rgba(68, 67, 67, 0.06),
            0 9.3px 17.9px rgba(0, 0, 0, 0.072),
            0 10.8px 33.4px rgba(54, 53, 53, 0.086),
            0 11px 34px rgba(87, 85, 85, 0.12);
}
.clr__card{
    padding-left: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0;
}
.card-body{
    position: relative;
}
.clr__card .card-body h6{
    line-height: 1.79;
}
.clr__card-title{

    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #282b31;
}
.clr__span{
    position: absolute;
    left: 10px;
    top: 20px;
    width: 50px;
    height: 50px;
    border-radius: 12px;
}


/* -------offering----- */

.off__img{
    position: absolute;
    top: 0;
    left: 0;
}

.off__img h2{
    position: absolute;
    font-size:  38px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #ffffff;
    top: 45%;
    transform: translateY(-100%);
    left: -50px;
    right: 0;
    margin: auto;
    z-index: 1;
    text-align: center;
    font-family:"AvenirLTStd-black" !important;
}

.mirya__rose{
    font-family:"AvenirLTStd-black" !important;
    font-size: 38px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.48px;
    color: #262626;
}
.navi-mumbai{
    opacity: 0.8;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: rgba(38, 38, 38, 0.8);
}
.offer-text{
    opacity: 0.9;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.55;
    letter-spacing: normal;
    text-align: left;
    color: rgba(23, 21, 46, 0.8);
}
.amnt__details > h6 {
    font-size: 20.9px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.92;
    letter-spacing: normal;
    text-align: left;
    color: #4b4a4a;
}
.amnt{
    font-size: 35px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #532f91;
    font-family:"AvenirLTStd-black";
}

.pink__btn--off{
    width: 100%;
}
.pink__btn--off a{
    text-decoration: none;
    font-family: AvenirLTStd-Roman;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}
.pink__chev{
    color: #fff;
    margin-left: 8px;
}
.star__icon{
    color: #f2b22a;
}
.carousel__div{
    max-width: 950px;
    margin-right: auto;
    margin-left: auto;
}
.testimonial{
    padding-top: 60px;
    padding-bottom: 60px;
}
.test-title{
    font-family: AvenirLTStd-Roman;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #282b31;
}
.owl__small{
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.08;
    letter-spacing: normal;
    text-align: left;
    color: #999ea8;
}
.owl-text{
    font-size: 13px;
    font-family: AvenirLTStd-Roman;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: normal;
    text-align: left;
    color: #282b31;
}

.owl__divbox{
    padding: 20px;
    border-radius: 6px;
}
.owl__img img{
    border-radius: 50%;
}
.owl__divbox .owl__img img{
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.owl-carousel .owl-stage{
    position: relative;
}
.owl-nav{
    position: absolute;
    top:10%;
    transform: translateY(100%);
    width: 100%;

}
.owl-nav-prev{
    position: absolute;
    left: -10%;
}
.owl-nav-next{
    position: absolute;
    right: -10%;
}
.owl-nav .owl-prev .owl-nav-prev, .owl-nav .owl-next .owl-nav-next{
    color:  gray;
    background:  #fff;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-theme .owl-nav [class*='owl-']{
    outline: none;
}
.owl-carousel .owl-item{
    border-radius: 10px;
}
.owl__body{
    border-radius: 10px !important; 
}

.owl-theme .owl-dots [class*='owl-']{
    outline: none;

}
.owl-theme .owl-dots{
    transform: translateY(30px);
}
.owl-theme .owl-dots .owl-dot.active span{
    background:   #522d90;
    transform: scale(1.1);
}

.owl-theme .owl-dots .owl-dot span {
    position: relative;
    width:8px;
    height: 8px;
    transform: scale(.6);
    margin: 2px 5px !important;
    border: .2px soli   #522d90;
    background:  #522d90;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
/* --testimonials------- */


.page-footer h6{
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 0.19px;
    text-align: left;
    color: #ffffff;
}
.square__span{
    font-size: 8px;
    color: #cebfbd;
}
.footer__allLinks li a{
    font-family: AvenirLTStd-Roman;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: rgba(255, 255, 255, 0.8);
}
.social__icons{
    width: 35px;
    height: 35px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin-right: 8px;
}
.social__icons i{
    color: #4b4a4a;
}
.ftr__cntnt{
    opacity: 0.6;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.9;
    letter-spacing: normal;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}

.panel__text{
    font-family:"AvenirLTStd";
    font-weight: normal;
    font-size: 13px;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.14;
    letter-spacing: normal;
    color: #676c75;
}
.mxauto{
    margin-left: auto !important;
    margin-right: auto !important;
}
.nav-tabs{
    border-bottom: transparent;
}
.tabs_con .nav-tabs > .nav-item .nav-link.active::before{
    position: absolute;
    content: '';
    width: 50%;
    height: 3px;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    border-radius: 3px;
    background:  #522e90;
}
.tabs_con .nav-tabs > .nav-item .nav-link.active{
    position: relative;
    font-family:"AvenirLTStd";
    font-size: 18px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.11;
    letter-spacing: 0.24px;
    color: #282b31;
    opacity: 1;
    border-color: transparent;
}
.tabs_con .nav-tabs > .nav-item .nav-link{
    opacity: 0.8;
    font-family:"AvenirLTStd";
    font-size: 16px;
    font-weight:normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.11;
    letter-spacing: 0.24px;
    color: #282b31;
}
.tabs_con .nav-tabs > .nav-item{
    margin-right: .5rem !important;
    margin-left: .5rem !important;
}

.tab-content{
    padding-top: 45px;
}
.panel__card{
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    margin: 1px;
    border: 0 !important;
}
.panel__card .wired{
    font-weight: 800;
    opacity: 0.4;
    letter-spacing: 3px;
    text-shadow: 0px 0.5px 0 0 #e7e8ea, 0.5px 0 0 0 #e7e8ea;
}
.panel__card .verge{
    font-weight: 800;
    opacity: 0.6;
    word-spacing: 1px;
    color: gray;
    filter: drop-shadow(1px 1px 1px gray);
}
.mashable{
    font-weight: 800;
    opacity: 0.4;
    filter: drop-shadow(1px 1px 1px gray);
}
.mcworld{
    font-weight: 800;
    opacity: 0.4;
    color: rgb(104, 100, 100);
}
.l__hacker{
    font-weight: 400;
    opacity: 0.5;
    color: rgb(104, 100, 100);
}
.gizmodo{
    font-weight: 600;
    opacity: 0.5;
    letter-spacing: 2.5px;
    color: rgb(104, 100, 100);
}
.dots{
    margin-top: 30px;
}
.dots__one-active{
    transform: scale(1.2) !important;
}
.dots .dots__one{transform: scale(.6);
    margin-right: .5rem;
    display: inline-block;
    width:7.5px;
    height: 7.5px;
    border-radius: 50%;
    border: solid 1px #ffffff;
    background-color:   #522d90;
    color:  #522d90;
}
/* --------investors---- */
.investor-text{
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: left;
    color: #676c75;
}

.echart__span{
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid  #d72e91;
}
.echart__text{
    position: relative;
    padding-left: 30px;
}
.echrt__bold{
    opacity: 0.6 !important;
    font-weight: 900 !important;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #262626;
}
.echart__text::after{
    position: absolute;
    content: '';
    left: 0;
    top: 3px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 3px solid  #d72e91;
}
.echart__text-one::after{
    border: 3px solid   #7e7f80;
}
.echart__text-two::after{
    border: 3px solid  #7e7f80;
}
.echart__text-thre::after{
    border: 3px solid  #7e7f80;
}
.echart__text-one::after{
    border: 3px solid   #7e7f80;
}
.echart__text h6{

    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color:  #a6a6a6;
}
.echart__text > p{
    opacity: 0.5;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: normal;
    text-align:left;
    color: #676c75;
}
.ecrhrt__active-text{
    opacity: 0.7 !important;
}
.pink__btn-inv{
    display: inline-block;
    padding: 6px 18px !important;
}
.pink__btn-inv a{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
}
.f__20{
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #282b31;
}
.clr__card{
    border: 0;
    border-radius: 0 ;
}
.font-14{
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: normal;
    text-align: left;
    color: #676c75;
}
.how_it_p{
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: normal;
    text-align: left;
    color: #282b31c4;
    padding-right: 42px;
}

/*====================== HOME ================================
================================================================END*/


/*================ Oppurtuinty ===================*/


.ot__h1{
    font-weight: 900;
    letter-spacing:2px;
    color: #fff;
    font-size: 46px;
}
.menu__sec{
    background: #522d90;
}
.filter__menu-left{
    border-radius: 9px;
    padding: 0 15px;
}
.filter__menu-left .menu__item {
    margin: 0 .5rem ;
    padding-bottom: 11px;
    padding-top: 11px;
}
.filter__menu-left .menu__item.active{
    border-bottom: 4px solid #b0459c;
}
.filter__menu-left .menu__item a{
    color: #2a3b47;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    opacity: 0.7;
}

.border_left-radius {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}
.border_right-radius {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}
.filter_drp span {
    color: #fff;
    opacity: 0.8;
    font-size: 13px;
    padding-bottom: 4px;
    padding-left: 4px;
}
.filter_drp .dropdown-toggle::after {
    display: none;
}
.filter_drp .btn {
    background-color: #fff;
    color: grey !important;
    border-radius: 0;
    border-right:1px solid #2322263b;
    padding: 12px ;
    text-align: left;
    padding-left: 15px !important;
}
.filter_drp .btn:focus {
    box-shadow: none !important;
}

.filter_drp button:after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    display: inline-block;
    padding-left: 6px;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    right: 10%;
}

/* --------cards------ */
.ot__card-section{
    background: #f8f9fa;
}
.ot__card-section .card {
    position: relative;

}
.ot__card-section .card .clip{
    position: relative;
}
.ot__card-section .card .clip img{
    position: absolute;
    right: -5px;
    z-index: 1;
    width: 200px !important;
    height: 45px;
}
.ot__card-section .card .clip h6{
    z-index: 1;
    position: absolute;
    right: 0;
    top: 50%;
    font-size:20px;
    transform: translate(-20%, 60%);
    font-weight: 500;
    color: #f7f8fb;
}
.ot__card-section .card img{
    height: 220px;
    position: relative;
}

.ot__card-section .card .card__content h6{
    font-size: 14px;
    line-height: 0.94;
    text-align: left;
    color: #595f6f;
}
.card_ot {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    height:490px;
    background-color: #fff !important;
    margin-top: 40px;
}
.ot_card-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
    color: #595f6fbf;
    font-size: 15px;
    font-weight: 600;
}
.ot_card-listlast li {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    color: #595f6fbf;
    font-size: 15px;
    font-weight: 600;
}
.ot_card-list span {
    color: #b0459c !important;
    font-weight: 500 !important;
}
.card_ot .card-image{
    position: relative !important;
     
}
.card_ot .card-image::after{
     -ms-position: absolute !important;
    position: absolute !important;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image:linear-gradient(to right top, #000002,  transparent);
}

.img__text{
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 999;
}
.map__mum .map__icon{
    color: #fff;
    margin-right: 8px;
}
.map__mum h6{
    font-size: 14px;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.8);
}

.page-link.active{
    background: #000000 !important ;
    color: #fff;
    border-radius: 9px;
}
.page-link:hover{
    border-radius: 9px;
}
.page-link{
    padding: 10px 16px;
    border: none;
    background:white;
    color: #222;
    margin: .3rem;
}
.page-footer h6{
    font-size: 16px;
    line-height: 1.43;
    text-align: left;
    color: #ffffff;
}

/*====================== Oppurtuinty ================================
================================================================END*/

/* ====================About us=========================== */
 .abt_ttle{
  color: #17152e;
  font-weight: 900;
  font-style: normal;
  line-height: 2.5;
  text-align: left;
  border-bottom: 5px solid #1f3366;
  display: inline-block;
 }
 .abtus_cotainer_padng{
     padding-left: 60px;
      
 }
 .abutus_img{
     height: 450px;
     opacity: .4;
 }
 .about_us_content > p, .process_p{
    font-size:20px;
    font-weight: 500;
    line-height: 1.57;
    color: rgba(23, 21, 46, 0.8);
 }
 .aboutus_btm_p{
    font-size: 20px;
    font-weight: 500;
    line-height: 2.14;
    text-align: justify;
    color: rgba(23, 21, 46, 0.9);
 }
 .abtus_card > .card_imgDiv{
     overflow: hidden;
     width: 160px;
     height: 160px;
     border-radius: 50%;
 }
 .abtus_card > .card_imgDiv img:hover{
    transform: scale(1.4);
 }
 .abtus_card > .card_imgDiv img{
    width: 160px;
    height: 160px;
    border-radius: 50%;
       transform: scale(1);
       transition: linear .3s;
 }
 .abtus_card-ttle > h4{
    font-weight: 900;
    line-height: 2.16;
    color: #17152e;
 }
 .abtus_card-content > p{
     font-size: 13px;
     font-weight: 500;
     line-height: 1.75;
    text-align: center;
    color: #17152e;
 }
 /* ===========faqs======== */
 .accordion_card{
    box-shadow: -3px 0px 6px 0 rgba(32, 33, 39, 0.08);
    margin-bottom: 16px;
  }
  .accordion_why_us .accordion_card_body{
   position: relative;
   padding: 16px;
     border-top: none;
 }
 .accord_heading h6{
    display: inline-block;
    padding: 2px 20px;
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
 } 
 .accordion_why_us .card-header{
     background-color:#fff;
     display: flex;
     padding: 2px 23px;
     cursor: pointer;
     border-bottom: none;
 }
 .accord_heading h6{
     font-size:25px;
     color:rgba(40, 43, 49, 0.9) !important;
     font-weight: 900;
     font-family: "AvenirLTStd-black";
 }
  .accordion_title{
   font-size: 18px;
   color: rgba(40, 43, 49, 0.9) !important;
   font-weight: 700;
 }
  
 .accordion_why_us .card-body > p{
   color: #54595F;
   font-size: 16px !important;
   line-height: 1.78;
   letter-spacing: 0.27;
   font-weight: 500;
 } 
 .btn_accord{
     background :#d3d5d9;
     border-radius: 50%;
     width: 22px;
     height: 22px;
     display: flex;
     padding: 5px;
     justify-content: center;
     align-items: center;
     text-align: center;
     cursor: pointer;
 }
  /* ========webinar======= */
   .webnr_card-sect{
    background-color: #f8f8f8;
  }
  
  .slider-one img{
    height: 100vh;
} 
 /* .cvrn-left{
     width: 50px;
     height: 50px;
     border-radius: 50%;
     background-color: rgb(31, 10, 212);
     display: flex;
     justify-content: center;
     align-items: center;
     position: absolute;
     left: 20px;
     
 }
 .cvrn-right{
   width: 50px;
   height: 50px;
   border-radius: 50%;
   position: absolute;
   right: 20px;
   background-color: rgb(31, 10, 212);
   display: flex;
   justify-content: center;
   align-items: center;
   
}
.span1, .span2{
   opacity: 0;
   transition: 1s ease;
}
 span i{
     font-size: 20px;
 }
 .slider-one:hover span{
      opacity: 1;
 } */
 .web_right-title{
    font-size: 20px;
    font-weight: 900;
}
 .web_video-content{
     background-color: #522d90;
     height: 500px;
 }
 .webinar_text > p{
     font-family: AvenirLTStd-Roman;
    line-height: 1.75;
    letter-spacing: 0.16px;
    text-align: left;
    color: #ffffff;
    font-size: 15px;
 }
 .webiner-ul .webiner-ul-list {
    padding:0 8px;
     border:solid 0.5px rgba(255, 255, 255, 0.3);
     display: inline-block;
}
.webiner-ul .webiner-ul-list:nth-child(1){
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.webiner-ul .webiner-ul-list:nth-child(3){
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.webiner-ul .webiner-ul-list:nth-child(2){
    border-right: none !important;
    border-left: none !important;
}
.webiner-ul .webiner-ul-list i{
    color: #fff;
    font-size: 14px;
    opacity: .8;
}
.btn_prple{
    padding: 5px 11.5px 4.5px;
    border-radius: 20px;
    background-color: #3c2169;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding-left: 13px;
    padding-right: 13px;
    font-family: AvenirLTStd-Roman;;
}
.btn_pink-modi{
    padding: 4.5px 8.5px 4.5px 9px;
  background-color: #cd3ea0;
  border-radius: 0 !important;
  letter-spacing: 0.11px;
  color: #ffffff;
  font-size: 11px;
  font-weight: lighter;
  font-family: AvenirLTStd-Book;
}
.play_btn-span{
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    text-align: center;
    
}
.play_btn-span i{
    color:  #cd3ea0;
    font-size: 7px;
    margin-top: auto;
    margin-bottom: auto;
}
.card_webinar{
    height: 410px;
    padding: 12px 11px;
}
.webiner_card-img img{
    height: 230px;
    position: relative;
}
.webiner_card-img::after {
    -ms-position: absolute !important;
    position: absolute !important;
    content: '';
    top: 0;
    left: 0;
    padding: 10px;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right top, #000001, transparent);
}
.card_webinar{
    position: relative;
    box-shadow: -5.5px 0px 49px 0 rgba(0, 0, 0, 0.13) !important;
}
.card_dur-btn{
    position: absolute;
    top: 32px;
    background-color: #cd3ea0 !important;
}
.webiner_h1{
    color: rgba(27, 27, 27, 0.9) !important;
    font-size: 46px !important;
}
.webenr_card-detail{
  margin-right: 2rem;
}
.webenr_card-detail img{
    width: 30px !important;
    height: 30px !important;
}
.webiner__detail > p {
    letter-spacing: 0.19px;
    font-weight: 500;
    font-family:"AvenirLTStd-Roman";
}
.webenr_card-detail span > p{
    font-size: 14px;
}
.webenr_card-detail span > h6{
    font-size: 10px;
    color: rgba(255, 255, 255, 0.8);
    opacity: 0.8;
}
.webiner_body-detail > h5{
    font-size: 16px;
    font-weight: 900;
    line-height: 1.52;
    text-align: left;
    color: #1b1b1c;
}
.webiner_body-detail > p{
   font-size: 13px;
  line-height: 1.39;
  letter-spacing: 0.14px;
  text-align: left;
  color: rgba(27, 27, 28, 0.8);
}
.btn_wbnr{
    background-color: #522d90;
     color: #fff;
}
/* =======PROCESS FOLLOWED====== */
.process_details .process_details_content{
    /* position: relative; */
}

.process_details_content > p{
    opacity: 0.8;
}
.process_details_content > h4{
    font-family:"AvenirLTStd-black";
}

.process_details_content .proces_para_one{
    top: -15% !important;
    position:absolute;
    right: -10px;
}
 /* .process_details_content .proces_para_two{
     top: 50%;
    position:absolute;
    left: 0;
} */
.process_details .process_details_content .proces_para_three{
      bottom: 0%;
    position:absolute;
    left: 0;
}


/*KYC FORM*/
.box__kycform {
    background-color: #f9f9f9;
    border-radius: 16px;
    /* height: 526px; */
    box-shadow: 0 .5rem .5rem rgba(0,0,0,.1);
}

.kyc_form-navpills .nav-link.active, .kyc_form-navpills .show>.nav-link {
    color: #fff !important;
    background-color: #522E90;
}

.kyc_form-navpills .nav-link {
    color: #000 !important;
}

.kyc_form-navpills .nav-link{
    text-align: left;
    font-size: 15px !important;
    padding: 10px 16px !important;
    border: 1px solid #522E90;
    margin-bottom: 2px;
}

.kyc_form-navpills .nav-link.active::before{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    position: absolute;
    right: 2%;
}
/*KYC FORM*/

/*Change Pin*/

.input__otp {
    width: 60px;
    background-color: transparent !important;
    border: 1px solid #3b3b4280;
    height: 60px;
    font-size: 26px;
    border-radius: 4px;
    color: #000;
    text-align: center;
    margin: 0 6px;
}

.input__otp:focus {
    background-color: transparent !important;
    border: 1px solid #3b3b4280;
    height: 60px;
    font-size: 26px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    outline: 0;
}

.input__otp::-webkit-inner-spin-button,
.input__otp::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.input_custom {
    background-color: transparent;
    border: 2px solid #3b3b4280;
    height: 48px;
    font-size: 16px;
    border-left: 0 !important;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    color: #000;
}

.input_custom:focus {
    background-color: transparent;
    font-size: 16px;
    box-shadow: none;
    color: #000;
}

.input_custom::-webkit-input-placeholder {
    color: #3b3b4280;
}


.input__group-custom {
    width: 40px;
    background-color: transparent;
    border: 2px solid #3b3b4280;
    border-right: 0 !important;
    display: flex;
    justify-content: center;
    font-size: 18px;
    color: #3b3b4280;
    font-weight: bold;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}


.input__group-customright {
    width: 40px;
    background-color: transparent;
    border: 2px solid #3b3b4280;
    border-left: 0 !important;
    display: flex;
    justify-content: center;
    font-size: 18px;
    color: #000000a1;
    font-weight: bold;
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.input__icon {
    height: 18px;
    width: 18px;
}

.input__group {
    margin-bottom: 20px;
}
/*Change Pin*/

/*Table*/
table {
    border-collapse: collapse;
    background: white;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    margin: 1% auto;
    position: relative;
}

table td, table th {
    padding-left: 4px;
    padding-right: 6px;
}

table thead tr {
    height: 40px;
    background: #522E90;
    color: white;
}

table thead tr th {
    text-transform: capitalize;
}

table tbody tr {
    height: 40px;
}

table tbody tr,
table thead tr{
    text-align: center;
}

tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

tbody tr {
    font-size: 15px;
    color: #808080 !important;
    line-height: 1.2;
    font-weight: unset;
}

.table-wrap {
    overflow: auto;
}
/* =======users========== */
.custom_select.form-control:not([size]):not([multiple]) {
    height: calc(2.6rem + 2px);
}
.funding__details__status > span{
    display: block;
}
.funding__details__status>h6,
.fund__status_text {
    color: #222222;
}
.funding__details__status .fund__value{
     color: #000000;
     font-family:"AvenirLTStd-black";
     font-size: 20px;
}
.funding__details__status .funding__status{
     color: #528600;
     font-size: 20px;
     font-family:"AvenirLTStd-black";
}
/* --------fund house------ */
   /* --custom  checkbox-- */
   .container-checkbox {
      display: block;
      position: relative;
      padding-left: 25px;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
   }

   /* Hide the browser's default checkbox */
   .container-checkbox input {
       position: absolute;
       opacity: 0;
       cursor: pointer;
       height: 0;
       width: 0;
   }

   /* Create a custom checkbox */
   .checkmark {
       position: absolute;
       top: 3px;
       left: 0;
       height: 16px;
       width: 16px;
       background-color: #e8e8e8 !important;
       border-radius: .25rem;
   }

   /* On mouse-over, add a grey background color */
   /* .container-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
} */

   /* When the checkbox is checked, add a blue background */
   .container-checkbox input:checked~.checkmark {
       background-color: #522d90 !important;
   }
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
       content: "";
       position: absolute;
       display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked~.checkmark:after {
       display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
       left: 5px;
       top: 1px;
       width: 5px;
       height: 10px;
       border: solid #fff;
       border-width: 0 1px 1px 0;
       -webkit-transform: rotate(45deg);
       -ms-transform: rotate(45deg);
       transform: rotate(45deg);
}

.check-rem-span {
      font-size: 15px;
      color: #222222;
      padding-top: 1rem;
      padding-bottom: 1rem;
}

@media screen and (min-width:992px){
    /* .user__nav-ul li a.nav-link {
        padding-right: .35rem !important;
        padding-left: .35rem !important;
    }
     */
}
@media (min-width: 1250px) {
     .card_webinar-details {
         width:335px !important;
     }
}
@media (max-width: 1024px){
    .home_banner{
        height: 55vh !important;
        background-position: 0% 100% !important;
    }
    .faq_tabs_ul .faq_tab_item {
        width: 200px;
    }
}
@media (max-width: 991.98px) {
    /* .d__flex{
        flex-direction:column  !important;
        align-items: center;
    } */
    /* ======home ===== */
    .offer__detail-container{
        padding-top: 12rem ;
    }
    .do__card {
          padding: 20px !important;
    }
    .inestor_right_content{
        padding-right: 20px !important;
    }
    .do__card{
        height: 320px;
     }
      .home__video {
          height: 250px !important;
      }
     .echart__img img{
         width: 250px !important;
         height: auto;
     }
      .abutus_img {
          height: 350px;
          opacity: .4;
      }
      /* ----Faq---- */
      /* =======Faq====== */
     /* footer */
     .prpl__img img{
        width:200px !important;
        height:auto !important;
    }
    .disclmr_card{
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .disclmr_card-body{
        padding: .25rem 1.25rem 0 0 !important;
    }
    .ftr-mob-log{
        padding-left: 15px !important;
        padding-right: 0 !important;
    }
}
@media (max-width: 767px) {
    /*====== Home =======*/
    .f-32{
        font-size: 25px;
    }
   .off__img > h2{
        font-size: 42px !important;
    }
    .btn_mob {
        padding: 10px !important;
        font-size: 14px !important;
    }
    .mob_h1 {
        font-size: 26px !important;
    }
    .mob_banner-logo {
        width: 46px !important;
    }
    .home_banner{
        height: auto !important;
        background-size: 100% 100% !important;
        padding: 10px 0;
    }
    .home__video{
        height: 226px !important;
    }
    .play__button{
        width: 90px !important;
    }
    .offering{
        height: auto !important;
    }
    .d__flex{
        flex-direction:column  !important;
        align-items: center;
    }
    .echart__img img{
        width: 226px !important;
        height: auto !important;
    }
    .inestor_right_content{
        padding-right: 35px !important;
    }
    .offer__detail-container{
        padding-top: 12rem ;
    }
    .amnt{
        font-size: 26px;
    }
    .amnt__details > h6{
        font-size: 16px;
    }
     .last_banner {
         height: 350px !important;
     }
    /*====== Home =======*/
    /* =======Oppurtunity===== */
    .filter__menu-left {
        border-radius: 9px;
        padding: 0 !important;
    }
    .filter__menu-left .menu__item a{
         font-size: 14px !important;
    }
    .kyc_form-navpills .nav-link {
        padding: 8px !important;
        width: 160px !important;
        font-size: 14px !important;
    }
    .kyc_form-navpills .nav-link.active::before{
        content: "\f078" !important;
    }
    .box__kycform {
        height: auto;
    }

    .user__nav-ul li {
        margin-top: 6px;
    }
    .do__card{
       height: 226px;
    }
    /* ======about us====== */
    .abtus_cotainer_padng{
        padding-left: 15px !important;
        padding-right: 15px !important;
         
    }
   
    .prpl__img{
      width: 55% !important;
      margin-left: auto;
      margin-right: auto;
    }
    /* =======Faq====== */
    .tabs_con,
    .pl_0{
      padding-left: 0;
    }
    /* =======webinar===== */
    .webinar_vd{
        margin-bottom: 0 !important;
        height: 226px !important;
    }
     
    .web_video-content{
        margin-top: 0 !important;
    }
    .web_video-content{
        height:450px !important;
         
    }
    /* =======process followed======= */
    .bg_content{
        height: auto !important;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .offer__detail-container{
        padding-top: 10rem ;
    }
    .off__img > h2{
        font-size: 32px !important;
    }
    .prpl__img{
        width: 55% !important;
        margin-left: auto;
        margin-right: auto;
      }
      .tabs_con,
      .pl_0 {
          padding-left: 15px;
      }
}
@media (max-width: 480px) {
    .offer__detail-container{
        padding-top: 9rem ;
    }
    .prpl__img{
        width: 65% !important;
        margin-left: auto;
        margin-right: auto;
      }
      
}
@media (max-width: 376px) {
    .offer__detail-container{
        padding-top: 7rem ;
    }
    .ownashare__logo{
        width: 180px;
    }
    .prpl__img img{
        width: 150px !important;
    }
}
/* Responsive =========================== */
