html {
    scroll-behavior: smooth;
}

.value_sec .solution-box {
    margin: 15px 0;
}

.value_sec .solution-box,
.benefits-section .solution-box {
    border-radius: 13px;
    border: 1px solid #D0D0D0;
    padding: 40px;
    height: 100%;
}

.solution-icon-box {
    align-items: center;
}

.solution-icon {
    width: 50px;
    margin-right: 15px;
}

.value_sec img {
    max-width: 100%;
    height: auto;
}

.light-blue-bg,
.light_blue {
    background-color: #6CB1DB;
}

.gap {
    padding: 50px 0;
}

.section-title-area h2 {
    color: #000;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    padding-right: 30px;
}

.img-blurd-box {
    height: 100%;
}

.p_card {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.p_card a {
    text-decoration: none;
}

.p_img_outer {
    position: relative;
    background-color: #000;
    border-radius: 12px;
    overflow: hidden;
}

.p_img {
    border-radius: 10px;
    overflow: hidden;
    opacity: 1;
    transition: all 300ms;
}

.inner_banner_cap {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.ib_inner {
    max-width: 750px;
}

.main-content .inner_banner_cap h1 {
    color: #FFF;
    text-transform: capitalize;
    margin: 0 0 6px 0;
}

.hidden_info {
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    right: 60px;
    opacity: 0;
    visibility: hidden;
    padding: 60px 45px;
    background-color: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(20px);
    transition: all 300ms;
}

.hover-text-style .hidden_info {
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 20px 20px;
    border-radius: 10px;
}

.hover-text-style .hidden_info p {
    font-size: 16px;
    line-height: 21px;
}

.p_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
}

.p_info h4 {
    font-size: 26px;
    font-weight: normal;
    color: #000;
    /* font-family: 'neue_haas_grotesk_text_pr65Md'; */
}

.p_info h4 {
    padding-right: 2em;
}

.hover-text-style .p_info h4 {
    font-size: 18px;
    line-height: 26px;
}



.up_right_arrow {
    display: flex;
    border-radius: 50%;
    background: #6CB1DB;
    border: 10x solid #6CB1DB;
    width: 36px;
    min-width: 36px;
    height: 36px;
    margin-left: 10px;
    justify-content: center;
    align-items: center;
    border: 1px solid #6CB1DB;
}

.light-blue-bg .up_right_arrow {
    background-color: #fff;
}

.p_img_outer {
    position: relative;
    background-color: #000;
    border-radius: 12px;
    overflow: hidden;
}

.p_img {
    border-radius: 10px;
    overflow: hidden;
    opacity: 1;
    transition: all 300ms;
}

.hover-text-style .hidden_info {
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 20px 20px;
    border-radius: 10px;
}

.p_card:hover .hidden_info {
    opacity: 1;
    visibility: visible;
}

.hidden_info p {
    font-size: 18px;
    font-weight: normal;
    line-height: 29px;
    color: #fff !important;
    /* font-family: 'neue_haas_grotesk_text55roman'; */
}

p:last-child {
    margin-bottom: 0;
}

.hover-text-style .hidden_info p {
    font-size: 16px;
    line-height: 21px;
}



.num_block {
    position: relative;
    padding-top: 12px;
    margin-top: 35px;
}

.num_block span {
    display: block;
    color: #000;
    font-weight: 400;
    line-height: 22px;
}

.num_block:after {
    content: "";
    width: 34px;
    height: 3px;
    background-color: #DF6014;
    position: absolute;
    left: 0;
    top: 0;
}

.rapid_insights_sec h2 {
    text-transform: capitalize;
    margin: 0 0 30px 0;
}

.insights-list ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0px;
}

.insights-list li {
    display: block;
    width: 49%;
    min-width: 49%;
    min-height: 78px;
    border-bottom: 1px solid #BFBFBF;
    margin-bottom: 20px;
}

.insights-list li a {
    text-decoration: none;
    display: block;
    position: relative;
    padding: 10px 50px 20px 100px;
}

.insights-list li a .insight-type {
    display: inline-flex;
    padding: 5px 10px;
    border-radius: 2px;
    color: #13338E;
    background: #D9E1FA;
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    top: 5px;
    left: 0;
}

.insights_mid_content {
    display: block;
    padding: 0 17px;
    margin: 0;
    color: #000;
}

.insights_mid_content {
    font-size: 16px;
}

.insights_mid_content {
    padding: 0 17px 0 14px;
}

.rapid_insights_sec .insights_mid_content {
    max-width: 70%;
}

.insights-list li a .insights_mid_content .inds-under {
    color: #13338E;
    font-size: 15px;
}


.up_right_arrow {
    display: flex;
    border-radius: 50%;
    background: #6CB1DB;
    border: 10x solid #6CB1DB;
    width: 36px;
    min-width: 36px;
    height: 36px;
    margin-left: 10px;
    justify-content: center;
    align-items: center;
    border: 1px solid #6CB1DB;
}

.insights-list li a .up_right_arrow {
    position: absolute;
    top: 5px;
    right: 0;
}

.video-wrapper-block,
.video-thumbnil-img {
    height: 100%;
    overflow: hidden;
}

.video-thumbnil-img,
.play-btn {
    cursor: pointer;
}

.play-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    height: 110px;
    background-color: #6cb1db;
    background-image: url(https://www.firstsource.com/themes/custom/first_source/images/bi_play-fill.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 38px 38px;
    cursor: pointer;
}

.video_sec_latest .container-fluid .row {
    align-items: flex-end;
}

.hidden {
    display: none;
}

.page-title-area {
    padding: 50px 0;
}

.video-iframe-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


.video-thumbnil-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blue-bg {
    background-color: #1e2247;
}

.video-right-text {
    width: 100%;
    max-width: 80%;
}

