/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
    line-height: 25px;
    color: #141312;
    opacity: 0.5;
}


@font-face {
    font-family: 'poppins-medium-side-one';
    src: url(../font/Poppins-Medium.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'semibold-side-two';
    src: url(../font/Poppins-SemiBold.ttf);
    font-weight: 400;
    font-style: normal
}


.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 13px 13px 13px 3px;
    border: unset;
    border-radius: 25px;
    color: #ffffff;
    z-index: 1;
    background: #fff;
    position: relative;
    font-size: 14px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #4a4bf2;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #000;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #ffffff;
}

.theme_btn:hover::before {
    width: 100%;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'poppins-medium-side-one';
    font-size: 60px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
    text-transform: uppercase;
}

h2 {
    font-family: 'poppins-medium-side-one';
    font-size: 49px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
    margin: 0px 0 18px;
    text-transform: uppercase;
}

h3 {
    font-family: 'poppins-medium-side-one';
    font-size: 19px;
    line-height: 1.2;
    color: #2c39b6;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h4 {
    font-family: 'semibold-side-two';
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'poppins-medium-side-one';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'poppins-medium-side-one';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}



.menuSec {
    padding: 0px 0;
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    z-index: 1;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: end;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 0px 20px;
    font-size: 14px;
    text-transform: uppercase;
}



.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #4a4bf2;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}



.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}



.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}



.blog_sec {
    padding: 5% 0;
}



.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}




.dis-block {
    display: block;
}

section.banner-sd {
    position: relative;
}


.banner-img-position {
    position: absolute;
    top: 11%;
    left: 0;
    width: 100%;
}


.banner-img-position .row {
    background-image: url(../images/banner-row-img.png);
    height: 650px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    position: relative;
}


.banner-heading-box h3 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin-bottom: 0;
    color: #4a4bf2;
}

.banner-heading-box {
    background: #fff;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 7px;
    margin-bottom: 20px;
}

.banner-imgone {
    position: absolute;
    top: 27%;
    left: 2%;
}

.banner-imgtwo {
    position: absolute;
    top: 22%;
    right: 5%;
}

.container-fluid {
    padding: 0px 70px;
}

.banner-imgtwo img {
    width: 90%;
}

span.btn-text {
    background: #4a4bf2;
    padding: 14px 22px;
    border-radius: 40px;
    text-transform: uppercase;
    font-size: 12px;
}

span.btn-icon i {
    color: #4a4bf2;
    margin-left: 10px;
    padding-top: 0px;
}

.header-btn {
    display: flex;
    justify-content: end;
}

.banner-slider .slick-prev:before {
    font-family: '';
    content: '';
    background-image: url(../images/banner-iconleft.png);
    height: 70px;
    width: 70px;
    position: absolute;
    z-index: 1;
}

.banner-slider .slick-next:before {
    font-family: '';
    content: '';
    background-image: url(../images/banner-iconright.png);
    height: 70px;
    width: 70px;
    position: absolute;
    z-index: 1;
}

.banner-slider .slick-prev {
    left: 88.4%;
}

.banner-slider .slick-next {
    right: 75px;
}

.about-text-box h5 {
    font-size: 16px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #fff;
}

.about-text-box {
    background: #4a4bf2;
    display: inline-block;
    padding: 10px 16px;
    border-radius: 6px;
    margin-bottom: 14px;
}

.about-text p {
    margin-bottom: 20px;
}

section.about-sec {
    margin: 80px 0px;
}

.about-text {
    margin-top: 50px;
}

.asset-liability-box {
    border: 1px solid #0000001f;
    padding: 30px 20px 20px;
}

.liability-box-number {
    background: #4a4bf2;
    padding: 11px 22px;
    display: inline-block;
    margin-bottom: 19px;
    border-radius: 5px;
}

.liability-box-number h4 {
    margin-bottom: 0;
    color: #fff;
}

.asset-liability-box p {
    font-size: 14px;
}

.asset-liability-top-heading {
    text-align: center;
    margin-bottom: 40px;
}

.banner-sd>img {
    height: 124vh;
}

.banner-ul-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-ul-list ul {
    width: 30%;
}

.banner-btm-list {
    position: absolute;
    bottom: 12px;
    width: 100%;
    left: 0;
}

.banner-ul-list ul li h5 {
    color: #fff;
    position: relative;
    margin-bottom: 2px;
}

.testimonial_slider .slick-slide.slick-current.slick-active .profile_text h6 {
    color: white;
}


.banner-ul-list ul li h5:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 8%;
    height: 1px;
    width: 84%;
    background: #ffffff59;
}

.banner-ul-list ul li p {
    color: #fff;
    opacity: 1;
}

section.asset-liability-sec {
    margin-bottom: 100px;
}



.solution-top-heading h2 {
    text-align: center;
}

.asset-heading {

    display: flex;

    justify-content: center;

    align-items: center;

    text-align: center;

    text-align: center;

    margin: 0;

    padding: 0;
}

.asset-heading h2 {
    margin: 0;
    padding: 0;
}

section.solution-sec .container-fluid {
    height: 100%;
    width: 92%;
    background-image: url(../images/solution-bg-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 100px;
    padding: 80px 110px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #4a4bf2;
    border-color: unset;
    border-radius: 50px;
    color: #fff;
    padding: 8px 22px;
}

.nav-tabs {
    border-bottom: unset;
    background: #1a1f3a66;
    padding: 8px 8px;
    width: 30%;
    text-align: center;
    margin: 0 auto;
    gap: 101px;
    border-radius: 56px;
    margin-bottom: 60px;
    position: relative;
}

.nav-tabs .nav-link {
    color: #fff;
    text-transform: uppercase;
}

.solution-top-heading h2 {
    color: #fff;
    margin-bottom: 40px;
}

.tab-sec-text h2 {
    color: #fff;
    font-size: 43px;
}

.tab-sec-text p {
    color: #fff;
    opacity: 1;
}

.tab-sec-text ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: start;
    margin-bottom: 20px;
}

