@import 'common.css';


.MainHeader {
    position: relative;
    background: rgba(var(--third-color), 1);
    top: 0;
    z-index: 999;
    width: 100%;
}


.navbar {
    top: 0;
    z-index: 999;
    width: 100%;
    padding: 8px 0px;
    background: rgba(var(--white-color), 1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .12);
}

.navbar.header-fixed {
    position: fixed;
    background: rgba(var(--white-color), 1);
    border: none;
    animation: slideDown 0.35s ease-out;
    backdrop-filter: blur(5px);
    box-shadow: 0px 5px 20px -8px rgba(14, 13, 14, 0.08);
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.MobileNav {
    display: none;
}

.DesktopNav .row {
    align-items: center;
}

.navbar.DesktopNav .HeadContainer {
    display: flex;
    /* gap: 20px; */
    align-items: center;
    justify-content: flex-end;
}

.NBM-box {
    display: flex;
    gap: 50px;
}

.DesktopNav .navbar-brand,
.MobileNav .navbar-brand {
    margin-right: 15px;
    /* margin-top: -40px; */
    margin-left: 0;
    height: 100px;

}

nav.navbar.navbar-expand-lg.DesktopNav.header-fixed .navbar-brand,
nav.navbar.navbar-expand-lg.MobileNav.header-fixed .navbar-brand {
    margin-top: 0px;
    /* height: 150px; */
}

.navbar-brand img {
    object-fit: contain;
}

.head-BrandMenu {
    display: flex;
    gap: 16px;
}

.navbar-toggler {
    padding: 10px;
    border: none;
    background: rgba(var(--main-color), 1);
    border-radius: 0px;
}

.navbar-toggler .navbar-toggler-icon {
    background: rgba(var(--white-color), 1);
    width: 1.1em;
    height: 2px;
    position: relative;
    display: block;
}

.navbar-toggler-icon.bar-1 {
    width: 0.6em;
}

.navbar-toggler-icon.bar-2 {
    width: 0.9em;
}

.navbar-toggler-icon.bar-2 {
    margin: 4px 0px;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: end;
}

.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link {
    color: rgba(var(--third-color), 1);
    transition: var(--transition-05s);
    position: relative;
    text-transform: capitalize;
    white-space: nowrap;
    font-weight: 400;
    padding: 4px 10px;
    margin-right: 27px;
    font-size: 18px;
    font-family: 'Avenir Next LT Pro Bold', sans-serif;
}

.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0px;
    padding-right: 0px;
}

.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link.active,
.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link:hover,
.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link:focus,
.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link[aria-current="page"] {
    color: rgba(var(--main-color), 1);
}

.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 0%;
    height: 2px;
    border-radius: 5px;
    background: rgba(var(--main-color), 1);
    transition: var(--transition-05s);
    right: 0px;
    bottom: 0px;
    opacity: 0;
    visibility: hidden;
}

.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link.active::before,
.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link:hover::before,
.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link:focus::before,
.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link[aria-current="page"]::before {
    opacity: 1px;
    visibility: visible;
    width: 100%;
    left: 0px;
    right: auto;
}

.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    content: '\f107';
    font-family: var(--font-awesome);
    font-weight: 600;
    border: none;
    vertical-align: middle;
}

.navbar .navbar-nav .nav-item .dropdown-menu {
    /* max-height: 210px; */
    padding: 10px 20px 10px 10px;
    border: 0;
    border-radius: 0px;
    text-transform: capitalize;
    margin: 0 !important;
    transition: var(--transition-05s);
    /* overflow: hidden; */
    /* box-shadow: -12px 8px 20px -8px rgba(14, 13, 14, 0.08), 12px 8px 20px -8px rgba(14, 13, 14, 0.08); */
}

.navbar .navbar-nav .nav-item .dropdown-menu.dropdown-submenu {
    padding: 10px 10px 10px 20px;
    min-height: 205px;
}

.navbar .navbar-nav .nav-item .dropdown-menu li a,
.dropdown-menu .dropdown-submenu a {
    font-weight: 600;
    font-size: 14px;
    border-bottom: 0px solid rgba(var(--black-color), 0.175);
    padding: 8px 10px;
    color: rgba(var(--black-color), 0.8);
    transition: var(--transition-05s);
    background: none;
}

.navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.navbar .navbar-nav .nav-item .dropdown-menu li a:active,
.navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.navbar .navbar-nav .nav-item .dropdown-menu li a.active,
.dropdown-menu li .dropdown-submenu a:hover,
.dropdown-menu li .dropdown-submenu a:active,
.dropdown-menu li .dropdown-submenu a:focus,
.dropdown-menu li .dropdown-submenu a.active {
    color: rgba(var(--main-color), 1);
    background-color: rgba(var(--main-color), 0);
    border-color: rgba(var(--main-color), 0);
}

.navbar .navbar-nav .nav-item .dropdown-menu ul>li:last-child a {
    border-bottom: none;
}

.subdropsec {
    display: flex;
    align-items: center;
    gap: 20px;
}

.subdropsec .dropdown-toggle::after {
    display: none;
}

.subdropsec i {
    font-size: 13px;
}


.navbar .navbar-nav .nav-item .dropdown-menu .subli:hover .subdropsec a,
.navbar .navbar-nav .nav-item .dropdown-menu .subli:active .subdropsec a,
.navbar .navbar-nav .nav-item .dropdown-menu .subli:focus .subdropsec a,
.navbar .navbar-nav .nav-item .dropdown-menu .subli.active .subdropsec a,
.subli:hover i,
.subli:active i,
.subli:focus i,
.subli.active i {
    color: rgba(var(--main-color), 1);
    transition: var(--transition-05s);
}

/* mobsec */
.my-offcanvas .list-group-item,
#menu1 li {
    border: none !important;
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    margin-top: 7px;
    background: none;
    font-family: 'Avenir Next LT Pro Bold', sans-serif;
}

.my-offcanvas .dropdown-item:focus,
.my-offcanvas .dropdown-item:hover {
    color: rgba(var(--main-color), 1);
}

.my-offcanvas a.dropdown-toggle.maintog:hover,
.my-offcanvas a.dropdown-toggle.maintog:focus {
    color: rgba(var(--main-color), 1);
}

.my-offcanvas .list-unstyled,
a.dropdown-toggle.maintog.collapsed {
    color: #000000 !important;
}

.maintog::after {
    content: '\f107';
    font-family: var(--font-awesome);
    font-weight: 600;
    border: none;
    vertical-align: middle;
}

a.navbar-brand.mob-logo {
    height: 80px;
}



button.btn-close.nebtclose {
    display: flex;
    align-items: center;
    background-color: rgba(var(--main-color), 1);
    padding: 10px;
    border-radius: 0;
    opacity: 1;
    justify-content: center;
}

button.btn-close.nebtclose i {
    font-size: 28px;
    color: #ffff;
}

.my-offcanvas a.list-nav-link {
    font-weight: 400;
    font-size: 18px;
    transition: var(--transition-05s);
    color: rgba(var(--black-color), 1);
    font-family: 'Avenir Next LT Pro Bold', sans-serif;
}

a.list-nav-link:hover {
    color: rgba(var(--main-color), 1);
    transition: var(--transition-05s);
}
.footer-logo img{
    height: 135px;
}
/* ****************************header section close********************************************* */

/* ****************************HomeBanner section start********************************************* */

.bs-banner {
    width: 100%;
    margin: 0 auto;
    height: 50vh;
    display: grid;
}

.desktop-sec {
    overflow: hidden;
}

.section {
    display: grid;
    grid-template-columns: 32% 32% 25% 32%;
    place-content: center;
    grid-template-rows: 50% 50%;
    /* height: 80vh; */
    height: 50vh;
    min-height: 350px;
    overflow: hidden;
}

/* .section .card .card__img img {
    filter: grayscale(100%);
} */

.section .card .card__img:hover img {
    filter: grayscale(0%);
    transition: .3s all ease-in
}

@media screen and (max-width: 690px) {
    .section {
        height: 65vh;
    }
}

@media screen and (max-width: 470px) {
    .section {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 35%);
    }
}

.section .card {
    border-radius: 25px;
}

@media screen and (max-width: 470px) {
    .section .card {
        grid-column: span 1;
    }
}

.section .card:nth-child(2) {
    grid-column: 2/3;
    grid-row: span 2;
}

@media screen and (max-width: 690px) {
    .section .card:nth-child(2) {
        grid-column: span 1;
        grid-row: span 1;
    }
}

.section .card:nth-child(3) {
    grid-column: span 2;
}

@media screen and (max-width: 690px) {
    .section .card:nth-child(3) {
        grid-column: 2/4;
        grid-row: 1/2;
    }
}

@media screen and (max-width: 690px) {
    .section .card:nth-child(6) {
        grid-column: 2/4;
        grid-row: 2/3;
    }
}

@media screen and (max-width: 470px) {
    .section .card:nth-child(5) {
        grid-column: span 2;
    }
}

.section .card {
    border: none !important;
}

.section .card p {
    font-size: clamp(0.9rem, 0.8750rem + 0.1250vw, 1rem);
    line-height: 1.4;
}


.section .card .card__img {
    position: relative;
    height: 100%;
}

