﻿
/*header css starts*/
@font-face {
    font-family: 'poppinsextrabold';
    src: url('fonts/poppins-extrabold-webfont.woff2') format('woff2'), url('fonts/poppins-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsregular';
    src: url('fonts/poppins-regular-webfont.woff2') format('woff2'), url('fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsmedium';
    src: url('fonts/poppins-medium-webfont.woff2') format('woff2'), url('fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinssemibold';
    src: url('fonts/poppins-semibold-webfont.woff2') format('woff2'), url('fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsbold';
    src: url('fonts/poppins-bold-webfont.woff2') format('woff2'), url('fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: 'poppinsregular' !important;
    font-weight: normal;
    font-style: normal;
}


.card-wrapper {
    width: 50%;
}

.card-box {
    background: #0a229c;
    padding: 35px;
    border-radius: 20px;
    text-align: left;
    margin: 30px 15px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 4px 2px #fff;
    transition: 0.1s all ease;
    min-height: 165px;
    background: url('../home/Card-bg.png')no-repeat;
    background-position-x: right;
    max-height: 30vh;
}

    .card-box:hover {
        transition: 0.1s all ease;
        box-shadow: 0px 0px 6px 4px #fff;
    }

.icon {
    margin-bottom: 20px;
    position: absolute;
    top: -20px;
    left: 0;
}

.small-font {
    display: block;
    color: #3fd4cc;
    font-size: 14px;
    margin-bottom: 5px;
}
/* Container DIV */
.vert {
    width: 100%;
}

    /* Clip DIV */
    .vert .simply-scroll-clip {
        width: 100%;
    }

    .vert .simply-scroll-list li {
        width: 214px;
        height: 90px;
        display: flex;
        margin-bottom: 1rem;
        justify-content: space-between;
        width: 100%;
    }

.stats-wrapper {
    background: rgba(8, 31, 81,0.8);
    padding: 30px 20px;
    border-radius: 15px;
    width: 400px;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
}

#section05 .stats-wrapper {
    flex-flow: column;
}

    #section05 .stats-wrapper .stats-title {
        margin-left: 0;
        margin-top: 10px;
    }

.stats-title {
    margin-left: 15px;
    text-align: left;
}

    .stats-title h2 {
        font-size: 30px;
    }

    .stats-title h6 {
        font-size: 14px;
        color: #fff;
        margin-bottom: 0;
    }

.stats-slider {
    height: 25vh !important;
}

.swiper-pagination.stats-pagination {
    bottom: 0;
    left: auto;
    right: 0;
    text-align: right;
}

    .swiper-pagination.stats-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
        cursor: pointer;
        margin-right: 5px;
    }

.equal-width {
    width: 50%;
}


#section9 .swiper-button-prev, #section9 .swiper-container-rtl .swiper-button-next {
    left: auto;
    right: 40px;
}

#section9 .swiper-button-next, #section9 .swiper-button-prev {
    top: auto;
    bottom: -8px
}

    #section9 .swiper-button-next:focus, #section9 .swiper-button-prev:focus {
        outline: none;
    }

    #section9 .swiper-button-next:after, #section9 .swiper-button-prev:after {
        font-size: 14px;
        width: 30px;
        height: 28px;
        text-align: center;
        line-height: 28px;
        border-radius: 50%;
        background: #225fac;
        color: #fff;
    }

.yt-videos .swiper-slide {
    height: 60vh;
    -webkit-align-items: inherit;
    align-items: inherit;
}

#section9 .swiper-button-next, #section9 .swiper-container-rtl .swiper-button-prev {
    right: -35px;
    left: 0;
    margin: 0 auto;
}

#section9 .swiper-button-prev, #section9 .swiper-container-rtl .swiper-button-next {
    left: -35px;
    right: 0;
    margin: 0 auto;
}

.case-study-card {
    background: #fff;
    border-radius: 20px;
    transition: 0.4s all ease;
}

.post-img img {
    width: 100%;
    border-radius: 20px;
}

.post-detail {
    padding: 20px;
}

    .post-detail h5 {
        font-weight: 600;
    }

.case-study-card.active {
    background: #022468;
    transition: 0.4s all ease;
}

.post-detail h5, .post-detail p {
    color: #0a229c;
    transition: 0.4s all ease;
}

.post-detail h5 {
    line-height: 1.5;
}

.case-study-card.active .post-detail h5, .case-study-card.active .post-detail p {
    color: #fff;
    transition: 0.4s all ease;
}

.quote-wrapper img {
    margin: 0 auto;
    display: block;
}

.quote-wrapper .position-absolute {
    top: 60%;
    transform: translateY(-60%);
    left: 0;
    right: 0;
    text-align: center;
}

.quotes {
    font-size: 30px;
    line-height: 1.5;
    color: #fff;
    font-family: 'poppinsmedium';
}

.awards-wrap li {
    text-align: center;
    margin: 10px;
    box-shadow: 0px 0px 3px 1px rgba(255,255,255,0.43);
    -webkit-box-shadow: 0px 0px 3px 1px rgba(255,255,255,0.43);
    -moz-box-shadow: 0px 0px 3px 1px rgba(255,255,255,0.43);
    padding: 7px;
    border-radius: 10px;
}

.awards h4 {
    font-size: 14px;
    text-align: center;
    /*background-image: linear-gradient(to right, #190f67, #161d72, #132a7c, #103586, #0f418f, #0f4391, #0f4693, #0f4895, #0e4290, #0e3d8b, #0e3786, #0f3181);*/
    margin-bottom: 0;
    padding: 0 10px;
    line-height: 2;
}

.simply-scroll #scroller_clients.simply-scroll-list li img {
    height: 100px;
}

.client-slider .simply-scroll {
    height: 120px;
}
/*home css ends*/

.pp-tableCell {
    /*background: url('../home/bg desk.png') no-repeat;*/
}

.svg-img img {
    width: 100%;
    height: 350px;
}

.svg-img {
    height: 300px;
    margin-top: -65px;
    display: block;
}

.features-wrap {
    flex-wrap: wrap;
}

    .features-wrap .stats-wrapper {
        margin: 15px;
        width: calc(33.33% - 30px);
    }

.product-sec {
    background: url('../home/KF-Products.png') no-repeat;
    background-size: 100%;
}
/*contact us page css starts*/
.contactus-sec .banner-details {
    justify-content: left;
}


.padding {
    padding: 100px 0 0;
}

section.point-of-contact.padding {
    margin-top: 150px;
}

.grey-card {
    background: #f7f7f7;
    padding: 30px;
    margin-bottom:15px;
    height: calc(100% - 15px);
}

.address-name {
    font-size: 22px;
    color: #00194c;
}

.font-icon {
    color: #d3d3d3;
    margin-right: 15px;
    font-size: 16px;
    line-height: 1.5;
}

.address, .address a {
    font-size: 16px;
    line-height: 1.5;
    color: #00194c;
    margin-bottom: 0;
}

.point-of-contact-slider .swiper-slide {
    flex-flow: column;
    justify-content: left;
    text-align: left;
    align-items: flex-start;
    padding: 20px 0;
    border-right: 1px solid #d3d3d3;
    min-height: 150px;
}

.point-of-contact-slider.swiper-container-horizontal > .swiper-pagination-bullets, .point-of-contact-slider .swiper-pagination-custom, .point-of-contact-slider .swiper-pagination-fraction {
    bottom: 0;
}

.point-of-contact-slider .swiper-slide:last-child {
    border-right: 0;
}