.tab-sec-text ul li p {
    margin-bottom: 0;
}

.logo-sec-top-heading {
    text-align: center;
    margin-bottom: 40px;
}

.logo-sec-ul ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #00000033;
}

.logo-sec-ul ul li {
    border-right: 1px solid #00000033;
    width: 100%;
    padding: 70px 0px;
    text-align: center;
    height: 100%;
    background: #fff;
}

.logo-sec-ul ul li img {
    height: 42px;
    width: 63%;
    object-fit: contain;
}

section.logo-sec-sd {
    margin-bottom: 100px;
}

.white-label-sec-text h2 {
    font-size: 38px;
}

ul.white-label-sec-ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

ul.white-label-sec-ul li p {
    margin-bottom: 0;
}

.white-label-sec-img img {
    width: 100%;
}


.testimonial_sec {
    margin-bottom: 80px;
}

.testimonial_top_bar h2 {
    text-align: center;
}

.testimonial_top_bar p {
    text-align: center;

    color: #666666;

    margin: 0 auto;

    width: 50%;
}

.testimonial_top_bar {

    padding: 30px 0 0 0;
}

.checked {
    color: #fd8f00;
}

.testimonial_boxspan {
    color: #f3b15c;

}


.testimonial_box {

    padding: 50px 24px;

    height: 340px;

    position: relative;
}

.testimonial_box i {

    position: absolute;

    color: #000000;

    top: -7%;

    padding: 20px;

    border-radius: 50%;

    background-color: #ffffff;
}

.testimonial_box p {

    padding: 0;

    font-family: 'Poppins';
}

.profile {

    padding: 30px 0;

    display: flex;

    align-items: center;

    gap: 20px;
}

.profile img {

    width: 70px;

    height: 70px;

    border-radius: 50%;
}

.profile_text p {

    margin: 0;

    padding: 0;
}

.profile_text h6 {

    margin: 0;

    text-transform: uppercase;

    font-family: 'Poppins';

    color: #000;
}

.profile_text p {

    padding: 0;

    text-transform: uppercase;
}

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box i {
    background-color: #ffffff;
}

.testimonial_slider .slick-slide.slick-current.slick-active .profile_text p {

    padding: 0 !important;
}

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box p {
    padding: 20px 0 16px 0;
    color: #fff;
    opacity: 1;
}

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box {
    box-shadow: 1px 1px 20px 14px #0000001f;
    background: #4a4bf2;
    border-radius: 10px;
}

.testimonial_slider .slick-slide.slick-current.slick-active {
    width: 13% !important;
}

.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active {
    width: 6% !important;
}

.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active+.slick-slide.slick-active {
    width: 7% !important;
}

.testimonial_slider .slick-list.draggable {
    height: 463px;
    padding: 60px 0;
}

.testimonial_slider .slick-active {
    opacity: 1;
}

.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active .testimonial_box {
    background-color: #ffffff;
    border-radius: 10px;
    position: relative;
}

.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active .testimonial_box::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 320px;
    background-color: #e1e1e1;
    right: 0;
    top: 0;
}


.testimonial_slider .slick-prev:before {
    background-repeat: no-repeat;
    width: 39px;
    transform: rotate(180deg);
    content: '' !important;
    background-image: url(../images/rightarrow.png);
    display: block;
    height: 20px;
}

.testimonial_slider .slick-prev.slick-arrow {
    left: -4%;
}

.testimonial_slider .slick-next:before {
    background-repeat: no-repeat;
    width: 39px;
    content: '' !important;
    background-image: url(../images/rightarrow.png);
    display: block;
    height: 20px;
}

.profile img {
    position: relative;
    top: 0;
    left: 0;
    background-color: #000000 !important;
    border: 1px solid #fff;
    color: #fff !important;
}

.testimonial_slider .slick-slide.slick-active+.slick-slide.slick-active .testimonial_box p {
    margin: 0 0 10px;
}


.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active+.slick-slide.slick-active .testimonial_box {
    border-radius: 10px;
}



section.footer {
    background: #0d132f;
    padding-top: 80px;
    padding-bottom: 60px;
}

section.footer p {
    color: #fff;
    opacity: 1;
}

ul.adrs-links li a {
    gap: 8px;
    display: flex;
    color: #aaacae;
    font-size: 14px;
    font-weight: 500;
    align-items: center;
    padding-bottom: 15px;
    transition: 0.7s ease-in-out;
    font-family: "Montserrat", sans-serif;
}

ul.adrs-links li a i {
    width: 30px;
    color: #fff;
    flex-shrink: 0;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
}

li.boader a {
    border: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

ul.adrs-links {
    margin-bottom: 0 !important;
}

ul.adrs-links li {
    line-height: 1.1;
    margin-bottom: 15px;
}

ul.social-links {
    display: flex;
    gap: 15px;
    justify-content: center;
}

ul.social-links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #033059;
    height: 38px;
    width: 38px;
    border-radius: 0;
    font-size: 20px;
    border-radius: 0px;
}

ul.social-links li a:hover {
    background: #ffe1a8;
    color: #033059;
    animation: float 1s ease-in-out infinite;
}

ul.social-links li a:hover i {
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}

ul.adrs-links li a:hover {
    color: #54abe2;
}

section.footer h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

ul.linkList li a {
    font-size: 14px;
    transition: 0.5s;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
}

ul.linkList li a i {
    color: #ffffff94;
}

form.footerForm input {
    margin-bottom: 20px;
    background: #fff;
    border-radius: 0;
    width: 100%;
    height: 55px;
    padding: 0 20px;
}

form.footerForm input::placeholder {
    text-transform: uppercase;
    color: #b9babb;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
}

ul.linkList li a:hover {
    color: #54abe2;
    margin-left: 20px;
}