.section .card .card__img .card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    color: #fff;
    padding: clamp(0.938rem, 5vw, 1.563rem);
    background: #02022e;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.57) 0%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.section .card .card__img span {
    position: absolute;
    top: 25px;
    left: min(2vmax, 1.563rem);
    color: #ff7b29;
    background: #fff;
    padding: 2px 8px 2px 6px;
    display: flex;
}

@media screen and (max-width: 690px) {
    .section .card .card__img span {
        top: 20px;
    }
}

@media screen and (max-width: 470px) {
    .section .card .card__img span {
        top: 15px;
    }
}

.section .card .card__img span svg {
    fill: #ff7b29;
    width: 20px;
    margin-right: 2px;
}

.bs-banner .banner-list .itembx .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 26%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0, 0, 0, .69)
}

.bg-color {
    background-color: #03a8d3;
}

.bs-banner .banner-list .bnnr-content {
    background-color: #03a8d3;
    /* min-height: 70vh; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    top: 20%;
    padding: 0 40px;
    height: 300px;
}

.bs-banner .banner-list .bnnr-content h1 {
    font-family: 'Avenir Next LT Pro Bold', sans-serif;
    color: rgba(var(--white-color), 1);
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.bs-banner .banner-list .bnnr-content p {
    /* font-family: "Manrope", serif; */
    font-weight: 600;
    font-size: 20px;
    color: rgb(0, 0, 0);
}

/* .bs-banner {
    position: relative;
    overflow: hidden;

}
.section-1 {
    background-color: #00000049;
}
.desktop-sec {
    display: flex;
    align-items: center;
    justify-content: center;
}


.bs-banner .desktop-sec {
    display: block;
}
.bs-banner .banner-list .itembx {
    position: relative
}

.bs-banner .banner-list .itembx:hover .overlay {
    opacity: 1
}
.bs-banner .ctm-col {
    padding: 0;
}
.bs-banner .banner-list .itembx .item {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.bs-banner .banner-list .itembx .item:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.bs-banner .banner-list .itembx .item.item1 {
    height: 224px
}

.bs-banner .banner-list .itembx .item.item2 {
    height: 224px;
    background-position: center!important
}


.bs-banner .banner-list .itembx .item.item4 {
    height: 303px
}




.bs-banner .banner-list .slide-buttons .btn-outline {
    border-radius: 5px;
    padding: 12px 28px;
    border: 0px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    margin-right: 20px;
    transition: 0.3s all ease-in-out;
    border: 1px solid var(--black);
	font-family: "Manrope", serif;
} */
.btn-1 {
    padding: 12px 28px;
    border: 0px;
    font-style: normal;
    line-height: 24px;
    text-decoration: none;
    margin-right: 20px;
    border: 1px solid var(--black);
    font-family: 'Avenir Next LT Pro Bold', sans-serif;
    color: #ffffff !important;
    font-size: 17px;
    font-weight: 400;
    background-color: #03a8d3;
    border-radius: 50px;
}

.btn-1:hover {
    background-color: #fff;
    color: #000 !important;
}

.btn-2 {
    background-color: #000;
    color: #fff !important;
    font-weight: 400;
    font-size: 17px;
    padding: 12px 28px;
    border-radius: 5px;
    border: none;
    border-radius: 50px;
    font-family: 'Avenir Next LT Pro Bold', sans-serif;
}

.btn-2:hover {
    background-color: #fff;
    color: #000 !important;
}

.learn-more {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

.learn-more {
    width: 12rem;
    height: auto;
    text-align: left;
}

.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #03a8d3;
    border-radius: 1.625rem;
}

.learn-more .white {
    background-color: #fff !important;
}

.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}

.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #282936;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
}

.learn-more:hover .circle {
    width: 100%;
}

.learn-more:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}

.learn-more:hover .button-text {
    color: #fff;
}

.learn-more:hover .white-text {
    color: #000 !important;
}

.circle i {
    font-size: 34px;
    color: #fff;
    padding-left: 7px;
}

.white i {
    font-size: 34px;
    color: #000;
    padding-left: 7px;
}

/* ****************************HomeBanner section close********************************************* */
.Hanging_sec {
    position: relative;
    padding: 20px 0px;
}

/* .Hanging_sec .banner-list{
	background: linear-gradient(115deg, #03a8d30d, #ffc10712);
    --contrast-color: #6e6e6e;
    padding: 70px;
    border-radius: 30px;
    margin-top: 0px;
} */

.content-wrapper {
    background: linear-gradient(115deg, #03a8d30d, #ffc10712);
    --contrast-color: #6e6e6e;
    padding: 30px;
    border-radius: 30px;
    margin-top: 0px;
    height: 100%;
}

.Hanging_sec .banner-list .content-wrapper h2 {
    font-size: 42px;
    font-weight: bold;
    color: #555;
    font-family: 'Avenir Next LT Pro Bold', sans-serif;
}

.Hanging_sec .banner-list .content-wrapper .title-head {
    font-weight: 700;
    font-family: 'Avenir Next LT Pro Bold', sans-serif;
}

/* ****************************counter section close********************************************* */

.counter-section .box-content {
    text-align: center;
}

.counter-section .box-content .box-title span {
    font-size: 56px;
    color: #03A8D3;
    font-family: 'Avenir Next LT Pro Bold', sans-serif;
    font-weight: 900 !important;
}

.counter-section .box-content .box-description {
    font-weight: bold;
    font-family: "Manrope", serif;
}

/* ****************************counter section close********************************************* */

/* ****************************We Believe section start********************************************* */
.we-belive-section {
    background: linear-gradient(115deg, #03a8d30d, #ffc10700);
    --contrast-color: #6e6e6e;
}

.we-belive-section .title h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    max-width: 100%;
    font-family: 'Avenir Next LT Pro Bold', sans-serif;

}

.we-belive-section .title p {
    color: #555;
    font-family: 'Avenir Next LT Pro Bold', sans-serif;
}

.we-belive-section .content p {
    line-height: 30px;
    font-size: 16px;
    font-family: 'Avenir Next LT Pro Bold', sans-serif;
    display: block;
    align-content: center;
    margin: 0 auto;
}

.we-belive-section .content {
    padding: 10px;
    padding: 10px 13px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
}

.we-belive-section .content:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    transform: scale(1.05);
    border-radius: 8px;
    background-color: #03a8d30f;
}

/* .we-belive-section .title h2::after {
    content: '';
    display: block;
    width: 277px;
    height: 2px;
    background-color: #03a8d3;
    margin: 10px auto 0;
    position: absolute;
} */
/* ****************************We Believe section close********************************************* */
/* ****************************Who we are section start********************************************* */
.who-we-are-section {
    /* padding: 60px; */
    background-color: #03A8D3;
}

.who-we-are-section .content h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    font-family: 'Avenir Next LT Pro Bold', sans-serif;
}

.who-we-are-section .content p {
    color: #fff;
    font-size: 16px;
    line-height: 2;
    font-family: 'Avenir Next LT Pro Bold', sans-serif;
}

/* ****************************Who we are section close********************************************* */
/* ****************************investors section start********************************************* */
.investors-section {
    background-image: url(../images/investorbg.svg), linear-gradient(152deg, #64d0ff80, #cafcff12);
    background-position: 50% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
    /* padding-top: 80px;
    padding-bottom: 80px; */
}

.startups-section h2 {
    color: #000;
    font-size: 42px;
    font-weight: 700;
    font-family: 'Avenir Next LT Pro Bold', sans-serif;
}

/* .startups-section {

    padding-top: 80px;
    padding-bottom: 80px;
} */

.section1 {
    background-color: #f2f6fd;
}



.investors-section .content h2 {
    color: #000;
    font-size: 42px;
    font-weight: 700;
    font-family: 'Avenir Next LT Pro Bold', sans-serif;
}

.investors-section .content p {
    color: #555;
    font-size: 16px;
    line-height: 2;
    font-family: 'Avenir Next LT Pro Bold', sans-serif;
}

.brand-products-card {
    grid-row-gap: 40px;
    background-color: #fff;
    border-radius: 24px;
    flex-direction: column;
    padding: 40px;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.bp-title {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Avenir Next LT Pro Bold', sans-serif;
}

.bp-link-list {
    grid-row-gap: 15px;
    flex-direction: column;
    display: flex;
}

.bp-link {
    grid-column-gap: 32px;
    color: #000;
    align-items: center;
    padding-right: 40px;
    text-decoration: none;
    display: flex;
    position: relative;
}

.bp-link-list-box {
    background: #03a8d3;
    border-radius: 50%;
    padding: 13px;
}

.bp-link-icon {
    width: 60px;
    height: 60px;
}

.bp-link-text {
    grid-row-gap: 8px;
    flex-direction: column;
    font-size: 16px;
    line-height: 1.5;
    display: flex;
}

.bp-link-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.27273;
}

.bp-link-chev {
    /* position: absolute; */
    inset: 50% 0% 0% auto;
    transform: translateY(-50%);
    width: 5%;
}




/* ****************************investors section close********************************************* */

/* ****************************involved section start********************************************* */
.involved-section h2 {
    color: #000;
    font-size: 42px;
    font-weight: 700;
    font-family: 'Avenir Next LT Pro Bold', sans-serif;
    line-height: 2;
    text-align: center;
}

.involved-section .content h2 {
    color: #000;
    font-size: 42px;
    font-weight: 700;
    font-family: 'Avenir Next LT Pro Bold', sans-serif;
    line-height: 2;
    text-align: left;
}

.involved-section .content p {
    color: #555;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Avenir Next LT Pro Bold', sans-serif;
}

.nav-pills {
    display: flex;
    justify-content: center;
}

.nav-pills .nav-link {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0;
    background-color: transparent !important;
}

.nav-pills .nav-link.active {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0;
    background-color: transparent !important;
}

.nav-pills .nav-link.active::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: #00A9D9;
    margin: 4px auto 0;
    border-radius: 2px;
}