.our-presence {
    background: url('../home/contactus-bg.png') no-repeat;
    background-size: cover;
}

.location-img {
    margin-bottom: 10px;
}

    .location-img img {
        width: 100%;
    }

.our-presence .address-name {
    margin-bottom: 0;
}

.other-location {
    margin-top: 50px;
}

    .other-location ul li {
        border-right: 1px solid #d3d3d3;
        padding: 0 10px;
        width: 20%;
    }

        .other-location ul li:last-child {
            border-right: 0;
        }

.img-wrap img {
    width: 65%;
}

section.contact-form-sec {
    position: absolute;
    top: 15%;
    background: #fff;
    padding: 30px;
    right: 15%;
    z-index: 2;
    box-shadow: 0px 0px 3px 2px #f1f1f1;
    border-radius: 10px;
    width: 30%;
}



label {
    font-size: 14px;
    color: #898989;
}

.contact-form-sec .form-control {
    color: #00194c;
    font-size: 14px;
    border-bottom: 1px solid #d3d3d3;
    border-radius: 0;
    padding: .375rem 0;
}

    .contact-form-sec .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #d3d3d3;
    }

    .contact-form-sec .form-control::-moz-placeholder { /* Firefox 19+ */
        color: #d3d3d3;
    }

    .contact-form-sec .form-control:-ms-input-placeholder { /* IE 10+ */
        color: #d3d3d3;
    }

    .contact-form-sec .form-control:-moz-placeholder { /* Firefox 18- */
        color: #d3d3d3;
    }

img#CaptchaImage {
    margin-bottom: 10px;
}

div#captcha a {
    margin-bottom: 10px;
    display: inline-block;
    color: #00194c;
    font-family: 'poppinsmedium';
}

input#CaptchaInputText {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #d3d3d3;
    padding: .375rem 0;
    margin-bottom: 15px;
}

div#captcha {
    font-size: 14px;
    color: #898989;
}

span.compass a {
    color: #0d2a9c;
}

.width-100 {
    width: 100%;
}

.text-overlay {
    position: absolute;
    bottom: 0;
    padding: 20px;
    min-height: 120px;
    background: rgba(255,255,255,0.8);
    width: 100%;
}
/*contact us page css ends*/
#pp-nav li .active span, .pp-slidesNav .active span {
    background: #fff !important;
}
/*knowledge center css starts*/


.knowledge-center-sec .banner-text {
    padding: 50px 0 20px;
}

.knowledge-video iframe {
    width: 100%;
    height: 60vh;
    border-radius: 20px;
}

.center-navigation-btn .swiper-button-next, .center-navigation-btn .swiper-button-prev {
    top: auto;
    bottom: 0;
}

/*.swiper-container.knowledge-video-slider {
    height: 70vh
}*/

.swiper-container.podcast-slider {
    height: 40vh
}

.swiper-container.center-navigation-btn .swiper-slide {
    align-items: inherit;
}

.center-navigation-btn .swiper-button-prev {
    left: 50%;
}

.center-navigation-btn .swiper-button-next {
    right: 45%;
}

    .center-navigation-btn .swiper-button-next:after, .center-navigation-btn .swiper-button-prev:after {
        font-size: 14px;
        background: #00194c;
        width: 30px;
        height: 26px;
        line-height: 27px;
        text-align: center;
        border-radius: 50%;
        color: #fff;
    }

.knowledge-video .subscribe-btn {
    box-shadow: 0px 0px 4px 2px #f1f1f1;
}

.knowledge-video .form-control {
    color: #00194c;
}

    .knowledge-video .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #00194c;
    }

    .knowledge-video .form-control::-moz-placeholder { /* Firefox 19+ */
        color: #00194c;
    }

    .knowledge-video .form-control:-ms-input-placeholder { /* IE 10+ */
        color: #00194c;
    }

    .knowledge-video .form-control:-moz-placeholder { /* Firefox 18- */
        color: #00194c;
    }

.date, .lang {
    font-size: 14px;
    color: #898989;
    margin-top: 5px;
    font-family: 'poppinsregular';
}

.blog-title {
    font-size: 15px;
    color: #00194c;
    line-height: 1.5;
    font-family: 'poppinsmedium';
    margin: 10px 0;
}

.blog-con p {
    font-size: 14px;
    color: #00194c;
    line-height: 1.5;
    font-family: 'poppinsregular';
}

a:hover {
    text-decoration: none;
}

.podcast-wrap {
    border-radius: 20px;
    margin-top: 50px;
}

.podcase-brief {
    padding: 10px;
}

img.podacstbg.img-fluid {
    border-radius: 10px;
    min-height: 150px;
}

.podacast-person {
    position: absolute;
    z-index: 2;
    top: -30%;
    left: 10px;
}

img.user-detailed-img {
    border-radius: 50%;
    height: 75px;
    width: 75px;
    padding: 2px;
    margin-top: 0px !important;
}

.podcast-mic {
    position: absolute;
    right: 1%;
    top: 10%
}

.blog-category {
    position: absolute;
    bottom: 0px;
    color: #fff;
    font-weight: 600;
    background: rgba(13, 43, 156,0.6);
    width: 100%;
    padding: 10px;
}

.article-detail {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 2px 2px #f1f1f1;
    border: 1px solid #dadce0;
    margin-bottom: 15px;
    height: calc(100% - 15px );
}

.blog-img img {
    border-radius: 20px;
}

.blog-desc {
    padding: 10px;
    min-height: 200px;
}

.btn.btn-primary.blue-btn {
    background: #00194c;
    margin-top: 15px;
}

    .btn.btn-primary.blue-btn:hover {
        transition: 0.4s all ease;
        box-shadow: 2px 2px 19px 0px rgb(13 43 156 / 75%);
        -webkit-box-shadow: 2px 2px 19px 0px rgb(13 43 156 / 75%);
        -moz-box-shadow: 2px 2px 19px 0px rgba(13,143,156,0.75);
    }

.category-wrap {
    box-shadow: 0px 0px 4px 2px #f1f1f1;
    margin: 50px 0;
    border-radius: 20px;
    background: #fff;
}

    .category-wrap p, .blue-font {
        color: #00194c;
    }

    .category-wrap.padding {
        padding: 50px;
    }

.categories-sec .nav-fill .nav-item {
    margin-bottom: 2rem;
}

.categories-sec .nav-link {
    display: block;
    padding: 1rem 1rem;
    color: #00194c;
}

a:hover {
    color: #ff8500;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: #00194c;
    border-radius: 20px;
}

.popluar-blog {
    display: block;
    border: 1px solid #dadce0;
    padding: 10px;
    border-radius: 10px;
    height: 100%;
}

.blog-con {
    min-height: 150px;
}

.blog-sec {
    background: url('../../Content/home/bluebg-2.png') no-repeat;
    background-size: cover;
}

.wrap-bg {
    background: url('../../Content/home/bluebg-1.png') no-repeat;
    background-size: cover;
}

.popular-blog-banner {
    border-bottom: 1px solid #00194c;
}

.sub-menu .nav-item {
    color: #00194c;
    display: flex;
    align-items: center;
    font-size: 14px;
}

    .sub-menu .nav-item img {
        margin-right: 10px;
    }

.align-bottom {
    position: absolute;
    bottom: 30px;
}
/*knowledge center css ends*/
/*newsbyte css starts*/


.newsbyte-con {
    background: #fff;
    margin-top: 30px;
    box-shadow: 0px 0px 2px 3px #f1f1f1;
    padding: 20px;
    border-radius: 10px;
}