.video_sec_latest .video-right-text {
    padding: 50px 0 50px 35px;
}

.field--type-text-with-summary {
    margin: 3em 0;
}

.video-right-text .field--type-text-with-summary,
.v_row .field--type-text-with-summary {
    margin: 0;
}

.video_with_text_section h2 {
    text-transform: capitalize;
}

.white-txt h2,
.white-txt h3,
.white-txt h4,
.white-txt h5,
.white-txt h6,
.white-txt p,
.white-txt li,
.white-txt .num_block span {
    color: #fff;
}

.clearfix::after {
    display: table;
    clear: both;
    content: "";
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.main-content .section .inner_banner_cap h1 {
    color: #FFF;
    text-transform: capitalize;
    margin: 0 0 6px 0;
}

.inner_banner {
    position: relative;
}

.contact_sec form input {
    height: 50px;
}

.contact_sec form input[type="checkbox"] {
    height: 20px;
    width: 20px;
}

.contact_sec form .form-check-label {
    margin-left: 10px;
    margin-top: 2px;
}

.hs-button {
    display: inline-block;
    border-radius: 50px;
    background: #6CB1DB;
    padding: 0;
    color: #000;
    text-transform: capitalize;
    font-size: 16px;
    text-decoration: none;
    position: relative;
    height: 52px;
    width: 230px;
    border: 0;
    outline: none;
    box-shadow: none;
    font-weight: 600;
}

.site-footer,
.site-footer h2 {
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
}

.site-footer__top .region:last-child {
    padding-right: 0;
}

.site-footer__top .region:first-child {
    padding-left: 0;
}

.site-footer__top .region {
    width: 100%;
    margin: 0;
}

.site-footer .block {
    border: none;
    margin: 0 0 20px;
    padding: 0;
}

.site-footer .content {
    color: #fff;
    margin-top: 0px;
    font-size: 0.857em;
}

.layout--onecol .layout__region {
    width: 100%;
}

.site-footer .block {
    border: none;
    margin: 0 0 20px;
    padding: 0;
}

.field--type-text-with-summary {
    margin: 3em 0;
}

.site-footer__top p {
    font-size: 14px;
    text-transform: none;
}

.content img {
    max-width: 100%;
    height: auto;
}

.region.region-footer-nine .content img {
    width: auto;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.site-footer__top h2 {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    border-bottom: none;
    margin-bottom: 20px;
}

.site-footer ul {
    display: block;
}

.site-footer ul li {
    margin-bottom: 7px;
}

.site-footer .nav-link {
    font-size: 14px;
    text-transform: none;
    padding: 0;
}

.site-footer .nav-link:hover {
    color: #fff;
}

.site-footer a {
    color: #fff;
}

#block-first-source-aboutusmenu {
    padding: 0 15px;
}

.region-footer-sixth h2 {
    font-size: 36px;
    text-transform: capitalize;
    position: relative;
}

.region-footer-sixth h2::before {
    content: "";
    width: 65vw;
    height: 1px;
    display: block;
    background-color: rgba(255, 255, 255, .14);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

#block-first-source-aboutusmenu ul,
#block-first-source-privacymenu ul {
    display: flex;
    flex-wrap: wrap;
}

#block-first-source-aboutusmenu ul li {
    min-width: 15%;
}

.site-footer__bottom {
    padding-top: 20px;
    letter-spacing: 0.2px;
    margin-top: 30px;
    border-top: 1px solid #555;
    border-color: rgba(255, 255, 255, 0.15);
}

.ord_1 {
    order: 1;
}

#block-first-source-aboutusmenu ul,
#block-first-source-privacymenu ul {
    display: flex;
    flex-wrap: wrap;
}

#block-first-source-privacymenu li {
    padding-right: 15px;
}

.site-footer__bottom .field--type-text-with-summary {
    margin: 0;
}

#block-first-source-copyright p {
    text-transform: none;
}

.ord_2 {
    order: 2;
}

.site-footer {
    background: #1e2247;
    padding: 35px 0 30px;
}

#block-first-source-aboutusmenu ul,
#block-first-source-privacymenu ul {
    display: flex;
    flex-wrap: wrap;
}

.ord_3 {
    order: 3;
}

.site-footer .content ol:not(.menu),
.site-footer .content ul:not(.menu) {
    padding-left: 1.4em;
}

.site-footer .footer-social-links {
    display: flex;
    justify-content: flex-end;
    list-style: none;
}

.footer-social-links li a {
    width: 32px;
    height: 32px;
    display: block;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    padding: 8px;
    text-align: center;
}

.footer-social-links li {
    margin-right: 6px;
}

#block-first-source-copyright p {
    text-transform: none;
    font-size: 16px;
}

.site-footer__bottom .row .row {
    margin: 0;
}

.site-footer .site-footer__bottom .block {
    margin: 0;
}

.navbar-dark .navbar-nav .nav-link {
    color: #333;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #1e2247;
    /* font-weight: 600; */
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #1e2247;
}


@media (max-width: 767px) {

    .value_sec .solution-box,
    .benefits-section .solution-box {
        padding: 25px;
    }

    .insights-list ul {
        margin-bottom: 0;
    }

    .insights-list li {
        width: 100%;
        min-width: 100%;
    }

    .rapid_insights_sec .insights_mid_content {
        width: 100%;
        max-width: 100%;
    }

    .rapid_insights_sec .insights_mid_content {
        padding: 0;
    }

    .insights-list ul li :last-child {
        margin-bottom: 0;
    }

    .inner_banner .banner_img img {
        height: 100%;
        width: auto;
        max-width: inherit;
    }

    .inner_banner .banner_img {
        height: 250px;
        display: flex;
        justify-content: flex-end;
    }

}