.foot1 {
    padding: 0 0% 0 0;
    margin-top: 0px;
    position: relative;
}

.foot1 .w-100 {
    top: 0px;
    width: 100%;
    position: relative;
    margin-bottom: 0px;
}

.foot1 .w-100 img {
    width: 200px;
    object-fit: contain;
    margin-bottom: 30px;
}

.foot1 h4 {
    color: #fff;
    margin-bottom: 5px;
}

.foot4 {
    padding: 30px 0% 0px 21px;
}

section.copyrite-txt {
    background: #0d132f;
    border-top: 1px solid #475157;
    padding: 20px 0;
}

section.copyrite-txt p {
    margin-bottom: 0;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    opacity: 1;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    25% {
        transform: translatey(-10px);
    }

    100% {
        transform: translatey(0px);
    }
}

ul.adrs-links li a:hover i {
    animation: float 1s ease-in-out infinite;
    font-size: 20px;
}

.foot2 {
    padding-right: 0px;
    margin-top: 0px;
    padding-left: 16px;
}

form.footerForm button {
    border-radius: 0;
}

form.footerForm button:hover {
    color: #000;
}

form.footerForm button::before,
form.footerForm button::after {
    border-radius: 0;
}

ul.adrs-links li:first-child,
ul.adrs-links li:last-child {
    gap: 12px;
    display: flex;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    align-items: baseline;
    font-family: 'Montserrat';
    transition: 0.7s ease-in-out;
}

form.footerForm button {
    background: #c7293d;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 15px 35px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}

button.btn:hover {
    background-color: #ffe1a8;
    border: 1px solid #ffe1a8;
}

ul.footer-social li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border: 1px solid transparent;
    color: #ffffff;
    font-size: 16px;
    border-radius: 50%;
    transition: ease-out;
    transition-duration: 0.5s;
    background: #4a4bf2;
    transition: 0.5s;
}


ul.footer-social li a:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    background: #000000;
}

.social-icon ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    padding: 0 0 0 0%;
}

.social-icon h5 {
    color: #fff;
    margin-bottom: 0px;
    font-size: 14px;
    font-family: 'Montserrat';
}

.quick-links-ft ul {
    column-count: 1;
    line-height: 35px;
}

ul.footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
}

.payment-card {
    float: inline-end;
}

section.copyrite-txt .row {
    align-items: center;
}

.social-icon ul li a:hover {
    background: #fff;
}



.asset-liability-box h3 {
    border-bottom: 1px solid #4a4bf2;
    display: table;
}

ul.nav.nav-tabs:before {
    position: absolute;
    content: '';
    top: 20%;
    left: 57%;
    height: 70%;
    width: 1px;
    background: #8f8f8f70;
}


.inner-pages-banner .banner-img-position .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-pages-banner .banner-full-sd h2 {
    text-transform: uppercase;
    color: white;
    font-size: 45px;
    padding: 10px;
}

.inner-pages-banner .banner-sd>img {
    height: 65vh;
    width: 100%;
}

.inner-pages-banner .banner-img-position .row {
    background-image: url(../images/banner-row-img.png);
    height: 410px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    position: relative;
}

.inner-pages-banner .banner-img-position .row {
    background-image: url(../images/banner-row-img.png);
    height: 410px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    position: relative;
    border-radius: 20px;
}

.ready-sec-txt {
    display: flex;
    justify-content: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ready-sec-txt p {
    width: 90%;
    color: white;
}

section.about-ready-sec {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 610px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 100px 30px 100px;
    border-radius: 16px;
}

.ready-sec-txt h2 {
    color: white;
    font-size: 49px;
}

.assests-sec-row {
    height: 520px;
    margin: 50px 0;
}

.assests-sec-inner-left {
    width: 100%;
    height: 100%;
    background-color: #2c39b6;
    display: flex;
    justify-content: end;
    align-items: flex-end;
    border-radius: 18px;
    position: relative;
}

section.assests-sec-inner {
    margin: 100px 0;
}

.assests-sec-inner-left img {
    width: 562px;
    height: 435px;
    object-fit: cover;
    border-radius: 18px;
}

.assests-sec-inner-left img::before {}

.asset-counter-wrapper .counter-box {
    border-radius: 8px;
    padding: 16px;
    display: inline-flex;
    text-align: left;
    width: 225px;
    height: 110px;
    background-color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 0 40px;
    justify-content: center;
    flex-direction: column;
}

.asset-counter-wrapper .label {
    color: #666;
    font-size: 14px;
}

.asset-counter-wrapper .number {
    font-size: 28px;
    font-weight: bold;
}

.asset-counter-wrapper .change {
    color: #2c39b6;
    margin-left: 4px;
}

.asset-counter-wrapper .counter-row {
    display: flex;
    justify-content: space-between;
}

.asset-counter-wrapper {
    position: absolute;
    left: -51px;
    top: 50%;
}

.roated-arrow-assets i {
    transform: rotate(24deg);
    font-size: 22px;
}

.assests-sec-inner-right {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 32px;
}

.assests-sec-inner-right div {
    font-size: 18px;
    width: fit-content;
    background-color: #2c39b6;
    width: 45px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    margin: 0 0 10px 0;
}

.assests-sec-inner-right h2 {
    font-size: 49px;
    text-transform: uppercase;
}



.assests-sec-inner-left2 {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 32px;
    HEIGHT: 520PX;
}

.assests-sec-inner-left2 div {
    font-size: 18px;
    width: fit-content;
    background-color: #2c39b6;
    width: 45px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    margin: 0 0 10px 0;
}

.assests-sec-inner-left2 h2 {
    font-size: 49px;
    text-transform: uppercase;
}

.row.assests-sec-row2 {
    margin-top: 100px;
}

.assets-sec-inner-right2 {
    width: 100%;
    height: 100%;
    background-color: #2c39b6;
    border-radius: 17px;
    display: flex;
    position: relative;
}

.assets-sec-inner-right2 img:nth-child(1) {
    width: 543px;
    height: 449px;
    object-fit: cover;
    border-radius: 17px;
}

.assets-sec-inner-right2 img:nth-child(2) {
    width: 155px;
    height: 267px;
    object-fit: cover;
    border-radius: 17px;
    position: absolute;
    bottom: -33px;
    right: -22px;
}

.assests-sec-inner-left3 {
    position: relative;
    display: flex;
}

.assests-sec-inner-left3 img:nth-child(2) {
    position: absolute;
    bottom: 0px;
    left: -2px;
    width: 272px;
    height: 140px;
}

.assests-sec-inner-left4 img:nth-child(2) {
    position: absolute;
    bottom: 30%;
    right: 102px;
    width: 272px;
    height: 140px;
}

.assests-sec-inner-left4 {
    width: 100%;
    height: 100%;
    background-color: #2c39b6;
    display: flex;
    align-items: flex-start;
    border-radius: 18px;
    position: relative;
    justify-content: flex-start;
}


.contact-form-iunner-wrapper input {
    width: 100%;
    height: 50px;
    border: 1px solid #cbc7c7;
    margin: 10px 0;
    padding: 10px;
    border-radius: 3px;
}

.contact-form-iunner-wrapper textarea {
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: left;
    padding: 10px;
    resize: none;
    margin: 10px 0;
    border: 1px solid #cbc7c7;
    border-radius: 3px;
}

.contact-form-iunner-wrapper input::placeholder {
    text-transform: uppercase;
}

.contact-form-iunner-wrapper textarea::placeholder {
    text-transform: uppercase;
}

.form-sbmt-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 20px 0 0 0;
}