.newsbyte-date h5 {
    font-size: 14px;
    color: #898989;
    padding-right: 15px;
    border-right: 1px solid #d3d3d3;
    margin-right: 15px;
    margin-bottom: 0;
}

.tag-date {
    align-items: center;
    margin-bottom: 15px;
}

.tags a {
    font-size: 14px;
    padding: 0 10px;
    color: #ff8500;
}

.tag-icon {
    margin-right: 5px;
}

.newsbyte-img {
    min-height: 20vh;
    object-fit: contain;
}

.tags {
    text-decoration: underline;
}

input#tagsearch, .serach-icon {
    color: #00194c;
}

.list-item a {
    color: #00194c;
    padding: 10px;
    line-height: 1.5;
    display: inline-block;
}

    .list-item a:hover {
        color: #ff8500;
    }

spna.searcg-icon .fa-search {
    font-size: 25px;
    color: #00194c;
}

.search-bar {
    display: flex;
    align-items: center;
    border: 1px solid #00194c;
    border-radius: 10px;
    padding: 10px;
    width: 50%;
    margin: 2rem auto;
}

a#viewMore {
    margin: 2rem 0;
    display: inline-block;
    color: #00194c;
}

.tags-sec {
    background: url('../../Content/home/bluebg-2.png') no-repeat;
    background-size: cover;
}

.tag-wrap {
    box-shadow: 0px 0px 4px 2px #f1f1f1;
    margin: 50px 0;
    border-radius: 20px;
    background: #fff;
    padding: 50px;
}


/*#pills-tabContent-knowledge {
    margin-top: -30%;
}*/
.knowledge-tabs .nav-pills .nav-link {
    border-radius: 50% 50% / 100% 0 100% 0;
    width: 300px;
    height: 50px;
    text-align: left;
    line-height: 40px;
    background: #fff;
    color: #00194c;
    font-size: 18px;
    font-family: 'poppinsmedium';
    padding: .5rem 2rem;
    padding-left: 105px;
}

.tab-margin {
    margin-left: -120px;
    margin-top: -1px;
}

.knowledge-tabs .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: #ff8500;
    color: #fff;
    padding-left: 0;
    text-align: center;
}

.fixed-tab {
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 999;
    width: 200px !important;
}

section.newsbyte-sec.section-bg, section.newsbyte-sec.section-bg:after {
    background-attachment: fixed;
}

.newsbyte-sec .banner-text {
    width: 100%;
}
/*newsbyte css ends*/
/*articles css starts*/
.knowledge-tabs {
    width: 60%;
    display: flex;
    justify-content: flex-end;
}

.white-font {
    color: #fff !important;
}

.article-detail:hover {
    box-shadow: 0px 0px 4px 2px #f1f1f1;
}

.articles-sec .banner-details {
    padding: 20px 0 20px;
}

.articles-sec .knowledge-tabs {
    width: inherit;
}

.top-article-sec {
    background: url('../../Content/home/bluebg-1.png') no-repeat;
    background-position: bottom;
}

    .top-article-sec .article-detail {
        margin-bottom: 50px;
        height: calc(100% - 50px);
    }

.blog-con.article-con {
    min-height: inherit;
}

.top-article-sec .blog-desc {
    min-height: 120px;
}

.blog-img {
    height: 150px
}

    .blog-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    
.trending-blog-desc a {
    color: #00194c;
}
.margin-top-large{
    margin-top:10px;
}
/*artilces css ends*/
/*scheduledemo css starts*/
.section-bg {
    background: url('../images/utopia/Solution-bg.png') no-repeat;
    background-position: bottom;
    background-size: cover;
    position: relative;
    z-index: 1;
}

    .section-bg:after {
        content: "";
        background: url('../../Content/home/filter-desk.png');
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-position: bottom;
        background-size: cover;
        z-index: -1;
        display: none;
    }

.scheduledemo-sec .filter {
    min-height: 100vh;
}

.scheduledemo-sec .banner-details {
    justify-content: left;
}

    .scheduledemo-sec .banner-details .banner-text {
        width: 60%;
    }

.schedule-wrap h6 {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #00194c;
    font-family: 'poppinsmedium';
    font-weight: 600;
    margin-bottom: 2rem;
}

.card-container {
    box-shadow: 0px 0px 2px 1px #f1f1f1;
    margin: 50px 0;
    border-radius: 20px;
    background: #fff;
    padding: 50px;
}

li {
    font-size: 14px;
    line-height: 1.5;
    color: #00194c;
}

.disc {
    list-style-type: disc;
}

::marker {
    color: #ff8500;
}

.schedule-wrap {
    background: url('../../Content/home/schedule-bg2.png') no-repeat;
    background-size: cover;
}

.latest-article p {
    color: #00194c;
}

.latest-article .blog-con {
    min-height: initial;
}

.latest-article .blog-img {
    height: 50vh;
}

/*#pills-tabContent-article {
    margin-top: calc(100vh - 82%);
}*/

.articles-content-sec {
    position: relative;
    z-index: 1;
}

.popular-detail p {
    color: #00194c;
}

.popular-detail.article-detail {
    padding: 20px;
}
/*scheduledemo css ends*/
/*about us css starts*/
.about-sec .banner-text, .careers-sec .banner-text {
    width: 100%;
}
section.about-sec.section-bg{
    max-height:100vh;
}
.about-us-video {
    margin-top: 2rem;
}

    .about-us-video iframe {
        width: 100%;
        height: 70vh !important;
    }
.about-us-video {
    width: 80%;
   
    margin:0 auto;
}

.bold {
    font-weight: 600;
}

.about-con p {
    margin-bottom: 10px;
}

p.blue-font {
    font-size: 14px;
}

.margin-0 {
    margin: 0 !important;
}

.linkdin-btn {
    display: inline-block;
    font-size: 25px;
}

.team-img img {
    filter: grayscale(0.9);
    -webkit-filter: grayscale(0.9);
    transition: all 0.3s ease;
}
.img-wrap.team-img {
    overflow: hidden;
    border-radius:10px
}
.team-img img:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    transition: all 0.3s ease;
    transform: scale(1.1);
    overflow: hidden;
}
    .border-bottom {
        margin: 50px 0;
    }

.leadership-sec {
    background: url('../../Content/home/bluebg-1.png') no-repeat;
    background-size: cover;
}

.team-gallery-sec {
    background: url('../../Content/home/bluebg-2.png') no-repeat;
    background-size: cover;
}



.name {
    font-size: 16px;
    color: #fff;
    padding: 10px;
    text-align: left;
    font-weight: 600;
}

.designation {
    font-size: 13px;
    color: #fff;
    text-align: left;
    padding: 0 10px;
}

.team-gallery-sec {
    margin-bottom: 50px;
}

.section-bg p {
    font-size: 14px;
}

.btns .btn.btn-primary.blue-btn {
    margin-top: 0;
}

.job-card {
    box-shadow: 0px 0px 3px 4px #f1f1f1;
    padding: 10px;
    margin-top: 20px;
    border-radius: 10px;
    background: #fff;
}

.job-title {
    font-size: 18px;
    color: #00194c;
    margin: 10px 0;
    font-weight: 600;
    font-family: 'poppinsmedium';
}

.job-subtitle {
    font-size: 14px;
    color: #00194c;
    font-family: 'poppinsmedium';
}

.qualification {
    color: #00194c;
    font-size: 14px;
    line-height: 1.5;
    margin: 20px 0;
    min-height: 80px;
}