/* ****************************involved section close********************************************* */

/* ****************************Partners section start********************************************* */
.partners-section h2 {
    color: #000;
    font-size: 42px;
    font-weight: 700;
    font-family: 'Avenir Next LT Pro Bold', sans-serif;
    line-height: 2;
    text-align: center;
}

.f-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 50px;

}

.partners-section .f-container .item1 img {
    width: 150px;
    height: 32px;
}

.partners-section .f-container .item2 img {
    width: 150px;
    height: 20px;
}

.partners-section .f-container .item3 img {
    width: 150px;
    height: 60px;
}

.partners-section .f-container .item4 img {
    width: 150px;
    height: 32px;
}

/* .flip-card {
	background-color: transparent;
    width: 198px;
    height: 80px;
	perspective: 1000px;
  }
  
  .flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  }
  
  .flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
  }
  
  .flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
  }
  
  .flip-card-front {
	background-color: #ffffff;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
  }
  
  .flip-card-back {
	background-color: #2980b9;
	color: white;
	transform: rotateY(180deg);
  }
  .flip-card-back .top-view {
	color: #fff;
	font-weight: 400;
	font-size: 26px;
  } */
/* ****************************Partners section close********************************************* */

.fundraising-section h2 {
    color: #000;
    font-size: 42px;
    font-weight: 700;
    font-family: 'Avenir Next LT Pro Bold', sans-serif;
    line-height: 45px;
    text-align: left;
}

.fundraising-section .brand-com {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 33px;
}

.fundraising-section .brand-com .brand-com-image {
    background-color: #fff;
    padding: 20px;
    box-shadow: rgb(94 195 235 / 32%) 0px 3px 8px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fundraising-section .brand-com .brand-com-image img {
    width: 247px;
    height: 82px;
}

.fundraising-section .brand-com .brand-com-image .item1 {
    width: 108px;
    height: 100px;
}

.fundraising-section .brand-com .brand-com-image .item2 {
    width: 136px;
    height: 70px;
}


.bs-portfolio .portfolio-list .item {
    width: 33.33%;
    float: left;
    padding: 0 30px;
    margin-bottom: 30px;
    text-align: center;
}

.bs-portfolio .portfolio-list .item img {
    height: 52px;
    filter: grayscale(100%);
}

.bs-portfolio .portfolio-list .item:hover img {
    filter: grayscale(0%);
    transition: .3s all ease-in
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .bs-portfolio .portfolio-list .item {
        padding: 0
    }

    .bs-portfolio .portfolio-list .item img {
        height: 52px
    }
}

@media only screen and (max-width: 767px) {
    .bs-portfolio {
        padding-top: 40px
    }

    .bs-portfolio .portfolio-list .item {
        width: 50%;
        padding: 0 20px;
        margin-bottom: 25px
    }

    .bs-portfolio .portfolio-list .item:last-child {
        width: 100%;
        margin-bottom: 0
    }
}

.bs-icon-box {
    text-align: center;
    margin: 0 -15px
}

.bs-icon-box .icon {
    font-size: 65px
}

.bs-icon-box .title {
    font-size: 20px;
    color: #7a7a7a;
    font-weight: 700;
    margin: 0
}

/* **************************************testimonial section start************************************** */
section.common-section.blog-section {
    background: #03a8d3;
    padding-top: 0px;
    position: relative;
}

.blog-section::after {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 265px;
    position: absolute;
    top: 0;
    z-index: 0;
}

.testi-title-sec .title {
    position: absolute;
    padding-top: 8rem;
}

.blog-section .title h2 {
    color: #000;
    font-size: 42px;
    font-weight: 700;
    font-family: 'Avenir Next LT Pro Bold', sans-serif;
    line-height: 0px;
    text-align: left;
}

.blog-section .title p {
    text-align: left;
    font-size: 21px;
    color: #555;
}

.testi-section h2 {
    color: #000;
    font-size: 42px;
    font-weight: 700;
    font-family: 'Avenir Next LT Pro Bold', sans-serif;
    line-height: 45px;
    text-align: left;
}

.common-box.blog-TitleBox {
    padding-right: 120px;
    text-align: left;
}

.common-box.blog-TitleBox span.common-SubTitle {
    display: block;
    text-transform: uppercase;
    position: relative;
    color: rgba(var(--main-color), 1);
    font-weight: 500;
    line-height: 1.3;
    font-size: 15px;
    margin-bottom: 5px;
    letter-spacing: 3px;
}

.common-box.blog-TitleBox .common-title {
    padding: 0;
    font-size: 35px;
    color: #3e3e3e;
    font-weight: 500;
}

.blog-slider.owl-carousel .owl-nav {
    position: absolute;
    top: -24%;
    right: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    display: none;
}

.blog-Listinn {
    display: block;
    width: 100%;
}

.blog-ListImg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 16px;
    background: rgba(var(--five-color), 1);
}

.blog-ListTxt {
    text-align: left;
    padding-top: 18rem;
}

.blog-ListTxt .description img {
    width: 30%;
}

.blog-ListTxt .description {
    line-height: 2;
}

.blog-ListTxt .description p {
    color: #fff;
    font-size: 17px;
    font-family: 'Avenir Next LT Pro Bold', sans-serif;
    margin-top: 1rem;
}

.blog-ListTxt h5 {
    margin-bottom: 14px;
    text-transform: capitalize;
    position: relative;
    font-size: 20px;
    min-height: 60px;
    color: #282b2d;
    font-weight: 500;
    line-height: 1.3;
}

.blog-ListTxt span {
    display: block;
    margin-bottom: 0px;
    text-transform: capitalize;
    position: relative;
    font-size: 16px;
    color: #666666;
    font-weight: 500;
    line-height: 1.3;
}

/* .testi-title-sec {
	background-color: #fff;
    padding: 30px 111px;
} */

/* **************************************testimonial section close************************************** */

.cta {
    position: relative;
}

.cta .banner-list {
    background: linear-gradient(115deg, #03a8d33d, #ffc10712);
    --contrast-color: #6e6e6e;
    padding: 70px;
    border-radius: 30px;
    margin-top: -30px;
}

.cta .banner-list p {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    text-align: center;
}

/* **************************************footer section start************************************** */
.bs-footer {
    background-color: #434343
}

.bs-footer .footer-top {
    padding: 44px 0
}

.bs-footer .footer-top .footer-link .item {
    display: flex;
    margin-bottom: 25px
}

.bs-footer .footer-top .footer-link .item li {
    padding-left: 93px
}

.bs-footer .footer-top .footer-link .item li:first-child {
    padding-left: 0
}

.bs-footer .footer-top .footer-link .item li a {
    display: block;
    position: relative;
    font-size: 18px;
    color: #fff;
    font-weight: 400
}

.bs-footer .footer-top .footer-link .item li a:hover::after {
    content: "";
    border-bottom: 3px solid #e84857;
    width: 100%;
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translate(-50%);
    transition: .3s all ease-in
}

.bs-footer .footer-top .social-list {
    display: flex;
    align-items: center
}

.bs-footer .footer-top .social-list p {
    font-size: 18px;
    color: #828282;
    margin: 0;
    margin-right: 18px;
    font-weight: 400
}

.bs-footer .footer-top .social-list .item {
    display: flex
}

.bs-footer .footer-top .social-list .item li {
    padding-left: 10px
}

.bs-footer .footer-top .social-list .item li:first-child {
    padding-left: 0
}

.bs-footer .footer-top .social-list .item li a {
    display: block;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    position: relative
}

.bs-footer .footer-top .social-list .item li a i {
    font-size: 24px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 10px;
    color: #fff;
}

.bs-footer .footer-top .social-list .item li a:hover {
    height: 44px;
    width: 44px;
    background-color: #e84857;
    border-radius: 50%;
    transition: .3s all ease-in
}

.bs-footer .footer-top .footer-contact div {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.bs-footer .footer-top .footer-contact div:last-child {
    margin-bottom: 0
}

.bs-footer .footer-top .footer-contact div i {
    font-size: 24px
}

.bs-footer .footer-top .footer-contact div a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-left: 10px
}

.bs-footer .footer-top .footer-contact div a:hover {
    color: #e84857
}

.bs-footer .footer-top .footer-desclaimer {
    display: inline-block;
    font-size: 12px;
    color: #909090;
    font-weight: 400;
    margin: 0;
    margin-top: 50px
}

.bs-footer .footer-top .footer-desclaimer span {
    font-weight: 700
}

.bs-footer .footer-top .address-section {
    margin-top: 50px
}

.bs-footer .footer-top .address-section h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 16px
}

