@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSans-Medium.woff2') format('woff2'),
        url('../fonts/ProductSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSans-Light.woff2') format('woff2'),
        url('../fonts/ProductSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSans-Regular.woff2') format('woff2'),
        url('../fonts/ProductSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSans-Bold.woff2') format('woff2'),
        url('../fonts/ProductSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html {
    text-rendering: optimizeLegibility;
}
:root,
[data-bs-theme=light] {
    --bs-body-color: #464b54;
}

body {
    font-family: 'Product Sans';
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0.5px;
    color: #464b54 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 1920px;
    margin: auto;
    padding: 0 !important;
}

/* ul li:not(:last-child){
    margin-bottom: 10px;
} */
ol, ul {
    padding-left: 1.3rem;
}
strong{
    font-weight: 500;
}
.breadcrumb .breadcrumb_last{
    color: #aaa;
}
@media (max-width:767px) {
    .breadcrumb {
        font-size: 0.8rem !important;
    }


}
/* @media (min-width: 1400px) {
    body {
        font-size: 1.2rem !important;
    }
} */
a {
    text-decoration: none !important;
    color: #464b54;
}
.text-align-justify{
    text-align: justify !important;
}
.info-btn-link {
    color: #0014ff !important;
    /* background: #212222; */
    /* background: linear-gradient(to right, #212222 0%, #0014FF 100%); */
    /* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.info-btn-link:hover {
    color: #212222 !important;
}

.btn-brand {
    --bs-btn-color: #fff;
    background: linear-gradient(110deg, #212222f7, #0014ff);
    --bs-btn-border-color: #000000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
    border: var(--bs-btn-border-color);
}

.btn {
    --bs-btn-padding-x: 2rem;
    --bs-btn-padding-y: 0.45rem;
    --bs-btn-border-radius: 2rem;
    --bs-btn-font-weight: 500;
}

.btn-shine {
    position: relative;
    overflow: hidden;
}

.btn-shine:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 15%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255 255 255 / 45%) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255 255 255 / 45%) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    -webkit-animation: shine 3.5s ease-in-out infinite;
    animation: shine 3.5s ease-in-out infinite;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.info {
    padding: 50px 0
}

@media (max-width:575px) {
    .info {
        padding: 30px 15px
    }
}

.info-fw-light {
    font-weight: 300 !important;
}

.info-fw-regular {
    font-weight: normal !important;
}

.info-fw-semibold {
    font-weight: 500 !important;
}

.info-fw-bold {
    font-weight: bold !important;
}

.bg-brand-darklight {
    background-color: #ceddf4 !important;
}

.bg-brand-light {
    background-color: #f5f8fa !important;
}

.bg-brand-dark {
    background-color: #232643 !important;
    color: #fff !important;
}

.info-bg-light {
    background-color: #F2F3F5 !important;
}

.info-text-light {
    color: #606060 !important;
}

.text-brand {
    color: #0516e6 !important;
}

.text-justify {
    text-align: justify;
}

.navbar-nav .nav-link {
    font-size: 1rem
}

.navbar-nav>li:not(:last-child) {
    margin-right: 20px;
}

.navbar-nav li .nav-link {
    color: #2c2b33;
    font-weight: 200;
    letter-spacing: 0.5px;
}

/* .navbar-nav li a:hover {
	color: #0516e6 !important
} */

.navbar {
    --bs-navbar-nav-link-padding-x: 0.75rem;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #0516e6;
}

.nav-link:focus,
.nav-link:hover {
    color: #0516e6 !important
}
.current-menu-parent.current_page_parent.current_page_ancestor>.nav-link{
    font-weight: 500 !important;
}
.current-menu-item.current_page_item>.nav-link{
    font-weight: 500;
}
.menu-item-type-post_type.current-menu-item>.nav-link{
    font-weight: 500;
}
.current-menu-ancestor.current-menu-parent>.nav-link{
    font-weight: 500;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #232643 !important;
    background-color: #2326441a;
}


@media (min-width: 990px) {
    .dropdown .dropdown-menu {
        display: block;
        -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.17);
        -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.17);
        box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.17);
        margin: 0;
        padding: 0;
        max-height: 0;
        overflow: hidden;
        -moz-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }
}