.btns {
    margin-bottom: 15px;
}

.opening-sec {
    background: url('../../Content/home/bluebg-1.png') no-repeat;
    background-size: cover;
}

.motivational-slider.center-navigation-btn .swiper-button-prev {
    left: 10px;
}

.swiper-container.motivational-slider {
    min-height: 30vh;
    margin-left: 30px;
}

.motivational-slider.center-navigation-btn .swiper-button-next {
    right: auto;
    left: 45px;
}

.swiper-container.bestlife-slider {
    min-height: 30vh;
}

ul.reachout-links li a {
    color: #00194c;
    font-size: 16px;
    font-weight: 600;
    font-family: 'poppinsmedium';
}

ul.reachout-links {
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 10px 0;
}

    ul.reachout-links li {
        padding: 10px;
        border-right: 1px solid #d3d3d3;
    }

        ul.reachout-links li:last-child {
            border-right: 0;
        }

.reachout-sec {
    background: url('../../Content/home/bluebg-2.png') no-repeat;
    background-size: cover;
}
/*about us css ends*/
/*apply now css starts*/
.applynow-sec .banner-text {
    width: 100%;
}

section.opening-sec-wrap {
    margin-top: -30%;
    position: relative;
    z-index: 1;
}

.opening-sec-wrap .qualification {
    min-height: initial;
}

textarea {
    resize: none;
}

input:focus-visible {
    outline: none;
}

/*[type=file] {
    opacity: 0;
    position: absolute;
    z-index: 4;
    overflow: hidden;
    padding: 1rem 50px;
}

    [type=file] + label {
        background: #00194c;
        border: none;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: inherit;
        font-weight: 500;
        margin-bottom: 1rem;
        outline: none;
        padding: 1rem 50px;
        position: relative;
        transition: all 0.3s;
        vertical-align: middle;
    }

        [type=file] + label:hover {
            background-color: #ff8500;
        }*/

/*apply now css ends*/
/*articles deatiled page css starts*/
.articles-detail-sec .banner-text {
    width: 100%;
}

.article {
    /*margin-top:calc(100vh - 85%);*/
    position: relative;
    z-index: 1;
}

.article-banner {
    height: 50vh;
}

.margin-left {
    margin-left: 10px;
}

.sociall-links ul {
    display: flex;
}

    .sociall-links ul li {
        border-right: 1px solid #d3d3d3;
    }

        .sociall-links ul li:last-child {
            border-right: 0;
        }

        .sociall-links ul li a {
            color: #00194c;
            padding: 0 10px;
        }

.article-desc p {
    color: #00194c;
    line-height: 1.5;
    font-size: 14px;
}

.article-desc {
    margin: 20px 0;
}

.article-con .tags a {
    padding: 0;
    padding-right: 20px;
}

.article-subtitle a {
    color: #00194c;
    font-size: 14px;
}

.popular-detail.article-detail {
    padding: 20px;
    height: 100%;
}

.article-banner img {
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
    display: block;
}

h4.article-subtitle {
    color: #00194c;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1;
}

.blog-desc p {
    color: #00194c;
    font-size: 14px;
    line-height: 1.5;
}

.article .blog-desc {
    padding: 30px;
}

.blue-bg {
    background: url('../../Content/home/bluebg-1.png') no-repeat;
    background-size: cover;
}

.video-box {
    border: 1px solid #d3d3d3;
    height: 100%;
    padding: 20px;
    border-radius: 20px;
}

    .video-box .img-wrap, .video-box .img-wrap img {
        width: 100%;
        height: 180px;
    }

h6.video-title {
    font-size: 16px;
    line-height: 1.5;
    color: #00194c;
    margin-bottom: 0;
    margin-top:10px;
}

.related-video-sec {
    margin-bottom: 50px;
}
/*articles detailed page  css ends*/
/*podcast css starts*/
.podcast-sec .banner-text {
    width: 100%;
}

section.podcast-page-sec {
    position: relative;
    z-index: 1;
}
/*section.podcast-page-sec {
    margin-top: calc(100vh - 85%);
}*/
.podcast-handler {
    margin-top: 80px;
}

.podcast-banner-img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.podcast-handler .podacast-person {
    top: -10%;
}

.podcast-handler img.user-detailed-img {
    width: 100px;
    height: 100px;
}

.podcast-wrap .date {
    color: #898989;
}

.podcast-wrap .blog-title {
    color: #fff;
}

.custom-select.lang-select {
    margin-left: 10px;
}



.player-detail {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #022468;
    text-align: center;
}

a.prev-podcast {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    color: #fff;
    left: 10px;
}

a.next-podcast {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    color: #fff;
    right: 10px;
}

.menu-icon {
    margin-right: 5px;
}

.mejs__controls:not([style*='display: none']) {
    background: #022468;
}

.transcript-detail p {
    color: #00194c;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.blue-bg-color {
    background: #00194c;
}

th {
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
}

td {
    font-size: 13px;
    line-height: 1.5;
    color: #00194c;
}

.light-thead th {
    color: #898989;
}

h5.small-title {
    font-size: 16px;
    color: #ff8500;
    padding: 10px;
    margin-top: 10px;
    font-weight: 600;
}

.overlay {
    position: absolute;
    width: 73%;
    height: 100%;
    background: #dad5d5a6;
    top: 0;
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 20px;
}

.popup {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    z-index: 3;
    width: 60%;
    padding: 30px;
    text-align: center;
    font-size: 14px;
    color: #00194c;
    line-height: 1.5;
}

    .popup h2 {
        font-size: 20px;
        line-height: 1.5;
        font-weight: 600;
    }

.research-sec {
    position: relative;
    z-index: 1;
}

table#auctiontable {
    border: 1px solid #d3d3d3;
}

.margin-bottom {
    margin-bottom: 1rem;
}

.nav.nav-pills {
    width: 80%;
    margin: 30px auto;
}

.categories-sec .nav {
    background: rgba(13, 43, 156, 0.2);
    border-radius: 20px;
}

.categories-sec .nav-fill .nav-item {
    margin-bottom: 0;
}

.team-gallery-sec .nav.nav-pills {
    border-right: 1px solid #d3d3d3;
    width: 100%;
    margin: 0;
    padding: 1rem;
}

.team-gallery-sec .nav-pills .nav-link {
    margin-right: 2px;
    line-height: 1.5;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    font-size: 16px;
    color: #00194c;
    margin: 1rem 0;
    padding: 1rem;
}

    .team-gallery-sec .nav-pills .nav-link.active, .team-gallery-sec .nav-pills .show > .nav-link {
        border-bottom-color: #ddd;
        border-right-color: transparent;
        background: #00194c;
        border: none;
        border-radius: 0px;
        margin: 0px;
        position: relative;
        color: #fff;
        border-radius: 10px;
    }

        .team-gallery-sec .nav-pills .nav-link.active::after {
            content: "";
            position: absolute;
            top: 8px;
            right: -10px;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 10px solid #00194c;
            display: block;
            width: 0;
        }

.teamgallery .swiper-slide {
    align-items: start;
}

.team {
    margin-bottom: 30px;
    position: relative;
}

.team-info {
    position: absolute;
    bottom: 1%;
    background: rgba(0, 25, 76,0.5);
    width: 100%;
    border-radius: 20px;
    padding: 10px;
    opacity: 1;
    transition: 0.2s all ease;
    cursor: pointer;
    color: #fff;
}

/*.team:hover .team-info {
    opacity: 1;
    transition: 0.2s all ease;
}*/