.bs-footer .footer-top .address-section p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 8px
}

.bs-footer .footer-top .address-section p:last-child {
    margin-bottom: 0
}

.bs-footer .footer-bottom {
    padding: 10px 0;
    background-color: #3c3c3c
}

.bs-footer .footer-bottom .footer-copyright {
    font-size: 12px;
    font-weight: 400;
    color: #838383;
    text-align: left;
    margin: 0
}

.bs-footer .footer-bottom .footer-des-by {
    font-size: 12px;
    font-weight: 400;
    color: #838383;
    text-align: right;
    margin: 0
}

.bs-footer .footer-bottom .footer-des-by a {
    color: #838383
}

.bs-footer .footer-bottom .footer-des-by a:hover {
    color: #e84857
}

@media only screen and (max-width: 1200px) {
    .bs-footer .footer-top .social-list .item li {
        padding: 0
    }

    .bs-footer .footer-top .footer-contact div a {
        font-size: 15px
    }
}

@media only screen and (max-width: 992px) {
    .bs-footer .footer-top {
        padding: 40px 0
    }

    .bs-footer .footer-top .footer-link .item {
        margin-bottom: 20px
    }

    .bs-footer .footer-top .footer-link .item li {
        padding-left: 50px
    }

    .bs-footer .footer-top .social-list {
        margin-bottom: 20px
    }

    .bs-footer .footer-top .footer-desclaimer {
        margin-top: 30px
    }

    .bs-footer .footer-top .address-section {
        margin-top: 30px
    }
}

@media only screen and (max-width: 767px) {
    .bs-footer .footer-top .footer-logo {
        margin-bottom: 25px
    }

    .bs-footer .footer-top .footer-link .item li {
        padding-left: 20px
    }

    .bs-footer .footer-top .footer-link .item li a {
        font-size: 16px
    }

    .bs-footer .footer-top .social-list {
        display: block;
        margin-bottom: 25px
    }

    .bs-footer .footer-top .social-list p {
        margin-right: 0;
        margin-bottom: 12px
    }

    .bs-footer .footer-top .footer-desclaimer {
        margin-top: 30px
    }

    .bs-footer .footer-top .address-section {
        margin-top: 30px
    }

    .bs-footer .footer-top .address-section h5 {
        margin-bottom: 10px
    }

    .bs-footer .footer-bottom .footer-copyright {
        text-align: center;
        margin-bottom: 10px
    }

    .bs-footer .footer-bottom .footer-des-by {
        text-align: center
    }
}

.bs-title {
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 30px
}

.bs-title .title {
    font-size: 16px;
    color: #e84857;
    font-weight: 400;
    margin-bottom: 10px
}

.bs-title .subtiitle {
    font-size: 36px;
    color: #3c3c3c;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0
}

.bs-title .subtiitle span {
    display: block
}

.bs-title .desc {
    font-size: 20px;
    color: #434343;
    font-weight: 400;
    margin: 0;
    margin-top: 15px
}

.bs-title .desc span {
    display: block
}

.bs-title.typ-left {
    text-align: left
}

.bs-title.typ-white .title {
    color: #fff
}

.bs-title.typ-white .subtiitle {
    color: #fff
}

.bs-title.typ-white .desc {
    color: #fff
}

@media only screen and (max-width: 767px) {
    .bs-title .title {
        font-size: 14px
    }

    .bs-title .subtiitle {
        font-size: 38px
    }

    .bs-title .desc {
        font-size: 18px
    }
}



.bs-portfolio .portfolio-list .item {
    width: 33.33%;
    float: left;
    padding: 0 30px;
    margin-bottom: 30px;
    text-align: center
}

.bs-portfolio .portfolio-list .item img {
    height: 52px;
    filter: grayscale(100%)
}

.bs-portfolio .portfolio-list .item:hover img {
    filter: grayscale(0%);
    transition: .3s all ease-in
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .bs-portfolio .portfolio-list .item {
        padding: 0
    }

    .bs-portfolio .portfolio-list .item img {
        height: 52px
    }
}

@media only screen and (max-width: 767px) {
    .bs-portfolio {
        padding-top: 40px
    }

    .bs-portfolio .portfolio-list .item {
        width: 50%;
        padding: 0 20px;
        margin-bottom: 25px
    }

    .bs-portfolio .portfolio-list .item:last-child {
        width: 100%;
        margin-bottom: 0
    }
}

.bs-icon-box {
    text-align: center;
    margin: 0 -15px
}

.bs-icon-box .icon {
    font-size: 65px
}

.bs-icon-box .title {
    font-size: 20px;
    color: #7a7a7a;
    font-weight: 700;
    margin: 0
}

.bs-icon-box .number {
    font-size: 42px;
    font-weight: 700;
    color: #434343;
    margin: 0
}

.bs-icon-box .number span {
    font-weight: 300;
    font-size: 30px;
    margin-right: 6px
}

.bs-icon-box.even {
    margin-top: 150px
}

.bs-icon-box.typ-white .icon {
    color: #fff
}

.bs-icon-box.typ-white .title {
    color: #fff
}

.bs-icon-box.typ-white .number {
    color: #fff
}

.bs-icon-box.tpy-horizontal {
    margin: 0;
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    height: 50px
}

.bs-icon-box.tpy-horizontal:last-child {
    margin-bottom: 0
}

.bs-icon-box.tpy-horizontal .icon {
    font-size: 50px
}

.bs-icon-box.tpy-horizontal .title {
    font-weight: 400;
    margin-left: 25px
}

.bs-icon-box .bg-round {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    z-index: 2
}

.bs-icon-box .bg-round .icon {
    font-size: 85px;
    line-height: 1.2
}

.bs-icon-box .bg-round::after {
    position: absolute;
    top: 50%;
    height: 1px;
    width: 85%;
    border: 1px dashed #fff;
    content: "";
    left: 99px
}

.bs-icon-box .bg-round.without-line::after {
    display: none
}

.bs-icon-box.typ-lookfor .icon {
    font-size: 50px
}

/* **************************************footer section close************************************** */
.about_banner .content-wrapper h2 {
    font-family: 'Avenir Next LT Pro Bold', sans-serif;
    color: rgba(var(--black), 1);
    font-size: 48px;
    font-weight: 600;
}

.about_banner .content-wrapper p {
    font-family: 'Avenir Next LT Pro Bold', sans-serif;
    color: rgba(var(--black), 1);
    font-size: 19px !important;
}

.about .content h2 {
    font-family: 'Avenir Next LT Pro Bold', sans-serif;
    color: rgba(var(--black), 1);
    font-size: 40px;
    font-weight: 700;
}

.about .content p {
    font-family: 'Avenir Next LT Pro Bold', sans-serif;
    color: rgba(var(--black), 1);
    font-size: 16px !important;
}



/* **************************************card container section start************************************** */
.our-impact .f-our-impact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.card-container .card {
    position: relative;
    width: 100%;
}

.card-container .card a {
    padding: 30px;
    width: 100%;
    /* height: 400px; */
    border: 2px solid black;
    background: white;
    text-decoration: none;
    color: black;
    display: block;
    transition: 0.25s ease;
}

.card-container .card a:hover {
    transform: translate(-30px, -30px);
    border-color: #5bc0eb;
}

.card-container .card a:hover .card--display {
    display: none;
}

.card-container .card .card--display h3 {
    font-size: 27px;
    font-family: 'Avenir Next LT Pro Bold', sans-serif;
    font-weight: 600;
}

.card-container .card .card--display p {
    font-size: 15px;
    font-family: 'Avenir Next LT Pro Bold', sans-serif;
    font-weight: 400;
}

.card-container .card a:hover .card--hover {
    display: block;
}

.card-container .card a .card--display i {
    font-size: 60px;
    margin-top: 200px;
}

.card-container .card a .card--display h2 {
    margin: 20px 0 0;
}

.card-container .card a .card--hover {
    display: none;
}

.card-container .card a .card--hover h2 {
    margin: 20px 0;
}

.card-container .card a .card--hover p {
    font-weight: normal;
    line-height: 1.5;
}

.card-container .card a .card--hover p.link {
    margin: 20px 0 0;
    font-weight: bold;
    color: #5bc0eb;
}

.card-container .card .card--border {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 2px dashed black;
    z-index: -1;
}

.card-container .card.card--dark a {
    color: white;
    background-color: black;
    border-color: black;
}

.card-container .card.card--dark a .card--hover .link {
    color: #fde74c;
}

/* **************************************card container section close************************************** */




@media (min-width: 600px) and (max-width: 1190px) {
    .bs-banner .banner-list .bnnr-content {
        top: 2%;
        height: 300px;
    }
}

@media (min-width: 800px) and (max-width: 997px) {
    .f-container {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 50px;
    }
}

@media (min-width: 600px) and (max-width: 769px) {
    .f-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 50px;
    }
}