@media (min-width: 991px) {

    .dropdown .dropdown-menu {
        display: block;
        -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.17);
        -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.17);
        box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.17);
    }
    .dropdown .dropdown-menu {
        border: 0;
        border-radius: 0;
        margin: 0;
        padding: 0;
        max-height: 0;
        overflow: hidden;
        -moz-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }

    .dropdown:hover .dropdown-menu {
        border-top: 2px solid #22264b !important;
        padding-top: .5rem;
        max-height: auto;
        max-height: 400px;
        -moz-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in;
    }

    .dropdown:hover .dropdown-menu {
        border-top: 2px solid #22264b !important;
        padding-top: .5rem;
        max-height: auto;
        max-height: 400px;
        -moz-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in;
    }
}
@media (max-width: 991px) {
    /* .collapse:not(.show) {
        display: block;
    } */
    .offcanvas{
        /* max-width: calc(100% - 60px); */
    }
    .offcanvas-header img{
        max-width: 90px;
    }
    .navbar-nav li .nav-link{
        padding: .5rem;
    }
    .dropdown .dropdown-menu {
        display: block;
        height: auto;
        max-height: inherit;
        border: 0;
        padding: 0;
    }
    .menu-item-has-children.dropdown>.nav-link {
        /* background-color: #0316EF; */
        font-weight: bold;
        font-size: 1.2rem;
    }
    .dropdown-toggle::after{
        display: none !important;
    }
    .dropdown-menu .menu-item .nav-link{
        padding-left: 30px;
        position: relative;
    }
    .dropdown-menu .menu-item .nav-link::before{
        content: '';
        width: 10px;
        height: 1px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: .5rem;
        margin: auto;
        background-color: #919191;
    }
    .navbar-nav>li:not(:last-child){
        margin: 0 !important;
    }

}




/* menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-42 current_page_item menu-item-has-children active dropdown
menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children dropdown */
/* .sidebar-sticky-top.sticky-top{
    top: 90px;
} */

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #232643 !important;
    background-color: #2326441a;
}

.opacity-0 {
    opacity: 1;
}

.translate-y-2 {
    --tw-translate-y: 0.5rem;
}

.hero-full {
    min-height: 100vh;
}

/* .hero {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
} */

/* .hero .hero-title,
.hero .hero-subtext,
.hero .hero-description {
    opacity: 0;
    top: 20px;
    transition: opacity .5s ease-out, top .5s ease-out;
    -webkit-transition: opacity .5s ease-out, top .5s ease-out;
    -moz-transition: opacity .5s ease-out, top .5s ease-out;
    -ms-transition: opacity .5s ease-out, top .5s ease-out;
    -o-transition: opacity .5s ease-out, top .5s ease-out;
} */

