html,
body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1220px;
    }
}

/* Common Style :start */
a,
button {
    text-decoration: none;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
p:last-child {
    margin-bottom: 0;
}


.color-1 {
    color: #EB9421;
}


.btn-style-1 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #ffffff;
    background-color: #1D1D1D;
    border-radius: 44px;
    padding: 18px 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.btn-style-1 svg {
    margin-left: 15px;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.btn-style-1 svg path {
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.btn-style-1:hover {
    color: #ffffff;
    background-color: #EB9421;
}

.btn-style-1.inverse {
    color: #1D1D1D;
    background-color: #ffffff;
}
.btn-style-1.inverse svg path {
    stroke: #1D1D1D;
}
.btn-style-1.inverse:hover {
    color: #EB9421;
    background-color: #1D1D1D;
}
.btn-style-1.inverse:hover svg path {
    stroke: #EB9421;
}

.btn-style-1.hover2:hover {
    color: #ffffff;
    background-color: #1D1D1D;
    box-shadow: 4px 8px 0px 0px #eb9421;
}
.btn-style-1.hover2:hover svg {
    transform: rotate(-45deg);
}
#risk-disclosure .container .risk-content ul li, #risk-disclosure .container .risk-content ul li{
    color: #788692;
}

.btn-style-2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #ffffff;
    background-color: #1D1D1D;
    border-radius: 44px;
    padding: 18px 30px;
    margin-top: -11px;
    box-shadow: 4px 11px 0px 0px #eb9421;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.btn-style-2 svg {
    margin-left: 15px;
    transform: rotate(-45deg);
}
.btn-style-2 svg path {
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.btn-style-2:hover {
    color: #ffffff;
    /* background-color: #EB9421; */
    box-shadow: 0px 4px 0px 0px #eb9421;
}

.btn-style-2.inverse {
    color: #1D1D1D;
    background-color: #ffffff;
}
.btn-style-2.inverse svg path {
    stroke: #1D1D1D;
}
.btn-style-2.inverse:hover {
    color: #EB9421;
    background-color: #1D1D1D;
}
.btn-style-2.inverse:hover svg path {
    stroke: #EB9421;
}


.btn-style-3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #1D1D1D;
    background-color: #ffffff;
    border-radius: 44px;
    padding: 18px 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.btn-style-3 svg {
    margin-left: 15px;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.btn-style-3 svg path {
    stroke: #1D1D1D;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.btn-style-3:hover {
    color: #EB9421;
    background-color: #1D1D1D;
}
.btn-style-3:hover svg path {
    stroke: #EB9421;
}

.btn-style-3.hover2:hover {
    color: #1D1D1D;
    background-color: #ffffff;
    box-shadow: 4px 8px 0px 0px #eb9421;
}
.btn-style-3.hover2:hover svg {
    transform: rotate(-45deg);
}
.btn-style-3.hover2:hover svg path {
    stroke: #1D1D1D;
}


.btn-style-4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #ffffff;
    background-color: #EB9421;
    border-radius: 44px;
    padding: 13px 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.btn-style-4 svg {
    margin-left: 15px;
}
.btn-style-3 svg path {
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.btn-style-4:hover {
    color: #ffffff;
    background-color: #1D1D1D;
}
.btn-style-4:hover svg path {
    stroke: #ffffff;
}

.btn-style-5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #EB9421;
    border-radius: 44px;
    padding: 13px 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.btn-style-5 svg {
    margin-left: 15px;
}
.btn-style-5 svg path {
    stroke: #000000;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.btn-style-5:hover {
    color: #ffffff;
    background-color: #EB9421;
}
.btn-style-5:hover svg path {
    stroke: #ffffff;
}


.hd-style-1 {
    font-size: 46px;
    font-weight: 500;
    line-height: 60px;
}
.hd-style-2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
}
.hd-style-3 {
    font-weight: 500;
    font-size: 26px;
    line-height: 42px;
}
.hd-style-4 {
    font-weight: 500;
    font-size: 19px;
    line-height: 35px;
}
/* Common Style :end */

/* header style :start */
.header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    z-index: 999;
}
.nav-rightside {
    display: flex;
    align-items: center;
}
.nav-rightside .location-toggle .loc-btn {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #1D1D1D;
    background-color: transparent;
    border: 1px solid #EB9421;
    border-radius: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 16px 10px 10px;
    flex-grow: 0;
    flex-shrink: 0;
    cursor: default;
}
.nav-rightside .location-toggle .loc-btn:hover {
    background-color: #F1F1F1;
}
.nav-rightside .location-toggle .loc-btn img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.nav-rightside .location-toggle .loc-btn::after {
    display: none;
}
.nav-rightside .location-toggle .loc-btn + .dropdown-menu {
    width: 230px;
    height: auto;
    background: #FFFFFF;
    padding: 25px 25px;
    border: 2px solid #F1F1F1;
    box-shadow: 16px 16px 30px rgba(0, 0, 0, 0.17);
    border-radius: 26px;
    display: none;
}
.nav-rightside .location-toggle .loc-btn + .dropdown-menu li {
    margin-bottom: 1px;
}
.nav-rightside .location-toggle .loc-btn + .dropdown-menu li a {
    font-size: 14px;
    font-weight: 500;
    padding: 17px 15px;
    color: #000;
    background: transparent;
    border-radius: 12px;
}
.nav-rightside .location-toggle .loc-btn + .dropdown-menu li a.active, 
.nav-rightside .location-toggle .loc-btn + .dropdown-menu li a:hover {
    background: #F3F3F3;
}
.nav-rightside .location-toggle .loc-btn + .dropdown-menu li a img {
    width: 24px;
    max-width: initial;
    height: 24px;
    margin-right: 15px;
}
.nav-rightside .nrslogin {
    margin-left: 8px;
}
.nav-rightside .nrslogin .logbtn {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #FFFFFF;
    background: #161616;
    border-radius: 44px;
    padding: 10px 24px;
    text-align: center;
}
.nav-rightside .nrslogin .logbtn:hover {
    color: #ffffff;
    background-color: #EB9421;
}
/* header style :end */

/* Main Section style :start */
.main-section {
    padding: 85px 0px 100px 0px;
}
.main-section .mainsec-left {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.main-section .mainsec-left h3 {
    font-weight: 500;
    font-size: 52px;
    line-height: 75px;
    margin-bottom: 35px;
}
.main-section .mainsec-left h3 span {
    color: #EB9421;
}
.main-section .mainsec-left p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    color: #768693;
    margin-bottom: 0;
}

.main-section .mainsec-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 30px 30px 50px 40px;
}
.main-section .mainsec-right .msr-inner {
    position: relative;
}
.main-section .msrin-txt-outer {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    background: rgba(237, 237, 237, 0.73);
    backdrop-filter: blur(4px);
    border-radius: 32px;
    padding: 24px 24px;

    transform: translateX(15px) translateY(50px);
}
.main-section .msrin-txt-outer .msritxt {
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    background-image: linear-gradient(160deg, #EB9421, transparent, #EB9421), linear-gradient(160deg, #EB9421, transparent, #EB9421);
    background-origin: border-box;
    background-clip: content-box, border-box;
    overflow: hidden;
    box-shadow: 16px 16px 30px rgb(0 0 0 / 17%);
    border-radius: 16px;
}
.main-section .msrin-txt-outer .msritxt > div {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    padding: 20px 24px;
    border-radius: 16px;
}
.main-section .msrin-txt-outer .msritxt img {
    margin-bottom: 24px;
}
.main-section .msrin-txt-outer .msritxt p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1D1D1D;
    margin-bottom: 0;
}
.main-section .msrin-txt-outer .msritxt h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #EB9421;
    margin-bottom: 0;
}

.msrin-txt-outer.outer2 {
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    transform: translateX(-40px) translateY(100px);
}

.main-section .dotsimg {
    position: absolute;
    top: -40px;
    right: 0;
    display: inline-block;
    transform: translateX(30px) translateY(-30px);
}
.main-section .backbox {
    position: absolute;
    width: 100%;
    max-width: 358px;
    aspect-ratio: 1 / 1;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #F5F6F8, #F5F6F8);
    border-radius: 0px 84.5px 0px 49px;
    transform: translateX(-35px) translateY(35px);
}
/* Main Section style :end */