@media (min-width: 280px) and (max-width: 600px) {
    .f-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
    }

    .bs-banner .banner-list .bnnr-content {
        top: 1%;
        height: 300px;
    }

    .bs-banner .banner-list .bnnr-content h1 {
        font-size: 32px;
    }

    .Hanging_sec .banner-list {
        padding: 11px;
    }

    .who-we-are-section {
        padding: 11px;
        background-color: #03A8D3;
    }

    .bp-link-list-box {
        background: #03a8d3;
        border-radius: 50%;
        padding: 13px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
    }

    .bp-link {
        display: block;
    }

    .bp-link-chev {
        display: none;
    }

    .involved-section .content h2,
    .fundraising-section h2,
    .partners-section h2,
    .we-belive-section .title h2,
    .Hanging_sec .banner-list .content-wrapper h2 {
        font-size: 32px;
    }

    .blog-section .title h2 {
        font-size: 31px;
    }

    .cta .banner-list {
        padding: 25px;
    }

    .btn-1 {
        margin-bottom: 10px;
        margin-right: 0;
    }

    .bs-portfolio .portfolio-list .item img {
        height: 36px;
    }
}

/* about-section new css add 16.01.2025 */
section.common-section.section1.about_banner {
    background-color: #b4e5fe;
    padding: 0;
}

.content-wrapper.about-box {
    background: none;
    padding: 0;
    border-radius: 0;
    text-align: left !important;
}

.about_banner .content-wrapper h2 {
    color: rgba(var(--black-color), 1);
    font-size: 48px;
    font-weight: 600;
}

section.common-section.about.commonpaddingsec.misson {
    padding-bottom: 60px;
    background-color: #f2f6fd;
}


.common-section.Serv-section::before {
    content: '';
    position: absolute;
    width: 100%;
    display: inline-block;
    bottom: 0px;
    left: 0px;
    background: #f2f6fd;
    height: 60%;
}



.Serv-ListTxt {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.Serv-ListBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background: rgba(var(--white-color), 1);
    padding: 20px 20px;
    border-radius: 10px;
    box-shadow: 0px 3px 11px 0px rgba(var(--black-color), 0.17);
    transition: var(--transition-05s);
    overflow: hidden;
    min-height: 270px;
}

.Serv-ListBox:hover {
    background: rgba(var(--black-color), 1);
}

.Serv-ListBg {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-05s);
}

.Serv-ListBox:hover .Serv-ListBg {
    opacity: 1;
    visibility: visible;
}

.Serv-ListBox:hover .Serv-ListBg::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.644);
    z-index: 2;
}


.Serv-ListBox:hover .Serv-ListTxt {
    opacity: 0;
    visibility: hidden;
}

.Serv-ListBg.Serv-Lisrpara {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 35px;
    text-align: center;
}

.Serv-ListBg.Serv-Lisrpara .common-para p {
    color: rgba(var(--white-color), 1);
    font-weight: 500;
    font-size: 18px;
    position: relative;
    z-index: 4;
    margin-bottom: 0;
}

.Serv-ListImg,
.Serv-ListTxt {
    position: relative;
    z-index: 1;
}

.Serv-ListImg {
    --ehw-sli: 80px;
    width: var(--ehw-sli);
    height: var(--ehw-sli);
    margin: 0px auto 20px;
}

.Serv-ListImg img {
    object-fit: contain;
}

.Serv-ListTxt,
.Serv-ListTxt h5,
.Serv-ListTxt .common-para {
    color: #14171F;
    transition: var(--transition-05s);
    line-clamp: 4;
    -webkit-line-clamp: 4;
}

.Serv-ListBox:hover .Serv-ListTxt,
.Serv-ListBox:hover .Serv-ListTxt h5,
.Serv-ListBox:hover .Serv-ListTxt .common-para {
    color: rgba(var(--white-color), 1);
}

.Serv-ListTxt {
    text-align: center;
}

.Serv-ListTxt h5 {
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize;
}

.Serv-ListTxt .common-para {
    font-size: 18px;
    font-weight: 500;
}

.Serv-ListBtn,
.Serv-ListBtn:visited,
.Serv-ListBtn:focus {
    --ehw-slbtn: 50px;
    width: var(--ehw-slbtn);
    height: var(--ehw-slbtn);
    border-radius: 50%;
    background: rgba(var(--main-color), 1);
    color: rgba(var(--white-color), 1);
    position: absolute;
    top: 10px;
    right: 10px;
    transform: rotate(-45deg);
    transition: var(--transition-05s);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    padding: 10px;
}

.Serv-ListBtn:hover {
    background: rgba(var(--white-color), 1);
    color: rgba(var(--main-color), 1);
}

.common-section.cta.aboutcta .banner-list {
    margin-top: 0;
}


.section._4-abt {
    background-image: url(https://cdn.prod.website-files.com/61c1ae3ff5494602327bf16a/61cd5f7c39634fa94df37754_abt-sec-4-bg-pattern.svg), linear-gradient(#ebffff1f, #caf2ff80);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto
}

.site-wrapper.abt-sec-4 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: 1242px;
    display: flex;
}

.site-wrapper {
    width: 100%;
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    position: relative;
    overflow: visible;
}

.ibc-name.full-card {
    margin-bottom: 6px;
    font-weight: 500;
}

.ibc-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

.ibc-title.abt-us-advisors {
    border: 1px solid #dedede;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    bottom: -60px;
    left: 0;
    right: 0;
}

.ibc-title {
    text-align: center;
    background-color: #f7ffff;
    border-radius: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 52px;
    padding: 6px 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    display: flex;
    position: absolute;
    bottom: 18px;
    left: 24px;
    right: 24px;
}

.ibc-img.abt-us-img {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.ibc-img {
    object-fit: cover;
    border-radius: 8px;
    width: 100%;
    height: 100%;
}

.investor-bnw-card {
    color: #000;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.investor-bnw-card.abt-us-advisors {
    background-color: #fff;
    border: 1px #dedede;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 252px;
    margin-bottom: 100px;
    margin-left: 24px;
    margin-right: 24px;
    overflow: visible;
    box-shadow: 0 4px 44px #6fc1f51f;
}

.investor-bnw-card.abt-us-advisors {
    background-color: #fff;
    border: 1px #dedede;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 252px;
    margin-bottom: 100px;
    margin-left: 24px;
    margin-right: 24px;
    overflow: visible;
    box-shadow: 0 4px 44px #6fc1f51f;
}

.investor-bnw-card {
    color: #000;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.h1.abt-sec-4 {
    max-width: 820px;
    line-height: 1.4;
}

.site-wrapper.abt-sec-4 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: 1242px;
    display: flex;
}

.site-wrapper {
    width: 100%;
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    position: relative;
    overflow: visible;
}

.common-section.commonpaddingsec {
    padding-bottom: 0px;
}

.common-section.ourteamsec {
    background-color: #f2f6fd;
}