.thankyou-con {
    margin-top: 20px;
}

    .thankyou-con p {
        color: #00194c;
        line-height: 1.5;
        text-align: center;
        margin-bottom: 10px;
    }

.thankyou-img img {
    height: 40vh;
}
/*podcast css ends*/
/*case study css starts*/
section.case-stud-sec {
    /*margin-top: calc(100vh - 80%);*/
    position: relative;
    z-index: 1;
}

    section.case-stud-sec .case-study-card {
        margin-bottom: 30px;
        box-shadow: 0px 0px 2px 3px #f1f1f1;
        height: 100%;
    }

.case-study-brief {
    min-height: 200px;
}

    .case-study-brief a {
        color: #00194c;
    }

.post-detail .date {
    color: #898989;
    font-size: 14px;
}

.learning-page-sec {
    /*margin-top:calc(100vh - 80%);*/
    position: relative;
    z-index: 1;
}

.video-summary p {
    color: #00194c;
    margin: 20px 0;
}

.learning-video-detail {
    box-shadow: 0px 0px 3px 2px #f1f1f1;
    border-radius: 20px;
    background: #fff;
}

    .learning-video-detail .embed-responsive {
        margin: 0 auto;
    }

.video-detail {
    padding: 20px;
}

.popular-video-sec {
    background: url('../../Content/home/bluebg-1.png') no-repeat;
    background-size: cover;
}

.video-thumb-img img {
    height: 20vh;
    width: 100%;
}

.popular-video-wrap {
    background: #fff;
    display: block;
    height: 100%;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 1px 1px #f1f1f1;
}

.modal-title {
    color: #00194c;
    font-size: 20px;
}
/*case study css ends*/
/*tags css starts*/
h4.managment-title {
    color: #00194c;
    margin-bottom: 10px;
    font-size: 14px;
}

.category-sec .category-wrap {
    padding: 30px;
    margin: 0
}

.margin-bottom-large {
    margin-bottom: 2rem;
}

a {
    color: #00194c;
}

.social-links li {
    border-right: 1px solid #d3d3d3;
    padding: 0 10px;
}

    .social-links li:last-child {
        border-right: 0;
    }

section.article-page .category-wrap {
    padding: 15px;
    margin: 0;
    height: 100%;
}

span.view-icon {
    text-align: center;
    display: block;
}

.article-con h4 {
    color: #00194c;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
}

section.article-page {
    /*margin-top: calc(100vh - 85%);*/
    position: relative;
    z-index: 1;
}

.money-thum-img img {
    height: 30vh;
    object-fit: contain;
    margin: 0 auto;
    width: 100%;
}

.full-height {
    height: 100%;
}

.terms-and-condition p, .terms-and-condition li {
    font-size: 14px;
    color: #00194c;
    line-height: 1.5;
    margin-bottom: 10px;
}

.terms-and-condition .title {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 24px;
}

.terms-and-condition {
    margin-bottom: 50px;
}
/*tags css ends*/
/*faq css stasts*/
.topics {
    font-size: 18px;
    color: #00194c;
    font-weight: 800;
}

#searchstring {
    color: #00194c;
}

    #searchstring::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #00194c;
    }

    #searchstring::-moz-placeholder { /* Firefox 19+ */
        color: #00194c;
    }

    #searchstring:-ms-input-placeholder { /* IE 10+ */
        color: #00194c;
    }

    #searchstring:-moz-placeholder { /* Firefox 18- */
        color: #00194c;
    }

.faq-box {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0px 0px 2px 4px #f1f1f1;
    text-align: center;
}

    .faq-box img {
        margin-bottom: 20px;
        width:50%;
    }

.faq-title {
    font-size: 18px;
    color: #00194c;
    font-weight: 600;
}

/*faq css ends*/
/*product page css starts*/
.product-con img {
    width: auto;
    margin: 0 auto;
}

.product-con {
    background: #fff;
    border-radius: 20px;
    height: 100%;
    margin-bottom: 30px;
}

h3.product-title {
    color: #00194c;
    font-size: 18px;
    margin-top: 15px;
    line-height: 1.3;
    font-family: 'poppinssemibold';
}

.prouct-detail h4 {
    font-size: 20px;
    color: #00194c;
    font-family: 'poppinssemibold';
    line-height: 1.5;
}

.prouct-detail p {
    font-size: 14px;
    color: #00194c;
    line-height: 1.5;
    margin-bottom: 10px;
}

.img-wrap.corporate-img img {
    height: 50vh;
    margin-top: 30px;
    object-fit: cover;
}

.banner-text p {
    margin-bottom: 5px;
}

.product-con p {
    font-size: 14px;
    color: #00194c;
    line-height: 1.5;
    margin-bottom: 10px;
}

.treasury-sec {
    background: url('../images/home/Banner-bg.png') no-repeat;
    background-position: 100%;
    background-size: 100% 100%;
}

    .treasury-sec.section-bg::after {
        background: url('../../Content/home/KF-products-Desk.png') no-repeat;
        background-position: bottom;
        background-size: cover;
        height: 98%;
        display: none;
    }

    .treasury-sec .banner-details {
        align-items: center;
    }
.product-beacon-sec .banner-img{
    width:100%;
    margin-left:10px;
}
/*product page css ends*/
.knowledge-tabs .nav.nav-pills {
    width: auto;
    margin: 0;
}

.podcast-slider .podcast-wrap .blog-title {
    color: #00194c;
}


.about-us-video .embed-responsive {
    margin: 0 auto;
}

.swiper-container.knowledge-video-slider {
    height: 70vh;
}

    .swiper-container.knowledge-video-slider .swiper-slide {
        height: 60vh;
    }

.audio-wrap {
    position: relative;
    width: 60%;
    margin: 0 auto;
}

audio::-webkit-media-controls-panel {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* We use flex-start here to ensure that the play button is visible even
     * if we are too small to show all controls.
     */
    justify-content: flex-start;
    -webkit-user-select: none;
    position: relative;
    width: 100%;
    z-index: 0;
    overflow: hidden;
    text-align: right;
    bottom: auto;
    height: 100%;
    background-color: #022468;
    border-radius: 5px;
    /* The duration is also specified in MediaControlElements.cpp and LayoutTests/media/media-controls.js */
    transition: opacity 0.3s;
    color: #fff;
    border-color: #00194c;
    outline: none;
    -webkit-appearance: none;
}

audio::-webkit-media-controls-current-time-display,
audio::-webkit-media-controls-time-remaining-display {
    color: #fff;
}

audio::-webkit-media-controls-play-button, audio::-webkit-media-controls-mute-button, audio::-webkit-media-controls-timeline,
audio::-webkit-media-controls-fullscreen-button, audio::-webkit-media-controls-fullscreen-volume-slider, audio::-webkit-media-controls-fullscreen-volume-min-button {
    color: #fff;
}


audio::-webkit-media-controls-mute-button,
audio::-webkit-media-controls-timeline-container,
audio::-webkit-media-controls-current-time-display,
audio::-webkit-media-controls-time-remaining-display,
audio::-webkit-media-controls-timeline,
audio::-webkit-media-controls-volume-slider-container,
audio::-webkit-media-controls-volume-slider {
    color: #fff;
}

audio::-webkit-media-controls-play-button {
    color: #fff !important;
}

audio:focus {
    outline: none;
    border: 0;
}

audio::-webkit-media-controls-enclosure {
    border-radius: 5px;
    background-color: #022468;
    color: #fff;
}