.contact-form-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

}

.contact-form-heading h2 {
    margin: 0;
}

.contact-form-heading p {
    margin: 0 0 10px 0;
}

.contact-card p {
    font-size: 22px;
    color: white;
    text-transform: uppercase;
    position: relative;
}

.contact-card p::before {
    position: absolute;
    content: '';
    width: 300px;
    height: 1px;
    background-color: wheat;
    bottom: 0;
}

.contact-card a {
    font-size: 13px;
    color: white;
}*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
    line-height: 25px;
    /* color: #141312; */
    opacity: 0.5;
}


/***** Font Files *****/

@font-face {
    font-family: 'poppins-medium-side-one';
    src: url(../font/Poppins-Medium.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'semibold-side-two';
    src: url(../font/Poppins-SemiBold.ttf);
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 13px 13px 13px 3px;
    border: unset;
    border-radius: 25px;
    color: #ffffff;
    z-index: 1;
    background: #fff;
    position: relative;
    font-size: 14px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #4a4bf2;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #000;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #ffffff;
}

.theme_btn:hover::before {
    width: 100%;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'poppins-medium-side-one';
    font-size: 60px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
    text-transform: uppercase;
}

h2 {
    font-family: 'poppins-medium-side-one';
    font-size: 49px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
    margin: 0px 0 18px;
    text-transform: uppercase;
}

h3 {
    font-family: 'poppins-medium-side-one';
    font-size: 19px;
    line-height: 1.2;
    color: #2c39b6;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h4 {
    font-family: 'semibold-side-two';
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'poppins-medium-side-one';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'poppins-medium-side-one';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    padding: 0px 0;
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    z-index: 1;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: end;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 0px 20px;
    font-size: 14px;
    text-transform: uppercase;
}

/* .menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
} */

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #4a4bf2;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */


.dis-block {
    display: block;
}

section.banner-sd {
    position: relative;
}


.banner-img-position {
    position: absolute;
    top: 11%;
    left: 0;
    width: 100%;
    /* z-index: 1; */
}


.banner-img-position .row {
    background-image: url(../images/banner-row-img.png);
    height: 650px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    position: relative;
}

/* .banner-full-sd {
    
position: absolute;
    
bottom: 40px;
    
left: 40px;
}
 */
.banner-heading-box h3 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin-bottom: 0;
    color: #4a4bf2;
}

.banner-heading-box {
    background: #fff;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 7px;
    margin-bottom: 20px;
}

.banner-imgone {
    position: absolute;
    top: 27%;
    left: 6%;
}

.banner-imgtwo {
    position: absolute;
    top: 22%;
    right: 5%;
}

.container-fluid {
    padding: 0px 70px;
}

.banner-imgtwo img {
    width: 90%;
}

span.btn-text {
    background: #4a4bf2;
    padding: 14px 22px;
    border-radius: 40px;
    text-transform: uppercase;
    font-size: 12px;
}

span.btn-icon i {
    color: #4a4bf2;
    margin-left: 10px;
    padding-top: 0px;
}

.header-btn {
    display: flex;
    justify-content: end;
}

.banner-slider .slick-prev:before {
    font-family: '';
    content: '';
    background-image: url(../images/banner-iconleft.png);
    height: 70px;
    width: 70px;
    position: absolute;
    z-index: 1;
}

.banner-slider .slick-next:before {
    font-family: '';
    content: '';
    background-image: url(../images/banner-iconright.png);
    height: 70px;
    width: 70px;
    position: absolute;
    z-index: 1;
}

.banner-slider .slick-prev {
    left: 88.4%;
    z-index:9;
}

.banner-slider .slick-next {
    right: 75px;
}

.about-text-box h5 {
    font-size: 16px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #fff;
}

.about-text-box {
    background: #4a4bf2;
    display: inline-block;
    padding: 10px 16px;
    border-radius: 6px;
    margin-bottom: 14px;
}

.about-text p {
    margin-bottom: 20px;
}

section.about-sec {
    margin: 80px 0px;
}

.about-text {
    margin-top: 50px;
}