.teams-box {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.teams-box {
    box-shadow: 0px 0px 20px -8px rgba(var(--black-color), 0.2);
}

.teams-img {
    width: 100%;
    height: 340px;
}

.teams-Text {
    position: relative;
    z-index: 1;
    padding: 10px;
    background: rgba(var(--white-color), 1);
    text-align: center;
    transition: var(--transition-05s);
}

.teams-Text {
    padding: 10px;
}

.teams-Text h4 {
    text-transform: capitalize;
    font-size: 20px;
    color: rgba(var(--white-color), 1);
    margin-bottom: 4px;
    font-weight: 700;


}

.teams-Text>*:last-child {
    margin-bottom: 0px;
}

.teams-Text .common-para p {
    margin-bottom: 0px;
    padding: 0px 10px;
    line-clamp: 2;
    -o-line-clamp: 2;
    -moz-line-clamp: 2;
    -webkit-line-clamp: 2;
    font-size: 16px;
    color: rgba(var(--white-color), 1);
    font-weight: 600;
}

.teams-box small {
    font-size: 14px;
    line-height: 17px;
    display: block;
    margin-bottom: 0.5rem;
    margin-top: 0.2rem;
    color: #fefefe;
}

.teams-Text.teams-TextHover {
    background: rgba(var(--main-color), 1);
    position: absolute;
    bottom: -130px;
    opacity: 0;
    width: 100%;
    visibility: hidden;
}

.teams-box:hover .teams-Text {
    opacity: 0;
    visibility: hidden;
}

.teams-box:hover .teams-Text.teams-TextHover {
    bottom: 0px;
    opacity: 1;
    right: 0;
    visibility: visible;
    width: 100%;
}

h2.teams-box-title {
    color: #000;
    font-size: 42px;
    font-weight: 700;
    line-height: 2;
    text-align: center;

}

.teams-box:hover .teams-img img {
    filter: grayscale(0%);
    transition: .3s all ease-in;
}

.teams-box .teams-img img {
    filter: grayscale(100%);
}

ul.sociallist {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

ul.sociallist li i {
    color: rgba(var(--white-color), 1);
    font-size: 18px;
}

.Starimg img {
    height: 470px;
}

.starsection {
    padding: 0;
}

.content-img.Starimg {
    width: calc(100% + 30px);
}

.common-para ul.starlist li {
    position: relative;
    font-size: 15px;
    padding-left: 10px;
    color: rgba(var(--black-color), 1);
    font-weight: 600;
    display: flex;
    gap: 10px;
    align-items: center;
}

.common-para ul.starlist li::before {
    display: none;
    content: '';
    position: absolute;
    inset: 0px;
    width: var(--ehw-cul);
    height: var(--ehw-cul);
    border-radius: 24%;
    background: rgba(var(--black-color), 1);
    --ehw-cul: 9px;
    margin-top: 10px;
}

.investors-section .content .common-para p {
    color: rgba(var(--black-color), 1);
    font-size: 16px;
}

/* bloglist section */

.topbloglistpagesec {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
}


section.common-section.section1.investors-section.artsec {
    padding: 70px 0px;
}

.trand-main {
    height: max-content;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    border-radius: 10px;
    min-height: max-content;
    transition: 0.6s;
    cursor: pointer;
}

.trand-text {
    padding: 10px 15px;
}

.trand-img {
    width: auto;
    height: 200px;
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
}

.trand-img img {
    object-fit: cover;
}

.trand-title {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: #000000;
    height: 42px;
    text-transform: capitalize;
}

.trand-title {
    display: flex;
    align-items: self-start;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.blogdate.sideblogdate {
    margin-bottom: 0.5rem;
}

.blogdate {
    display: flex;
    gap: 10px;
    flex-direction: row;
    align-items: center;
}

.blogdate li {
    font-size: 16px;
    line-height: normal;
    color: #000;
    font-weight: 400;
}

.blogdate li i {
    align-items: center;
    display: flex;
    font-size: 2px;
}

.trand-para p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #000000;
}

h2.inner-title {
    font-size: 36px;
    font-weight: 600;
    color: #000;
    font-size: 38px;
    font-weight: 700;
}

.new-section {
    padding: 0px 0px 60px;
    overflow: hidden;
}

.innerarticlessec {
    padding: 0px;
    background-color: #00000000;
    border-radius: 0px;
}

.topbloglistpagesec {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
}

.innerarticlessec .row {
    gap: 13px 0px;
}

.articalmainright.leftsec {
    flex-direction: row-reverse;
}

.articalmainright {
    gap: 25px;
    display: flex;
    align-items: self-start;
    justify-content: center;
}

.articalmainright.leftsec .articalmainleftimgsec {
    width: 100%;
    height: 258px;
    overflow: hidden;
    border-radius: 10px;
}

.articalmainleftimgsec {
    width: 320px;
    aspect-ratio: 16 / 9;
    height: 120px;
    overflow: hidden;
    border-radius: 10px;
}

.articalmainright.leftsec .articalmainleftimgsec img {
    object-fit: cover;
}

.articalmainleftimgsec img {
    object-fit: cover;
    object-position: top;
}

.articalmainrightcontentbox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.contentartical-title {
    font-size: 20px;
    line-height: normal;
    color: #000;
}

.articalmainright {
    margin-bottom: 1rem;
}

.articalmainright {
    gap: 25px;
    display: flex;
    align-items: self-start;
    justify-content: center;
}

.innerimgsec {
    height: 300px;
    overflow: hidden;
}

.innerimgsec img {
    border-radius: 150px 0px 0px 150px;
}

ol.breadcrumb.mb-0 {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    border-bottom: 3px solid rgba(var(--main-color), 1);
}



.breadcrumb-item+.breadcrumb-item {
    padding-left: 0px;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.breadcrumb-item a,
.breadcrumb-item {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

h1.inner-title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0.8rem;
    color: rgba(var(--main-color), 1);
    width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

li.breadcrumb-item.active {
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.banner-innnnerbox {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.topbloglistpagesec h2.inner-title.infaq.bloglisttopbt {
    text-decoration: underline;
    text-decoration-color: rgba(var(--main-color), 1);
    text-decoration-thickness: 6px;
    text-underline-position: under;
    text-decoration-style: revert;
}

.blogin-main {
    background: no-repeat center center / cover;
    width: 100%;
    height: 567px;
    position: relative;
    border-radius: 35px;
    overflow: hidden;
}

.bloginnerbox {
    height: 100%;
    padding: 50px 30px;
    display: flex;
    align-items: flex-end;
    background-image: linear-gradient(180deg, rgba(203, 209, 209, 0) 52%, rgba(21, 21, 21, 0.5382528011204482) 72%, rgba(8, 6, 6, 0.8519782913165266) 100%, rgba(0, 0, 0, 0.9948354341736695) 100%);
}

.bannertextbox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bannertextboxtitle {
    font-size: 30px;
    line-height: normal;
    color: #FFFFFF;
    font-weight: 600;
}

h3.leftarticaltitle {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 1rem;
}

.HC-img img {
    height: 350px;
}

.widget {
    background-color: rgba(var(--white-color), 1);
    background-image: none;
    padding: 2em;
    margin: 0 0 2.8em 0;
}

.widget_search .search-form {
    position: relative;
    padding: 0;
    background: initial;
    color: inherit;
}

.widget_search .search-form>label {
    position: relative;
}

.screen-reader-text {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    word-wrap: normal !important;
    clip-path: inset(50%);
    top: 0 !important;
}

.widget_search .search-form .search-field {
    background: #fafafa;
    border-width: 1px;
    border-color: var(--ast-border-color);
    border-radius: 2px;
    width: 100%;
    padding: 12px 45px 12px 15px;
    outline: 0;
}

.widget_search .search-form button {
    position: absolute;
    top: 0;
    right: 15px;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 1rem;
    background: 0 0;
}

.widget_search .search-form i {
    color: #3a3a3a;
}

.ast-icon svg {
    fill: currentColor;
}

.ast-icon.icon-search svg {
    height: 1em;
    width: .9em;
    margin-top: 3px;
    margin-right: 2px;
}

.Head-CaForm {
    border: 1px solid #DBDBDB;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0px 12px;
    background: #f2f6fd;
}

.Head-CaForm .form-control,
.Head-CaForm .form-control:hover,
.Head-CaForm .form-control:focus {
    border: none;
    min-height: 100%;
    padding: 4px;
    font-weight: 500;
    font-size: 15px;
    width: 100%;
}

.HeadCa-FormBtn {
    padding: 0px;
    width: 22px;
    border: none;
}

.select-box {
    width: 100%;
    border: 1px solid #DBDBDB;
    border-radius: 10px;
    height: 50px;
    padding: 0px 12px;
    background: #f2f6fd;
}

.select-box:hover,
.select-box:focus {
    width: 100%;
    border: 1px solid #DBDBDB;
    padding: 0px 12px;
    border-radius: 10px;
    background: #f2f6fd;
}

.pagination-box {
    text-align: center;
}

.pagination {
    display: inline-flex;
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

.pagination li a.page-link,
.pagination li:first-child a.page-link,
.pagination li:last-child a.page-link {
    border: none;
    height: 45px;
    width: 45px;
    line-height: 35px;
    border-radius: 50%;
    background-color: transparent;
    color: rgba(var(--main-color), 1);
    font-size: 20px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 1;
    margin: 0 8px 0 0;
    transition: all 0.4s ease 0s;
}

.pagination li a.page-link:before,
.pagination li:first-child a.page-link:before,
.pagination li:last-child a.page-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid rgba(var(--main-color), 1);
    border-radius: 50%;
    opacity: 0;
    transform: scaleY(0);
    transition: all 0.3s ease 0s;
}

.pagination li a.page-link:hover:before,
.pagination li.active a.page-link:before {
    transform: scaleY(1);
    opacity: 1;
}

.pagination li:last-child a.page-link {
    margin-right: 0;
}

.pagination li.active a.page-link,
.pagination li a.page-link:hover,
.pagination li.active a.page-link:hover {
    background-color: transparent;
    color: rgba(var(--main-color), 1);
    border: none;
}

@media only screen and (max-width: 480px) {
    .pagination {
        display: block;
    }

    .pagination li {
        display: inline-block;
        margin-bottom: 20px;
    }
}

.page-link:focus {
    box-shadow: none;
}

a.page-link {
    display: flex !important;
    align-items: center;
    justify-content: center !important;
}

.blogdetailstoppara p {
    font-weight: 400;
    font-size: 40px;
    line-height: normal;
    color: #000;
    margin-bottom: 1rem;
}

.innerblogimg {
    width: auto;
    height: 410px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 1rem;
}

.inner-blogperahead {
    font-size: 23px;
    line-height: normal;
    font-weight: 600;
    color: #000;
    display: block;
    margin-bottom: 0.3rem;
}

.innerblog-para p {
    font-size: 18px;
    line-height: 25px;
    color: #000;
    font-weight: 400;
}

.sociallinks span {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #000;
    display: block;
    margin-bottom: 0.4rem;
}

.blogsocial-list {
    justify-content: flex-start;
    display: flex;
    gap: 10px;
    align-items: center;
}

.blogsocial-list li a i {
    font-size: 30px;
    color: rgba(var(--main-color), 1);
}

.Categorieslistsec {
    overflow: hidden;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    border-radius: 10px;
}

.catacardheading {
    padding: 10px 32px;
    background-color: rgba(var(--main-color), 1);
    color: #000;
    font-size: 20px;
    line-height: normal;
}

ul.listofcata {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 1rem;
    width: 300px;
    /* padding-left: 1.3rem; */
}

.catacardinnerlist li {
    align-items: self-start;
    display: flex;
    justify-content: space-between;
}

.catacardinnerlist li a,
.catacardinnerlist li p {
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
    color: #000000;
}

.user-text {
    display: flex;
    gap: 10px;
    margin-bottom: 1rem;
}

.user-text small:first-child {
    font-weight: 600;
    margin-bottom: 0.3rem;
    display: block;
}

.blogsecright h2.inner-title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-decoration-thickness: 4px !important;
}

.blogsecright {
    padding-left: 10px;
}

/* ul.listofcata li::marker {
    content: "◈ ";
    color: rgba(var(--main-color), 1);
    font-size: 20px;
} */
.listofcata li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.listofcata li p {
    margin-bottom: 0;
    padding-left: 1rem;
    font-size: 15px;
}

.listofcata li i {
    font-size: 13px;
    color: rgba(var(--main-color), 1);
}


.listofcata li a {
    font-size: 15px;
    color: rgba(var(--black-color), 1);
    font-weight: 400;
}

.listofcata li a:hover {
    color: rgba(var(--main-color), 1);
    transition: var(--transition-05s);
}

.profileimg {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    object-fit: cover;
    overflow: hidden;
}

.user-text .blogdate li {
    font-size: 12px;
}

.user-text .blogdate li i {
    font-size: 12px;
}

.user-text .blogdate {
    display: flex;
    gap: 8px;
    flex-direction: row;
    align-items: baseline;
}


.FAQsTxt-accordion .accordion-item {
    border-radius: 0px !important;
    border: none;
    overflow: hidden;
}

.FAQsTxt-accordion .accordion-item {
    margin-bottom: 15px;
    background: rgba(var(--main-color), 0);
}

.FAQsTxt-accordion .accordion-item .accordion-button {
    box-shadow: none !important;
    background: rgba(var(--white-color), 1);
    color: rgba(var(--black-color), 1);
    border-radius: 0px !important;
    padding: 0 !important;
}

.bp-link-text {
    padding-left: 2rem;
}

.FAQsTxt-accordion .accordion-button:not(.collapsed) {
    color: rgba(var(--black-color), 1);
    background: rgba(var(--white-color), 1);
    box-shadow: none !important;
}

.FAQsTxt-accordion .accordion-button::after {
    transform: rotate(-90deg);
    margin-top: -4px;
    /* filter: contrast(0) brightness(2); */
    color: #000;
}

.FAQsTxt-accordion .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
    transform: rotate(0deg);
    color: #000;
}

.FAQsTxt-accordion .accordion-body {
    background: rgba(var(--main-color), 0);
    font-size: 17px;
    color: rgba(var(--black-color), 1);
    padding: 30px 40px;
}

.FAQsTxt-accordion .accordion-body>p:last-child {
    margin-bottom: 0px;
}

/* accordion */

.FAQsTxt-Box .common-btn:hover,
.FAQsTxt-Box .common-btn:first-child:active,
.FAQsTxt-Box .common-btn:active,
.FAQsTxt-Box .common-btn:focus,
.FAQsTxt-Box :not(.btn-check)+.common-btn:active,
.FAQsTxt-Box .common-btn:focus-visible,
.FAQsTxt-Box button.common-btn:focus:not(:focus-visible),
.FAQsTxt-Box .common-btn:first-child:hover {
    --boco-btn: rgba(var(--main-color), 1);
    --common-btn-color: rgba(var(--white-color), 1);
}

.about_image {
    position: relative;
    padding-bottom: 35px;
}

.about_image .about_img1 {
    width: 85%;
    height: 350px;
}

.about_image .about_img2 {
    position: absolute;
    bottom: -10%;
    right: 0px;
    box-shadow: 0px 3px 11px 0px rgba(var(--black-color), 0.5);
    height: 250px;
    width: 62%;
}

.Serv-ListBox.startup {
    background: #03a8d3;
}

.get {
    font-weight: 600;
    color: rgba(var(--main-color), 1);
}

.righboxlist {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.innerblogdetails .common-para p {
    color: #555;
    font-weight: 500;
    font-size: 18px;
}

.pro-slider {
    --elrp: 55px;
    padding: 0px var(--elrp);
}

.pro-slider.owl-carousel .owl-nav button.owl-prev,
.pro-slider.owl-carousel .owl-nav button.owl-next,
.blog-slider.owl-carousel .owl-nav button.owl-prev,
.blog-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    --erl: 0%;
}

.iframe-box {
    width: 100%;
    height: 460px;
    overflow: hidden;
}

.iframe-box iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lyt-section.typ-contact-info {
    padding: 50px 90px;
}

.bs-contact-info .title {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    margin: 0 0 20px;
}

.bs-contact-info .desc {
    font-size: 18px;
    color: rgb(40, 43, 45);
    font-family: 500;
    margin-bottom: 20px;
}

.bs-contact-info .desc .heighlight {
    font-weight: 600;
    margin: 0;
    color: rgb(0, 0, 0);
}

.bs-contact-info .desc .d-block {
    display: block;
}

.bs-contact-info .footer-contact div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.bs-contact-info .footer-contact div i {
    font-size: 20px;
    color: rgba(var(--main-color), 1);
}

.bs-contact-info .footer-contact div a {
    color: #000000;
    font-size: 16px;
    font-family: 500;
    display: block;
    transition: all .2s ease;
    margin-left: 12px;
}

.formsec {
    background-color: rgba(var(--main-color), 1);
    padding: 60px;
    min-height: 845px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cta-form-box .form-control {
    position: relative;
    background: rgba(var(--white-color), 0);
    color: rgba(var(--white-color), 1);
    border-bottom: 1px solid rgba(var(--white-color), 1);
    border-radius: 0px;
    padding: 0;
    min-height: 40px;
}

.cta-form-box .form-box label {
    font-weight: 400;
    color: rgba(var(--white-color), 1);
    font-size: 14px;
    margin-bottom: 2px;
}

.formsec .common-box>h2.common-title {
    margin-bottom: 10px;
    text-transform: capitalize;
    position: relative;
    color: rgb(255 254 254);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    padding: 30px 0px;
    text-align: center;
}

.common-section.ourteamsec.contactsec {
    padding: 0;
}

.trand-main:hover {
    transform: translateY(-15px);
}

.custom-tooltip {
    --bs-tooltip-bg: rgba(var(--main-color), 1);
}
button.btn.dropdown-toggle.dropbtn {
    text-wrap: auto;
    text-align: left;
}

@media(max-width:1024px) {
    button.btn.dropdown-toggle.dropbtn {
        text-wrap: auto;
        text-align: left;
    }
    .common-section {
        padding: 60px 0px;
    }

    .content-wrapper P {
        font-size: 14px;
    }

    h2.teams-box-title {
        font-size: 34px;
    }
}

@media(max-width:991px) {
    a.btn.btn-outline.btn-1 {
        margin-bottom: 1.2rem;
    }
}

@media(max-width:768px) {
    .about_image .about_img2 {
        bottom: 2%;
    }

    .pro-slider {
        --elrp: 10px;
        padding: 0px var(--elrp);
    }

    .pro-slider.owl-carousel .owl-nav button.owl-prev,
    .pro-slider.owl-carousel .owl-nav button.owl-next,
    .blog-slider.owl-carousel .owl-nav button.owl-prev,
    .blog-slider.owl-carousel .owl-nav button.owl-next {
        position: absolute;
        --erl: -9%;
    }

    h1.inner-title {
        width: 225px;
    }

    .formsec {
        padding: 20px;
    }

    .lyt-section.typ-contact-info {
        padding: 30px;
    }
}

@media(max-width:767px) {
    .formsec {
        padding: 30px;
        min-height: auto;
    }
}

@media(max-width:580px) {
    .investors-section .content h2 {
        font-size: 25px;
    }

    .startups-section h2 {
        font-size: 25px;
    }

    .bp-link-icon {
        width: 30px;
        height: 30px;
    }

    .bp-link-list-box {
        padding: normal;
        width: 70px;
        height: 60px;
    }

    .bp-link-title {
        font-size: 18px;
        font-weight: 500;
        line-height: normal;
    }

    .FAQsTxt-accordion .accordion-body {
        font-size: 15px;
        padding: 20px 10px;
    }

    .bp-link-text {
        padding-left: 1rem;
    }

    .involved-section h2 {
        font-size: 35px;
        line-height: normal;
        margin-bottom: 1rem;
    }

    section.common-section.section1.investors-section .row {
        justify-content: center !important;
    }

    .about .content h2 {
        font-size: 30px;
    }

    .common-sectio {
        position: relative;
    }

    .banner-innnnerbox {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 9;
    }

    .innerimgsec img {
        border-radius: 0;
    }

    .innerimgsec {
        position: relative;
    }

    .innerimgsec::after {
        content: '';
        width: 100%;
        height: 100%;
        background-color: #00000087;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }

    .breadcrumb-item a,
    .breadcrumb-item {
        color: #ffffff;
    }

    ol.breadcrumb.mb-0 {
        color: rgb(255, 255, 255);
    }

    li.breadcrumb-item.active {
        color: #fff !important;
    }

    .Serv-ListBg.Serv-Lisrpara .common-para p {
        font-size: 16px;
        line-height: normal;
    }

    .Serv-ListTxt .common-para {
        font-size: 15px;
        line-height: 23px;
    }

    .Serv-ListTxt h5 {
        font-size: 24px;
    }

    .pro-slider {
        --elrp: 40px;
        padding: 0px var(--elrp);
    }

    .pro-slider.owl-carousel .owl-nav button.owl-prev,
    .pro-slider.owl-carousel .owl-nav button.owl-next,
    .blog-slider.owl-carousel .owl-nav button.owl-prev,
    .blog-slider.owl-carousel .owl-nav button.owl-next {
        position: absolute;
        --erl: -2%;
    }

    .innerblogdetails .common-para p {
        font-size: 16px;
    }

    h2.inner-title {
        font-size: 30px;
    }
}

.InputField-box {
    border: 1px solid rgba(var(--main-color), 1);
    position: relative;
}

.InputField-box>legend {
    color: rgba(var(--main-color), 1);
    float: none;
    display: block;
    width: auto;
    padding: 6px 10px;
    font-size: 16px;
    font-weight: 300;
    margin-left: 20px;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.InputField-box>.input-group {
    align-items: center;
    padding: 0px 10px;
    gap: 10px;
    justify-content: space-between;
}

.InputField-box>.input-group .form-control {
    padding-right: 10px;
    position: relative;
    z-index: 1;
}

.InputField-box>.input-group>label {
    --ehw-igli: 26px;
    width: var(--ehw-igli);
    height: var(--ehw-igli);
    position: absolute;
    right: 30px;
}



.category2 .form-check-input:focus {
    border-color: #ffffff00;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0);
}



.InputField-box .form-control {
    border: 0;
}

.select-box {
    width: 100%;
}

.select-box::after {
    content: '\f107';
    font-weight: 600;
    /* border-right: 2px solid #333; */
    /* border-bottom: 2px solid #333; */
    width: 10px;
    height: 10px;
    /* transform: rotate(45deg); */
    right: 20px;
    top: 16%;
}

.select-box::before {
    border-right: 1px solid rgba(var(--black-color), 0);
    width: 1px;
    height: 70%;
    margin-block: auto;
    right: 49px;
    top: 0;
    bottom: 0;
}

.InputField-box .select-box {
    width: 100%;
    border: 0px solid #DBDBDB;
    border-radius: 0;
    height: auto;
    padding: 0px 12px;
    background: #f2f6fd00;
}

.category2 {
    display: flex;
    justify-content: start;
    gap: 10px;
    align-items: center;
}

.category2 span {
    font-weight: 700;
    color: rgba(var(--main-color), 1);
}

.category2 label {
    color: rgba(var(--main-color), 1);
}

.InputField-box .select-box select,
.InputField-box .select-box select:hover,
.InputField-box .select-box select:focus {
    color: rgb(0 0 0);
}

.benefitslist {
    list-style: disc;
    padding-left: 1.5rem;
}

.benefitslist li {
    color: rgba(var(--white-color), 1);
}

.benefitslist li p {
    text-align: left;
}

.benefitslist li strong {
    margin-bottom: 0.2rem;
    display: block;
    text-align: left;
}

.inner-formsec {
    height: 100%;
    padding: 2rem;
    /* box-shadow: 0px 0px 20px -5px rgba(var(--black-color), 0.3); */
    display: block;
    align-content: center;
    border-radius: 10px;
}

.InputField-box .form-control,
.form-select {
    padding: 2px 8px 8px;
    min-height: 26px;
}

.topbloglistpagesecnew .topbloglistpagesec h2 {
    color: rgba(var(--white-color), 1);
}

.topbloglistpagesecnew .topbloglistpagesec h2.inner-title.infaq.bloglisttopbt {
    text-decoration-color: rgba(var(--white-color), 1);
}

.blogsecright.text-center.topbloglistpagesecnew {
    padding: 2rem;
    width: 100%;
    height: 100%;
    display: block;
    /* align-content: center; */
}

.formsecnew {
    background: linear-gradient(90deg, #03a8d30d 55.9%, rgba(var(--main-color), 1) 20%);
}

h1.site-header__title {
    text-align: center;
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 1.5rem;
}

.main-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 23px;
}

.main-content__body {
    text-align: center;
    font-size: 17px;
    color: #000;
}

.thankyou-sec {
    position: absolute;
    top: 50%;
    /* position the top  edge of the element at the middle of the parent */
    left: 50%;
    /* position the left edge of the element at the middle of the parent */

    transform: translate(-50%, -50%);
}

.main-content i {
    font-size: 90px;
    color: rgba(var(--main-color), 1);
}

@media(max-width:1440px) {
    .formsecnew {
        background: linear-gradient(90deg, #03a8d30d 58.9%, rgba(var(--main-color), 1) 20%);
    }
}

@media (max-width: 1199px) {
    .formsecnew {
        background: linear-gradient(90deg, #03a8d30d 57%, rgba(var(--main-color), 1) 20%);
    }
}

@media(max-width:1024px) {
    .formsecnew {
        background: linear-gradient(90deg, #03a8d30d 59%, rgba(var(--main-color), 1) 28%);
    }

    .formsecnew.investorform {
        background: linear-gradient(90deg, #03a8d30d 59%, rgba(var(--main-color), 1) 28%);
    }
}

@media (max-width: 991px) {
    .formsecnew {
        background: linear-gradient(180deg, #4d4e4e0d 100%, rgba(var(--main-color), 1) 20%);
    }

    .formsecnew.investorform {
        background: linear-gradient(180deg, #03a8d30d 100%, rgba(var(--main-color), 1) 20%);
    }
    .topbloglistpagesecnew .topbloglistpagesec h2 {
        color: rgba(var(--main-color), 1);
    }
    .benefitslist li {
        color: rgba(var(--main-color), 1);
    }
    .topbloglistpagesecnew .topbloglistpagesec h2.inner-title.infaq.bloglisttopbt {
        text-decoration-color: rgba(var(--main-color), 1);
    }
    .benefitslist p{
        color: rgba(var(--black-color), 1);
    }
}

.content {
    margin-bottom: 2rem;
}

@media (max-width: 580px) {
   
    button.btn.dropdown-toggle.dropbtn {
        font-size: 13px;
    }

    .category2 span {
        font-size: 14px;
    }

    .category2 label {
        font-size: 13px;
    }

 

    .InputField-box>legend {
        padding: 6px 8px;
        font-size: 13px;
        width: auto;
    }

    .benefitslist {
        list-style: disc;
        padding-left: 1.1rem;
    }

    .inner-formsec {
        padding: 0rem;
    }

    label.form-check-label {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
  

    .blogsecright.text-center.topbloglistpagesecnew {
        padding: 1.6rem;
    }

   
}

@media (max-width: 380px) {
   

    .blogsecright.text-center.topbloglistpagesecnew {
        padding: 1rem;
    }
}

.innerblogdetails .common-para ul {
    list-style: disc;
    padding: revert;
}

.form-btn .btn-2:hover {
    background-color: #fff;
    color: #000 !important;
    border: 1px solid #000;
}

.form-btn .btn-2 {
    border: 1px solid rgba(0, 0, 0, 0);
}

.forcontactdropsec {
    width: 100%;
    /* background: #cdd3d4; */
    padding: 10px;
}

.dropbtn {
    min-height: 31px;
}

button.btn.dropdown-toggle.dropbtn::after {
    display: none;
}

button.btn.dropdown-toggle.dropbtn {
    display: flex;
    justify-content: space-between;
    border: 0px solid #03a8d3;
    border-radius: 0;
    align-items: center;
    color: #616465;
}

.form-check-input:focus {
    border-color: #86b6fe00;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0);
}

label.form-check-label {
    font-size: 15px;
    color: #000000;
    font-weight: 500;
}

.step {
    display: none;
}

.step.active {
    display: block;
}

.dropdown-menu.show.radiocheck {
    display: flex !important;
    gap: 10px 0px !important;
    max-height: 233px;
    overflow-y: scroll;
    scrollbar-width: none;
}

.radiocheck .form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e") !important;
}

.radiocheck .form-check-input[type="radio"] {
    border-radius: 20%;
}
.btnform {
    padding: 6px 30px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    background: #03a8d3;
    border: 1px solid #ff000000;
    transition: var(--transition-05s);
}
.btnform:hover{
    color: #03a8d3;
    background: #ffffff;
    border: 1px solid #03a8d3;
    transition: var(--transition-05s);
}

.outbtnform{
    color: #03a8d3;
    background: #ffffff;
    border: 1px solid #03a8d3;
    transition: var(--transition-05s);
    padding: 6px 30px;
    font-size: 16px;
    font-weight: 700;
}
.outbtnform:hover{
    color: #ffffff;
    background: #03a8d3;
    border: 1px solid #ff000000;
    transition: var(--transition-05s);
}

.custom-radio-tabs {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}
.custom-radio-tab {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
}
.custom-radio-tab input[type="radio"] {
    display: none;
}
.custom-radio-tab label {
    position: relative;
    padding-left: 23px;
    cursor: pointer;
    font-size: 13px;
    line-height: 25px;
    display: inline-block;
    color: #333;
}
.custom-radio-tab label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #007bff;
    border-radius: 50%;
    background: #fff;
    margin-top: 3px;
}
.custom-radio-tab input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #007bff;
}
.custom-tab-content {
    display: none;
}
.custom-tab-content.custom-active {
    display: block;
}
.journeyimg img{
    height: 360px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.journeysec{
    padding: 40px 0px;
}
section.newpaddingsec.journeysec{
    padding-bottom: 60px;
}