/* investor section :start */
.investor-section {
    background: #161616;
    padding: 150px 0px;
}
.investor-section .invsec-left {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.investor-section .invsec-right {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 40px;
}
.investor-section .invsec-right h4 {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.12em;
    color: #EB9421;
    background: #1D1D1D;
    border-radius: 58px;
    padding: 15px 20px;
    margin: 0;
}
.investor-section .invsec-right h3 {
    color: #ffffff;
    margin: 20px 0px;
}
.investor-section .invsec-right p {
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
    color: #b9b9b9;
}
.investor-section .invsec-right .btn-learnmore {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration-line: underline;
    color: #EB9421;
    margin-top: 15px;
}
.investor-section .invsec-right .btn-learnmore svg {
    margin-left: 10px;
}
.investor-section .invsec-right .btn-learnmore svg path {
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.investor-section .invsec-right .btn-learnmore:hover {
    color: #ffffff;
    text-decoration: none;
}
.investor-section .invsec-right .btn-learnmore:hover svg path {
    stroke: #ffffff;
}
/* investor section :end */


/* get started section :start */
.getstarted-section {
    background: #F1F1F1;
    padding: 80px 0px;
}
.getstarted-section .getstart-wrapper {
    border: 1px solid transparent;
    border-radius: 46px;
    background-image: linear-gradient(160deg, #EB9421, transparent, #EB9421), linear-gradient(160deg, #EB9421, transparent, #EB9421);
    background-origin: border-box;
    background-clip: content-box, border-box;
    overflow: hidden;
}
.getstarted-section .getstart-wrapper > div {
    background: #ffffff;
    padding: 60px;
}
.getstarted-section .getstart-wrapper .gsw-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.getstarted-section .getstart-wrapper .gsw-header .title {
    flex-shrink: 0;
}
.getstarted-section .getstart-wrapper .gsw-header .line {
    width: 100%;
    height: 2px;
    background-color: #e4e7e9;
    margin: 0px 24px;
}
.getstarted-section .getstart-wrapper .gsw-header .buttons {
    flex-shrink: 0;
}

#getstarted-accordion {
    margin-top: 30px;
}
#getstarted-accordion .accordion-item {
    border: 1px solid #F1F1F1;
    box-shadow: 8px 23px 48px rgba(0, 0, 0, 0.13);
    border-radius: 16px;
    margin-bottom: 16px;
    overflow: hidden;
}
#getstarted-accordion .accordion-item.active {
    border-color: transparent;
    background-image: linear-gradient(160deg, #EB9421, transparent, #EB9421), linear-gradient(160deg, #EB9421, transparent, #EB9421);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
#getstarted-accordion .accordion-item .accordion-button {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    padding: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#getstarted-accordion .accordion-item .accordion-button .count {
    display: inline-block;
    width: 44px;
    height: 44px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    background: #2C2C2C;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    flex-shrink: 0;
    flex-grow: 0;
}
#getstarted-accordion .accordion-item .accordion-button:not(.collapsed) {
    color: #161616;
    background-color: #ffffff;
    box-shadow: none;
}
#getstarted-accordion .accordion-item .accordion-button::after {
    display: none;
}
#getstarted-accordion .accordion-item .accordion-body {
    background-color: #ffffff;
    padding-top: 0px;
}
/* get started section :end */


/* fundedstartup section :start */
.fundedstartup-section {
    padding: 0px 0px 100px 0px;
}
.fundedstartup-section .fssec-head {
    background: #1D1D1D;
    background-image: url('../images/bg-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0px 225px 0px;
}
.fundedstartup-section .fssec-head .title h3 {
    color: #ffffff;
    text-align: center;
}
.fundedstartup-section .fssec-head .title p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
}
.fundedstartup-section .fssec-body {
    margin-top: -174px;
}
/* fundedstartup section :end */


/* why bambucorn section :start */
.whybambucorn-section {
    padding: 100px 0px;
    background: #F1F1F1;
    background-image: url('../images/bg-2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.whybamsec-block {
    width: 100%;
    height: 100%;
    background: rgba(237, 237, 237, 0.73);
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(4px);
    border-radius: 32px;
    padding: 24px 24px;
}
.whybamsec-block .wbsb-inner {
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    background-image: linear-gradient(160deg, #EB9421, transparent, #EB9421), linear-gradient(160deg, #EB9421, transparent, #EB9421);
    background-origin: border-box;
    background-clip: content-box, border-box;
    overflow: hidden;
    box-shadow: 16px 16px 30px rgb(0 0 0 / 17%);
    border-radius: 16px;
}
.whybamsec-block .wbsb-inner > div {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    padding: 20px 24px;
}
.whybamsec-block .wbsb-inner .wbsb-icon {
    margin-bottom: 12px;
}
.whybamsec-block .wbsb-inner h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #1D1D1D;
}
.whybamsec-block .wbsb-inner p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #768693;
}
/* why bambucorn section :end */

/* why invest section :start */
.whyinvest-section {
    padding: 100px 0px;
}
.whyinvest-section .whyinvest-head {
    text-align: center;
}
.whyinvest-section .whyinvest-head p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    color: #2C2C2C;
}



.timeline-style-1 .tl-row {
    position: relative;
}
.timeline-style-1 .tl-row::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: rgb(120,134,146);
    background: -moz-linear-gradient(0deg, rgba(120,134,146,0) 0%, rgba(120,134,146,1) 30%, rgba(120,134,146,1) 70%, rgba(120,134,146,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(120,134,146,0) 0%, rgba(120,134,146,1) 30%, rgba(120,134,146,1) 70%, rgba(120,134,146,0) 100%);
    background: linear-gradient(0deg, rgba(120,134,146,0) 0%, rgba(120,134,146,1) 30%, rgba(120,134,146,1) 70%, rgba(120,134,146,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#788692",endColorstr="#788692",GradientType=1);
}
.timeline-style-1 .tl-row .tl-col:last-child {
    padding-top: 80px;
}

.timeline-style-1 .tl-row .tl-col .tl-block {
    padding: 50px 50px;
    border-bottom: 1px solid;
    border-image-source: linear-gradient(90deg, rgba(120,134,146,0) 15%, rgba(120,134,146,1) 100%);
    border-image-slice: 20;
}
.timeline-style-1 .tl-row .tl-col:nth-child(even) .tl-block {
    border-image-source: linear-gradient(90deg, rgba(120,134,146,1) 15%, rgba(120,134,146,0) 100%);
}
.timeline-style-1 .tl-row .tl-col .tl-block:last-child {
    border-bottom: 0;
}
.timeline-style-1 .tl-block .tlicon {
    width: 80px;
    height: 80px;
    background: #FFFFFF;
    border: 1px solid #EB9421;
    border-radius: 100px;
    box-shadow: 12px 12px 38px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 15px;
    margin-bottom: 35px;
}
.timeline-style-1 .tl-block h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #161616;
}
.timeline-style-1 .tl-block p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #768693;
}
/* why invest section :end */