.asset-liability-box {
    border: 1px solid #0000001f;
    padding: 30px 20px 20px;
        height: 300px;
}

.liability-box-number {
    background: #4a4bf2;
    padding: 11px 22px;
    display: inline-block;
    margin-bottom: 19px;
    border-radius: 5px;
}

.liability-box-number h4 {
    margin-bottom: 0;
    color: #fff;
}

.asset-liability-box p {
    font-size: 14px;
}

.asset-liability-top-heading {
    text-align: center;
    margin-bottom: 40px;
}

.banner-sd>img {
    height: 124vh;
}

.banner-ul-list {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.banner-ul-list ul {
    width: 30%;
}

.banner-btm-list {
    position: absolute;
    bottom: 12px;
    width: 100%;
    left: 0;
}

.banner-ul-list ul li h5 {
    color: #fff;
    position: relative;
    margin-bottom: 2px;
}



.banner-ul-list ul li h5:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 8%;
    height: 1px;
    width: 84%;
    background: #ffffff59;
}

.banner-ul-list ul li p {
    color: #fff;
    opacity: 1;
}

section.asset-liability-sec {
    margin-bottom: 100px;
}



.solution-top-heading h2 {
    text-align: center;
}


section.solution-sec .container-fluid {
    /* margin: 0px 70px 70px 70px; */
    height: 100%;
    width: 92%;
    background-image: url(../images/solution-bg-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 100px;
    padding: 80px 110px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #4a4bf2;
    border-color: unset;
    border-radius: 50px;
    color: #fff;
    padding: 8px 22px;
}

.nav-tabs {
    border-bottom: unset;
    background: #1a1f3a66;
    padding: 8px 8px;
    width: 30%;
    text-align: center;
    margin: 0 auto;
    justify-content:space-between;
    gap: 0;
    border-radius: 56px;
    margin-bottom: 60px;
    position: relative;
}
.nav-tabs li{
    width:45%;
}

.nav-tabs .nav-link {
    color: #fff;
    text-transform: uppercase;
}

.solution-top-heading h2 {
    color: #fff;
    margin-bottom: 40px;
}

.tab-sec-text h2 {
    color: #fff;
    font-size: 43px;
}

.tab-sec-text p {
    color: #fff;
    opacity: 1;
}

.tab-sec-text ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: start;
    margin-bottom: 20px;
}

.tab-sec-text ul li p {
    margin-bottom: 0;
}

.logo-sec-top-heading {
    text-align: center;
    margin-bottom: 40px;
}

.logo-sec-ul ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #00000033;
}

.logo-sec-ul ul li {
    border-right: 1px solid #00000033;
    width: 100%;
    padding: 70px 0px;
    text-align: center;
    height: 100%;
    background: #fff;
}

.logo-sec-ul ul li img {
    height: 42px;
    width: 63%;
    object-fit: contain;
}

section.logo-sec-sd {
    margin-bottom: 100px;
}

.white-label-sec-text h2 {
    font-size: 38px;
}

ul.white-label-sec-ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

ul.white-label-sec-ul li p {
    margin-bottom: 0;
}

.white-label-sec-img img {
    width: 100%;
}



/*testimonial_sec start*/

.testimonial_sec {
    margin-bottom: 80px;
}

.testimonial_top_bar h2 {
    text-align: center;
}

.testimonial_top_bar p {
    text-align: center;

    color: #666666;

    margin: 0 auto;

    width: 50%;
}

.testimonial_top_bar {

    padding: 30px 0 0 0;
}

.checked {
    color: #fd8f00;
}

.testimonial_boxspan {
    color: #f3b15c;

}

.testimonial_slider {}

.testimonial_box {

    padding: 50px 24px;

    height: 340px;

    position: relative;
}

.testimonial_box i {

    position: absolute;

    color: #4a4bf2;

    top: -7%;

    padding: 20px;

    border-radius: 50%;

    background-color: #ffffff;
}

.testimonial_box p {

    padding: 0;

    font-family: 'Poppins';
}

.profile {

    padding: 30px 0;

    display: flex;

    align-items: center;

    gap: 20px;
}

.profile img {

    width: 70px;

    height: 70px;

    border-radius: 50%;
}

.profile_text p {

    margin: 0;

    padding: 0;
}

.profile_text h6 {

    margin: 0;

    text-transform: uppercase;

    font-family: 'Poppins';

    color: #000;
}

.profile_text p {

    padding: 0;

    text-transform: uppercase;
}

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box i {
    background-color: #ffffff;
}

.testimonial_slider .slick-slide.slick-current.slick-active .profile_text p {

    padding: 0 !important;
}

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box p {
    padding: 20px 0 16px 0;
    color: #fff;
    opacity: 1;
}

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box {
    box-shadow: 1px 1px 20px 14px #0000001f;
    background: #4a4bf2;
    border-radius: 10px;
}

.testimonial_slider .slick-slide.slick-current.slick-active {
    width: 13% !important;
}

.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active {
    width: 6% !important;
}

.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active+.slick-slide.slick-active {
    width: 7% !important;
}

.testimonial_slider .slick-list.draggable {
    height: 463px;
    padding: 60px 0;
}

.testimonial_slider .slick-active {
    opacity: 1;
}

.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active .testimonial_box {

    background-color: #ffffff;

    border-radius: 10px;
}

.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active+.slick-slide.slick-active .testimonial_box {
    /* background-color: #e5e5e5; */
}

.testimonial_slider .slick-prev:before {
    background-repeat: no-repeat;
    width: 39px;
    transform: rotate(180deg);
    content: '' !important;
    background-image: url(../images/rightarrow.png);
    display: block;
    height: 20px;
}

.testimonial_slider .slick-prev.slick-arrow {
    left: -4%;
}

.testimonial_slider .slick-next:before {
    background-repeat: no-repeat;
    width: 39px;
    content: '' !important;
    background-image: url(../images/rightarrow.png);
    display: block;
    height: 20px;
}