.hero-bg-element {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.hero-bg-element::before {
    content: '';
    width: 100%;
    right: 0;
    height: 100%;
    position: absolute;
    left: 0;
    margin: auto;
    top: 0;
    background-image: url(../img/starbg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: .5;
    z-index: -1;
}

.hero-title {
    font-weight: bold;
    color: #000000;
}

.hero-subtext {
    color: #606060;
}

.hero-home-element {
    position: absolute;
    bottom: 0;
    max-width: 84%;
    width: 50%;
    right: 0;
}

@media (min-width: 1400px) {
    .hero-description {
        max-width: 80%;
    }
}

@media (max-width:767px) {
    .navbar-brand {
        max-width: 120px;
    }

    .hero-bg-element::before {
        opacity: .2;
    }

    .hero-home-element {
        max-width: 150%;
        width: 130%;
        z-index: -1;
        opacity: 0.2;
    }
}

.info-title {
    font-weight: bold !important;
    color: #000000 !important;
}
.info-title-bg{
    display: inline-block;
    padding: 10px 30px;
    background-color: #000000;
    font-weight: 100 !important;
    color: #fff;
}
.info-subtext {
    color: #606060 !important;
}
@media (min-width:991px){
    .info-two-column {
        column-count: 2;
        column-gap: 2.5rem;
    }
}

/* Nav Pills CSS */
.nav-pills .nav-link {
    color: #2C2B33;
    border: 1px solid #2c2b337d;
    border-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-pills .nav-link:hover,
.nav-pills .nav-link:focus {
    color: #fff !important;
    background: #00000047;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #2C2B33;
    border: 1px solid #2C2B33;
}

.info-list-space li:not(:last-child){
    margin-bottom: 10px;
}

.info-list-style ul li {
    list-style-type: disclosure-closed;
}
.info-list-style ul li:not(:last-child){
    margin-bottom: 10px;
}
.info-list-unstyled{
    margin-bottom: 0;
}
.info-list-unstyled>li:not(:last-child){
    margin-bottom: 10px;
}
.info-list-unstyled.info-semibold > li {
    font-weight: 500;
}

.info-list-unstyled.info-semibold li li {
    font-weight: 300; /* Reset or adjust weight for inner li */
}
/* Info Card CSS */
.info-card {
    border-radius: 0;
    border-top-left-radius: 1.2rem;
    border-top-right-radius: 1.2rem;
}

.info-card .card-img-top {
    border-top-left-radius: 1.2rem;
    ;
    border-top-right-radius: 1.2rem;
}

.card-align {
    min-height: 230px;
    max-height: 230px;
    object-fit: cover;
    object-position: 20% 20%;
}

.info-card .card-body {
    padding: 1.2rem;
}

.card-title {
    font-weight: bold;
    color: #000000;
}

.card-subtext {
    color: #606060 !important;
}

.card.info-border-top {
    border-top: 3px solid #22264b !important;
}

.card-img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background-color: #f6f6f6;
    margin: auto;
    border-radius: 50rem;
    -webkit-border-radius: 50rem;
    -moz-border-radius: 50rem;
    -ms-border-radius: 50rem;
    -o-border-radius: 50rem;
    box-shadow: 0px 10px 15px #0000002b;
    border: 0;
    padding: 15px;
}

.card-img-circle {
    max-width: 60px;
    width: 100%;
}

.info-card-bg {
    position: relative;
    padding: 30px;
    border-radius: 15px;
    transition: 0.3s ease-in-out;
}

.info-card-bg .info-card-content {
    padding-left: 150px;
    transition: 0.3s ease-in-out;
}

.info-card-bg .info-img-wrap {
    position: absolute;
    top: 30px;
    left: 30px;
    bottom: 0;
    margin: auto;
}
.info-img-width{
    max-width: 300px;
    margin: auto;
}

.info-card-bg:hover {
    background: #0101E3;
}

.form-container{
    overflow: hidden;
}
@media (max-width: 767px) {
    .slick-current.slick-active .info-card-bg{
        background: #0101E3;
    }
    .slick-current.slick-active .info-card-bg .info-card-content {
        color: #fff !important;
    }
    .slick-current.slick-active .info-card-bg .btn-brand {
        color: #0101E3 !important;
        background: #fff;
    }
}



.info-card-bg:hover .info-card-content {
    color: #fff !important
}

.info-card-bg:hover .btn-brand {
    color: #0101E3 !important;
    background: #fff;
}


.item-container .item {
    position: relative;
    max-width: 230px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.item-container .item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 60px;
    /* margin: auto; */
    margin-top: auto;
    margin-bottom: auto;
    bottom: 0;
    width: 116%;
    height: 15px;
    background-image: linear-gradient(0deg, #d1d1d1e3 0%, #dfdfdf47 50%, #ffffff00 100%);
    transform: rotate(300deg);
}

.item-container .item .item-img {
    max-width: 60px;
    margin-right: auto;
}

.item-container .item .item-img img {
    width: 100%;
}

.item-container .item .item-content {
    text-align: right;
    margin-left: 50px;
    margin-top: -24px;
}

.item-text-highlight {
    font-weight: bold;
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 5px;
    display: inline-block;
    color: #6a8ece !important;
}

.item-content .item-text {
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #000;
}

@media (max-width: 992px) {
    .info-card-bg .info-card-content {
        padding-left: 0;
    }

    .info-card-bg .info-img-wrap {
        position: static !important;
    }
}

.post-card .card-img {
    min-height: 250px;
    max-height: 250px;
    object-fit: cover;
}

.post-container p {
    text-align: justify;
}

.post-container a {
    color: #0014ff;
}

.post-container h1,
.post-container h2,
.post-container h3,
.post-container h4,
.post-container h5,
.post-container h6 {
    font-weight: 500;
    color: #000000;
}

.post-container strong {
    font-weight: bold;
}

.post-container dl,
.post-container ol,
.post-container ul {
    padding-left: 1rem;
    text-align: justify;
}

.blog-subtext {
    color: #606060 !important;
}

.team-grid {
    position: relative;
    overflow: hidden;
}

.team-grid-item {
    position: absolute;
    top: 0;
    left: 0;
    transition: left 0.5s ease-in-out;
    z-index: 1;
}

@media (min-width:992px) {
    .team-grid-item.is-active {
        left: 0 !important;
        width: calc(100% - 1.25rem);
    }
}


.team__grid-item.is-active {
    -webkit-transform: none !important;
    transform: none !important;
    z-index: 2;
}

.is-active .partner-content-wrapper {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.is-active .partner-content {
    height: 100%;
}

.is-active .partner-portrait {
    width: calc((100% - 5rem) / 3.9);
}

.is-active .partner-content-wrapper {
    margin-left: calc(100% / 3.9);
    width: calc((300% - 3rem) / 3.9);
    /* margin-left: calc(100% / 4);
    width: calc((300% - 3rem) / 4); */
}

.is-active .partner-close-icon {
    opacity: 1;
}

@media (max-width: 1399px) {
    .is-active .partner-portrait {
        width: calc((100% - 5rem) / 3.88);
    }

    .is-active .partner-content-wrapper {
        margin-left: calc(100% / 3.88);
        width: calc((300% - 3rem) / 3.88);
        /* margin-left: calc(100% / 4);
        width: calc((300% - 3rem) / 3.8); */
    }
}

@media (max-width: 1199px) {
    .is-active .partner-portrait {
        width: calc((100% - 5rem) / 3.87);
    }

    .is-active .partner-content-wrapper {
        margin-left: calc(100% / 3.85);
        width: calc((300% - 3rem) / 3.85);
    }
}

@media (max-width:991px) {
        .partner-portrait .partner-profile-img {
            min-height: 200px;
            max-height: 200px;
        }
        .is-active .partner-portrait {
            width: 100%;
        }
    .is-active .partner-content-wrapper {
        -webkit-overflow-scrolling: touch;
        height: 100vh;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 0 calc(1.25rem + 10px) 0 1.25rem;
        position: fixed !important;
        /* top: 0px !important; */
        width: calc(100% + 10px);
        margin-left: 0;
        z-index: 999;
    }
}

@media (max-width: 767px) {
    .partner-portrait-wrapper{
        position: relative;
    }
    .partner-portrait-content.partner-portrait-top{
        background: rgb(0,0,0) !important;
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8015581232492998) 42%, rgba(0,0,0,0.5690651260504201) 66%, rgba(0,0,0,0) 94%) !important;
        padding: .5rem !important;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 75px !important;
        display: flex;
        align-items: end;

    }
    .partner-portrait-name {
        font-size: 1rem !important;
        font-weight: 100 !important;
    }
}



/* Hover Effect for Portrait */
/* .team-grid-item.is-active .partner-portrait:hover .partner-portrait-content {
    visibility: hidden;
} */

/* Partner Styling */
.partner {
    color: #eb3f43;
    position: relative;
}

/* Portrait Styling */
.partner-portrait {
    -webkit-tap-highlight-color: transparent;
    background: none;
    border: 0;
    color: #eb3f43;
    cursor: pointer;
    display: block;
    height: 100%;
    line-height: 1.1;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 3;
}

/* .partner-portrait:hover */
/* .partner-portrait-wrapper{
    position: relative;
}
.partner-portrait-wrapper::before{
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(167deg, #212222f7, #0014ff);
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    z-index: 3;
} */
/* .partner-portrait:hover */
/* .partner-portrait-wrapper{
    position: relative;
}
.partner-portrait-wrapper::before{
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(167deg, #212222f7, #0014ff);
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    z-index: 3;
} */
.partner-portrait .partner-profile-img {
    display: block;
    pointer-events: none;
    position: relative;
    min-height: 250px;
    max-height: 250px;
    object-fit: cover;
}

/* Portrait Content */
.partner-portrait-content {
    background-color: #454545;
    color: #fff;
    padding: 1rem;
}

.partner-portrait-name {
    color: #fff;
    margin-bottom: 5px;
    letter-spacing: .5px;
}

.partner-portrait-job {
    font-weight: 200;
    letter-spacing: .5px;
    color: #A1A1AA;
    font-size: .9rem;
    line-height: 1.3;
    margin-bottom: 0;
}

.partner-social-link {
    background-color: #ededed;
    padding: 0.5rem .5rem;
    color: #007ebb;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center;
    display: block;
    font-size: .8rem;
    transition: 0.3s ease-in-out;
}

.partner-social-link:hover {
    background-color: #232643;
    color: #fff;
}

.partner-icon-social {
    margin-right: 5px;
    width: 20px;
    vertical-align: middle;
}

/* Partner Content Wrapper */
.partner-content-wrapper {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.6s ease-in-out, visibility 0.6s linear;
    visibility: hidden;
}

/* Partner Content Box */
.partner-content {
    background-color: #454545;
    color: #fff;
    height: 100%;
    opacity: 0;
    padding: 2rem;
    position: relative;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.partner-content-info {
    width: 100%;
    /* height: 100%; */
    overflow-y: scroll;
}

.partner-img-wrap {
    background-color: #fff;
    padding: 10px;
}

.partner-content-info {
    width: 100%;
    /* height: 100%; */
    overflow-y: scroll;
}

.partner-img-wrap {
    background-color: #fff;
    padding: 10px;
}

.partner-img-wrap img:not(:last-child) {
    margin-bottom: 10px;
}

.partner-close-icon {
    padding: 0;
    padding: 0;
    opacity: 0;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}

.partner-close-icon svg {
    height: .9375rem;
    pointer-events: none;
    width: .9375rem;
}

@media (max-width:991px) {
    .partner-portrait .partner-profile-img {
        min-height: 200px;
        max-height: 200px;
    }
}

@media (max-width: 500px) {
    .partner-social-link {
        font-size: 0.6rem;
    }
    .partner-icon-social {
        width: 14px;
    }
}
.slider-nav .slick-list {
    padding-right: 150px;
}
@media (max-width:767px) {
    .slider-nav .slick-list {
        padding-right: 100px;
    }
}
.info-dot-border {
    position: relative;
}

.info-dot-border::after {
    position: absolute;
    content: '';
    width: 60px;
    border: 1px dashed #000;
    top: 0;
    left: 0;
}
.info-contact-links li a:hover {
    color: #0316EF !important;
}

/* Footer css */
.info-footer-element {
    position: absolute;
    bottom: 0;
    right: 10%;
    width: 40%;
}

.info-quick-links li a {
    font-size: 0.9rem;
    text-decoration: none;
    color: #34333B;
    transition: 0.3s ease-in-out;
}

.info-quick-links li a:hover {
    color: #0316EF;
}

.info-border-line {
    position: relative;
}

.info-border-line::after {
    position: absolute;
    content: '';
    height: 150px;
    width: 1px;
    background: #acacac63;
    top: 0;
    right: -10px;
}

.form-group input::placeholder {
    font-size: 0.9rem;
}

.info-small {
    font-size: 0.9rem !important;
}

.info-form-email {
    position: relative;
}

.info-form-submit {
    position: absolute;
    right: 0;
    top: 0;
}

.social-icons {
    display: flex;
    align-items: center;
    justify-content: end;
}

.social-icons li a {
    height: 30px;
    width: 30px;
    border-radius: 50rem;
    background: linear-gradient(110deg, #212222f7, #0014ff);
    color: #fff !important;
    text-align: center;
    align-items: center;
    display: flex;
    text-decoration: none;
    justify-content: center;
    font-size: 0.8rem !important;
    border: 1px solid #0014ff;
}

@media (max-width:767px) {
    .info-footer-element {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        opacity: 0.3;
    }

    .info-footer-bg .info-text-center {
        text-align: center !important;
    }

    .social-icons {
        justify-content: center !important;
    }

    .info-border-line::after {
        opacity: 0;
    }
}
.flw-chart-row p{
    border: 1px solid;
    text-align: center;
    padding: 10px 10px;
    border-radius: 25px;
    background: #fff;
 }
 .firstsec{
	position: relative;
}
.firstsec::before{
    content: "";
    position: absolute;
    width: 0.5px;
    height: 17%;
    background-color: #606060;
    top: -17%;
    left: 50%;
    z-index: -1;
}
.flw-chart-row .unddec {
    font-size: 12px;
}
/*Contact us page Nav Pills CSS */
.info-contact-form .nav-pills .nav-link {
    color: #000;
    border: 1px solid #2c2b337d;
}

.info-contact-form .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background: linear-gradient(110deg, #212222f7, #0014ff);
    border: 1px solid #2C2B33;
}

.info-contact-form .nav-pills .nav-link:focus {
    color: #fff !important;
}

.info-contact-form .nav-pills .nav-link:hover {
    color: #fff !important;
    background: #00000047;
}
.form-floating {
    position: relative;
}

/* Services page css start here */

/* Services page css end here */


/* Label styling */
.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 1rem .75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity .2s ease-in-out, transform .2s ease-in-out;
}

.form-floating textarea{
    min-height: 100px !important;
}

 .form-floating-select .form-select {
    height: calc(3.5rem + calc(var(--bs-border-width)* 2));
    min-height: calc(3.5rem + calc(var(--bs-border-width)* 2));
    line-height: 1.25;
}

/* Ensure placeholder is hidden but still functions */
.form-floating .wpcf7-form-control-wrap .wpcf7-form-control::placeholder {
    color: transparent;
}

.form-check-input[type=checkbox] {
    border-radius: 0;
    border-color: #000 !important;
}

.form-check-input:checked {
    border-radius: 0;
    background-color: #0014ff;
}

@supports not (selector(::-webkit-scrollbar-thumb)) {
    .scroll {
        scrollbar-color: var(--scroll-thumb-color, grey) var(--scroll-track, transparent);
        scrollbar-width: thin;
    }
}

.scroll::-webkit-scrollbar {
    width: var(--scroll-size, 10px);
    height: var(--scroll-size, 10px);
}

.scroll::-webkit-scrollbar-track {
    background-color: var(--scroll-track, transparent);
    border-radius: var(--scroll-track-radius, var(--scroll-radius));
}

.scroll::-webkit-scrollbar-thumb {
    background-color: var(--scroll-thumb-color, grey);
    background-image: var(--scroll-thumb, none);
    border-radius: var(--scroll-thumb-radius, var(--scroll-radius));
}

.scroll-2 {
    --scroll-size: 8px;
    --scroll-radius: 10px;
    --scroll-track: rgb(255 255 255 / 10%);
    --scroll-thumb-color: rgb(255 255 255 / 25%);
}


.slick-arrow {
    background: transparent;
    padding: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    color: #ffffff;
    z-index: 1;
    border: 0;
    font-size: 0;
    outline: none;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 1;
    font-family: "Font Awesome 6 Free";
}

/* .slick-arrow{
    position: relative;
} */
.slick-arrow.slick-prev {
    left: -50px;
}

.slick-arrow.slick-next {
    right: -50px;
}

.slick-arrow.slick-prev::before {
    content: '\f060';
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    font-size: 16px;
}

.slick-arrow.slick-next::before {
    content: '\f061';
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    font-size: 16px;
}

.slick-arrow {
    color: #000;
    background: #adadad69;
}

.slick-arrow:hover {
    background: linear-gradient(110deg, #212222f7, #0014ff);
    color: #fff;
}

/* SLICK CSS TEST*/
.slick-dots {
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 20px;
    list-style: none;
    text-align: center !important;
}

.slick-dots li {
    display: inline-block;
    margin-right: 10px;
}

.slick-dots li button {
    width: 20px;
    height: 4px;
    border: 0;
    border-radius: 50rem;
    background-color: #c9c9c9;
    text-indent: -999999px;
    transition: all 500ms ease-in-out;
}

.slick-dots li.slick-active button {
    width: 50px;
    background: linear-gradient(110deg, #212222f7, #0014ff);
}

.nav-tabs{
    border: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff !important;
    background-color: #2c2b33;
    border-color: #2c2b33;
}
.nav-tabs .nav-link:hover {
    color: #2c2b33;
}
.nav-tabs .nav-link:hover {
    color: #2c2b33 !important;
    background-color: #2326441a !important;
}

.nav-tabs .nav-link{
    border-bottom: 0;
    color: #000;
    font-weight: 500;
}
.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.nav-tabs .nav-link:not(:first-child),.nav-tabs .nav-link:not(:last-child){
    border-color: #2c2b33 !important;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.tab-container .tab-content{
    border: 1px solid #2c2b33;
    border-top: 0;
}

@media (max-width:600px) {
    .nav-tabs .nav-link{
        border-radius: 0 !important;
        border: 1px solid #2c2b33 !important;
    }
    .nav-tabs .nav-link:not(:last-child){
        margin-bottom: 10px;
    }
    .tab-container .tab-content{
        margin-top: 15px;
        border: 0 !important;
    }
    .tab-container .tab-content .tab-pane{
        padding: 0!important;
    }
}

.accordion-item {
    color: #606060;
    background-color: transparent;
    /*border: 0;
    */border-color: #0000003b;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.accordion-item:first-of-type {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-top: 0 !important;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.accordion-button{
    font-size: 1.2rem;
    font-weight: bold;
    background-color: transparent !important;
    padding-left: 0;
    padding-right: 0;
}
.accordion-button:not(.collapsed) {
    color: #000000;

    background-color: transparent !important;
    box-shadow: none;
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
  }
  .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  }
  .accordion-button::after {
    transition: all 0.5s;
  }
  .accordion-body{
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }



@media (min-width:992px) {
    .info-arc-wrap{
        padding-top: 200px;
    }
      .info-arc-container{
        width: 500px;
        position: relative;
        height: 250px;
        /* overflow: hidden; */
        margin-left: auto;
        margin-right: auto;
      }

      .info-arc-container::after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 20px;
        background-color: #f5f5f7;
        background: linear-gradient(to top, rgb(128 128 128 / 9%), rgb(255 255 255 / 0%));
        margin: auto;
    }

      .info-arc {
        position: absolute;
        width: 500px;
        height: 500px;
        border-radius: 50rem;
        -webkit-border-radius: 50rem;
        -moz-border-radius: 50rem;
        -ms-border-radius: 50rem;
        -o-border-radius: 50rem;
        /*background: conic-gradient(red, orange, yellow, green, blue);
        *//*background: conic-gradient(red 0deg, orange 90deg, yellow 180deg, green 270deg, blue 360deg);
        */background: conic-gradient(#4985d8 20deg, #7eadec 20deg 54deg, #000 54deg 90deg, #5f656e 270deg 306deg, #b8bfb8 306deg 340deg, #4985d8 336deg);
    }

    .info-arc::after {
        content: '';
        width: 100%;
        height: 250px;
        background-color: #ffffff;
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .info-arc::before {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        /*transform: translate(0%, 0%);
        */width: calc(100% - 150px);
        height: calc(100% - 150px);
        background-color: #ffffff;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

    .info-arc-container .ark-lable {
        border: 6px;
        box-sizing: border-box;
        position: absolute;
        width: calc(500px - 75px);
        /* height: calc(500px - 150px); */
        opacity: 0;
        transform: rotate(0deg);
        transition: transform ease-in 0.7s, opacity ease 1s;
        /* background-color: #00000010; */
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .info-arc-container .ark-lable .pointer {
        line-height: 1.2;
        font-size: 0.85rem;
        font-weight: 500;
        color: #fff;
        box-sizing: border-box;
        position: absolute;
        left: calc(-65px + 5px);
        height: 50px;
        top: calc(50% - 25px);
        width: 125px;
        transform: rotate(50deg);
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(50deg);
        -ms-transform: rotate(50deg);
        -o-transform: rotate(50deg);
        text-align: center;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
    }


    .info-arc-container .ark-lable-content {
        border-radius: 100%;
        box-sizing: border-box;
        position: absolute;
        /* height: 110px; */
        top: calc(50% - 70px);
        left: -220px;
        /* width: 110px; */
        transform: rotate(0deg);
        transition: all ease 0.8s;
    }

    .ark-lable-content-inner{
        /* height: 120px; */
        width: 150px;
        text-align: center;
        font-size: .85rem;
        line-height: 1.3;
    }
    .ark-lable-content-inner p{
        margin-bottom: 0;
    }
    .ark-lable-content-inner img{
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
    }

    .ark-lable {
        opacity: 0;
        transform: rotate(var(--rotation, 0deg)) scale(0.8);
        will-change: transform, opacity;
        transform-style: preserve-3d;
        backface-visibility: hidden;
      }

      .ark-lable.bounce-in {
        animation: bounceInRotate 0.6s ease-out forwards;
        transform: rotate(var(--rotation)) scale(1); /* clean final state */
      }
/*
      .ark-lable * {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      } */

      @keyframes bounceInRotate {
        0% {
          opacity: 0;
          transform: rotate(var(--rotation)) scale(0.8);
        }
        50% {
          opacity: .5;
          transform: rotate(var(--rotation)) scale(1.15);
        }
        70% {
            opacity: .8;
          transform: rotate(var(--rotation)) scale(0.95);
        }

        100% {
            opacity: 1;
          transform: rotate(var(--rotation)) scale(1);
        }
      }
}
@media (max-width:991px) {
    .ark-lable-container{
        margin-top: 2rem;
    }

    .ark-lable{
        border-radius: 1rem;
        border: 1px solid #000;
        overflow: hidden;
        margin-left: 15px;
        margin-right: 15px;
        line-height: 1.3;
    }
    .ark-lable .pointer{
        padding: 15px;
        text-align: center;
        color: #fff !important;
        font-weight: bold;
        font-size: 1.2rem;
        min-height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ark-lable .ark-lable-content{
        padding: 15px;
    }
    .ark-icon{
        width: 45px;
        height: 45px;
        margin-bottom: 15px;
    }
}

.infoGraphic {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .infoGraphic > li {
    position: relative;
    background: #00000000;
    border-radius: 0.5em;
    padding: 0.5em;
    z-index: 1;
    transition: all 0.2s;
    cursor: pointer;
  }
  .infoGraphic li .numberWrap {
    position: absolute;
  }
  .infoGraphic li .coverWrap {
    transform: rotate(130deg);
    position: absolute;
    width: 18em;
    height: 15em;
    left: -4em;
    top: -3em;
    z-index: -1;
  }
  .infoGraphic li .coverWrap .numberCover {
    position: absolute;
    background: #F2F3F5;
    width: 18em;
    height: 6em;
    border-radius: 50% 50% 0 0;
    border-bottom: 3px solid #F2F3F5;
    transition: all 0.4s;
  }
  .infoGraphic li .coverWrap .numberCover::before {
    position: absolute;
    content: "";
    bottom: 5px;
    left: 4em;
    right: 4em;
    top: 5em;
    box-shadow: 0 0 30px 17px #48668577;
    border-radius: 100px / 10px;
    z-index: -1;
  }
  .infoGraphic li .coverWrap .numberCover::after {
    position: absolute;
    bottom: 0;
    content: "";
    left: -10%;
    width: 120%;
    height: 150%;
    background: radial-gradient(at bottom, #48668533, transparent, transparent);
    z-index: 1;
  }

  .infoGraphic li:hover .coverWrap .numberCover {
    border-radius: 100%;
  }
  .info-media-card .item-text {
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
  }

  .info-media-card {
    position: relative;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
}
  @media (max-width:767px) {
    .info-media-card{
        max-width: 280px;
        padding: 20px;
        border: 1px solid #000;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
    }
    .coverWrap {
        left: -4em !important;
        top: -1em !important;
    }
  }
  /* .info-media-card-mobile-slider .slick-list{
    padding-right: 60px;
  } */
.info-model-bg{
    background: #F0F0F1;
}
  .info-model-card{
    position: relative;
    transition: 0.3s ease-in-out;
    border-radius: 10px;
    overflow: hidden;
  }
  .info-model-card::before{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: url('../img/info-model-card-bg-img.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  .info-model-body {
    background: #3D50FFF2;
    padding: 20px;
    width: calc(100% - 50px);
    height: calc(100% - 80px);
    position: absolute;
    inset: 0;
    margin: auto;
    border-radius: 18px;
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    transition: .3s ease-in-out;
}
/* .info-model-card:hover::before, .info-model-card:hover .info-model-body, .info-model-card-mobile-slider .slick-active .info-model-card::before, .info-model-card-mobile-slider .slick-active .info-model-card .info-model-body{
    opacity: 1;
} */
.info-model-card::before,
.info-model-card .info-model-body {
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* .info-model-card:hover::before,
.info-model-card:hover .info-model-body,
.info-model-card-mobile-slider .slick-active .info-model-card::before,
.info-model-card-mobile-slider .slick-active .info-model-card .info-model-body {
    opacity: 1;
} */
.info-model-card:hover::before,
.info-model-card:hover .info-model-body{
    opacity: 1;
}

/* override everything when deactivated */
.info-model-card.deactivate::before,
.info-model-card.deactivate .info-model-body {
    opacity: 0 !important;
}
.info-btn-close {
    position: absolute;
    top: 0;
    right: 0;
}
.btn-close {
    padding: 6px;
    font-size: 10px;
}

.btn-close {
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    background-color: #000000;
    opacity: 1;
    border-radius: 50rem;
    -webkit-border-radius: 50rem;
    -moz-border-radius: 50rem;
    -ms-border-radius: 50rem;
    -o-border-radius: 50rem;
}

@media (max-width:767px) {
    .info-model-card{
        margin-right: 15px;
    }
    .info-model-body {
        justify-content: start;
    }
}
.info-list-card li{
    position: relative;
    padding-left: 120px;
}
.info-list-card li:not(:last-child){
    margin-bottom: 25px;
}
.info-icon-element{
    position: absolute;
    left: 0;
    top: 0;
}

.slider-nav .slick-prev::before {
    content: '\f053';
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    font-size: 14px;
}
.slider-nav .slick-next::before {
    content: '\f054';
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    font-size: 14px;
}
@media (max-width:600px) {
    .info-icon-element{
        width: 70px !important;
    }
    .info-list-card li {
        position: relative;
        padding-left: 70px;
    }
}
.slider-nav .slick-arrow {
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.slider-nav .slick-arrow.slick-prev {
    left: -40px;
}
.slider-nav .slick-arrow.slick-next {
    right: -40px;
}
@media (max-width: 600px) {
    .slider-nav .slick-arrow.slick-prev {
        left: -15px;
    }
    .slider-nav .slick-arrow.slick-next {
        right: -15px;
    }
}