/* Testimonials section :start */
.testimonials-section {
    background: #161616;
    background-image: url('../images/bg-3.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 120px 0px;
}
.testimonials-section .tshead-left h6 {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.12em;
    color: #EB9421;
    background-color: #1D1D1D;
    border-radius: 58px;
    padding: 15px 20px;
    margin-bottom: 24px;
}

.testimonialsowl-nav {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.testimonialsowl-nav > a {
    margin-right: 30px;
}
.testimonialsowl-nav > a:last-child {
    margin-right: 0px;
}
.testimonialsowl-nav .testinav-button {
    width: 70px;
    height: 70px;
    background: #2C2C2C;
    border-radius: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.testimonialsowl-nav .testinav-button:hover {
    background: #EB9421;
}

.testsec-feeds {
    margin-top: 50px;
}

.testimonials-block {
    width: 100%;
    height: 100%;
    border: 1px solid #2C2C2C;
    border-radius: 16px;
    overflow: hidden;
}
.testimonials-block > div {
    width: 100%;
    height: 100%;
    background: #1D1D1D;
    padding: 24px 24px 24px 60px;
    position: relative;
}
.testimonials-block > div::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 37px;
    height: 100%;

    background: #2C2C2C;
    box-shadow: 8px 23px 48px rgba(0, 0, 0, 0.13);
}

.testimonials-block .testi-text p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #FFFFFF;
}

.testimonials-block .testi-author .userimg {
    width: 62px;
    height: 62px;
    background: #D9D9D9;
    border: 2px solid #FFFFFF;
    border-radius: 100px;
    overflow: hidden;
    margin-right: 20px;
}
.testimonials-block .testi-author .userimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.testimonials-block .testi-author {
    margin-top: 80px;
    display: flex;
    align-items: center;
}
.testimonials-block .testi-author .name {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 4px;
}
.testimonials-block .testi-author .position {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    color: #768693;
    margin-bottom: 0;
}

.testimonials-block:hover {
    border-color: transparent;
    background-image: linear-gradient(120deg, #EB9421, transparent, #EB9421), linear-gradient(120deg, #EB9421, transparent, #EB9421);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 16px 16px 30px rgb(0 0 0 / 17%);
}
/* Testimonials section :end */


/* Talk To section :start */
.talkto-section {
    padding: 80px 0px 80px 0px;
}
.talkto-section .talktosec-wrapper {
    background: linear-gradient(102.68deg, #161616 2.78%, #383838 97.61%);
    border-radius: 36px;
    padding: 60px;
}
.talkto-section .talktosec-wrapper .ttsw-left {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.talkto-section .talktosec-wrapper p {
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
    color: #bcbcbc;
}
.talkto-section .talktosec-wrapper .ttsw-right {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
/* Talk To section :end */

/* Footer section :start */
footer {
    background: #ffffff;
    border-top: 1px solid #f1f1f1;
}
footer .ftop {
    padding: 75px 0px 50px;
}
footer .ftop .ft-block h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #161616;
    margin-bottom: 20px;
}
footer .ftop .ft-block .fblinks-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .ftop .ft-block .fblinks-list li {
    margin-bottom: 15px;
}
footer .ftop .ft-block .fblinks-list li:last-child {
    margin-bottom: 0px;
}
footer .ftop .ft-block .fblinks-list li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #768693;
}
footer .ftop .ft-block .fblinks-list li a:hover {
    color: #EB9421;
}
footer .ftop .ft-block .fblinks-socialmedia {
    list-style: none;
    padding: 0;
    margin: 20px 0px 0px 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
footer .ftop .ft-block .fblinks-socialmedia li {
    margin-right: 30px;
}
footer .ftop .ft-block .fblinks-socialmedia li:last-child {
    margin-right: 30px;
}
footer .ftop .ft-block .fblinks-socialmedia li a img {
    opacity: 0.5;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
footer .ftop .ft-block .fblinks-socialmedia li a:hover img {
    opacity: 1;
}
/* footer .ftop .ft-block .fblinks-socialmedia li a svg path {
    stroke: #969696;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
} */
/* footer .ftop .ft-block .fblinks-socialmedia li a:hover svg path {
    stroke: #EB9421;
} */
/* footer .ftop .ft-block .fblinks-socialmedia li a.svgfill svg path {
    stroke-width: 0.5px;
    fill: #969696;
} */
/* footer .ftop .ft-block .fblinks-socialmedia li a.svgfill:hover svg path {
    stroke: #eb9421;
    fill: #eb9421;
} */
footer .ftop .ft-block .fblinks-region {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #1D1D1D;
    background-color: transparent;
    border: 1px solid #EB9421;
    border-radius: 58px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 16px 10px 10px;
    margin-bottom: 20px;
}
footer .ftop .ft-block .fblinks-region img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
footer .ftop .ft-block .fblinks-region:hover {
    color: #ffffff;
    background-color: #EB9421;
}
footer .fbottom {
    background: #F1F1F1;
    padding: 40px 0px;
}
footer .fbottom p {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #676767;
    opacity: 0.7;
}

footer {
    position: relative;
}
.backtotop {
    position: absolute;
    right: 153px;
    top: -28px;
    width: 56px;
    height: 56px;
    background: #161616;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.backtotop svg path {
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.backtotop:hover {
    background: #EB9421;
}
.backtotop:hover svg path {
    fill: #ffffff;
}
/* Footer section :end */



/* Inner page :start */
.inner-page {
    margin-top: 75px;
    padding: 50px 0px 80px;
}

.inner-header-1 {
    padding: 90px 0px 50px 0px;
}
.inner-header-1 .inpgheader-inner {
    text-align: center;
    background-color: #fcfdff;
}
.inner-header-1 .inpgheader-inner h3 {
    margin-bottom: 15px;
}
.inner-header-1 .inpgheader-inner p {
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
    color: #768693;
}

.contact-section {
    padding: 100px 0px;
    background-color: #f1f1f1;
    background-image: url('../images/bg-5.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.contact-section .contact-details {
    box-shadow: 16px 16px 30px rgba(0, 0, 0, 0.17);
    border-radius: 26px;
    border: 1px solid transparent;
    background-image: linear-gradient(160deg, #EB9421, transparent, #EB9421), linear-gradient(160deg, #EB9421, transparent, #EB9421);
    background-origin: border-box;
    background-clip: content-box, border-box;
    overflow: hidden;
}
.contact-section .contact-details > div {
    background: #ffffff;
    padding: 40px 40px;
}
.contact-section .contact-details .condet-block {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.contact-section .contact-details .condet-block .icon {
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 24px;
}
.contact-section .contact-details .condet-block .icon span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background: #F1F1F1;
    border-radius: 100%;
}
.contact-section .contact-details .condet-block div {
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
    color: #161616;
}
.contact-section .contact-details .condet-block div a {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.contact-section .contact-details .condet-block div a:hover {
    color: #EB9421;
}

.contact-section .contact-enquiry {
    margin-top: 32px;
}
.contact-section .contact-enquiry .ce-image {
    position: relative;
}
.contact-section .contact-enquiry .ce-image .cei-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(50%);
    text-align: center;
}
.contact-section .contact-enquiry .ce-image .cei-txt span {
    display: inline-block;
    background: rgba(237, 237, 237, 0.73);
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(4px);
    border-radius: 32px;
    padding: 24px 24px;
}
.contact-section .contact-enquiry .ce-image .cei-txt span p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1D1D1D;
    background: #FFFFFF;
    box-shadow: 8px 23px 48px rgba(0, 0, 0, 0.13);
    border-radius: 16px;
    padding: 20px 24px;
}


.contact-section .contact-enquiry .contact-form {
    width: 100%;
    height: 100%;
    background: #ffffff;
    border: 2px solid #F1F1F1;
    border-radius: 26px;
    padding: 40px 40px 40px 40px;
}
.contact-section .contact-enquiry .contact-form .form-label {
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
    color: #768693;
    margin-bottom: 5px;
}
.contact-section .contact-enquiry .contact-form .form-control {
    width: 100%;
    height: auto;
    background: #F8F8F8;
    border: 1px solid #E9E9E9;
    border-radius: 12px;
    padding: 16px 16px;
}
.contact-section .contact-enquiry .contact-form textarea.form-control {
    resize: none;
}
.contact-section .contact-enquiry .contact-form .form-control:focus {
    background: #FFFFFF;
    border: 1px solid #EB9421;
    box-shadow: none;
}
/* Inner page :end */

/* Blog page :start */
.blog-page {
    background-color: #fcfdff;
    /* padding: 100px 0px; */
}
/* .blog-page .blogpg-head {
    padding-top: 100px;
} */
.blog-page .blog-list {
    margin-top: 30px;
}
.blog-page .bloglist-pagination {
    margin-top: 50px;
}


.navpills-style-1 .nav {
    display: inline-flex;
    justify-content: center;
    background: #F1F1F1;
    border-radius: 108px;
    padding: 8px 8px;
    margin: auto auto;
}
.navpills-style-1 .nav .nav-item .nav-link {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    color: #161616;
    background: transparent;
    border-radius: 100px;
    overflow: hidden;
    padding: 9px 20px;
}
.navpills-style-1 .nav .nav-item .nav-link.active {
    color: #ffffff;
    background: #EB9421;
}
.navpills-style-1 .tab-content {
    margin-top: 30px;
}


.navpills-style-2 .nav {
    display: inline-flex;
    justify-content: center;
    background: transparent;
    border-radius: 108px;
    padding: 8px 8px;
    margin: auto auto;
}
.navpills-style-2 .nav .nav-item {
    margin-right: 15px;
}
.navpills-style-2 .nav .nav-item:last-child {
    margin-right: 0;
}
.navpills-style-2 .nav .nav-item .nav-link {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    color: #161616;
    background: #F1F1F1;
    border-radius: 100px;
    overflow: hidden;
    padding: 11px 28px;
}
.navpills-style-2 .nav .nav-item .nav-link.active {
    color: #ffffff;
    background: #EB9421;
}
.navpills-style-2 .tab-content {
    margin-top: 20px;
}

/* ===== bloglist-item :start ===== */
.bloglist-item {
    border: 2px solid #F1F1F1;
    border-radius: 24px;
    overflow: hidden;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.bloglist-item > div {
    background: #FFFFFF;
    padding: 16px 16px;
}
.bloglist-item .bli-image .blimg {
    width: 100%;
    height: 132px;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;overflow: hidden;
}
.bloglist-item .bli-text {
    margin-top: 15px;
}
.bloglist-item .bli-text h5 {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    color: #EB9421;
    margin-bottom: 5px;
}
.bloglist-item .bli-text h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    color: #161616;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bloglist-item .bli-text time {
    /* display: block; */
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    color: #768693;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.bloglist-item .bli-text time img {
    margin-right: 10px;
}
.bloglist-item .bli-text p {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    color: #768693;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bloglist-item:hover {
    border-color: transparent;
    background-image: linear-gradient(120deg, #EB9421, transparent, #EB9421), linear-gradient(120deg, #EB9421, transparent, #EB9421);
    background-origin: border-box;
    background-clip: content-box, border-box;
    overflow: hidden;
    box-shadow: 16px 16px 30px rgba(0, 0, 0, 0.17);
}
/* ===== bloglist-item :end ===== */


/* ===== pagination-style-1 :start ===== */
.pagination-style-1 .page-item {
    margin-right: 10px;
}
.pagination-style-1 .page-item:last-child {
    margin-right: 0px;
}
.pagination-style-1 .page-item .page-link {
    width: 38px;
    height: 38px;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    color: #161616;
    background: #F1F1F1;
    border: 1px solid #F1F1F1;
    border-radius: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.pagination-style-1 .page-item.prev .page-link, 
.pagination-style-1 .page-item.next .page-link {
    width: 54px;
    background-color: transparent;
    border-color: #EB9421;
}
.pagination-style-1 .page-item.prev .page-link svg path, 
.pagination-style-1 .page-item.next .page-link svg path {
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.pagination-style-1 .page-item:hover .page-link, 
.pagination-style-1 .page-item.active .page-link {
    color: #ffffff;
    background-color: #EB9421;
    border-color: #EB9421;
}
.pagination-style-1 .page-item.prev:hover .page-link svg path, 
.pagination-style-1 .page-item.next:hover .page-link svg path,
.pagination-style-1 .page-item.prev.active .page-link svg path, 
.pagination-style-1 .page-item.next.active .page-link svg path {
    stroke: #ffffff;
}
/* ===== pagination-style-1 :end ===== */
/* Blog page :end */


/* Blog Details page :start */
.backpg-btn {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration-line: underline;
    color: #EB9421;
    display: flex;
    align-items: center;
}
.backpg-btn svg {
    margin-right: 10px;
}
.backpg-btn:hover {
    color: #000000;
    text-decoration: none;
}

.blogdetails-page {
    background-color: #fcfdff;
}
.blogdetails-page .blogdetails-head {
    margin-bottom: 40px;
}
.blogdetails-page .blogdetails-head time {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    color: #768693;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.blogdetails-page .blogdetails-head time img {
    margin-right: 10px;
}

.blogdetails-page .blogdetails-body h4 {
    margin: 40px 0px 15px 0px;
}
.blogdetails-page .blogdetails-body p {
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
    color: #2C2C2C;
    margin-bottom: 0px;
}
.blogdetails-page .blogdetails-body .blogdetimg-box {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 24px;
}
.blogdetails-page .blogdetails-body .blogdetimg-box img {
    border-radius: 16px;
    max-width: 100%;
}


.blogresponse-wrap {
    margin: 32px 0px;
}
.blogresponse-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
}
.blogresponse-wrap ul li {
    min-width: 150px;
    flex: 1;
}
.blogresponse-wrap ul li a {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F1F1F1;
    border-radius: 39px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #768693;
    padding: 8px 10px;
}
.blogresponse-wrap ul li a svg {
    margin-right: 5px;
    flex-shrink: 0;
    flex-grow: 0;
}
.blogresponse-wrap ul li a svg path {
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.blogresponse-wrap ul li a.active, 
.blogresponse-wrap ul li a:hover {
    color: #ffffff;
    background-color: #EB9421;
}
.blogresponse-wrap ul li a.active svg path, 
.blogresponse-wrap ul li a:hover svg path {
    fill: #ffffff;
}

.hr-style-1 {
    width: 100%;
    height: 3px !important;
    background-color: #E9E9E9;
}


.leavecomment-wrap .lcsec-title {
    /* font-weight: 500;
    font-size: 20px;
    line-height: 30px; */
    color: #161616;
    margin-bottom: 24px;
}

.leavecomment-wrap form .form-label {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #768693;
}
.leavecomment-wrap form .form-control {    
    width: 100%;
    height: auto;
    background: #F8F8F8;
    border: 1px solid #E9E9E9;
    border-radius: 12px;
    padding: 15px 15px;
}

.commentsview-wrap {
    margin-top: 80px;
}
.commentsview-wrap .cvsec-title {
    color: #161616;
    margin-bottom: 24px;
}





.comview-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.comview-list > li {
    margin-bottom: 30px;
}
.comview-list .cmt-block {
    display: flex;
    /* justify-content: flex-start; */
    /* align-items: flex-start; */
    /* overflow: hidden; */
    /* margin-bottom: 48px; */
}
.comview-list .cmt-block.maincmt {
    background: #F8F8F8;
    border: 1px solid #E9E9E9;
    border-radius: 12px;
    padding: 24px 24px;
}
.comview-list .cmt-block .cmtimg {
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 15px;
}
.comview-list .cmt-block .cmtimg .usrimage {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
}
.comview-list .cmt-block .cmtimg .usrimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.comview-list .cmt-block .cmttxt .cthead {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.comview-list .cmt-block .cmttxt .cthead .usrname {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    padding-right: 10px;
    margin-bottom: 8px;
}
.comview-list .cmt-block .cmttxt .cthead time {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    text-align: right;
    color: #2C2C2C;
    margin-bottom: 8px;
}
.comview-list .cmt-block .cmttxt .usrcmt p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #768693;
}
.comview-list .cmt-block .cmttxt .usrcmt a {
    color: #007CE0;
}
.comview-list .cmt-block .cmttxt .usersresponse {
    margin-top: 15px;
}
.comview-list .cmt-block .cmttxt .usersresponse > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}
.comview-list .cmt-block .cmttxt .usersresponse > ul > li a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #2C2C2C;
}
.comview-list .cmt-block .cmttxt .usersresponse > ul > li a.uremove {
    color: #E12900;
}
.comview-list .cmt-block .cmttxt .usersresponse > ul > li a svg {
    flex-grow: 0;
    flex-shrink: 0;
    border-radius: 100%;
    margin-right: 5px;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.comview-list .cmt-block .cmttxt .usersresponse > ul > li a svg path {
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.comview-list .cmt-block .cmttxt .usersresponse > ul > li a.active, 
.comview-list .cmt-block .cmttxt .usersresponse > ul > li a:hover {
    color: #EB9421;
}
.comview-list .cmt-block .cmttxt .usersresponse > ul > li a.active svg, 
.comview-list .cmt-block .cmttxt .usersresponse > ul > li a:hover svg {
    background-color: #EB9421;
}
.comview-list .cmt-block .cmttxt .usersresponse > ul > li a.active svg path, 
.comview-list .cmt-block .cmttxt .usersresponse > ul > li a:hover svg path {
    fill: #ffffff;
}
.comview-list .cmt-block .cmttxt .usersresponse > ul > li a.uremove.active, 
.comview-list .cmt-block .cmttxt .usersresponse > ul > li a.uremove:hover {
    color: #E12900;
}
.comview-list .cmt-block .cmttxt .usersresponse > ul > li a.uremove.active svg, 
.comview-list .cmt-block .cmttxt .usersresponse > ul > li a.uremove:hover svg {
    background-color: #E12900;
}
.comview-list .cmt-block .cmttxt .usersresponse > ul > li a.uremove.active svg path, 
.comview-list .cmt-block .cmttxt .usersresponse > ul > li a.uremove:hover svg path {
    fill: none;
    stroke: #ffffff;
}


.comview-list .admin-badge {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #11BA40;
    background: #DFFFE1;
    border-radius: 55px;
    overflow: hidden;
    padding: 3px 15px;
    margin-left: 8px;
}

.comview-list .subcmts-wrapper {
    padding-top: 48px;
    padding-left: 80px;
}
.comview-list .subcmts-wrapper .cmt-block {
    margin-bottom: 33px;
}



.comview-list .subcmts-wrapper .cmt-block .cmtimg {
    /* width: auto; */
    /* height: 100%; */
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: center; */
    position: relative;
}
.comview-list .subcmts-wrapper .cmt-block .cmtimg::after {
    content: '';
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 2px;
    height: calc(100% + 48px);
    height: 100%;
    background-color: #E9E9E9;
    margin: 0px auto;
}
.comview-list .subcmts-wrapper .cmt-block:first-child .cmtimg::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    width: 2px;
    height: 50px;
    background-color: #E9E9E9;
    margin: 0px auto;
    transform: translateY(-100%);
}
.comview-list .subcmts-wrapper .cmt-block:last-child .cmtimg::after {
    display: none;
}


.commentsview-wrap .morecomments-btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #EB9421;
}
.commentsview-wrap .morecomments-btn:hover {
    color: #000000;
    text-decoration: none;
}






.blogdetails-page .recentblogs {
    margin-top: 60px;
}
/* Blog Details page :end */

/* List Style 1 :start */
ul.list-style-1 {
    list-style: none;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
    margin: 10px 0px;
    padding: 0;
}
ul.list-style-1 li {
    position: relative;
    padding: 2px 0 2px 30px;
    margin: 0px 0px 2px 0px;
}
ul.list-style-1 li::before{
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 5px;
    color: #2c2c2c;
    position: absolute;
    top: 2px;
    left: 11px;
}
/* List Style 1 :end */

/* List Style 2 :start */
ol.listol-style-1 {
    list-style: none;
    counter-reset: ol-list-count;
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
    margin: 10px 0px;
    padding: 0;
}
ol.listol-style-1 li {
    counter-increment: ol-list-count;
    position: relative;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #2c2c2c;
    padding: 2px 0 2px 60px;
    margin: 0px 0px 20px 0px;
}
ol.listol-style-1 li::before {
    content: counter(ol-list-count);
    font-size: 17px;
    color: #2c2c2c;
    background: #F1F1F1;
    border-radius: 24px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
/* List Style 1 :end */


/* ===== bloglist-item :start ===== */
.material-item {
    border: 2px solid #F1F1F1;
    border-radius: 24px;
    overflow: hidden;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.material-item > div {
    background: #FFFFFF;
    padding: 16px 16px;
}
.material-item .mi-image {
    display: block;
}
.material-item .mi-image .miimg {
    border: 2px solid #F1F1F1;
    border-radius: 16px;
    max-width: 100%;
    height: auto;
}
.material-item .mi-text {
    margin-top: 24px;
}
.material-item .mi-text h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    color: #161616;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.material-item .mi-text p {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    color: #768693;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.material-item .mi-buttons {
    margin-top: 24px;
}
.material-item .mi-buttons .btn-mdownload svg path {
    stroke: none;
}
.material-item:hover {
    border-color: transparent;
    background-image: linear-gradient(120deg, #EB9421, transparent, #EB9421), linear-gradient(120deg, #EB9421, transparent, #EB9421);
    background-origin: border-box;
    background-clip: content-box, border-box;
    overflow: hidden;
    box-shadow: 16px 16px 30px rgba(0, 0, 0, 0.17);
}
.material-item .mi-buttons .btn-mdownload:hover svg path  {
    fill: #ffffff;
}
/* ===== bloglist-item :end ===== */


.materialchanges-page .materialchanges-list {
    margin-top: 30px;
}
.materialchanges-page .materialchanges-pagination {
    margin-top: 50px;
}


.events-page .events-list {
    margin-top: 50px;
}
.events-page .eventspg-pagination {
    margin-top: 50px;
}

/* ===== events list :start ===== */
.eventslist-item {
    border: 2px solid #F1F1F1;
    border-radius: 24px;
    overflow: hidden;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.eventslist-item > div {
    background: #FFFFFF;
    padding: 16px 16px;
}
.eventslist-item .eli-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 24px;
}
.eventslist-item .eli-image .eliimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.eventslist-item .eli-text {
    margin-top: 24px;
}
.eventslist-item .eli-text h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #EB9421;
}
.eventslist-item .eli-text h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    color: #161616;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.eventslist-item .eli-text p {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    color: #768693;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.eventslist-item .eli-text .timing {
    list-style: none;
    padding: 0;
    margin: 15px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.eventslist-item .eli-text .timing li {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #768693;
    display: flex;
    align-items: center;
}
.eventslist-item .eli-text .timing li.time {
    width: calc(45% - 2px);
}
.eventslist-item .eli-text .timing li.location {
    width: calc(55% - 2px);
}
.eventslist-item .eli-text .timing li img {
    margin-right: 10px;
}


.eventslist-item .eli-buttons {
    margin-top: 15px;
}
.eventslist-item:hover {
    border-color: transparent;
    background-image: linear-gradient(120deg, #EB9421, transparent, #EB9421), linear-gradient(120deg, #EB9421, transparent, #EB9421);
    background-origin: border-box;
    background-clip: content-box, border-box;
    overflow: hidden;
    box-shadow: 16px 16px 30px rgba(0, 0, 0, 0.17);
}
/* ===== events list :end ===== */

/* Img Text Section style :start */
.imgtxt-section {
    padding: 50px 0px 70px 0px;
}
.imgtxt-section .itsec-left {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.imgtxt-section .itsec-left h6 {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.12em;
    color: #2C2C2C;
    background-color: #F1F1F1;
    border-radius: 58px;
    padding: 15px 20px;
    margin-bottom: 15px;
}
.imgtxt-section .itsec-left h3 {
    font-weight: 500;
    font-size: 52px;
    line-height: 75px;
    margin-bottom: 35px;
}
.imgtxt-section .itsec-left h3 span {
    color: #EB9421;
}
.imgtxt-section .itsec-left p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    color: #768693;
    margin-bottom: 0;
}


.imgtxt-section .itsec-right {
    display: flex;
    justify-content: center;
}
.imgtxt-section .itsec-right > div {
    position: relative;
}
.imgtxt-section .itsec-right .itsecimg-txt {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    background: rgba(237, 237, 237, 0.73);
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(4px);
    border-radius: 32px;
    padding: 24px 24px;
}
.imgtxt-section .itsec-right .itsecimg-txt .itimg-inner {
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    background-image: linear-gradient(160deg, #EB9421, transparent, #EB9421), linear-gradient(160deg, #EB9421, transparent, #EB9421);
    background-origin: border-box;
    background-clip: content-box, border-box;
    overflow: hidden;
    box-shadow: 16px 16px 30px rgb(0 0 0 / 17%);
    border-radius: 16px;
}
.imgtxt-section .itsec-right .itsecimg-txt .itimg-inner > div {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    padding: 20px 24px;
    border-radius: 16px;
}
.imgtxt-section .itsec-right .itsecimg-txt p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1D1D1D;
}
.imgtxt-section .itsec-right .itsecimg-txt .itimg-inner .itimg-list {
    padding: 0;
}
.imgtxt-section .itsec-right .itsecimg-txt .itimg-inner .itimg-list .itil-head {
    background: #1D1D1D;
    padding: 20px 24px;
}
.imgtxt-section .itsec-right .itsecimg-txt .itimg-inner .itimg-list .itil-body {
    padding: 20px 20px;
}
.imgtxt-section .itsec-right .itsecimg-txt .itimg-inner .itimg-list .itil-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.imgtxt-section .itsec-right .itsecimg-txt .itimg-inner .itimg-list .itil-body ul li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.imgtxt-section .itsec-right .itsecimg-txt .itimg-inner .itimg-list .itil-body ul li p {
    color: #768693;
}
.imgtxt-section .itsec-right .itsecimg-txt .itimg-inner .itimg-list .itil-body ul li:last-child {
    margin-bottom: 0;
}
.imgtxt-section .itsec-right .itsecimg-txt .itimg-inner .itimg-list .itil-body ul li div:first-child {
    margin-right: 15px;
}
/* Img Text Section style :end */

/* whocanjoin Section :start */
.whocanjoin-section {
    background: #161616;
    padding: 160px 0px;
}
.whocanjoin-section h3 {
    font-size: 46px;
    font-weight: 500;
    line-height: 60px;
    color: #FFFFFF;
}
.whocanjoin-section ol.wcj-list {
    margin: 70px 0px;
}
.whocanjoin-section ol.wcj-list li {
    color: #ffffff;
}
.whocanjoin-section ol.wcj-list li::before {
    top: 0;
    bottom: 0;
    color: #ffffff;
    background: #1D1D1D;
    margin: auto 0;
}

.whocanjoin-section .wcjsec-right {
    border: 1px solid transparent;
    border-radius: 46px;
    background-image: linear-gradient(160deg, #EB9421, transparent, #EB9421), linear-gradient(160deg, #EB9421, transparent, #EB9421);
    background-origin: border-box;
    background-clip: content-box, border-box;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.whocanjoin-section .wcjsec-right > div {
    width: 100%;
    height: 100%;
    background: #1D1D1D;
    padding: 45px 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.whocanjoin-section .wcjsec-right p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    color: #bbbbbb;
}
/* whocanjoin Section :end */

/* About us page :start */
.aboutus-page .ourstory-section {
    padding: 100px 0px;
}
.aboutus-page .ourstory-section .ossec-left h6 {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.12em;
    color: #2C2C2C;
    background-color: #F1F1F1;
    border-radius: 58px;
    padding: 15px 20px;
    margin-bottom: 15px;
}
.aboutus-page .ourstory-section .ossec-left h3 {
    margin-bottom: 20px;
}
.aboutus-page .ourstory-section .ossec-left p {
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
    color: #2C2C2C;
    opacity: 0.7;
}
.aboutus-page .ourstory-section .ossec-right {
    text-align: center;
}

.aboutus-page .ourmission-section {
    padding: 160px 0px;
    background: #161616;
}
.aboutus-page .ourmission-section .omsec-image {
    display: inline-block;
    text-align: center;
    position: relative;
}
.aboutus-page .ourmission-section .omsec-image .omsimg-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(50%);
    text-align: center;
    display: inline-block;
    background: rgba(255, 255, 255, 0.21);
    border: 1px solid rgba(44, 44, 44, 0.1);
    backdrop-filter: blur(24px);
    border-radius: 22px;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0px 15px;
}
.aboutus-page .ourmission-section .omsec-image .omsimg-txt .omsit-block {
    width: 100%;
    height: 100%;
    background: #1D1D1D;
    box-shadow: 8px 23px 48px rgba(0, 0, 0, 0.13);
    border-radius: 16px;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aboutus-page .ourmission-section .omsec-image .omsimg-txt .omsit-block img {
    margin-right: 10px;
}
.aboutus-page .ourmission-section .omsec-image .omsimg-txt .omsit-block p {
    color: #8e8e8e;
    font-size: 16px;
}


.aboutus-page .ourmission-section .omsec-text h3 {
    color: #ffffff;
    margin-bottom: 20px;
}
.aboutus-page .ourmission-section .omsec-text p {
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
    color: #FFFFFF;
    opacity: 0.7;
}

.aboutus-page .ourvalues-section {
    padding: 180px 0px 150px 0px;
}
.ovlist-block {
    width: 100%;
    height: calc(100% - 60px);
    text-align: center;
    margin: 30px 0px;
}
.ovlist-block .ovlb-img {
    border: 1px solid transparent;
    border-radius: 12px;
    background-image: linear-gradient(160deg, #EB9421, transparent, #EB9421), linear-gradient(160deg, #EB9421, transparent, #EB9421);
    background-origin: border-box;
    background-clip: content-box, border-box;
    overflow: hidden;
    display: inline-block;
    box-shadow: 5px 5px 36px rgba(0, 0, 0, 0.12);
    margin-bottom: 30px;
}
.ovlist-block .ovlb-img > div {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    padding: 16px 16px;
}
.ovlist-block h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #161616;
    margin-bottom: 5px;
}
.ovlist-block p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    text-align: center;
    color: #768693;
}

.aboutus-page .meetteam-section {
    background-color: #F8F8F8;
    padding: 100px 0px 70px 0px;
    
}
.aboutus-page .meetteam-section .meetteam-head {
    margin-bottom: 70px;
}
.mtlist-block {
    width: 100%;
    height: calc(100% - 60px);
    text-align: center;
    margin: 30px 0px;
    
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mtlist-block .mtlb-img {
    border: 1px solid transparent;
    border-radius: 24px;
    background-image: linear-gradient(160deg, #EB9421, transparent, #EB9421), linear-gradient(160deg, #EB9421, transparent, #EB9421);
    background-origin: border-box;
    background-clip: content-box, border-box;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 20px;
    filter: drop-shadow(5px 5px 36px rgba(0, 0, 0, 0.12));
    width: 172px;
    height: 172px;
}
.mtlist-block .mtlb-img > div {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}
.mtlist-block .mtlb-img > div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.mtlist-block h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #161616;
    margin-bottom: 5px;
}
.mtlist-block p {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    color: #768693;
    margin-bottom: 0;
}
.mtlist-block .mtlb-social {
    margin-top: 10px;
}
.mtlist-block .mtlb-social a {
    font-size: 24px;
    margin: 5px 5px;
}
.mtlist-block .mtlb-social a.linkedin {
    color: #0A66C2;
}
/* About us page :end */

/* FAQ page :start */
.faqpg-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #F1F1F1;
}
.faqpg-head .fpgh-left {
    margin-bottom: 15px;
}
.faqpg-head .fpgh-right {
    margin-bottom: 30px;
}
.faqpg-head .faqsearch-wrap .fsearch-input {
    width: 630px;
    height: 60px;
    background: #F1F1F1;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    padding: 16px 20px;
}



.accordion-button:focus {
    border-color: inherit;
    box-shadow: none;
}

.faqacc-main > .accordion-item {
    border: 0;
    margin-bottom: 20px;
}
.faqacc-main > .accordion-item > .accordion-header .accordion-button {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    color: #161616;
    background: #F1F1F1;
    border-radius: 56px;
    overflow: hidden;
    padding: 7px 7px 7px 24px;
}
.faqacc-main > .accordion-item > .accordion-header .accordion-button.show {
    color: #ffffff;
    background-color: #EB9421;
}
.faqacc-main > .accordion-item > .accordion-header .accordion-button::after {
    width: 44px;
    height: 44px;
    background-color: #EB9421;
    border: 1px solid #EB9421;
    border-radius: 46px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFFmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDYwLCAyMDIwLzA1LzEyLTE2OjA0OjE3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMiAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTExLTAyVDAwOjQ5OjU3KzA1OjMwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0xMS0wMlQwMDo1MDoyMCswNTozMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMi0xMS0wMlQwMDo1MDoyMCswNTozMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozZGRiOTNkYi00MjA4LWIzNDEtYWZjYy1hYTQzMmRmYmYzYmEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M2RkYjkzZGItNDIwOC1iMzQxLWFmY2MtYWE0MzJkZmJmM2JhIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6M2RkYjkzZGItNDIwOC1iMzQxLWFmY2MtYWE0MzJkZmJmM2JhIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDozZGRiOTNkYi00MjA4LWIzNDEtYWZjYy1hYTQzMmRmYmYzYmEiIHN0RXZ0OndoZW49IjIwMjItMTEtMDJUMDA6NDk6NTcrMDU6MzAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4yIChXaW5kb3dzKSIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5thQUxAAAAiElEQVRIiWP8//8/A60BE81toJclDCQElwEDA8N/BgaGAmLNhWFSfGIApfVJ0MPAwDCc4mTUksFnCQsSWwCKcQF+JHUKeNR9gGIEgGZGAwZIRqMWLkDOjMg+uUDAJwJQjOlSTPAem0+IAQlQV84nRjG5xQrZYNSSUUsGhyUXoPgAqZYwDpsmEQC9RUn80C5SQwAAAABJRU5ErkJggg==');
    background-position: center;
}
.faqacc-main > .accordion-item > .accordion-header .accordion-button.show::after {
    background-color: #ffffff;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFEGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDYwLCAyMDIwLzA1LzEyLTE2OjA0OjE3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMiAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTExLTAyVDAwOjQ3KzA1OjMwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0xMS0wMlQwMDo0OTo0MiswNTozMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMi0xMS0wMlQwMDo0OTo0MiswNTozMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2Y2ZlYjBmOC1lYTQwLWM3NGQtYjFkMy05MTQ3NmE2NGNjZTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NmNmZWIwZjgtZWE0MC1jNzRkLWIxZDMtOTE0NzZhNjRjY2UyIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NmNmZWIwZjgtZWE0MC1jNzRkLWIxZDMtOTE0NzZhNjRjY2UyIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo2Y2ZlYjBmOC1lYTQwLWM3NGQtYjFkMy05MTQ3NmE2NGNjZTIiIHN0RXZ0OndoZW49IjIwMjItMTEtMDJUMDA6NDcrMDU6MzAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4yIChXaW5kb3dzKSIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6X0GeAAAAAWElEQVRIie2UsQ2AQAwDL4gBGIXRGJVN+A1Mk/wC5CUKW7LkNDm5cUhitbblBEMMMeQ/kL1CRAAc6a8awJiTJYk8TkCNvur3bJK6m5oAPBXCK2yIIYb06gW7lix9rE1yFAAAAABJRU5ErkJggg==');
    border-color: #ffffff;
    transform: rotate(-180deg);
}
.accordion-flush .accordion-item:last-child {
    border-bottom: inherit
}
/* ------------------------------------- */
.faqacc-sub > .accordion-item {
    border-bottom: 1px solid #e9e9e9 !important;
}
.faqacc-sub > .accordion-item > .accordion-header .accordion-button {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    color: #161616;
}
.faqacc-sub > .accordion-item > .accordion-header .accordion-button.show {
    color: #161616;
    background-color: transparent;
}
.faqacc-sub > .accordion-item > .accordion-header .accordion-button::after {
    width: 44px;
    height: 44px;
    background-color: #ffffff;
    border: 1px solid #EB9421;
    border-radius: 46px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFFmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDYwLCAyMDIwLzA1LzEyLTE2OjA0OjE3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMiAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTExLTAyVDAwOjQ5OjU3KzA1OjMwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0xMS0wMlQwMDo1MDoyMCswNTozMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMi0xMS0wMlQwMDo1MDoyMCswNTozMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozZGRiOTNkYi00MjA4LWIzNDEtYWZjYy1hYTQzMmRmYmYzYmEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M2RkYjkzZGItNDIwOC1iMzQxLWFmY2MtYWE0MzJkZmJmM2JhIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6M2RkYjkzZGItNDIwOC1iMzQxLWFmY2MtYWE0MzJkZmJmM2JhIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDozZGRiOTNkYi00MjA4LWIzNDEtYWZjYy1hYTQzMmRmYmYzYmEiIHN0RXZ0OndoZW49IjIwMjItMTEtMDJUMDA6NDk6NTcrMDU6MzAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4yIChXaW5kb3dzKSIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5thQUxAAAAiElEQVRIiWP8//8/A60BE81toJclDCQElwEDA8N/BgaGAmLNhWFSfGIApfVJ0MPAwDCc4mTUksFnCQsSWwCKcQF+JHUKeNR9gGIEgGZGAwZIRqMWLkDOjMg+uUDAJwJQjOlSTPAem0+IAQlQV84nRjG5xQrZYNSSUUsGhyUXoPgAqZYwDpsmEQC9RUn80C5SQwAAAABJRU5ErkJggg==');
    background-position: center;
}
.faqacc-sub > .accordion-item > .accordion-header .accordion-button.show::after {
    background-color: #EB9421;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFEGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDYwLCAyMDIwLzA1LzEyLTE2OjA0OjE3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMiAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTExLTAyVDAwOjQ3KzA1OjMwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0xMS0wMlQwMDo0OTo0MiswNTozMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMi0xMS0wMlQwMDo0OTo0MiswNTozMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2Y2ZlYjBmOC1lYTQwLWM3NGQtYjFkMy05MTQ3NmE2NGNjZTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NmNmZWIwZjgtZWE0MC1jNzRkLWIxZDMtOTE0NzZhNjRjY2UyIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NmNmZWIwZjgtZWE0MC1jNzRkLWIxZDMtOTE0NzZhNjRjY2UyIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo2Y2ZlYjBmOC1lYTQwLWM3NGQtYjFkMy05MTQ3NmE2NGNjZTIiIHN0RXZ0OndoZW49IjIwMjItMTEtMDJUMDA6NDcrMDU6MzAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4yIChXaW5kb3dzKSIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6X0GeAAAAAWElEQVRIie2UsQ2AQAwDL4gBGIXRGJVN+A1Mk/wC5CUKW7LkNDm5cUhitbblBEMMMeQ/kL1CRAAc6a8awJiTJYk8TkCNvur3bJK6m5oAPBXCK2yIIYb06gW7lix9rE1yFAAAAABJRU5ErkJggg==');
    transform: rotate(-180deg);
}
.faqacc-sub > .accordion-item > .accordion-collapse .accordion-body p {
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
    color: #768693;
}
/* FAQ page :end */


/* terms of service page :start */
.termsofservice-page p {
    font-size: 14px;
    line-height: 20px;
    color: #788692;
}
.termservice-tabwrap {
    margin-top: 40px;
}
.termservice-tabwrap .nav-pills .nav-link {
    width: 365px;
    height: auto;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    border-radius: 16px;
    padding: 16px 20px;
    margin-bottom: 15px;
    overflow: hidden;
}
.termservice-tabwrap .nav-pills .nav-link:last-child {
    margin-bottom: 0;
}
.termservice-tabwrap .nav-pills .nav-link.active {
    color: #ffffff;
    background: #EB9421;
    border-color: #EB9421;
}
.termservice-tabwrap .tab-content p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #768693;
}
/* terms of service page :end */

/* Startups page :start */
.startups-page .startupspg-head p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    text-align: center;
    color: #768693;
}
.startups-page .startups-list {
    margin-top: 50px;
}
.startups-page .startupslist-pagination {
    margin-top: 50px;
}



.startupslist-item {
    width: 100%;
    height: 100%;
    border: 2px solid #F1F1F1;
    border-radius: 24px;
    overflow: hidden;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.startupslist-item > div {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    padding: 16px 16px;
    display: flex;
    flex-direction: column;
}
.startupslist-item .sli-image {
    position: relative;
}
.startupslist-item .sli-image .slimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
    overflow: hidden;
}
.startupslist-item .sli-image .slimg-logo {
    width: 80px;
    height: 80px;
    border: 2px solid transparent;
    border-radius: 16px;
    background-image: linear-gradient(120deg, #EB9421, transparent, #EB9421), linear-gradient(120deg, #EB9421, transparent, #EB9421);
    background-origin: border-box;
    background-clip: content-box, border-box;
    overflow: hidden;
    position: absolute;
    left: 12px;
    bottom: 12px;
}
.startupslist-item .sli-image .slimg-logo > div {
    background-color: #ffffff;
}
.startupslist-item .sli-image .slimg-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}


.startupslist-item .sli-type {
    margin: 15px 0px 0px 0px;
}
.startupslist-item .sli-type p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: blue;
    background: #DEE6FF;
    border-radius: 32px;
    text-align: center;
    padding: 5px 5px;
}
.startupslist-item .sli-type.t1 p {
    color: #11BA40;
    background: #DFFFE1;
}
.startupslist-item .sli-type.t2 p {
    color: #FF9100;
    background: #fef8d1;
}
.startupslist-item .sli-type.t3 p {
    color: #e12900;
    background: #ffddde;
}


.startupslist-item .sli-text {
    margin-top: 15px;
}
.startupslist-item .sli-text h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #161616;
    display: flex;
    align-items: center;
}
.startupslist-item .sli-text h3 svg {
    color: #788692;
    margin-left: 10px;
}
.startupslist-item .sli-text p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #2C2C2C;
    opacity: 0.7;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}



.startupslist-item .sli-subitems {
    margin-top: 15px;
}
.startupslist-item .sli-subitems ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.startupslist-item .sli-subitems ul li {
    width: calc(50% - 5px);
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.startupslist-item .sli-subitems ul li > div:first-child {
    flex-grow: 0;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background: #F1F1F1;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 5px;
    margin-right: 15px;
}
.startupslist-item .sli-subitems ul li > div h5 {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #768693;
    margin-bottom: 0;
}
.startupslist-item .sli-subitems ul li > div h4 {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #161616;
    margin-bottom: 0;
}

.startupslist-item .sli-progress {
    padding: 40px 0px;
}
.startupslist-item .progress {
    height: 7px;
    background-color: #F1F1F1;
    overflow: visible;
}
.startupslist-item .sli-progress .progress-bar {
    min-width: 40px;
    background-color: #EB9421;
    position: relative;
    overflow: visible;
}
.startupslist-item .sli-progress .progress-bar::after {
    content: attr(aria-valuenow)'%';
    position: absolute;
    right: 0;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    background-color: #EB9421;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    color: #FFFFFF;
}


.startupslist-item .sli-buttons {
    margin-top: auto;
}
.startupslist-item .sli-buttons a {
    margin-top: 20px;
}


.startupslist-item:hover {
    border-color: transparent;
    background-image: linear-gradient(120deg, #EB9421, transparent, #EB9421), linear-gradient(120deg, #EB9421, transparent, #EB9421);
    background-origin: border-box;
    background-clip: content-box, border-box;
    overflow: hidden;
    box-shadow: 16px 16px 30px rgba(0, 0, 0, 0.17);
}
/* Startups page :end */



/* issuer page :start */
.issuer-page .issuertop-section {
    /* padding: 150px 0px; */
}
.issuer-page .issuertop-section .itsec-right {
    padding: 0px 70px 50px 30px;
}
.issuer-page .issuertop-section .itsec-right .itsecimg-txt {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    width: 300px;
    transform: translateX(70px) translateY(50px);
}
.issuer-page .issuertop-section .itsec-right .dotsimg {
    position: absolute;
    top: -17px;
    left: 0;
    transform: translateX(-30px) translateY(-30px);
    width: 100px
}

.crowdfunding-section {
    background: #F1F1F1;
    background-image: url('../images/bg-2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 0px 0;
}
.crowdfundsec-left {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 0px 40px 40px 0px;
}
.crowdfundsec-left .cfundl-inner {
    position: relative;
}
.crowdfundsec-left .cfundl-inner .innertxt-outer {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    background: rgba(237, 237, 237, 0.73);
    backdrop-filter: blur(4px);
    border-radius: 32px;
    padding: 24px 24px;
    
    transform: translateX(40px) translateY(40px);
}
.crowdfundsec-left .cfundl-inner .innertxt-outer .intxt {
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    background-image: linear-gradient(160deg, #EB9421, transparent, #EB9421), linear-gradient(160deg, #EB9421, transparent, #EB9421);
    background-origin: border-box;
    background-clip: content-box, border-box;
    overflow: hidden;
    box-shadow: 16px 16px 30px rgb(0 0 0 / 17%);
    border-radius: 16px;
}
.crowdfundsec-left .cfundl-inner .innertxt-outer .intxt > div {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    padding: 20px 24px;
    border-radius: 16px;
}
.crowdfundsec-left .cfundl-inner .innertxt-outer .intxt img {
    margin-bottom: 24px;
}


.crowdfundsec-right {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 85px;
}
.crowdfundsec-right > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
.crowdfundsec-right > ul > li {
    display: flex;
    margin-bottom: 30px;
}
.crowdfundsec-right > ul > li:last-child {
    margin-bottom: 0;
}
.crowdfundsec-right > ul > li .cfs-icon {
    flex-grow: 0;
    flex-shrink: 0;
    width: 76px;
    height: 76px;
    border: 1px solid transparent;
    background-image: linear-gradient(140deg, #EB9421, transparent, #EB9421), linear-gradient(140deg, #EB9421, transparent, #EB9421);
    background-origin: border-box;
    background-clip: content-box, border-box;
    overflow: hidden;
    box-shadow: 16px 16px 30px rgb(0 0 0 / 17%);
    border-radius: 16px;
    margin-right: 26px;
}
.crowdfundsec-right > ul > li .cfs-icon > div {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
}
.crowdfundsec-right > ul > li .cfs-txt h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #161616;
    margin-bottom: 5px;
}
.crowdfundsec-right > ul > li .cfs-txt p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #768693;
}



.noupfront-section {
    padding: 80px 0px 0;
}
.noupfront-section .nuf-inner {
    background: linear-gradient(102.68deg, #161616 2.78%, #383838 97.61%);
    background-image: url('../images/bg-4.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 36px;
    overflow: hidden;
    padding: 80px 80px;
}
.noupfront-section .nuf-inner .nufin-left .iconwrap {
    width: 78px;
    height: 78px;
    border: 1px solid transparent;
    background-image: linear-gradient(140deg, #EB9421, transparent, #EB9421), linear-gradient(140deg, #EB9421, transparent, #EB9421);
    background-origin: border-box;
    background-clip: content-box, border-box;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 15px;
}
.noupfront-section .nuf-inner .nufin-left .iconwrap > div {
    width: 100%;
    height: 100%;
    background-color: #161616;
    display: flex;
    justify-content: center;
    align-items: center;
}
.noupfront-section .nuf-inner .nufin-left p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    color: #FFFFFF;
    opacity: 0.7;
}

.noupfront-section .nuf-inner .nufin-right {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}




.lookingfor-section {
    padding: 100px 0px;
}
.lookingfor-section .lookingfor-list {
    margin-top: 60px;
}
.lookingfor-section .lookingfor-list .lfl-block .lfl-icon {
    width: 76px;
    height: 76px;
    border: 1px solid transparent;
    background-image: linear-gradient(140deg, #EB9421, transparent, #EB9421), linear-gradient(140deg, #EB9421, transparent, #EB9421);
    background-origin: border-box;
    background-clip: content-box, border-box;
    overflow: hidden;
    box-shadow: 5px 5px 36px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    margin-bottom: 32px;
}
.lookingfor-section .lookingfor-list .lfl-block .lfl-icon > div {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
}
.lookingfor-section .lookingfor-list .lfl-block h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #161616;
    margin-bottom: 10px;
}
.lookingfor-section .lookingfor-list .lfl-block p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #768693;
}


.why-bambucorn-section {
    background: #F1F1F1;
    padding: 100px 0px;
}
.why-bambucorn-section .wbsec-wrap {
    background: rgba(237, 237, 237, 0.73);
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(4px);
    border-radius: 32px;
    padding: 24px 24px;
    margin-top: 30px;
}
.why-bambucorn-section .wbsec-wrap .wbs-inner {
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    background-image: linear-gradient(140deg, #EB9421, transparent, #EB9421), linear-gradient(140deg, #EB9421, transparent, #EB9421);
    background-origin: border-box;
    background-clip: content-box, border-box;
    overflow: hidden;
    border-radius: 16px;
}
.why-bambucorn-section .wbsec-wrap .wbs-inner > div {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    padding: 30px 30px;
}

.why-bambucorn-section .wbsec-wrap .wbs-inner .wbam-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.why-bambucorn-section .wbsec-wrap .wbs-inner .wbam-list li {
    position: relative;
    flex: 1;
    padding: 20px 30px;
}
.why-bambucorn-section .wbsec-wrap .wbs-inner .wbam-list li::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: rgb(206,206,206);
    background: -moz-linear-gradient(0deg, rgba(206,206,206,0) 0%, rgba(206,206,206,1) 10%, rgba(206,206,206,1) 90%, rgba(206,206,206,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(206,206,206,0) 0%, rgba(206,206,206,1) 10%, rgba(206,206,206,1) 90%, rgba(206,206,206,0) 100%);
    background: linear-gradient(0deg, rgba(206,206,206,0) 0%, rgba(206,206,206,1) 10%, rgba(206,206,206,1) 90%, rgba(206,206,206,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cecece",endColorstr="#cecece",GradientType=1);
}
.why-bambucorn-section .wbsec-wrap .wbs-inner .wbam-list li:last-child::after{
    display: none;
}
.why-bambucorn-section .wbsec-wrap .wbs-inner .wbam-list li h3 {
    color: #EB9421;
    text-align: center;
    margin-bottom: 0px;
}
.why-bambucorn-section .wbsec-wrap .wbs-inner .wbam-list li p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #161616;
}
/* issuer page :end */

/* expert page :start */
.expert-page .experttop-section {
    padding: 80px 0px;
}
.expert-page .imgtxt-section .itsec-right {
    padding: 56px 30px 30px 56px;
}
.expert-page .imgtxt-section .itsec-right .itsecimg-txt {
    width: 274px;
    transform: translateX(-55px) translateY(-55px);
}
.expert-page .imgtxt-section .itsec-right .itsecimg-txt .itimg-inner img {
    margin-bottom: 24px;
}
.expert-page .imgtxt-section .itsec-right .dotsimg {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateX(30px) translateY(30px);
}
/* expert page :end */

/* border-gradient :start */
.border-gradient-1 {
    /* width: 100%; */
    /* height: 100%; */
    border: 2px solid transparent;
    background-image: linear-gradient(160deg, #EB9421, transparent, #EB9421), linear-gradient(160deg, #EB9421, transparent, #EB9421);
    background-origin: border-box;
    background-clip: content-box, border-box;
    overflow: hidden;
    /* box-shadow: 16px 16px 30px rgb(0 0 0 / 17%); */
    border-radius: 28px;
    overflow: hidden;
    display: inline-block;
}
.border-gradient-1 > div {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}
/* border-gradient :end */