audio::-webkit-media-controls-panel {
    background: #022468;
}

audio {
    width: 100%;
    background: #022468;
}

h2.card-header {
    font-size: 16px;
    color: #00194c;
}

.date.podcast-date-wrap {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #fff;
}

.blog-title.podcast-title-wrap {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
}

.podcase-brief.position-absolute {
    bottom: 5%;
    left: 10px;
}

    .podcase-brief.position-absolute .date, .podcase-brief.position-absolute .lang {
        color: #fff;
        margin-right: 10px;
    }

audio::-webkit-media-controls-play-button {
    color: #fff;
}


audio::-webkit-media-controls-current-time-display,
audio::-webkit-media-controls-time-remaining-display {
    -webkit-appearance: media-current-time-display;
    color: white;
}

audio::-webkit-media-controls-timeline {
    -webkit-appearance: media-slider;
    color: #fff;
}
/*responsive tab css starts*/
.responsive-tabs {
    position: relative;
    z-index: 10;
    /*height: 42px;*/
    overflow: visible;
    border-bottom: none;
}

@media (min-width: 768px) {
    .responsive-tabs {
        display: block;
    }
}

@media (max-width: 768px) {
    .responsive-tabs {
        display: block;
        flex-wrap: initial;
    }

    .team-gallery-sec .nav-pills .nav-link {
        margin: -1px 0;
    }

    div#v-pills-tabContent {
        margin-top: 2rem;
    }
}

.responsive-tabs i.fa {
    position: absolute;
    top: 25px;
    right: 22px;
    color: #fff
}

    .responsive-tabs i.fa.fa-caret-up {
        display: none;
    }

@media (min-width: 768px) {
    .responsive-tabs i.fa {
        display: none;
    }
}

.responsive-tabs a {
    display: none;
    float: none;
}



.responsive-tabs a {
    margin-right: 0;
    background: #fff;
    border: 1px solid #DDDDDD;
}

@media (min-width: 768px) {
    .responsive-tabs a {
        margin-right: 4px;
    }
}

.responsive-tabs a.active {
    display: block;
}

.responsive-tabs a.active {
    border: 1px solid #DDDDDD;
    border-radius: 2px;
}

@media (min-width: 768px) {
    .responsive-tabs a.active {
        border-bottom-color: transparent;
    }
}

@media (min-width: 768px) {
    .responsive-tabs > a {
        display: block;
    }
}

.responsive-tabs.open i.fa.fa-caret-up {
    display: block;
}

@media (min-width: 768px) {
    .responsive-tabs.open i.fa.fa-caret-up {
        display: none;
    }
}

.responsive-tabs.open i.fa.fa-caret-down {
    display: none;
}

.responsive-tabs.open > a {
    display: block;
}

.responsive-tabs.open > a {
    border-radius: 0;
}

.responsive-tabs.open > a {
    border-radius: 2px 2px 0 0;
}

.responsive-tabs.open > a {
    border-radius: 0 0 2px 2px;
}

/*responsive tab css ends*/
section.video-sec.padding {
    /*margin-top: calc(100vh - 88%);*/
    position: relative;
    z-index: 1;
}

.related-article {
    margin-bottom: 2rem;
}

    .related-article .card-container {
        margin: 15px 0;
    }

section.faq-sec.blue-bg.padding {
    padding-bottom: 100px;
}

.banner-filter {
    position: absolute;
    z-index: 0;
    top: 0;
    display: none;
}

.position-absolute.banner-bg {
    z-index: -1;
}

.bestthings-sec .stats-wrapper {
    background: rgba(10,34,156,1);
}