.profile img {
    position: relative;
    top: 0;
    left: 0;
    background-color: #000000 !important;
    border: 1px solid #fff;
    color: #fff !important;
}

.testimonial_slider .slick-slide.slick-active+.slick-slide.slick-active .testimonial_box p {
    margin: 0 0 10px;
}


.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active+.slick-slide.slick-active .testimonial_box {
    /* background-color: #11171a; */
    border-radius: 10px;
}

/*testimonial_sec end*/




/* Footer Start */

section.footer {
    background: #0d132f;
    padding-top: 80px;
    padding-bottom: 60px;
}

section.footer p {
    /* font-size: 16px; */
    /* font-weight: 600; */
    /* margin-bottom: 20px; */
    color: #fff;
    opacity: 1;
}

ul.adrs-links li a {
    gap: 8px;
    display: flex;
    color: #aaacae;
    font-size: 14px;
    font-weight: 500;
    align-items: center;
    padding-bottom: 15px;
    transition: 0.7s ease-in-out;
    font-family: "Montserrat", sans-serif;
}

ul.adrs-links li a i {
    width: 30px;
    color: #fff;
    flex-shrink: 0;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
}

li.boader a {
    border: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

ul.adrs-links {
    margin-bottom: 0 !important;
}

ul.adrs-links li {
    line-height: 1.1;
    margin-bottom: 15px;
}

ul.social-links {
    display: flex;
    gap: 15px;
    justify-content: center;
}

ul.social-links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #033059;
    height: 38px;
    width: 38px;
    border-radius: 0;
    font-size: 20px;
    border-radius: 0px;
}

ul.social-links li a:hover {
    background: #ffe1a8;
    color: #033059;
    animation: float 1s ease-in-out infinite;
}

ul.social-links li a:hover i {
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}

ul.adrs-links li a:hover {
    color: #54abe2;
}

section.footer h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

ul.linkList li a {
    font-size: 14px;
    transition: 0.5s;
    color: #ffffff;
    font-weight: 600;
    /* font-family: 'Montserrat'; */
    text-transform: capitalize;
}

ul.linkList li a i {
    color: #ffffff94;
}

form.footerForm input {
    margin-bottom: 20px;
    background: #fff;
    border-radius: 0;
    width: 100%;
    height: 55px;
    padding: 0 20px;
}

form.footerForm input::placeholder {
    text-transform: uppercase;
    color: #b9babb;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
}

ul.linkList li a:hover {
    color: #54abe2;
    margin-left: 20px;
}

.foot1 {
    padding: 0 0% 0 0;
    margin-top: 0px;
    position: relative;
}

.foot1 .w-100 {
    top: 0px;
    width: 100%;
    position: relative;
    margin-bottom: 0px;
}

.foot1 .w-100 img {
    width: 200px;
    /* height: 110px; */
    object-fit: contain;
    margin-bottom: 30px;
}

.foot1 h4 {
    color: #fff;
    margin-bottom: 5px;
}

.foot4 {
    padding: 30px 0% 0px 21px;
}

section.copyrite-txt {
    background: #0d132f;
    border-top: 1px solid #475157;
    padding: 20px 0;
}

section.copyrite-txt p {
    margin-bottom: 0;
    font-size: 16px;
    /* font-weight: 600; */
    text-align: center;
    color: #ffffff;
    opacity: 1;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    25% {
        transform: translatey(-10px);
    }

    100% {
        transform: translatey(0px);
    }
}

ul.adrs-links li a:hover i {
    animation: float 1s ease-in-out infinite;
    font-size: 20px;
}

.foot2 {
    padding-right: 0px;
    margin-top: 0px;
    padding-left: 16px;
}

form.footerForm button {
    border-radius: 0;
}

form.footerForm button:hover {
    color: #000;
}

form.footerForm button::before,
form.footerForm button::after {
    border-radius: 0;
}

ul.adrs-links li:first-child,
ul.adrs-links li:last-child {
    gap: 12px;
    display: flex;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    align-items: baseline;
    font-family: 'Montserrat';
    transition: 0.7s ease-in-out;
}

form.footerForm button {
    background: #c7293d;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 15px 35px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}

button.btn:hover {
    background-color: #ffe1a8;
    border: 1px solid #ffe1a8;
}

ul.footer-social li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border: 1px solid transparent;
    color: #ffffff;
    font-size: 16px;
    border-radius: 50%;
    transition: ease-out;
    transition-duration: 0.5s;
    background: #4a4bf2;
    transition: 0.5s;
}


ul.footer-social li a:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    /* background-image: -webkit-linear-gradient(-103deg, rgb(32, 120, 223) 0%, rgb(95, 191, 245) 100%); */
    background: #000000;
}

.social-icon ul {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 10px;
    margin-top: 10px;
    padding: 0 0 0 0%;
}

.social-icon h5 {
    color: #fff;
    margin-bottom: 0px;
    font-size: 14px;
    font-family: 'Montserrat';
}

.quick-links-ft ul {
    column-count: 1;
    line-height: 35px;
}

ul.footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
}

.payment-card {
    float: inline-end;
}

section.copyrite-txt .row {
    align-items: center;
}

.social-icon ul li a:hover {
    background: #fff;
}

/*Footer End*/


.asset-liability-box h3 {
    border-bottom: 1px solid #4a4bf2;
    display: table;
}

ul.nav.nav-tabs:before {
    position: absolute;
    content: '';
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    height: 70%;
    width: 1px;
    background: #8f8f8f70;
}

/* ===================================  */
/* About us Start  */


.inner-pages-banner {
    position: relative;
    width: 100%;
}

.inner-pages-banner .banner-sd {
    position: relative;
    width: 100%;
}

.inner-pages-banner .banner-sd>img {
    width: 100%;
    height: 65vh;
    object-fit: cover;
    display: block;
}