.position-absolute.card-container.investor-detail-left {
    margin: 0;
    left: -15%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.position-absolute.card-container.investor-detail-right {
    margin: 0;
    right: -15%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.graph-img {
    margin: 30px 0;
}

.card-holder {
    padding: 20px;
    border: 1px solid #00194c;
    margin: 10px 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    background: #fff;
    height: calc(100% - 20px);
}

.card-icon {
    margin-right: 20px;
}

.card-detail {
    flex: 1;
}

    .card-detail p {
        font-size: 13px;
        /*font-family: 'poppinssemibold';*/
    }

    .card-detail h3 {
        font-weight: 600;
        margin-bottom: 5px;
        color: #00194c;
        line-height:1.5;
        text-align:left
    }

.nav-tabs {
    border-bottom: 0;
    background: #86a9f14d;
    display: inline-flex;
    border-radius: 20px;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active  {
        color: #fff;
        background-color: #00194c;
        border-color: transparent;
        border-radius: 20px;
    }
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active  a{
        color: #fff;
    }

    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        border-color: transparent;
    }

.nav-link {
    padding: 1rem 2rem;
}

.center-tab {
    text-align: center;
}

#featuretabContent {
    margin-top: 30px;
}

.listing-number {
    font-size: 14px;
    color: #00194c;
    font-family: 'poppinssemibold';
    background: #d2d2d2;
    padding: 10px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

h3.sub-headings {
    color: #00194c;
    display: flex;
    align-items: center;
    margin: 10px 0;
    font-family: 'poppinssemibold';
}

.title-icon {
    margin-right: 15px;
}

.tab-content-details h5, .card-detail h5 {
    font-family: 'poppinssemibold';
    color: #00194c;
    margin-top: 20px;
    line-height: 1.5;
    margin-bottom:10px;
    font-size:16px;
}

.column-reverse {
    flex-direction: row-reverse;
}

.card-wrap {
    margin-right: 20px;
    border-radius: 10px;
    min-height: 340px;
}
.card-icon {
    width: 20%!important;
    margin:0 auto
}
.g-sec, .compliance-sec {
    padding-bottom: 50px;
}

.slick-dots li button:before, .slick-dots li.slick-active button:before {
    color: #00194c;
    font-size: 14px;
}

.card-outer {
    margin: 50px;
    min-height:200px
}

h4.small-title {
    color: #00194c;
    font-size: 18px;
    display: flex;
    align-items: center;
    font-family: 'poppinssemibold';
    justify-content: center;
    width: 100%;
}

.border-right {
    border-color: #00194c !important;
}

.center-zoom {
    margin: 50px 0;
}

section.subscribe-sec.padding {
    padding-bottom: 50px;
}

.box {
    background: #00194c;
    padding: 25px;
    border-radius: 15px;
    margin: 30px 0;
    height: calc(100% - 60px);
}

    .box h3 {
        color: #fff;
        font-family: 'poppinssemibold';
        font-size: 25px;
    }

        .box h3 .orange-text {
            color: #ff8500;
        }

.graph {
    background: url('../images/product/WorkFLowBG.png') no-repeat #00194c;
    background-size: 100% 100%;
    padding: 100px 0;
    height: unset !important
}

 .chart-box a {
    width: 200px;
    background: #022468;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
    transition: 0.4s all ease;
    transform: scale(1);
    border:1px solid #022468
}

.chart-box.hovered_Class {
    transition: 0.4s all ease;
    transform: scale(1.5);
}
        .chart-box:hover a{
            border-color:#3fd4cc
        }
        .chart-icon {
            margin-right: 20px;
            width: 20%;
        }
.chart-flow{
    border:3px solid #0682ff;
    border-radius:10px;
}
.chat-title {
    font-size: 15px;
    line-height: 1.5;
}

.flow-chart {
    position: relative;
}

.top {
    width: 800px;
    position: absolute;
    top: 12.2%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
}


.col-left, .col-center, .col-right {
    width: 33.33%;
    margin: 0 auto;
}

.col-right {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}

.center {
    width: 800px;
    position: absolute;
    top: 54%;
    transform: translateY(-54%);
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.bottom {
    width: 800px;
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.col-right, .col-center {
    position: relative;
}

.col-right-top {
    position: absolute;
    top: -43%;
}

.center .col-right-top {
    top: -24%;
}

.col-center-bottom {
    position: absolute;
    bottom: -258px;
    left: 38px;
}

.center-tab.sticky {
    position: fixed;
    top: 12%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.dropdown-menu .link-box-title a {
    color: #fff;
}

.dropdown-menu .link-box-title:hover {
    transition: 0.4s all ease;
    box-shadow: 0px 0px 2px 1px #3fd4cc;
}
.knowledge-tabs .nav-pills .nav-link {
    border-radius: 50% 50% / 100% 0 100% 0;
    width: 300px;
    min-height: 50px;
    text-align: left;
    line-height: 40px;
    background: #fff;
    color: #0d2b9c;
    font-size: 18px;
    font-family: 'poppinsmedium';
    padding: .5rem 1rem;
    padding-left: 105px;
}
h4.link-box-title a {
    display: block;
}
.file-input-container {
    display: inline;
    margin: 2px;
    position: relative;
}

.sm-input-file {
    border: 1px solid #333;
    background: #ccc;
    color: #00194c;
    width: 102px;
    opacity: 0;
    position: absolute;
    height: 35px;
    z-index:99;
}

.for-sm-input-file {
    height:35px;
    border: 1px solid #ff8500;
    position: absolute;
    padding: 6px;
    font-weight: bold;
    cursor: pointer;
    z-index: 30;
    text-align: center;
    left: 10px;
    /* box-shadow: 0px 0px 2px darkorange; */
    /* text-shadow:0px 0px 4px darkorange; */
    color: darkorange;
    padding-top: 10px;
    border-top-left-radius: 2px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 2px;
    line-height:1;
}

    .for-sm-input-file:hover {
        background:#ff8500;
        color: #fff;
    }

.span-text {
    display: inline-flex;
    padding: 10px;
    border: 1px solid #ff8500;
    border-radius: 2px;
    margin-left: 104px;
    height: 35px;
    background: #ff8500;
    color: #fff;
    min-width: 100px;
    border-top-left-radius: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0px;
    font-size: 14px;
}
.related-video{
    display:inline-block;
    margin-bottom:15px;
}
.card{
    margin-bottom:15px;
}
.learning-video-detail.blog-desc {
    padding: 50px;
}
.tab-pane .row.align-items-center, .ascent-feature .row.align-items-center {
    margin-bottom: 50px;
}
.tab-content-details p{
    color:#00194c !important;
}
a.inner-page-button.btn.btn-primary {
    margin-top: 20px;
}
.laptop-view{
    display:block;
}
.desktop-mb-view {
    display: none;
}
.center-tab-margin {
    margin: 50px 0;
}
.colending-sec {
    background: url('../images/utopia/Solution-bg.png') no-repeat;
    background-position: 100% 100%;
    padding: 150px 0 100px;
    background-size: 100% 100%;
}
.colending-sec img{
    width:100%;
    margin:0 auto;
    display:block;
    height:90vh;
}
.first-top {
    width: 800px;
    position: absolute;
    top: 8.2%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.second-top {
    width:800px;
    position: absolute;
    top: 22.5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.first-center {
    width: 800px;
    position: absolute;
    top: 38%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.second-center {
    width: 800px;
    position: absolute;
    top: 53.5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.first-bottom {
    width: 800px;
    position: absolute;
    bottom: 19%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;

}
.second-bottom {
    width: 800px;
    position: absolute;
    bottom: 4%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.work-flow {
    background-position: 100% 100%;
    background: url('../images/product/WorkFLowBG.png') no-repeat;
    background-size: 100% 100%;
    padding-bottom: 100px;
}
.key-value-sec{
    padding-bottom:100px;
}
.sticky-tab {
    position: sticky;
    top: 59px;
    left: 0;
    right: 0;
    z-index: 95;
    background: #fff;
    padding: 10px 0 10px;
}
.navbar-light .navbar-toggler-icon {
   /* background-image: url('../home/hamburger.svg');*/
}
/*.tab-content > .active {
    display: block !important;
}*/
span.error {
    font-size: 14px;
    color: red;
    margin-top: 5px;
    display: block;
}
div#pagepiling .swiper-pagination-bullet {
    background: #fff;
}
.blog-desc img {
    display: block;
    margin: 20px auto;
    max-width: 100%;
}
.tag-search .list-item{
    display:none;
}
div#pagepiling .banner-slider .swiper-pagination-bullet {
    background: transparent;
}
div#pagepiling #section1 .banner-slider .swiper-pagination-bullet-active {
    background: #225fac;
}
.nav-tabs .nav-link {
    padding: .75rem 1rem;
    font-weight: 600;
    font-size:13px;
}

.card-icon{
    width:20%;
}
.asset-liability .card-icon{
    width:10% !important;
    margin:initial
}
.asset-liability .card-wrap{
    min-height:inherit
}
h1.padding-top {
    padding: 80px 0 20px;
}
/*=========*/
.chart-box a {
    width: 200px;
    background: #0682ff;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-radius: 15px;
    margin-bottom: 15px;
    transition: 0.4s all ease;
    transform: scale(1);
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.chart-icon {
    width: 15%;
    border-radius: 50px;
}
    .chart-icon img {
        background: #fff;
        border-radius: 50px;
        padding: 8px;
        margin: 0 auto;
        text-align: center;
        position: absolute;
        width: 25%;
        left: -10px;
        top: 50%;
        transform: translateY(-50%);
    }


.card-outer.card-holder {
    margin: 20px 0;
    height:calc(100% - 20px)
}
strong {
    font-weight: 600;
    font-family: 'poppinsmedium';
}
td a {
    color: #00194c !important;
}
.case-study-box {
    background: #022468;
    padding: 20px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    height: 150px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content:center;
}
.case-study-box a{
    font-size:18px;
    color:#fff;
    line-height:1.5;
}
.case-study-field {
    background: #ff8500;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 0 0 10px 10px;
    margin-bottom:30px;
}
.case-study-field  h5{
    color:#fff;
    margin-bottom:0;
}
.valueaddition {
    background: #22189c;
    padding: 20px;
    text-align: center;
    color: #fff;
    border-radius: 10% 5% / 100% 0 100% 0;
    border-left: 10px solid #ff8500;
    border-right: 10px solid #ff8500;
    line-height: 1.5;
}
.ews-img.img-wrap img{
    height:100vh;
}
.case-study-sec {
    margin-top: 100px;
    box-shadow: 0px 0px 4px 2px #f1f1f1;
    padding: 20px;
}
.case-study-sec .title{
    margin-bottom:0;
}
.sub-title {
    color: #00194c;
    text-align: center;
    margin: 10px 0 30px;
    font-family: 'poppinssemibold';
}
.case-study-sec th, .case-study-sec td{
    color:#00194c;
}
.scrollTop {
    position: fixed;
    right: 5%;
    bottom: 10px;
    background-color: #022468;
    padding: 15px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    border-radius:5px;
    z-index:99;
}

    .scrollTop a {
        font-size: 15px;
        color: #fff;
    }
.tab-content > .active {
    display: block !important;
}
.team-wrap {
    padding: 15px;
}

/*start trophy*/
    .about-awardsbox {
		margin: 20px;
		color:black;
	}
.grid2 {
    border-radius:8px;
 background: url(http://api.thumbr.it/whitenoise-361x370.png?background=d6d6d6ff&noise=626262&density=18&opacity=36);
	overflow: hidden;
	width: 100%;
	max-width: 1920px;
	list-style: none;
	text-align: center;
      box-sizing:border-box;
      -moz-box-sizing:border-box;
      -webkit-box-sizing:border-box;
}
.grid2 figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	margin: 0px;
	width: 270px;
	height: 270px;
	text-align: center;
}
.grid2 figure img {
	position: relative;
	display: block;
	margin:0 auto;
}
.grid2 figure figcaption {
	/*text-transform: uppercase;*/
font-size: 1.25em;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

.grid2 figure figcaption::before,
.grid2 figure figcaption::after {
    pointer-events: none;
}

.grid2 figure figcaption,
.grid2 figure a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow:hidden;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid2 figure a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid2 figure h2 {
    font-weight: 300;
}

    .grid2 figure h2 span {
        font-weight: 800;
    }

.grid2 figure h2,
.grid2 figure p {
    margin: 0;
}

.grid2 figure p {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    letter-spacing: 1.2px;
    font-size: 72.5%;
    font-weight: bold;
}
/*---------------*/
/***** Oscar *****/
/*---------------*/
figure.effect-oscar {
    cursor: pointer;
}

    figure.effect-oscar img {
        top: 50%;
    }

    figure.effect-oscar figcaption {
        /*-webkit-transition: background-color 0.75s;
	transition: background-color 0.75s;*/
        -webkit-transition: all 0.75s;
        transition: all 0.75s;
        background: rgba(90,90,90,0.1);
    }

        figure.effect-oscar figcaption::before {
            position: absolute;
            top: 30px;
            right: 30px;
            bottom: 30px;
            left: 30px;
            border: 1px solid #e0e0e0;
            content: none
        }

    figure.effect-oscar h2 {
        transform: scale(0);
        font-size: 3.438em;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    figure.effect-oscar figcaption::before,
    figure.effect-oscar p {
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    figure.effect-oscar:hover h2 {
        transform: scale(0);
        font-size: large;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    figure.effect-oscar:hover figcaption::before,
    figure.effect-oscar:hover p {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    figure.effect-oscar:hover figcaption {
        background-color: rgba(255, 255, 255, .75);
        -webkit-transition: all 0.75s;
        transition: all 0.75s;
        transform: scale(1);
        overflow:hidden;
    }

    figure.effect-oscar:hover .trophy {
        opacity: 0.1;
    }

@media screen and (max-width: 41.5em) {
    .grid figure {
        width: 100%;
    }
}
/*===---trophy---===*/
.trophy {
    margin: 80px auto;
    width: 60px;
}

.cup {
    height: 50px;
    width: 60px;
    background: #000;
    border-radius: 0 0 25px 25px;
    -moz-border-radius: 0 0 25px 25px;
    -webkit-border-radius: 0 0 25px 25px;
}

.stand {
    margin: 0 auto;
    height: 30px;
    width: 10px;
    background: #000;
}

.lefthand {
    margin-top: -48px;
    margin-left: -20px;
    height: 35px;
    width: 45px;
    border: 5px solid black;
    background: rgba(255,255,255,0);
    -moz-border-radius: 0 0 0 35px;
    -webkit-border-radius: 0 0 0 35px;
    border-radius: 0 0 0 35px;
}

.righthand {
    margin-top: -46px;
    margin-left: 25px;
    height: 36px;
    width: 45px;
    border: 5px solid black;
    background: rgba(255,255,255,0);
    -moz-border-radius: 0 0 35px 0;
    -webkit-border-radius: 0 0 35px 0;
    border-radius: 0 0 35px 0;
}

.base {
    margin-top: 2px;
    height: 20px;
    width: 60px;
    background: #000;
}

.circle {
    background: #e0e0e0;
    width: 20px;
    height: 10px;
    margin: -15px auto;
    -moz-border-radius: 100px / 50px;
    -webkit-border-radius: 100px / 50px;
    border-radius: 100px / 50px;
}
figcaption h1 {
    color: #00194c;
    font-family: 'poppinssemibold';
}
figure.effect-oscar p {
    color: #00194c;
    border: 1px solid #00194c;
    position: absolute;
    top: 30%;
}
/*===---end trophy---===*/
/*.colending-banner-sec {
    background: url(../home/bg3.jpg) no-repeat;
}*/
section.podcast-sec.section-bg.colending-banner-sec img {
    height: 70vh;
    margin-top: 2rem;
}
.colending-wrap {
    box-shadow: 0 0 2px 2px #f1f1f1;
    padding: 30px;
    background: #fff;
}
section.colending-platform-sec {
    margin-top: 50px;
    position: relative;
    z-index: 1;
}
section.award-gallery {
    background: #00194c;
    padding: 50px 0;
}

/*==========*/
.main .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
}

.main .card {
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    color: #333333;
    border-radius: 2px;
}

.main .card-image {
    background: #ffffff;
    display: block;
    padding-top: 70%;
    position: relative;
    width: 100%;
}

    .main .card-image img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

@media only screen and (max-width: 600px) {
    .main .container {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }
}

.product-banner-text h1 {
    color: #fff;
    -webkit-text-fill-color: inherit;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.product-banner-text h4 {
    color: #ff8500;
}
.product-banner-text p {
    color: #fff;
}
.no-min-height{
    min-height:auto
}
.img-wrap.modular-solution img {
    height: 80vh;
}

.card-detail {
    margin-left: 12px;
}
.technical-slider .card-icon{
    min-height:80px;
}
.box.text-center p {
    color: #fff;
}
.tab-content {
    margin-top: 30px;
}
.trans-treasury-sec .card-holder{
    min-height:inherit
}
.compliance-slider .card-outer, .compliance-slider .card-wrap {
    min-height: inherit
}
.compliance-slider .card-detail h5 {
    text-align:center
}
.credit-risk-sec .center-tab.center-tab-margin {
    margin: 30px 0;
}
.chart-box:nth-of-type(odd) a {
    background-color: #00194c;
    border-color: #0682ff;
    border-left: 10px solid #0682ff;
}

.chart-box:nth-of-type(even) a {
    background-color: #00194c;
    border-color: #ff8500;
    border-left: 10px solid #ff8500
}
@media screen and (max-width: 1440px) {
 
    .col-center-bottom {
        bottom: -203px
    }
}
@media screen and (max-width: 1110px) {

    .col-center-bottom {
        bottom: -169px;
    }
    
}

@media screen and (max-width:1920px) and (min-width:1700px){
    .second-bottom {
        width: 950px;
        bottom:4.5%;
    }
    .first-bottom {
        bottom: 21%;
        width:950px;
    }
    .second-center {
        top: 54.5%;
        width: 950px
    }
    .first-center {
        top: 39%;
        width: 950px
    }
    .second-top{
        top:24.5%;
        width:1020px
    }
    .first-top {
        top: 9.5%;
        width: 1020px;
    }
    .top{
        top:14.2%;
    }
    .col-center-bottom{
        bottom:-312px;
    }
    .bottom{
        bottom:13%;
    }
}
@media screen and (max-width: 1366px){
    .second-bottom {
        width: 700px;
    }
    .first-bottom, .second-center, .first-center, .second-top, .first-top {
        width: 700px;
    }
    .chat-title{
        font-size:13px;
    }
    }