.inner-pages-banner .banner-img-position {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-pages-banner .banner-img-position .row {
    width: 100%;
    height: 100%;
    background-image: url(../images/banner-row-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-pages-banner .banner-full-sd h2 {
    text-transform: uppercase;
    color: white;
    font-size: 45px;
    padding: 10px;
}


.inner-pages-banner .banner-img-position .row {
    background-image: url(../images/banner-row-img.png);
    height: 43vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    position: relative;
    border-radius: 20px;
    background-position: inherit;
}

.ready-sec-txt {
    display: flex;
    justify-content: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ready-sec-txt p {
    width: 90%;
    color: white;
}

section.about-ready-sec {
    background: url('../images/ready-sec.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* padding: 60px 0; */
    height: 610px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 100px 30px 100px;
    border-radius: 16px;
}

.ready-sec-txt h2 {
    color: white;
    font-size: 49px;
}

/* Abvout us Ends */

/* Assests liability Start  */
.assests-sec-row {
    height: 520px;
    margin: 50px 0;
}

.assests-sec-inner-left {
    width: 100%;
    height: 100%;
    background-color: #2c39b6;
    display: flex;
    justify-content: end;
    align-items: flex-end;
    border-radius: 18px;
    position: relative;
}

section.assests-sec-inner {
    margin: 100px 0;
}

.assests-sec-inner-left img {
    width: 662px;
    height: 559px;
    object-fit: cover;
    border-radius: 18px;
    object-position: -98px 9px;
}

.asset-counter-wrapper .counter-box {
    border-radius: 8px;
    padding: 16px;
    display: inline-flex;
    text-align: left;
    width: 225px;
    height: 110px;
    background-color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 0 40px;
    justify-content: center;
    flex-direction: column;
}

.asset-counter-wrapper .label {
    color: #666;
    font-size: 14px;
}

.asset-counter-wrapper .number {
    font-size: 28px;
    font-weight: bold;
}

.asset-counter-wrapper .change {
    color: #2c39b6;
    margin-left: 4px;
}

.asset-counter-wrapper .counter-row {
    display: flex;
    justify-content: space-between;
}

.asset-counter-wrapper {
    position: absolute;
    left: -51px;
    top: 50%;
}

.roated-arrow-assets i {
    transform: rotate(24deg);
    font-size: 22px;
}

.assests-sec-inner-right {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 32px;
}

.assests-sec-inner-right div {
    font-size: 18px;
    width: fit-content;
    background-color: #2c39b6;
    width: 45px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    margin: 0 0 10px 0;
    border-radius: 6px;
}

.assests-sec-inner-right h2 {
    font-size: 49px;
    text-transform: uppercase;
}

/* .assets-sec-inner-right{
    background-color: #2c39b6;
} */


.assests-sec-inner-left2 {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 32px;
    HEIGHT: 520PX;
}

.assests-sec-inner-left2 div {
    font-size: 18px;
    width: fit-content;
    background-color: #2c39b6;
    width: 45px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    margin: 0 0 10px 0;
    border-radius: 6px;
}

.assests-sec-inner-left2 h2 {
    font-size: 49px;
    text-transform: uppercase;
}

.row.assests-sec-row2 {
    margin-top: 100px;
}

.assets-sec-inner-right2 {
    width: 100%;
    height: 100%;
    background-color: #2c39b6;
    border-radius: 17px;
    display: flex;
    position: relative;
}

.assets-sec-inner-right2 img:nth-child(1) {
    width: 543px;
    height: 449px;
    object-fit: cover;
    border-radius: 17px;
}

.assets-sec-inner-right2 img:nth-child(2) {
    width: 155px;
    height: 267px;
    object-fit: cover;
    border-radius: 17px;
    position: absolute;
    bottom: 0px;
    right: -1px;
}

.assests-sec-inner-left3 {
    position: relative;
    display: flex;
}

.assests-sec-inner-left3 img:nth-child(2) {
    position: absolute;
    bottom: 0px;
    left: -2px;
    width: 272px;
    height: 140px;
}

.assests-sec-inner-left4 img:nth-child(2) {
    position: absolute;
    bottom: 30%;
    right: 102px;
    width: 272px;
    height: 140px;
}

.assests-sec-inner-left4 {
    width: 100%;
    height: 100%;
    background-color: #2c39b6;
    display: flex;
    align-items: flex-start;
    border-radius: 18px;
    position: relative;
    justify-content: flex-start;
}

.contact-form-iunner-wrapper input {
    width: 100%;
    height: 50px;
    border: 1px solid #cbc7c7;
    margin: 10px 0;
    padding: 10px;
    border-radius: 3px;
    border-radius: 4px;
}

.contact-form-iunner-wrapper label {
    text-transform: uppercase;
}

.contact-form-iunner-wrapper textarea {
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: left;
    padding: 10px;
    resize: none;
    margin: 10px 0;
    border: 1px solid #cbc7c7;
    border-radius: 3px;
}

.contact-form-iunner-wrapper input::placeholder {
    text-transform: uppercase;
}

.contact-form-iunner-wrapper textarea::placeholder {
    text-transform: uppercase;
}

.form-sbmt-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 20px 0 0 0;
}

.contact-form-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

}

.contact-form-heading h2 {
    margin: 0;
}

.contact-form-heading p {
    margin: 0 0 10px 0;
}

.contact-card p {
    font-size: 22px;
    color: white !important;
    text-transform: uppercase;
    padding-bottom: 13px;
    margin: 6px 0;
}

.contact-card a {
    font-size: 13px;
    color: white;
}

.contact-card {
    background-color: #4a4bf2;
    width: 372px;
    height: 208px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 29px;
    border-radius: 7px;
}

section.contact-sec-inner {
    margin: 100px 0;
}

/* Assests liability Ends */
/* Data Partner Sec Starts  */
.logo-sec-ul ul {
    margin: 0;
    padding: 0;
}

.part-sec-top-heading h2 {
    text-transform: uppercase;
    text-align: center;
}

section.data-partner-sec {
    margin: 100px 0;
}

.assests-sec-inner-left.assests-sec-inner-left6.position-relatrive {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
    position: relative;
}

.assests-sec-inner-left6 img:nth-child(2) {
    position: absolute;
    width: 250px;
    border-radius: 20px;
    z-index: 23;
    object-fit: cover;
    height: 570px;
    object-position: revert;
}

section.adipecing-sec {
    margin: 0 0 140px 0;
}

.networth-inner {
    padding: 0 !important;
    margin: 50px 0 !important;
}

.row.formsec-row-n h2 {
    font-size: 20px;
    margin: 0;
    padding: 6px 0 5px 14px;
}

/* Data Partner Sec Ends */

/* Pricing page Starts  */
.pricing-inner-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 34px;
}

.pricing-inner-heading h2 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 49px;
}

.pricing-inner-heading p {
    font-size: 14px;
    width: 60%;
}

.pricing-inner-card {
    background-color: white;
    padding: 30px;
    border-radius: 16px;
    width: 356px;
    height: 516px;
}

.package-name {
    font-size: 14px;
    color: black;
    margin: 0;
    padding: 0;
    text-align: center;
}

.pricing-inner-card:hover .package-name {
    color: white;
    text-transform: capitalize;
}

.pricing-inner-card h2 {
    font-size: 78px;
    color: #4a4bf2;
    text-align: center;
}

.pricing-inner-card h2::first-letter {
    font-size: 40px;
}

.pricing-inner-card h2 span {
    font-size: 19px;
    color: black;
}

.pricing-inner-card:hover img,
.pricing-inner-card:hover p {
    filter: brightness(0) saturate(100%) invert(88%) sepia(100%) saturate(2%) hue-rotate(193deg) brightness(110%) contrast(97%);
    color: white;
}

a.get-started-btn {
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #4a4bf2;
    width: 270px;
    height: 56px;
    border-radius: 50px;
    border: 1px solid transparent;
    margin: 13px 0 0 0;
}

a.get-started-btn:hover {
    border: 1px solid #4a4bf2;
    background: transparent;
}

ul.pricing-card-list li img {
    padding: 0px 11px 0px 0;
}

ul.pricing-card-list li {
    margin: 5px 0;
}

.pricing-inner-card-row {
    padding: 0 136px;
}

.pricing-inner-card:hover {
    cursor: pointer;
    background-color: #2c39b6;
    color: white;
}

.pricing-inner-card:hover h2 {
    color: white;
}

.pricing-inner-card:hover h2 span {
    color: white;
}

.pricing-inner-card p {
    color: black !important;
}

section.pricing-sec-inner {
    margin: 100px 0;
}

/* Pricing page Ends */

/* White label Start  */
.white-label-heading h2 {
    margin: 0;
    padding: 0;
}

.white-label-heading p {
    margin: 0;
    padding: 0;
}

.white-label-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.white-label-heading p {
    width: 70%;
}

.white-label-card-row-left {
    background-color: #2c39b6;
    width: 530px;
    height: 455px;
    border-radius: 20px;
    position: relative;
}

.white-label-card-row-left img:nth-child(1) {

    width: 474px;

    height: 455px;

    object-fit: cover;

    border-radius: 16px;
}

.white-label-card-row-left img:nth-child(2) {

    position: absolute;

    bottom: 0;

    right: -47px;
}

.white-label-card-row-left2 {
    background-color: #2c39b6;
    width: 530px;
    height: 455px;
    border-radius: 20px;
    position: relative;
}

.white-label-card-row-left2 img:nth-child(1) {

    width: 290px;

    height: 117px;

    object-fit: cover;

    position: absolute;

    left: -60px;

    top: 100px;

    z-index: 4;
}

.white-label-card-row-left2 img:nth-child(2) {

    width: 456px;

    height: 355px;

    object-fit: cover;

    position: absolute;

    bottom: 0;

    right: 0;

    z-index: 2;

    border-radius: 17px;
}

section.white-label-inner {
    margin: 50px 0;
}

.white-label-heading {
    padding-bottom: 56px;
}

.white-label-card-row {
    padding-bottom: 89px;
}

.white-label-card-row-right {
    padding-right: 26px;
}

.white-label-card-row-left2 img:nth-child(3) {

    height: 295px;

    height: 333px;

    object-fit: cover;

    position: absolute;

    z-index: 3;

    bottom: -38px;

    right: 112px;

    width: 319px !important;
}

.white-label-card-row-right h2 {
    font-size: 38px;
}

.white-label-card-row-right p {
    font-size: 14px;
}

ul.whitelabel-inner-list li {
    margin: 7px 0px;
}

ul.whitelabel-inner-list li img {
    padding-right: 16px;
}

.contact-heading-row {
    margin-bottom: 80px;
}


/* White label Ends */
/* Reset */
.liability-wrapper-1 .assests-sec-inner-left img {
    width: 562px;
    height: 559px;
    object-fit: cover;
    border-radius: 18px;
    padding: 55px 0 0 0;
}

.assets-sec-inner-right5 .assests-sec-inner-left img {
    width: 562px;
    height: 526px;
    object-fit: cover;
    border-radius: 18px;
    padding: 49px 0 0 0;
}

.assets-sec-inner-right5 .assests-sec-inner-left3 img:nth-child(2) {
    position: absolute;
    bottom: 87px;
    left: 100px;
    width: 272px;
    height: 240px;
    overflow: visible;
}

.liability-wrapper6 .assests-sec-inner-left img {
    width: 562px;
    height: 559px;
    object-fit: cover;
    border-radius: 18px;
    object-position: 0 -3px;
    padding-bottom: 41px;
}

/* Reset */