/**
 * @file
 * Subtheme specific CSS.
 */
 :root {
     --primary-blue: #1E2247;
     --primary-colortwo: #2a44ae;
     --black: #000000;
     --footer-text: #ffffff;
     --body-font: 'neue_haas_grotesk_text55roman';
     --headline-font: 'alternategotno3dregular';
     --neue65: 'neue_haas_grotesk_text_pr65Md';
   }
   body,
   p {
        font-family: var(--body-font);
   }
   h1, h2, h3, h4, h5, h6{
        font-family: var(--headline-font);
        color: #000;
   }
   h1 { font-size: 50px;}
   h2 { font-size: 50px;}
   h3 {font-size: 40px;}
   h4{
        font-size: 24px;
   }
   h5{
        font-size: 24px;
   }
   h6{
        font-size: 18px;
   }
   p { font-size: 16px;}
@font-face {
     font-family: 'alternategotno3dregular';
     src: url('../fonts/alternategotno3d-webfont.eot');
     src: url('../fonts/alternategotno3d-webfont.eot?#iefix') format('embedded-opentype'),
          url('../fonts/alternategotno3d-webfont.woff2') format('woff2'),
          url('../fonts/alternategotno3d-webfont.woff') format('woff'),
          url('../fonts/alternategotno3d-webfont.ttf') format('truetype');
     font-weight: normal;
     font-style: normal;
 }
 @font-face {
     font-family: 'neue_haas_grotesk_text55roman';
     src: url('../fonts/nhaasgrotesktxpro-55rg-webfont.eot');
     src: url('../fonts/nhaasgrotesktxpro-55rg-webfont.eot?#iefix') format('embedded-opentype'),
          url('../fonts/nhaasgrotesktxpro-55rg-webfont.woff2') format('woff2'),
          url('../fonts/nhaasgrotesktxpro-55rg-webfont.woff') format('woff'),
          url('../fonts/nhaasgrotesktxpro-55rg-webfont.ttf') format('truetype');
     font-weight: normal;
     font-style: normal;
 }
 @font-face {
     font-family: 'neue_haas_grotesk_text_pr65Md';
     src: url('../fonts/nhaasgrotesktxpro-65md-webfont.eot');
     src: url('../fonts/nhaasgrotesktxpro-65md-webfont.eot?#iefix') format('embedded-opentype'),
          url('../fonts/nhaasgrotesktxpro-65md-webfont.woff2') format('woff2'),
          url('../fonts/nhaasgrotesktxpro-65md-webfont.woff') format('woff'),
          url('../fonts/nhaasgrotesktxpro-65md-webfont.ttf') format('truetype');
     font-weight: normal;
     font-style: normal;
 }

body { background: #fff !important; color: #000;font-size: 16px;}
p { line-height: 29px;}

 .primary-menu {display: flex;margin: 0;padding: 0;list-style: none;}
img { width: auto; max-width: 100%; height: auto;vertical-align: top;}
.logo_cont { display: flex; align-items: center;}
.logo_cont a { display: block;}
.logo_cont .logo1 { width: 120px; max-width: 120px; margin-right: 18px;}
.logo_cont .logo2 { width: 160px; max-width: 160px; margin-left: 18px; position: relative;}
.logo_cont .logo2:after { content: ""; width: 1px; height: 27px; background-color: rgba(0, 0, 0, 0.24); position: absolute; left: -18px; top: 50%; transform: translateY(-50%);}
.h_inner { width: 100%; display: flex; justify-content: space-between;}
.h_inner .navbar-collapse {flex-grow: inherit;}
.search_btn { width: 24px; height: 24px; display: flex; justify-content: center; align-items: center; margin-left: 50px;cursor: pointer;}
.navbar-collapse .block-search-form-block {visibility: hidden;opacity: 0;  position: absolute !important;bottom: -67px;padding: 10px;background: #fff; z-index: 2; right: 0; width: 100%; transition: all 500ms;}
.primary-menu li { margin: 0 32px;}
.primary-menu > li > a { color: #000; font-size: 16px; text-decoration: none;padding: 22px 0;}
.header #navbar-main {background-color: #fff;box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);padding: 0; z-index: 5;}
.scrolled #navbar-main { position: fixed; top: 0; left: 0; width: 100%; z-index: 5;box-shadow: none;border-bottom: 1px solid #d5d5d5;}
.path-frontpage.scrolled #navbar-main { position: fixed; top: 0; left: 0; width: 100%; z-index: 5;box-shadow: none;border-bottom: 1px solid #d5d5d5;}
.primary-menu > li.expanded > a { position: relative;padding-right: 14px;}
.primary-menu > li.expanded > a:after { content: "";border: solid black;border-width: 0 2px 2px 0;display: inline-block;padding: 3px;transform: rotate(45deg);-webkit-transform: rotate(45deg); position: absolute; right: 0; top: 45%;}
.mega_cont {opacity: 0; visibility: hidden; border-top: 1px solid #DF6014; position: absolute; width: 100%;left: 0; top: calc(100% + 15px); background-color: #fff; z-index: 3;width: 100%; padding: 30px; transition: all 500ms;}
.expanded:hover .mega_cont {opacity: 1; visibility: visible;top: 98%;}
/* .expanded:hover > a { color: #DF6014;} */
.mega_row { display: flex; width: 100%;}
.navbar-collapse .contextual-region {position: static;}
.navbar-main { position: relative;}
.submenu { display: flex; flex-wrap: wrap;list-style: none;margin: 0; padding: 0;}
.submenu li { width: 50%; margin: 0;}
.submenu > li > a {  color: #000;  padding: 6px 0;  text-decoration: none;  display: block;}
.submenu > li > a:hover { color: #DF6014;}
.image_card_in { position: relative;}
.image_card {margin-right: 78px; width: 400px; min-width: 400px;}
.image_card_info { position: absolute; left: 0; bottom: 0; color: #fff; padding: 20px 25px;}
.image_card_info h4 { font-size: 18px; color: #fff;margin: 0 0 5px 0;}
.image_card_info p {color: #fff;margin: 0;}
.bnr_btn {display: flex; align-items: center; margin-top: 14px;background-color: #DF6014; color: #fff; font-size: 16px; padding: 18px 0 18px 22px; width: 215px; border-radius: 50px; line-height: 12px; text-decoration: none;}
.bnr_btn img { margin-top: 3px; margin-left: 12px; transition: all 500ms;}
.bnr_btn:hover { color: #fff; text-decoration: none;}
.bnr_btn:hover img { margin-left: 20px;}
.menu_head { margin: 0 0 10px 0; text-transform: uppercase;font-size: 14px; color: #A6ADB9;}
.navbar-collapse .block-search-form-block.active {visibility: visible;opacity: 1;bottom: -67px;box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);}
.h_inner .js-form-type-search {width: 100%;max-width: 40%;}
.h_inner .form-actions {width: 100%;max-width: 200px;}
.h_inner .form-control { height: 48px;}
.h_inner .search-form .btn-primary { background-color: #6CB1DB; color: #000; font-size: 16px; border: none;
     font-family: var(--neue65);margin-left: 10px;}



.h_inner .search-block-form .content.container-inline {width: 100%;}
.h_inner .search-form { justify-content: center;}
.sub_menu_cont {width: 100%;}
.search-form > .mb-3 {margin-bottom: 0 !important;}
.search-form .btn-primary {background-color: #DF6014;border-color: #DF6014;}
#navbar-top .row { margin-left: auto;}
.header #navbar-top {background-color: #1E2247; background: linear-gradient(103deg, #1E2247 33.11%, #13338E 95.18%);padding: 0;}

/* Blog detail page */
.breadcrumb { margin: 0; padding: 20px 0; list-style: none;}
.breadcrumb li a { display: inline-block; text-decoration: none;}
.field__item a { text-decoration: none;}
.main-content .section .field--type-entity-reference {margin: 0 0 6px 0;}
.block-field-blocknodearticlefield-estimated-reading-time { margin-bottom: 20px;}
.main-content .section .node .field--type-image {margin: 0 0 0 0; width: 100%;}
.field__item p a { text-decoration: none; color: #2746C4;}
.page-node-2666 .node--view-mode-full {margin-bottom: 50px;}
.views-row a { color: #000; text-decoration: none; display: block;}
.views-row { margin: 20px 0;}
.sidebar h2 { margin: 0 0 10px; padding: 0; color: #000; border: 0; font-size: 37px; text-transform: capitalize;}
.sidebar_second.col-md-3 {width: 33%;margin-left: 50px;}
.main-content { padding-top: 50px;}

.node--type-article .container .row .main-content { order: 1 !important;}
#sidebar_first { order: 2 !important; margin-left: 50px;}
#sidebar_second {order: 3 !important;width: 100%;margin: 0;}
#block-first-source-views-block-blog-block-2 h2 { margin: 0 0 35px 0; padding: 0; color: #000; border: 0; text-transform: capitalize;}
#block-first-source-views-block-blog-block-2 .view-content .views-row { max-width: 33.33%;}
#block-first-source-views-block-blog-block-2 .view-content .views-row img { width: 100%;}
#block-first-source-views-block-blog-block-2 .view-content .views-row > div:first-child {border: 1px solid #E0E0E0; border-bottom: 0;position: relative;}
#block-first-source-views-block-blog-block-2 .view-content .views-row > div:first-child:after {content: "Blog"; position: absolute;left: 0; bottom: 0; background-color: #2746c4; font-size: 14px; color: #fff;width: 150px; text-align: center; padding: 6px 20px;}
#block-first-source-views-block-blog-block-2 .view-content .views-row .field-content { display: block;padding: 15px; background-color: #fff;}
.ccccccc { color: #ff0000;}
.more-stories .views-view-responsive-grid__item-inner > div a {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;
text-overflow: ellipsis; border-radius: 12px; overflow: hidden;}
.more-stories .views-field-body .field-content {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden; text-overflow: ellipsis;}

/* Home page */
.banner_item { position: relative;}
.banner_img img {width: 100%;}
.banner_caption { width: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.banner_caption h2 {color: #FFF;text-transform: capitalize; margin-bottom: 20px;}
.banner_caption h2 strong { font-weight: normal; color: #6CB1DB;}
.blue_btn { display: inline-block; border-radius: 50px;background: #6CB1DB;padding: 15px 44px 15px 34px;color: #000;font-family: 'neue_haas_grotesk_text_pr65Md';font-size: 16px;text-decoration: none;position: relative;}
.blue_btn:after { content: "";border: solid #1E2247;border-width: 0 1px 1px 0;display: inline-block;padding: 3px;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);position: absolute;top: 25px; right: 34px; transition: all 500ms;}
.blue_btn:hover:after { right: 30px;}
.blue_btn:hover { color: #1E2247;}
.slick-counter {position: absolute;left: 50%; bottom: 30px; transform: translateX(-50%);width: 160px;}
.slick-counter { display: flex; align-items: center;}
.slick-counter span { color: #fff; font-size: 20px;}
.slider-progress { width:100%; height:3px; background-color: rgba(255, 255, 255, 0.4); max-width:600px; position:relative; overflow:hidden;margin: 0 10px; }
.slider-progress .progress { width:0%; height:3px; background:#fff; position:absolute; }

.gap_top {padding-top: 50px;}
.who_heading h2 {text-transform: capitalize;}
.who_img img { width: 100%;}
.who_img { border-radius: 12px; overflow: hidden;}
.who_info {padding-left: 75px;}

.gap { padding: 50px 0;}
.our_clients h2 { text-align: center;text-transform: capitalize; margin-bottom: 40px;}
.client_row { display: flex;justify-content: center; margin: 0 -15px;}
.c_block_outer { width: 25%; padding: 0 15px; min-width: 25%; transition: all 500ms;}
.c_block_outer:hover { width: 30%; min-width: 30%;}
.our_client_block {border-radius: 10px;border: 1px solid #D5D5D5;padding: 40px 36px;position: relative;overflow: hidden; height: 100%;}
.our_client_block h3 {text-transform: capitalize;font-family: 'alternategotno3dregular'; margin-bottom: 40px; margin-bottom: 16px;position: relative;}
.our_client_block h3:after { content: "";width: 40px; height: 3px;background-color: #ff6000;position: absolute; left: 0; top: -10px;}
.our_client_block p {margin: 0;min-height: 162px;}
.our_client_block .blue_btn {position: absolute; left: 36px; bottom: -80px; transition: all 500ms;}
.our_client_block:hover {background-color: #1E2247;}
.our_client_block:hover h3 {color: #fff;}
.our_client_block:hover p {color: #fff;}
.our_client_block:hover .blue_btn {bottom: 30px;}

.gap_bottom { padding-bottom: 50px;}
.what_we_top {margin-bottom: 34px;}
.what_we_top h2 {text-transform: capitalize;margin-bottom: 5px;}
.what_we_top p {font-size: 24px;line-height: 28px;}
.ww_img {border-radius: 10px; overflow: hidden;}
.ww_img img { width: 100%;}
.ww_block { position: relative;}
.ww_info { display: block; padding: 30px 20px; color: #fff; position: absolute; left: 0; bottom: 0; width: 100%;}
.btn_hldr {padding-top: 26px;}
.bdr_btn { display: inline-block; border-radius: 50px;background: #fff;border: 1px solid #000; padding: 14px 44px 14px 34px;color: #000;font-size: 16px;font-weight: normal;text-decoration: none;position: relative;}
.bdr_btn:after { content: "";border: solid #1E2247;border-width: 0 1px 1px 0;display: inline-block;transform: rotate(-45deg); -webkit-transform: rotate(-45deg);padding: 3px;position: absolute; top: 24px;right: 34px; transition: all 500ms;}
.what_we .bdr_btn:after {transform: rotate(45deg); -webkit-transform: rotate(45deg);position: absolute;top: 24px; right: 28px;}
.bdr_btn:hover { color: #1E2247;}
.bdr_btn:hover:after { right: 30px;}
.what_we .bdr_btn:hover:after { right: 28px;top: 27px;}

.hidden_row { display: none;padding-top: 30px;}

.indus_sec { background-size: cover; background-repeat: no-repeat;background-position: center top;}
.indus_sec h2 { color: #FFF;text-transform: capitalize; margin-bottom: 20px;}
.ind_list { display: block; max-width: 45%;margin: 0; padding: 0;}
.ind_list li {display: block;}
.ind_list li a { display: flex; justify-content: space-between; font-size: 16px; text-decoration: none; color: #BDBDBD;border-bottom: 1px solid rgba(255, 255, 255, 0.30);padding: 15px 0;}
.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;}
.up_right_arrow img { margin: 0; transition: all 300ms;}
.up_right_arrow:hover {background: #fff; border-color: #000; border-color: #000;}
.up_right_arrow:hover img { margin: -5px -5px 0 0;}
.ind_list li:first-child { border-color: #fff;}
.ind_list li a:hover { color: #fff; }

.inddust_list { display: flex; margin: 0 -9px; justify-content: center; flex-wrap: wrap; padding: 0; list-style: none;}
.inddust_list li { display: block; padding: 12px 9px; width: 25%; min-width: 25%;}
.inddust_list li a {border-radius: 14px; background: linear-gradient(180deg, rgba(255, 255, 255, 0.26) -3.95%, rgba(198, 198, 198, 0.26) 100%); backdrop-filter: blur(17.950000762939453px); padding: 0 30px; display: flex; justify-content: space-between; align-items: center; color: #fff; text-decoration: none; height: 114px;}


.better_result { overflow: hidden;}
.better_result h2 {text-transform: capitalize; margin-bottom: 25px;}
.better_box {border-radius: 13px;border: 1px solid #D0D0D0;padding: 56px 48px 40px 48px;position: relative;}
.better_box .slide_no { display: block; margin-bottom: 20px;color: #DF6014;}
.better_box .b_heading { display: block; font-weight: bold;margin-bottom: 15px; font-size: 18px; font-weight: normal; font-family: 'neue_haas_grotesk_text_pr65Md';}
.better_box p { margin: 0 0 20px 0;}
.better_result .slick-slider {margin:0 -15px; width: 1750px;}
.better_result .slick-slide {padding:0 15px; }

.logo_sec_in { display: flex; width: 100%;position: relative;}
.big_img { width: 46%; min-width: 46%;position: relative;}
.big_img img { width: 100%;}
.sec_right { width: 100%;}
.blue_block {background-color: #6CB1DB;padding: 57px 60px;font-size: 26px;font-style: normal;font-weight: normal;line-height: 35px;position: relative;margin-left: -60px;}
.blue_block p { display: block; max-width: 630px; margin: 0; font-size: 26px; line-height: 35px !important;}
.logo_list { display: flex; flex-wrap: wrap; max-width: 630px;padding: 15px; list-style: none;}
.logo_list li { margin: 20px;}

.rapid_insights_sec h2 {text-transform: capitalize;margin: 0 0 30px 0;}
.RI_list { display: flex;flex-wrap: wrap; justify-content: space-between;list-style: none; padding: 0; margin: 0;}
.RI_list li {display: block; width: 49%;min-width: 49%; border-bottom: 1px solid #BFBFBF;}
.RI_list li a { display: flex; width: 100%; height: 100%; align-items: center;padding: 18px 10px 18px 10px;text-decoration: none; background-color: transparent; transition: all 300ms;}
.RI_list li a:hover {background-color: #6CB1DB;}
.RI_list li a:hover .up_right_arrow { background: #fff;}
.ins_logo {width: 124px; min-width: 124px; display: block;}
.insights_mid_content {display: block; padding: 0 17px; margin: 0;color: #000;}
.rapid_sec .ins_logo { width: auto; height: auto;margin-bottom: 8px;}
.rapid_sec .ins_logo img { width: 185px;}
.rapid_insights_sec .insights_mid_content { max-width: 70%;}
.rapid_insights_sec .insights_mid_content p { font-size: 14px; line-height: 19px;margin: 0;}

.rp_info_row { display: flex;justify-content: space-between;}
.rp_block {border-bottom: 1px solid #ddd;padding-bottom: 15px;margin-bottom: 15px;}

.latest_news { background-color: #1E2247;}
.latest_news h2 {color: #FFF;line-height: 74px;text-transform: capitalize;margin-bottom: 40px; text-align: center;}
.latestN_card { background-color: #fff; padding: 35px;border-radius: 6px;}
.latest_news .slick-slider {margin:0 -15px;padding-bottom: 80px;}
.latest_news .slick-slide {padding:0 15px; }
.N_top {display: inline-flex;padding: 5px 10px;border-radius: 2px;color: #13338E;background: #D9E1FA;margin-bottom: 24px;font-size: 14px;font-weight: normal;}
.latestN_card h6 {margin-bottom: 18px;font-family: 'neue_haas_grotesk_text_pr65Md';}
.latestN_card p { display: block;color: #000;margin-bottom: 15px;}
.N_date { display: block;color: #808080;font-size: 14px;font-weight: 400;line-height: 19px;margin-bottom: 60px;}
.latest_news .slick-arrow { position: absolute; left: 50%;bottom: 0; width: 50px; height: 50px;background-color: transparent; border-radius: 50%; border: 1px solid #fff; font-size: 0; z-index: 2;}
.latest_news .slick-arrow:after {content: "";border: solid #fff;border-width: 0 2px 2px 0;display: inline-block;padding: 4px;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);position: absolute;top: 21px;right: 19px;transition: all 500ms;}
.latest_news .slick-next.slick-arrow {margin-left: 10px; }
.latest_news .slick-prev.slick-arrow { margin-left: -60px;}
.latest_news .slick-prev:after {transform: rotate(135deg);-webkit-transform: rotate(135deg);}

.event_sec {background-color: #6CB1DB;}
.event_sec h2 {line-height: 74px;text-transform: capitalize;margin-bottom: 40px;}
.event_sec .slick-slider {margin:0 -15px;}
.event_slider .slick-slide {padding:0 15px; }
.event_slider .slick-arrow { position: absolute; right: 15px;top: -100px; width: 50px; height: 50px;background-color: transparent; border-radius: 50%; border: 1px solid #000; font-size: 0; z-index: 2;}
.event_slider .slick-arrow:after {content: "";border: solid #000;border-width: 0 2px 2px 0;display: inline-block;padding: 4px;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);position: absolute;top: 21px;right: 19px;transition: all 500ms;}
.event_slider .slick-prev.slick-arrow {left: inherit; right: 85px;}
.event_slider .slick-prev:after {transform: rotate(135deg);-webkit-transform: rotate(135deg);}
.event_card {background-color: #fff;}
.event_info {padding: 20px 34px 35px 34px;}
.e_top { display: block;color: #000;font-size: 14px;font-weight: 400;margin-bottom: 12px;} 
.event_info h3 {color: #0A0A0B;font-size: 18px;font-weight: normal;line-height: 25px;margin-bottom: 33px;}
.event_info h3 a {color: #0A0A0B;text-decoration: none;}
.e_date { display: block;color: #808080;font-size: 14px;line-height: 19px;}
.event_sec .bdr_btn {background: #fff; border: 0;}

.big_ideas { background-color: #ECF1F5;}
.bi_left h3 {text-transform: capitalize;margin: 0 0 10px 0;}
.bi_left h2 {text-transform: capitalize;margin: 0 0 10px 0;}
.bi_img img { width: 100%; }
.bi_right h4 { margin-bottom: 10px; font-size: 26px; font-family: 'neue_haas_grotesk_text_pr65Md';}
.bi_right h3 {text-transform: capitalize; margin-bottom: 20px;}
.btn_cont a + a {margin-left: 20px;}

.contact_top_head {text-align: center;max-width: 730px;margin: 0 auto 30px auto; }
.contact_top_head h2 {text-transform: capitalize;margin: 0 0 5px 0;}
.contact_top_head p {color: #000;text-align: center;font-size: 20px;font-weight: 400;line-height: 29px;margin: 0;}
.contact_form .form-control { height: 54px; padding: 0 15px; line-height: 52px;}
.contact_form textarea.form-control { height: 91px;line-height: 20px;padding: 12px 15px;}
.lt_btn_hldr .blue_btn { border: 0; outline: none; min-width: 278px;}
.lt_btn_hldr .blue_btn:after {right: 35%; }
.lt_btn_hldr .blue_btn:hover:after {right: 30%; }
.contact_form { width: 100%; max-width: 1012px; margin: 0 auto;}


.featured-tops .nav {justify-content: center;}

.insight-content .views-field-title h3 {font-size: 18px;font-family: 'alternategotno3dregular';}
.insight-content .views-field-title h2 {font-size: 18px;font-family: 'alternategotno3dregular';}
.insight-content .views-field-title a { text-decoration: none; color: #000;}
.insight-content .views-field-title a:hover {color: #000;}
.insight-content .views-view-responsive-grid__item-inner {box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);transition: all 500ms;}
.insight-content .views-field-field-image { position: relative;}

.featured-tops.full-width {left: 49.3%;}
.view-filters { display: flex; justify-content: flex-end;}
.view-filters .views-exposed-form {width: 100%;position: relative;padding-top: 30px;}
.view-header  {color: #000000;font-size: 50px;font-weight: normal;text-transform: capitalize;line-height: 52px;font-family: 'alternategotno3dregular';}
/* max-width: 462px;  */
.js-form-type-select label { display: none;}
.js-form-type-select + .js-form-type-select { margin-left: 15px;}
.js-form-type-select.mb-3 { margin-bottom: 0 !important;}
.view-filters {margin-bottom: 50px;}
.view-blog .views-exposed-form .form-select {height: 48px;border-radius: 50px;border-color: #000;max-width: 200px;}
.view-blog .views-exposed-form .mb-3 { margin-bottom: 0 !important;}

.node--type-case-study .field--name-body { font-size: 15px;}
.node--type-case-study .big-font-case hr {height: 1px!important;border-width: 0;
background-color: #2c2c2c!important;
margin-top: 15px!important;margin-bottom: 35px!important;}
.node--type-case-study .big-font-case h4 {font-family: 'neue_haas_grotesk_text_pr65Md';font-size: 30px;line-height: normal;color: #000;margin-bottom: 12px;position: relative;}
.node--type-case-study .big-font-case h4 span { font-size: 16px;font-family: var(--body-font);}
.node--type-case-study .big-font-case h4:after { content: "";width: 40px; height: 3px;background-color: #ff6000;position: absolute; left: 0; top: -10px;}
#block-first-source-relatedservicesforcasestudy .sidebar h2 {margin: 0 0 6px 0; }
.block-content-related_services_section h2 { margin: 0 0 30px 0; color: #000;font-family: 'alternategotno3dregular';font-size: 50px; text-transform: capitalize;}
#block-first-source-relatedservicesforcasestudy .field--name-field-reference-block { display: flex; flex-wrap: wrap; margin: 0 -15px;}
#block-first-source-relatedservicesforcasestudy .field--name-field-reference-block > .field__item { width: 33.33%; min-width: 33.33%;padding: 0 15px;}
.paragraph.paragraph--type--related-post.paragraph--view-mode--default { background-color: #fff;padding: 30px 15px 30px 15px;border: 1px solid rgba(0, 0, 0, 0.11); border-radius: 12px; height: 100%;transition: all 300ms;}
.block-content-related_services_section .field__item a { display: block; padding-right: 50px; color: #000; font-weight: bold; font-size: 18px; margin-bottom: 50px;}
.block-content-related_services_section .field__item a::after{content: "";position: absolute;top: 0;right: 0;width: 36px; height: 36px; border-radius: 50%;background-image: url(/sites/default/files/2024-12/skyblue_arrow.svg);background-repeat: no-repeat; background-position: center;}

/* .paragraph.paragraph--type--related-post.paragraph--view-mode--default:hover {background-color: #13338E;}

.paragraph.paragraph--type--related-post.paragraph--view-mode--default:hover .field__item a { color: #fff !important;text-decoration: underline;background-image: url(/themes/custom/first_source/images/home/right_arrow_long.png);}
.paragraph.paragraph--type--related-post.paragraph--view-mode--default:hover .text-formatted p { color: #fff;} */
.call-to-action > .d-flex.flex-wrap { align-items: center;}
.call-to-action {padding: 25px 0;}
.con-left {width: 62%;min-width: 62%;}
.con-left h2 { color: #fff;font-family: 'alternategotno3dregular';margin: 0 0 5px 0;font-size: 30px;}
.con-left p { color: #fff;font-family: 'alternategotno3dregular';margin: 0;font-size: 18px;}
.con-right a { display: inline-flex;font-size: 15px;
font-weight: 600;
line-height: 26px;
background-color: #FF7F32;
padding: 10px 40px;color: #fff;background-image: url(/themes/custom/first_source/images/home/right-arrow-w.png);background-repeat: no-repeat; background-position: right 40px center;background-size: 24px;min-width: 207px;}
.con-right a:hover {background-color: #6CB1DB; color: #fff;}
.node--type-case-study .node--view-mode-full {margin-bottom: 50px;}
#block-first-source-conyactbuttonsectioncasestudy {margin-bottom: 50px; }
.sidebar .download-link a { background-image: url(/themes/custom/first_source/images/home/download_black.png);background-repeat: no-repeat; background-position: right 40px center;background-size: 24px;min-width: 230px; color: #000; background-color: #6CB1DB;border-radius: 60px;}
/* .sidebar .download-link a:hover {background-color: #2746C4; background-image: url(/themes/custom/first_source/images/home/download.png); color: #fff;} */
#block-first-source-conyactbuttonsectioncasestudy::before {width: 100vw;}
#block-first-source-views-block-blog-block-7 h2 {margin: 0 0 30px 0;color: #000;font-family: 'alternategotno3dregular';font-size: 36px;}
.node--type-infographics .node--view-mode-full {margin-bottom: 50px;}

#block-first-source-views-block-blog-block-7 .views-field-title h4 a:hover {color: #ff7f32;background-size: 100% 1px;}
.node--type-whitepaper .node--type-whitepaper { margin-bottom: 50px;}
#block-first-source-views-block-blog-block-9 h2 { margin-bottom: 30px;color: #000;font-family: 'alternategotno3dregular'; font-size: 36px;}
#block-first-source-views-block-blog-block-9 .trending-posts-sidebar.views-row { margin: 0; padding: 0 15px;}
#block-first-source-views-block-blog-block-9 .views-field-field-image { margin-bottom: 20px;}
#block-first-source-views-block-blog-block-9 .views-field-title h4 { margin-bottom: 15px;}
#block-first-source-views-block-blog-block-9 .views-field-title h4 a { background-size: 0 1px;}

.node--type-e-book iframe { width: 100%; display: block; margin: 20px 0 !important;}
.node--type-e-book .node--type-e-book { margin-bottom: 50px;}
#block-first-source-views-block-blog-block-11 h2 { margin-bottom: 30px;color: #000;font-family: 'alternategotno3dregular'; font-size: 36px;}
#block-first-source-views-block-blog-block-11 .trending-posts-sidebar.views-row { margin: 0; padding: 0 15px;}
#block-first-source-views-block-blog-block-11 .views-field-field-image { margin-bottom: 20px;}
#block-first-source-views-block-blog-block-11 .views-field-title h4 { margin-bottom: 15px;}
#block-first-source-views-block-blog-block-11 .views-field-title h4 a { background-size: 0 1px;}

/* HealthCare page */
.inner_banner { position: relative;}
.banner_img img { width: 100%;}
.inner_banner_cap { position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 100%;}
.ib_inner { max-width: 600px;}
.main-content .section .inner_banner_cap h1 {color: #FFF;text-transform: capitalize; margin: 0 0 6px 0;}
.inner_banner_cap p { color: #fff; font-size: 18px; margin: 0;}


.breadcrumb_sec {padding: 17px 0 0 0;background-color: #fff;z-index: 9;}
.breadcrumb_sec .breadcrumb { padding: 0;}
.breadcrumb_sec .breadcrumb li a { color: #6a6a6a; font-size: 14px;}
.breadcrumb_sec .breadcrumb li a:hover { color: #2a44ae;}
.breadcrumb_sec .breadcrumb-item.active { color: #6a6a6a;}
.t_list { list-style: none;padding: 0; margin: 0;}
.t_list li + li {margin-left: 13px;}
.t_list li a { display: flex; align-items: center; padding: 10px 24px; border-radius: 60px; border: 1px solid #000; font-size: 14px;font-weight: normal;line-height: normal; color: #000;text-decoration: none;}
.t_list li a img { margin-left: 8px;}
.t_list li a:hover, .t_list li.active a {background-color: #6CB1DB;border-color: #6CB1DB;}

/* .partner_sec { padding-top: 30px;} */
.partner_top { padding-right: 100px;margin-bottom: 46px;}
.partner_top h2 {text-transform: capitalize; margin-bottom: 10px;}
.partner_top p {color: #000; margin: 0;}
.partner_top p + p { margin-top: 20px;}
.p_img_outer { position: relative; background-color: #000; border-radius: 12px; overflow: hidden;}
.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;}
.hidden_info p {font-size: 18px; font-weight: normal; line-height: 29px; color: #fff !important;font-family: 'neue_haas_grotesk_text55roman';}


.p_card a { text-decoration: none;}
.p_img { border-radius: 10px; overflow: hidden; opacity: 1; transition: all 300ms;}
.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_card a:hover .hidden_info { opacity: 1; visibility: visible;}
.p_card a:hover .p_img { opacity: 0.5; visibility: visible;}
.hover-opacity .p_card a:hover .p_img { opacity: 1; visibility: visible;}
.hfs_video {position: relative;width: 100%;height: 100%;border-radius: 20px; overflow: hidden;}
.hfs_sec { padding: 70px 0;}
.hfs_info {background-color: #1E2247; padding: 43px 45px;border-radius: 20px;}
.hfs_info h2 {color: #FFF;font-family: 'alternategotno3dregular';font-size: 70px;font-weight: normal;line-height: 71px;text-transform: capitalize;margin: 0 0 8px 0;}
.hfs_info p {color: #FFF;margin: 0 0 40px 0;}
.hfs_video iframe { width: 100%; height: 100%; border: 0; vertical-align: top;}

.v_left { width: 50%; min-width: 50%;}
.v_left iframe { width: 100%; height: 476px;vertical-align: top;}
.v_row { align-items: flex-end;}
.v_right {background-color: #1E2247;padding: 40px 70px; width: 50%;}
.vr_inn { max-width: 526px;font-size: 20px;line-height: 29px;}
.vr_inn p { margin: 0;}

.exp_sec .N_top { margin: 0;}
.exp_sec .RI_list li a strong { display: block; width: 120px; min-width: 120px;}
.exp_sec .RI_list .insights_mid_content { width: 65%; font-weight: normal;}
.exp_sec .RI_list li a { justify-content: space-between;}

.wClient_sec h2 { margin: 0 0 60px 0; color: #000;font-family: 'alternategotno3dregular';font-size: 70px;line-height: 74px;
text-transform: capitalize;}
.w_slider_item { display: flex;align-items: flex-end;}
.w_img { border-radius: 20px; overflow: hidden; width: 334px; min-width: 334px;}
.w_info {padding: 20px 30px;}
.inverted {width: 44px; height: 44px; background-color: #6CB1DB; border-radius: 50%; margin-bottom: 15px; display: flex; justify-content: center; align-items: center;}
.w_info p { margin: 0 0 15px 0; font-weight: normal;color: #000;}
.author { display: block;color: #2A2A2A;font-size: 16px;}
.Wc_slider { width: 1540px;}
.wClient_sec { overflow: hidden;}
.wClient_sec .slick-arrow { position: absolute; right: 12%;top: -100px; width: 50px; height: 50px;background-color: transparent; border-radius: 50%; border: 1px solid #000; font-size: 0; z-index: 2; cursor: pointer;}
.wClient_sec .slick-arrow:hover { background-color: #6cb1db;border-color: #6cb1db;}
.wClient_sec .slick-arrow:after {content: "";border: solid #000;border-width: 0 2px 2px 0;display: inline-block;padding: 4px;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);position: absolute;top: 21px;right: 19px;transition: all 500ms;}
.wClient_sec .slick-prev.slick-arrow {left: inherit;right: 17%;}
.wClient_sec .slick-prev:after {transform: rotate(135deg);-webkit-transform: rotate(135deg);}

.rc_left h2 {color: #000;font-family: 'alternategotno3dregular';font-size: 50px; line-height: normal; text-transform: capitalize; padding-bottom: 6px; margin-bottom: 15px; border-bottom: 1px solid #000;display: inline-block;}
.rc_left ul { margin: 0; padding: 0; list-style: none;}
.rc_left ul li { display: block; width: 100%;}
.rc_left ul li .nav-link { display: block;color: #808080;font-family: 'alternategotno3dregular';font-size: 50px;line-height: normal;text-transform: uppercase; padding: 6px 0;background-color: transparent;box-shadow: none;border: 0;outline: none;border-bottom: 1px solid transparent;}
.rc_left ul li .nav-link.active {color: #000;font-family: 'alternategotno3dregular';font-size: 50px; line-height: normal; text-transform: uppercase; border-bottom: 1px solid #000;}
.rc_left ul li + li { margin-top: 15px;}
.rc_right { border-radius: 21px; background: #ECF1F5; padding: 40px;}
.rc_right ul {margin: 0; padding: 0; list-style: none;}
.rc_right ul li {margin: 12px 4px; display: inline-block;}
.rc_right ul li a {background-color: #fff; display: block; border-radius: 60px; font-size: 16px; font-weight: normal; color: #000; text-decoration: none; padding: 14px 22px;}
.rc_right ul li a:hover { background-color: #6cb1db;color: #000;}
   
.num_block { position: relative;padding-top: 12px;margin-top: 35px;}
.num_block:after { content: ""; width: 34px; height: 3px; background-color: #DF6014; position: absolute; left: 0; top: 0;}
.num_block h4 { display: block;color: #000; font-size: 34px;line-height: normal; font-weight: normal; margin-bottom: 9px;font-family: 'neue_haas_grotesk_text_pr65Md';}
.num_block span { display: block;color: #000; font-weight: 400;line-height: 22px;}

.comp_sec { background-size: cover; background-repeat: no-repeat; background-position: center top;position: relative; z-index: 2;}
.comp_sec::after { content: ""; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); z-index: -1;position: absolute; left: 0; top: 0;}
.comp_sec h2 {color: #fff;font-family: 'alternategotno3dregular';font-size: 50px; line-height: normal; text-transform: capitalize;margin-bottom: 50px;max-width: 69%;}
.crc_list1 { padding: 0; list-style: none; margin: 0 0 40px 0; display: flex;}
.crc_list1 li { display: block; max-width: 29%;}
.crc_list1 li a { display: block; height: 100%; color: #fff; font-size: 16px;font-weight: normal;line-height: normal; padding: 23px 41px; border-radius: 6px;background-color: rgba(0, 0, 0, 0.2); transition: all 500ms;}
.crc_list1 li + li {margin-left: 1px;}
.crc_list1 li a:hover { background-color: #fff; color: #000;}
.crc_list2 {padding: 0; list-style: none; margin: 0; display: flex;}
.crc_block a { padding: 40px 30px;min-height: 130px; color: #fff; border-radius: 6px;background-color: rgba(0, 0, 0, 0.2); display: flex; align-items: center; justify-content: space-between;backdrop-filter: blur(30px); -webkit-backdrop-filter: blur(30px); margin-bottom: 30px; font-size: 16px; line-height: normal;}
.crc_block a:hover { color: #fff;}

.accordion_section {background-color: #ECF1F5;}
.accordion_content { display: none;}
.accordion_items .acc_btn {display: block; color: #0A0A0B;font-size: 24px;font-family: 'neue_haas_grotesk_text_pr65Md'; font-weight: normal;line-height: 25px;padding: 30px 0;position: relative;}
.accordion_items .acc_btn:after { content: "";width: 19px; height: 2px; background-color: #000;position: absolute; right: 0; top: 42px;}
.accordion_items .acc_btn::before { content: "";width: 2px; height: 18px; background-color: #000;position: absolute; right: 9px; top: 34px;}
.show_accord .acc_btn::before {display: none;}
.sec_info h2 { text-transform: capitalize;margin: 0 0 20px 0;}
.text_content p:last-child { margin: 0;}

/* new megamenu */
.mega-menu__list { padding: 0;margin: 0; list-style: none; display: flex; flex-wrap: wrap;}
.mega-menu__list > li {margin: 0 20px;}
.mega-menu__list > li > a {color: #000;font-size: 16px;text-decoration: none;padding: 22px 0;display: block;}
.mega-menu__list > li.mega-menu__item--expanded > a {position: relative;padding-right: 14px;display: block;}
.mega-menu__list > li.mega-menu__item--expanded > a:after {content: "";border: solid black;border-width: 0 2px 2px 0;display: inline-block;padding: 3px;transform: rotate(45deg);-webkit-transform: rotate(45deg);position: absolute;right: 0;top: 45%;}
.mega-menu__dropdown { background-color: #fff; display: flex;  position: absolute; z-index: 2; width: 100%; left: 0; top: 100%;
     /* opacity: 0; visibility: hidden; */
     border-top: 1px solid #D0D0D0; 
     display: none;
     /* transition: all 300ms; */
     box-shadow: 0 5px 6px rgba(0,0,0,0.2);
}
.mega-menu__dropdown:after {content: ""; z-index: -1; width: calc(50% - 260px); height: 100%; position: absolute; left: 0; top: 0;background-color: #1b2659; background-image: linear-gradient(to bottom right, #1E2247, #13338E);}
/* .mega-menu__list > li:hover > .mega-menu__dropdown {opacity: 1; visibility: visible;} */
/* .mega-menu__item--expanded > a {pointer-events: none;}  */
.mega-menu__dropdown .container { display: flex; flex-wrap: wrap;}
.menu-left { width: 30%;min-width: 30%; padding: 30px 25px 30px 0;}
.menu-left h4 { margin: 0 0 16px 0; text-transform: capitalize; color: #fff; font-size: 39px;}
.menu-left .field--name-field-memu-description { color: #fff; margin-bottom: 16px;font-family: 'neue_haas_grotesk_text55roman'; font-size: 14px;}
.menu-left p { margin: 0; padding: 0;}
.menu-right-side {width: 70% !important;display: flex;flex-wrap: wrap;}
.menu-middle {width: 44%;min-width: 44%;padding: 30px 35px;}
.menu-right {width: 32%;min-width: 32%; padding: 30px 0;}
.mega-menu__sub-list { margin: 0; padding: 0; list-style: none; display: flex;}
.mega-menu__sub-list li { display: block; width: 50%;}
.mega-menu__sub-list li a { display: inline-block; padding: 6px 0;color: #000;font-size: 16px;text-decoration: none;}
.WhatWeDo .mega-menu__sub-list li a { text-transform: uppercase;color: #2746C4;font-family: 'neue_haas_grotesk_text_pr65Md'; font-size: 14px;}
.WhatWeDo .mega-menu__sub-list li li a { font-size: 16px;text-transform: none;font-family: 'neue_haas_grotesk_text55roman';}
.field--name-field-menu-right-side-type { display: none;}
.menu_card_cont { align-items: flex-start;}
.menu-info-01 {padding-top: 15px;}
.menu-img-01 {width: 100%;}
.menu-info-01 p { font-size: 14px;font-family: 'neue_haas_grotesk_text_pr65Md';line-height: 20px;}
.menu-brand-block h6 {font-family: 'neue_haas_grotesk_text_pr65Md';font-size: 14px; color: #2746C4; text-transform: capitalize;}

.menu_card_cont figure {border-radius: 12px; overflow: hidden;margin: 0;}
.menu_card_cont figure a {width: 100%;}
.menu_card_cont figure img { width: 100%;}
.menu-img-02 {width: 50%; padding: 0 8px; position: relative;}
.menu-img-02 a { text-decoration: none;}
.menu_img2_caption { /*position: absolute; left: 0; bottom: 0;*/ width: 100%; color: #fff; /*padding: 20px 18px;*/ font-size: 12px;line-height: normal;}

.menu-img-03 { display: flex; width: 43%; }
.menu-right .menu_card_cont { display: flex; flex-wrap: wrap;}
.menu-right .menu_card_cont + .menu_card_cont { margin-top: 15px;}
.menu-info-03 {width: 57%;padding-left: 15px;}
.menu-info-03 p { font-size: 14px; margin-bottom: 10px;line-height: normal;width: auto;padding: 0;}
.mega-menu .blue_btn {padding: 7px 25px 7px 25px; font-size: 14px; }
.mega-menu .blue_btn:after { top: 15px; right: 17px;}
.mega-menu .blue_btn:hover:after {right: 13px;}
.menu-img-04, .menu-img-04 img { width: 100%;}
.menu-info-04 p { font-size: 14px;}
.menu-info-04 ul { padding: 0; list-style: none;}
.menu-info-04 ul li {display: block;padding-left: 30px;background-image: url(/themes/custom/first_source/images/healthcare/blue_arrow.png);background-repeat: no-repeat;background-position: left 6px; font-size: 14px;}
.menu-info-04 ul li + li { margin-top: 6px;}

.newsroom h6 {font-size: 22px; color: #000; text-transform: capitalize;font-family: 'neue_haas_grotesk_text_pr65Md';margin-bottom: 25px;}
.newsroom .mega-menu__sub-list li > a {color: #2746C4;font-size: 16px; text-transform: capitalize;font-family: 'neue_haas_grotesk_text_pr65Md';}
.newsroom .mega-menu__sub-list li li {border-bottom: 1px solid #D9D9D9;}
.newsroom .mega-menu__sub-list li li a {font-size: 14px; padding: 16px 0;text-transform: none;font-family: 'neue_haas_grotesk_text55roman';line-height: normal;}

.page-node-3109 #block-first-source-views-block-leadership-block-1 {max-width: 1320px; width: 100%; padding: 15px 15px 50px 15px; margin: 0 auto;}
.page-node-3109 #block-first-source-views-block-leadership-block-2 { padding: 50px 0 30px 0;background-color: #ECF1F5;}
.page-node-3109 #block-first-source-views-block-leadership-block-2 .content {max-width: 1320px; width: 100%; padding: 0 15px; margin: 0 auto;}
.page-node-3109 .block-views .views-col {padding: 0 15px;}
.page-node-3109 .block-views .views-field-field-image { border-radius: 15px;overflow: hidden;margin-bottom: 12px;}
.page-node-3109 .block-views .field-content { font-size: 14px;}
.page-node-3109 .views-field.views-field-title,
.page-node-3109 .views-field.views-field-field-designation { padding-right: 55px;}
.page-node-3109 .views-row a.up_right_arrow {display: flex;position: absolute;right: 20px;bottom: 6px;}
.page-node-3109 .views-row .views-col { position: relative;margin-bottom: 30px;}
#block-first-source-webform { max-width: 1320px; width: 100%; padding: 70px 15px; margin: 0 auto;}
#block-first-source-views-block-leadership-block-1 h2 { text-transform: capitalize; font-size: 50px;}
#block-first-source-views-block-leadership-block-2 h2 { text-transform: capitalize; font-size: 50px;}
#edit-headinginfo h2 { text-transform: capitalize; font-size: 70px;}
.page-node-3109 .views-view-grid .views-row {margin: 0 -15px;}
#block-first-source-webform h2 { text-align: center;}
.webform-submission-leadership-contact-form-add-form { display: flex;justify-content: center; flex-wrap: wrap; margin: 0 -15px;}
.webform-submission-leadership-contact-form-add-form .col-md-6 {padding: 0 10px;}
.webform-submission-leadership-contact-form-add-form .col-md-12 {padding: 0 10px;}
div#edit-headinginfo { width: 100%;text-align: center;}
.form-type-textarea { width: 100%; padding: 0 ;}
.webform-submission-leadership-contact-form-add-form .form-submit {display: inline-block;border-radius: 50px;background: #6CB1DB;padding: 16px 34px;color: #000;font-family: 'neue_haas_grotesk_text_pr65Md';font-size: 16px;text-decoration: none;position: relative;margin: 0 auto;}
.webform-submission-leadership-contact-form-add-form .form-submit:hover {background-color: transparent;border-color: #000;}
.webform-submission-leadership-contact-form-add-form .form-textarea.form-control { height: 91px;}
#block-first-source-webform .content {max-width: 1000px; width: 100%; margin: 0 auto;}
.page-node-3109 .views-row .views-field-field-image img { width: 100%;}


/* about page */
.border_col { border: 1px solid #D9D9D9;}
.border_col:first-child {border-radius: 14px 0px 0px 14px;}
.border_col:last-child {border-radius: 0px 14px 14px 0px;}
.about_card { padding: 48px;}
.about_card h5 {color: #000;font-family: 'neue_haas_grotesk_text_pr65Md';font-size: 26px;line-height: normal;margin-bottom: 15px;min-height: 65px;}
.about_card p { margin-bottom: 15px;}
.ab_card_info { padding-bottom: 30px;min-height: 245px;}
.ab_card_row {padding-bottom: 50px;}

.ab_card_img { border-radius: 14px; overflow: hidden; width: 100%;}
.ab_card_img a { display: block;}
.ab_card_img img { width: 100%;}
.ab_card_row .row { margin: 0;}
.partnering_sec {background-color: #ECF1F5;}
.partn_icon { padding-bottom: 16px; margin-bottom: 16px;border-bottom: 1px solid #d9d9d9; max-width: 50px;}
.partnering_block h6 {color: #000;line-height: normal; margin-bottom: 6px;font-family: 'neue_haas_grotesk_text_pr65Md';}
.partnering_block {padding-right: 42px;}

.story_tab h2 {text-transform: capitalize; margin-bottom: 18px;}
.story_tab .nav-tabs { display: flex;}
.story_tab .nav-tabs .nav-link {color:  #808080;font-size: 18px;line-height: 25px; padding: 15px 20px;border: 0; border-bottom: 1px solid #D5D5D5;}
.story_tab .nav-tabs .nav-link.active { color: #000; border-color: #000;}
.story_container { display: flex; flex-wrap: wrap;align-items: flex-start;}
.st_col { width: 50%; padding-top: 40px;}
.st_tab_list1 {padding: 0; margin: 0;}
.st_tab_list1 li {display: block;color: #000;font-size: 16px;font-weight: normal;padding-left: 30px;background-image: url(/themes/custom/first_source/images/healthcare/blue_arrow.png);background-repeat: no-repeat;background-position: left 6px;font-family: 'neue_haas_grotesk_text_pr65Md'; margin: 0 0 18px 0;}
.st_tab_list2 { display: flex; flex-wrap: wrap; width: 100%;list-style: none; padding: 0;}
.st_tab_list2 li { border-radius: 8px;background: #ECF1F5; width: 132px; margin-right: 20px; padding: 20px;text-align: center;}
.st_img {border-radius: 15px; overflow: hidden;}

.brand_list .accordion-button { display: flex; justify-content: space-between; padding-left: 0; padding-right: 0; color: #fff; font-size: 18px;font-family: 'neue_haas_grotesk_text_pr65Md'; background-color: transparent;outline: none;box-shadow: none !important;}
.brand_list .accordion-button::after { display: none;}
.brand_list { display: block; max-width: 45%;margin: 0; padding: 0;}
.brand_list .accordion-button:not(.collapsed) { box-shadow: none;}

.brand_list .accordion-item {background-color: transparent;border-left: 0;border-right: 0;border-radius: 0 !important; border-color: rgba(255, 255, 255, 0.30);}
.brand_list .accordion-button:not(.collapsed) { color: #fff; background-color: transparent;}
.brand_list .accordion-body { padding-left: 0;padding-right: 0; color: #fff;}
.node--view-mode-full .brand_list .accordion-body p { color: #fff;}
.brand_list .accordion-body p { margin: 0;}
.brand_list .brand_list .accordion-item:first-child { border-top: 0;}

.ind_as_list { display: flex; margin: 0; padding: 0; flex-wrap: wrap;}
.ind_as_list li {min-height: 211px; display: flex; justify-content: center; align-items: center; width: 33.3%; min-width: 33.3%; border-right: 1px solid #d9d9d9; border-bottom: 1px solid #d9d9d9;}
.ind_as_list li:nth-child(3n) { border-right: 0;}
.ind_as_list li:nth-last-child(1),.ind_as_list li:nth-last-child(2),.ind_as_list li:nth-last-child(3) { border-bottom: 0;}
.industry_as_sec h2 { text-transform: capitalize;}
.solution-box p { margin: 0;line-height: 24px;}
.solution-box h6 { font-size: 18px;font-family: 'neue_haas_grotesk_text_pr65Md';}

.block-views-blockbanner-block-1{display: none;}
.f_academy_sec {background-size: cover;}
.page-node-3154 .value_sec .col-md-4 {margin-bottom: 0;}
.f_academy_sec h2 { text-transform: capitalize; margin-bottom: 15px; color: #fff;}
.f_academy_sec p{ color: #fff;}
.global_team { background-color: #ECF1F5; text-align: center;}
.global_team h2 {text-transform: capitalize; margin-bottom: 30px;}
.gt_list { padding: 0; margin: 0; list-style: none; display: flex;}
.gt_list li { width: 25%; text-align: center;text-align: center; display: block; border-right: 1px solid #D9D9D9;}
.gt_list li:last-child { border: 0;}
.gt_list li span { display: block; padding-top: 45px; text-transform: capitalize; color: #000;}

/* 05-11-24 */
.comp_sec {position: relative;}
.rev_container { position: absolute; width: 100%; left: 0; top: 0;} 

/* blog detail */
article.layout_region--content .field--type-text-with-summary p { font-size: 16px; line-height: 27px; margin: 0 0 24px 0; color: #000;}
.node--type-article .node--view-mode-full .field--type-text-with-summary h2, .node--type-case-study .node--view-mode-full .field--type-text-with-summary h2, .node--type-infographics .node--view-mode-full .field--type-text-with-summary h2, .node--type-news .node--view-mode-full .field--type-text-with-summary h2 { font-size: 30px;font-family: 'neue_haas_grotesk_text_pr65Md'; color: #000;padding: 20px 0; margin: 0;}
.node--type-article .node--view-mode-full .field--type-text-with-summary h3, .node--type-case-study .node--view-mode-full .field--type-text-with-summary h3, .node--type-news .node--view-mode-full .field--type-text-with-summary h3 { font-size: 24px;font-family: 'neue_haas_grotesk_text_pr65Md'; color: #000;padding: 0 0 20px 0; margin: 0;}
.node--type-article .field--type-text-with-summary ul {list-style: none;}
article .field--type-text-with-summary ul li {display: block;padding-left: 30px !important; line-height: 29px;
     /* background-image: url(/themes/custom/first_source/images/healthcare/blue_arrow.png) !important;
     background-repeat: no-repeat;background-position: left 6px !important;  */
     font-size: 16px; width: 100% !important;}
.node--type-article .field--type-text-with-summary ol, .node--type-case-study .field--type-text-with-summary ol, .node--type-infographics .field--type-text-with-summary ol { padding-left: 15px;}
.node--type-article .field--type-text-with-summary ol li, .node--type-case-study .field--type-text-with-summary ol li, .node--type-infographics .field--type-text-with-summary ol li { margin-bottom: 15px; font-size: 16px;line-height: 29px;}
.node--type-article .field--type-text-with-summary iframe, .node--type-case-study .field--type-text-with-summary iframe, .node--type-infographics .field--type-text-with-summary iframe { width: 100%; min-height: 465px;}

.blog_blac_sec { background-color: #13338E; color: #fff; padding: 35px; border-radius: 12px;margin-bottom: 25px;}
.col-md-4 .blog_blac_sec { display: inline-block;min-width: 33%; padding: 15px;}
.blog_blac_sec p { color: #fff !important;line-height: 25px;}
.blog_blac_sec p + p { margin-top: 15px;}
.blog_blac_sec h2 {padding: 0 0 15px 0 !important; color: #fff !important;}
.blog_blac_sec a { display: inline-block;margin: 0;}
.field__item .blog_blac_sec p a { color: #fff;text-decoration: underline;}
.field__item .blog_blac_sec p a:hover { text-decoration: none;}
.blog_blac_sec p { margin: 0;}
.node--type-article .field--type-text-with-summary table thead tr th,.node--type-article .field--type-text-with-summary table tfoot tr th {line-height: 23px;padding: 12px 9px; color: #000;}
.node--type-article .field--type-text-with-summary table tr td,.node--type-article .field--type-text-with-summary table tr th {border: 1px solid rgba(0, 0, 0, 0.11);}
.node--type-article .featured-bottom {background-color: #fff;padding: 20px 0 70px 0; }
#block-first-source-views-block-blog-block-2 .views-field-title h2 { text-transform: inherit; font-size: 18px;font-family: 'neue_haas_grotesk_text_pr65Md';}
.node--type-article .more-stories .views-view-responsive-grid__item-inner { border: 0;margin-bottom: 0; border-radius: 0;}
#block-first-source-views-block-blog-block-14--3 { display: flex; flex-wrap: wrap;}
#block-first-source-views-block-blog-block-14--3 h2 { font-size: 16px;font-family: 'neue_haas_grotesk_text55roman';text-transform: inherit; margin-right: 6px; margin-bottom: 0;}
.sidebar .views-row {margin: 0; }
.node--type-article .more-stories .views-field-field-industries {position: absolute;top: 0;color: #fff;background-color: #2746C4;display: inline-block;padding: 7px 10px;border-radius: 14px 0 0 0;}

/* .more-stories { margin: 0 -15px;} */
.more-stories .slick-slider { display: block; width: 100%;}
.more-stories .slick-slider .slick-slide { padding: 0 15px;}
.more-stories .slick-arrow {width: 50px;height: 50px;border: 2px solid #A9AEBB;border-radius: 50%;background-color: transparent;font-size: 0;position: absolute;top: -74px;z-index: 2;}
.more-stories .slick-next {left: inherit; right:24px;}
.more-stories .slick-next::after {content: "";border: solid #000;border-width: 0 2px 2px 0;display: inline-block;padding: 3px;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);position: absolute;top: 40%;left: 38%;}
.more-stories .slick-prev {left: inherit; right:90px;}
.more-stories .slick-prev::after {content: "";border: solid #000;border-width: 0 2px 2px 0;display: inline-block;padding: 3px;transform: rotate(135deg);-webkit-transform: rotate(135deg);top: 40%;left: 44%; position: absolute;}
 
.blog-cat .views-row { margin: 0;font-weight: bold; font-size: 16px;}
.blog-cat .list-group {margin: 0; padding: 0; display: flex; flex-wrap: wrap; flex-direction: row;}
.blog-cat .list-group li { margin: 5px 3px;padding: 0; border: 0;display: inline-flex;}
.blog-cat .list-group li a { display:flex;padding: 5px 10px;border-radius: 2px;color: #13338E;background: #D9E1FA;font-size: 14px;font-weight: normal;}
#block-first-source-views-block-blog-block-14--3 { padding: 0; border: 0;}
.node--type-article .view-display-id-single_banner .views-view-grid div.views-field-title {margin: 0;position: absolute;left: 0;top: 50%;transform: translateY(-50%);padding: 30px; max-width: 65%;}
.node--type-article .view-display-id-single_banner .views-view-grid div.views-field-title h1 { color: #fff; line-height: normal;}
.author-info .field-content p {font-family: 'alternategotno3dregular';margin: 0 0 10px;padding: 0;color: #000;border: 0;font-size: 37px;}
.author-info .field-content p strong {font-weight: normal;}
.author-info .field-content > div span {font-size: 22px;}
.author-info .field-content > div + div { margin-top: 6px;}
.view-display-id-single_banner { position: relative;}
.node--type-article .featured-tops {margin-bottom: 0;}
#block-first-source-views-block-banner-single-banner { padding-top: 60px;}


.ib_inner .field--name-field-banner-text { color: #fff; font-size: 18px; line-height: normal;}
.page-title-area { padding: 50px 0;}
.page-title-area h2, .page-title-area h1 { text-transform: capitalize;font-family: 'alternategotno3dregular' !important;}

.v_left .field--type-text-with-summary { margin: 0; }
.v_left .field--type-text-with-summary p { margin: 0;}
.v_right .field--type-text-with-summary p { margin: 0; font-size: 20px;line-height: 29px;}
.call-to-action-area .field--type-text-with-summary { margin: 0;}
.node--type-article .call-to-action-area .field--type-text-with-summary h2 {font-size: 50px; text-transform: capitalize;font-family: 'alternategotno3dregular' !important; color: #fff;padding: 0 0 10px 0;}
.node--type-article .call-to-action-area .field--type-text-with-summary p { color: #fff;margin-bottom: 45px;}
.video_row {padding-top: 50px;}

.views-field-title h4 {font-family: 'neue_haas_grotesk_text_pr65Md';}
.views-field-title h4 a { padding: 0;}
.insights-video .vimeo-video-player { border-radius: 12px; overflow: hidden;}
.insights-video .vimeo-video-player iframe { width: 100%;height: 235px;vertical-align: top;}

.node--type-article .node--view-mode-full .field--type-text-with-summary ul.list_row {padding: 15px;list-style: none;}

/* accordion */
.accordion_section .accordion-button::after {content: ""; background-image: none;width: 12px;height: 2px;background-color: #000;position: absolute;top: 42px; right: 18px;transition: all 300ms;}
.accordion_section .accordion-button::before {content: ""; background-image: none;width: 2px;height: 12px;background-color: #000;position: absolute;top: 37px; right: 23px;transition: all 300ms;}
.accordion_section .accordion-button:not(.collapsed)::after {transform: rotate(45deg);}
.accordion_section .accordion-button:not(.collapsed)::before {transform: rotate(45deg);}

.accordion_section .accordion-button {background-color: transparent;display: block; color: #0A0A0B;font-size: 20px;font-family: 'neue_haas_grotesk_text_pr65Md'; font-weight: normal;line-height: normal;padding: 30px 0;position: relative; border: 0; outline: none; box-shadow: none;}
.accordion_section .accordion-body { padding: 0 0 20px 0;}
.accordion_section .accordion-body p {color: #000;font-size: 16px;line-height: 21px;margin: 0 0 15px 0;}
.accordion_section .accordion-body ul {list-style: none; padding: 0;}
.accordion_section .accordion-body ul li { display: block;color: #000;font-size: 16px;font-weight: normal; padding-left: 30px;background-image: url(/themes/custom/first_source/images/healthcare/blue_arrow.png); background-repeat: no-repeat; background-position: left 6px;}
.accordion_section .accordion-body ul li + li { margin-top: 6px;}
.accordion_section .accordion-item { background-color: transparent;border: 0;border-bottom: 1px solid #BFBFBF;}
.accordion_section h2 { text-transform: capitalize;}
/* .two-column-accordion { display: flex; flex-wrap: wrap; justify-content: space-between;}
.two-column-accordion .accordion-item { width: 49%; min-width: 49%;} */

.faqs-section .accordion-button {color: #0A0A0B;font-size: 20px;font-family: 'neue_haas_grotesk_text_pr65Md'; font-weight: normal;line-height: normal;padding: 24px 28px; border: 0; outline: none; box-shadow: none; background-color: transparent;}
.faqs-section .accordion-body { padding: 0 28px;}
.faqs-section .accordion-body p {color: #000;font-size: 16px;line-height: 21px;margin: 0 0 15px 0;}
.faqs-section .accordion-item { border-radius: 11px; overflow: hidden; background-color: #fff;}
.faqs-section .accordion-item + .accordion-item { margin-top: 15px;}
.faqs-section .accordion-button::after {background-image: none;content: "";border: solid #fff;border-width: 0 2px 2px 0;display: inline-block;padding: 3px;transform: rotate(45deg);-webkit-transform: rotate(45deg);position: absolute;top: 31px;right: 19px;transition: all 500ms;width: auto;height: auto;}
.faqs-section .accordion-button::before { content: "";width: 24px; height: 24px;background-color: #2746C4; border-radius: 50%; position: absolute; right: 11px; top: 25px;}
.faqs-section .accordion-button:not(.collapsed)::after {transform: rotate(-135deg); -webkit-transform: rotate(-135deg);top: 35px;}
.st_tab_cont .nav { flex-wrap: nowrap; margin-bottom: 40px;}
.st_tab_cont .nav-tabs .nav-link {text-align: left;font-size: 22px;line-height: normal; color: #808080;border: 0;border-bottom: 1px solid transparent;}
 .st_tab_cont .nav-tabs .nav-item.show .nav-link, .st_tab_cont .nav-tabs .nav-link.active {color: #000;border: 0;border-bottom: 1px solid #000;background-color: transparent;}
 .intelligent-tab .tab-content h4 { font-size: 24px;font-family: 'neue_haas_grotesk_text_pr65Md';}

 /* contact form */

 .contact-forms .tab-container h3 { font-size: 26px;font-family: 'neue_haas_grotesk_text_pr65Md';}
 .contact-forms .talk-to-us { margin: 0 -15px;}

.hs-form .form-columns-2 { display: flex; margin-bottom: 24px; width: 100%; min-width: 100%;}
.hs-form .form-columns-1 { display: flex; width: 100%;min-width: 100%;padding: 0 15px;}
.hs-form .form-columns-2 .hs-form-field {width: 50%; min-width: 50%; padding: 0 15px;}
.hs-fieldtype-text > label, .hs-fieldtype-textarea > label, .hs-fieldtype-phonenumber > label, .hs-stakeholder_category > label, .hs-country1 > label, .hs_attending_event > label { display: none;}
.hs-form .input { margin: 0;}
.hs_country1 {width: 100%;}
.hs-input { width: 100%;}
.hs-form .hs-input {border-radius: 5px;border: 1px solid #BFBFBF; color: #7b7b7b; background-color: #FFF; width: 100%; display: block; height: 54px; line-height: 52px; font-size: 16px;font-family: 'neue_haas_grotesk_text55roman';padding: 0 19px;}
.hs-form .hs-input[type=checkbox] {height: 20px;}
.legal-consent-container {width: 100%;}
.hs_message {width: 100%;}
.hs-form-9c8c6cc5-a1bf-4e15-989e-76a498bddc28_e0c91391-d5db-4022-8a1b-2fd3e5a83604 fieldset.form-columns-2 .input { margin-right: 0 !important;}
.hs_attending_event {width: 100%;margin-bottom: 24px;}
#hsForm_c64ab028-1041-4ed1-ae53-4aa9dd24960e .hs-richtext { height: 0; }

.hs-form .hs-fieldtype-textarea textarea {border-radius: 5px;border: 1px solid #BFBFBF; background: #FFF; width: 100%;min-width: 100%; display: block; height: 100px; line-height: normal; font-size: 16px;font-family: 'neue_haas_grotesk_text55roman';padding: 15px 19px;}
.hs-dependent-field .inputs-list {list-style: none; margin: 0; padding: 0;}
#non_business_enq {border-radius: 5px;border: 1px solid #BFBFBF;background: #FFF;width: 300px;display: block;height: 54px;line-height: 52px;font-size: 16px;font-family: 'neue_haas_grotesk_text55roman';padding: 0 19px;margin-bottom: 24px;}
#non_business_enq option {font-family: 'neue_haas_grotesk_text55roman';}
.hs_email {width: 100%;}
.talk-to-us .hs-input {width: 100% !important;}
.talk-to-us .inputs-list .hs-input { width: auto !important;}
.hs-form .form-columns-1 .hs_country1 { margin-bottom: 24px;}
.hs-dependent-field .inputs-list .hs-form-booleancheckbox-display {display: flex;align-items: center;align-content: center;}
.hs-button {display: inline-block;border-radius: 50px;background: #6CB1DB;padding: 0;color: #000;font-family: 'neue_haas_grotesk_text_pr65Md';text-transform: capitalize; font-size: 16px;text-decoration: none;position: relative;height: 52px;width: 230px;border: 0;outline: none;box-shadow: none;}
.hs-form .form-columns-1 .hs_email {margin-bottom: 24px;}
.hs-form .form-columns-1 .hs_message { margin-bottom: 24px;}
.hs-form .form-columns-1 .legal-consent-container > div:last-child { margin-bottom: 24px;}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {margin-bottom: 24px;padding-left: 15px;}
.hs_submit.hs-submit {padding: 0 15px;}
.node--type-article .contact_top_head .field--type-text-with-summary {padding-top: 0;}
.hs-error-msgs.inputs-list {color: #ff0000;}

 .side-bar-links a:hover, .node--type-podcast .sidebar .views-row a:hover {color: #2746C4; }

 .combine_auth_extra {text-align: center;}
 .combine_auth_extra .authr_nme {font-family: 'neue_haas_grotesk_text55roman'; display: block;}
 .combine_auth_extra .authr_desig {font-family: 'neue_haas_grotesk_text55roman' !important; display: block; font-size: 14px !important;}
 .author_three,.author_two {position: relative;padding-top: 12px;margin-top: 15px;}
 .author_three::after, .author_two::after { content: ""; width: 100px; height: 2px; background-color: #c0c0c0; position: absolute; left: 50%; transform: translateX(-50%);top: 0;}
 #block-first-source-aboutusmenu {padding: 0 15px;}
 .site-footer__bottom { padding-top: 20px;}
 .site-footer__bottom .row .row { margin: 0;}
 .node--type-article .main-content, .node--type-case-study .main-content, .node--type-e-book .main-content, .node--type-whitepaper .main-content, .node--type-news .main-content, .node--type-infographics .main-content {padding-right: calc(var(--bs-gutter-x) * .5); padding-left: calc(var(--bs-gutter-x) * .5);}
 /* .node--type-article .field--type-text-with-summary {margin: 0;} */
 .blog-cat {padding-top: 30px;margin-bottom: 30px;}

 /* home changes */
 .text_img_sec .row { align-items: center;}
 .sec_img img { width: 100%;}
 .text_img_sec .field--type-text-with-summary {margin: 0; }
 .what_we .field--type-text-with-summary { margin: 0;}
 .what_we_top h2 + p { margin: 0;}
 .path-frontpage .insight-section .viewsreference--view-title {text-transform: capitalize; margin: 0 0 30px 0;color: #fff;font-family: 'alternategotno3dregular'; font-size: 50px;line-height: normal;}
 .path-frontpage .insight-section {background-color: #1E2247;padding: 50px 0;}
 .path-frontpage .insight-section .views-view-responsive-grid__item-inner { background-color: #fff;border-radius: 15px; overflow: hidden;min-height: 455px;}
 .path-frontpage .insight-section .views-field-created {padding: 10px 15px;}
 .path-frontpage .insight-section .views-field-title { padding: 0 15px;}
 .path-frontpage .insight-section .views-field-body { padding: 10px 15px 0 15px;}
 .path-frontpage .insight-section .views-field-body h2 {font-family: 'neue_haas_grotesk_text55roman';font-size: 16px !important;}
 .path-frontpage article .node__content  {margin-top: 0;}
 .path-frontpage .more-stories .slick-next::after {border: solid #fff;}
.path-frontpage .more-stories .slick-prev::after {border: solid #fff;}

.path-frontpage .more-stories .slick-prev::after {border: solid #fff;border-width: 0 2px 2px 0;}
.path-frontpage .more-stories .slick-next::after {border: solid #fff;border-width: 0 2px 2px 0;}
.big_ideas .bi_left .field--type-text-with-summary {margin: 0;}

/* case study inner*/
.view-filters .d-flex.flex-wrap { justify-content: flex-end;}
.news-banner { border-radius: 20px; overflow: hidden;}
.node--type-case-study .sidebar h2 { font-size: 50px;margin-bottom: 20px;}
.node--type-case-study .sidebar .block-views {padding: 30px 40px;}
/* .node--type-case-study .big-font-case hr {background-color: transparent !important;} */

article.node--view-mode-full .field--type-text-with-summary ul { margin-bottom: 1rem;}

.span_blockquote {color: #fff;font-size: calc(1px * 100);font-family: Times New Roman,Times,serif;font-weight: 900;line-height: 1;display: block;height: .6em;}
.more-stories .views-field.views-field-field-news-categories {padding: 10px 15px 0 15px;}
.contact_top_head .field--type-text-with-summary,.outcomes .field--type-text-with-summary { margin: 0;}
.investors-right .menu_card_cont { position: relative;}
.investors-right .menu-info-04 { position: absolute; left: 0; bottom: 0; width: 100%;padding: 20px;pointer-events: none;}
.investors-right .menu-info-04 p { color: #fff;}
.bi_img {border-radius: 15px;overflow: hidden;}
.investors-right .menu_card_cont figure { background-color: #000;}
.investors-right .menu_card_cont figure img { opacity: 0.6;}
.text_img_sec .col-md-6 .d-flex.align-items-center {border-radius: 12px; overflow: hidden;}
.indus_sec .brand_list h2 { margin: 0;}
.brand_list .accordion-body { padding-top: 0;}
#overview .field--name-field-description ul, .hidden_info ul { padding: 0;}
#overview .field--name-field-description ul li, .hidden_info ul li {display: block;padding-left: 30px;background-image: url(/themes/custom/first_source/images/healthcare/blue_arrow.png);background-repeat: no-repeat;background-position: left 6px;font-size: 16px;margin-bottom: 15px;}
.stories-box-img { border-radius: 12px; overflow: hidden;}
.stories-box-info h5 {color: #000;font-weight: normal;font-family: 'neue_haas_grotesk_text_pr65Md';}
#industry-solutions .hidden_info {left: 30px;top: 50%;right: 30px;bottom: inherit;padding: 30px 20px;transform: translateY(-50%);}
#industry-solutions .p_info h4 { font-size: 22px;}
.hidden_info ul li { color: #fff;}
.text_img_sec .sec_info h4 {font-family: 'neue_haas_grotesk_text_pr65Md';}
.value_sec .solution-box { margin: 15px 0;}
.blue_text_column {background-color: #1E2247; color: #fff;}
.blue_text_column .section-title-area h2, .blue_text_column h3 { color: #fff;}
.node--view-mode-full .blue_text_column p { color: #fff;}

.site-footer__bottom ul {margin: 0; padding: 0;}
.site-footer .site-footer__bottom ul li { margin-bottom: 0;}
.our-solutions .solution-box { background-color: transparent;}
.site-footer__bottom .field--type-text-with-summary { margin: 0;}
.our-solutions .solution-box h6 a { color: #fff;}

.section .node__content { margin-top: 0;}

.solution-slider-section {background: #6CB1DB;}
.solution-slider-section .solution-box { background-color: transparent;}

.solution-slider-section .solution-box > div {background-color: #fff;border-radius: 13px; border: 1px solid #D0D0D0; padding: 32px 38px;min-height: 100%;}
.solution-icon-box { align-items: center;}
.solution-slider-section .solution-box ul {margin: 0; padding: 0; list-style: none;}
.solution-slider-section .solution-box ul li {display: block;padding-left: 30px;background-image: url(/themes/custom/first_source/images/healthcare/blue_arrow.png) !important;background-repeat: no-repeat;background-position: left 6px;font-size: 16px;margin: 0;}
.solution-slider-section .solution-box ul li + li { margin-top: 12px;}
.sol-tag {background-color: #D9E1FA; display: inline-block;color: #13338E;font-family: 'neue_haas_grotesk_text_pr65Md';padding: 5px 10px;font-size: 14px;margin-bottom: 22px;line-height: normal; border-radius: 2px;}
.solution-slider-section .solution-box { padding: 0 15px;}
.solution-slider-section .slick-arrow {width: 50px;height: 50px;border: 1px solid #000;border-radius: 50%;background-color: transparent;font-size: 0;position: absolute;top: -74px;z-index: 2;}
.solution-slider-section .slick-prev {left: inherit;right: 90px;}
.solution-slider-section .slick-prev::after {content: "";border: solid #000;border-width: 0 2px 2px 0;display: inline-block;padding: 3px;transform: rotate(135deg);-webkit-transform: rotate(135deg);top: 40%;left: 44%;position: absolute;}
.solution-slider-section .slick-next {left: inherit;right: 24px;}
.solution-slider-section .slick-next::after {content: "";border: solid #000;border-width: 0 2px 2px 0;display: inline-block;padding: 3px;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);position: absolute;top: 40%;left: 38%;}
.solution-slider .slick-track {display: flex;}
.solution-slider .slick-slide {height: inherit;} 

.solution-slider-section .solution-slider { padding: 0 !important;}
.solution-list-box {border-radius: 21px;background: #ECF1F5;padding: 40px;}
.solution-list-box ul {margin: 0;padding: 0;list-style: none;}
.solution-list-box ul li {margin: 12px 4px;background-color: #fff;display: inline-block;border-radius: 60px;font-size: 16px;font-weight: normal;color: #000;text-decoration: none;padding: 14px 22px;}
.node--view-mode-full .sec_info .field--type-text-with-summary ul li { width: 100%;}
.value_sec .solution-box {padding: 24px;}
.value_sec .solution-box p { margin-bottom: 15px;}
.value_sec .solution-box ul { margin: 0; padding: 0;list-style: none;}
.value_sec .solution-box ul li {margin-bottom: 5px;
background-image: url(/themes/custom/first_source/images/healthcare/blue_arrow.png);
background-repeat: no-repeat;
background-position: left 6px;
padding-left: 25px;font-size: 16px; line-height: normal;}
.value_sec .solution-box ul li a { color: #000;}
.value_sec .solution-box ul li a:hover { color: #2746C4;}
.value_sec .solution-box ul li + li { margin-top: 12px;}

.ww_info h6 { color: #fff;font-family: 'neue_haas_grotesk_text_pr65Md'; margin: 0 0 10px 0; line-height: normal;}
.node--view-mode-full .ww_info p {color: #fff;}
.custom_tab_sec ul { flex-wrap: nowrap;}
.custom_tab_sec ul li { border-bottom: 1px solid #D5D5D5;}
.custom_tab_sec ul li a { color: #808080;line-height: normal; font-size: 16px;padding: 8px 38px;}
.custom_tab_sec ul li a:hover { color: #000;}
.custom_tab_sec ul li.active { border-bottom: 1px solid #000;}
.custom_tab_sec ul li.active a {color: #000;}
.custom_tab_sec ul li:first-child a { padding-left: 0;}
#global_locations .views-exposed-form::before { display: none;}

.side_container {border: 1px solid rgba(0,0,0,0.11);border-radius: 10px; padding: 20px 25px;}
.side_block + .side_block { margin-top: 25px;}
.heading_row {display: flex;align-items: center;margin-bottom: 12px;}
.heading_row h4 { margin: 0 0 0 12px;font-family: 'neue_haas_grotesk_text_pr65Md'; font-size: 18px;}
.node--view-mode-full .side_block p {color: #8f8f8f; margin-bottom: 10px;}
.side_block .blue_btn {padding: 8px 44px 8px 34px;}
.side_block .blue_btn::after {top: 20px;}
.page-title-area h2 { margin-bottom: 25px;}
.solutions-list-section .solution-list-box ul li {margin: 9px 0px;padding: 10px 22px;}
.value_sec .solution-box h6 { margin-bottom: 0 !important;}
.solution-box .highlighted_extra { padding-bottom: 0;margin-top: 30px;}

.view-content.row > .row {padding-left: 0; margin: 0;}
.banner_caption h2 em { text-transform: none;font-style: normal;}
.customRow .row {padding: 0;}
.customRow .view-header { max-width: inherit;}
.customRow .view-filters .views-exposed-form { padding-top: 0;}
#fiscalYearTabsContent {padding-top: 30px;}
#block-first-source-relatedservicesforcasestudy { padding-bottom: 50px;}
.card-body {display: flex;}
/* #global_locations { padding: 50px 0;} */
.customRow > .row .view-filters { margin-bottom: 0;}
.customRow > .row:first-child { align-items: center;}

.blue-bg .field__item p a {text-decoration: underline;color: #fff;}
.blue-bg .field__item p a:hover {text-decoration: none;color: #fff;}
.black-txt.img_w_tab .field__item p a:hover{text-decoration: underline;color: #000;}
.img_w_tab .row.tab_row {padding-top: 40px;}
.blue-bg p { color: #fff;}
.img_w_tab .sec_info .field__item { margin-bottom: 20px;}
.img_w_tab .sec_info .nav-tabs .nav-link {color: rgba(255,255,255,0.7);border: 0; border-bottom: 1px solid transparent;}
.img_w_tab .nav-tabs .nav-link.active { background-color: transparent;border-bottom: 1px solid #fff;color: #fff;}
.img_w_tab .nav-tabs {border-color: rgba(255,255,255,0.4);flex-wrap: nowrap;}
.img_w_tab .tab-pane { padding-top: 15px;}
.ct_cont p a { color: #fff;text-decoration: underline;}
.ct_cont p a:hover { text-decoration: none;}
.ct_cont p:last-child a:after {content: "";border-style: solid;border-color: rgb(30, 34, 71);border-image: none;border-width: 0px 1px 1px 0px;display: inline-block;padding: 3px;transform: rotate(-45deg);position: absolute;top: 25px;right: 34px;transition: 500ms;}
.ct_cont p:last-child a:hover:after {right: 30px;}
/* #customer_exp_img_tab_1 { margin-bottom: 30px;} */
.more-stories .slick-slider { padding: 0;}

.advisory-board-list .views-field-title {font-weight: bold;}
.view-leadership .views-field-title {font-weight: bold;}
.node--type-leader .paragraphs-description .summary-content { color: #2a44ae !important;}
.advisory-board-list .views-field-nothing a.up_right_arrow { pointer-events: all !important;}
.single-slide-item > .row { margin: 0 auto; max-width: 850px; width: 100%;text-align: center;}
.single-slide-item .testimonial-quote { display: inline-block;}
.single-slide-item .testimonial-content p { margin-bottom: 20px !important;}
.single-slide-item.testimonial-items .author {color: #999;margin-bottom: 10px;}
.white-txt .custom-nav .slick-arrow { position: absolute;}
.testimonial_con { position: relative;}
.white-txt .custom-prev.slick-arrow {left: 3%;top: 50%;}
.white-txt .custom-next.slick-arrow {right: 3%;top: 50%;}
.white-txt .custom-nav button {border: 1px solid #fff;background-color: transparent;}
.white-txt .custom-nav span { border-color: #fff;}
#header { height: 108px;}
/* .featured-tops nav.block-menu { background-color: #F4F4F4;margin-bottom: 40px;} */
.featured-tops nav.block-menu {margin-bottom: 40px;}
.sidebar_first #block-first-source-views-block-blog-block-3--3 .contextual-region .row .row { margin: 0; padding: 0;}
.value_sec .solution-box a p, .value_sec .solution-box a li {color: #000;}
#overview ul { padding: 0;}
#overview ul li {display: block;
padding-left: 30px;
background-image: url(/themes/custom/first_source/images/healthcare/blue_arrow.png) !important;
background-repeat: no-repeat;
background-position: left 6px;
font-size: 16px;margin-bottom: 10px;}
.blue_text_column h3 { font-family: 'neue_haas_grotesk_text_pr65Md';font-size: 22px;margin-bottom: 20px;}
.blue_text_column ul { padding: 0;margin-bottom: 30px;}
.blue_text_column ul li {display: block;
padding-left: 30px;
background-image: url(/themes/custom/first_source/images/healthcare/blue_arrow.png) !important;
background-repeat: no-repeat;
background-position: left 6px;
font-size: 16px;margin-bottom: 10px;}
.page-node-3131 .page-title-area { padding-bottom: 0;}
.site-footer .site-footer__bottom .block {margin: 0; }
.ord_1 { order: 1;}
.ord_2 { order: 2;}
.ord_3 { order: 3;}
.insights_mid_content { font-size: 16px;}
.view-display-id-block_10 {margin-bottom: 20px;}

.menu--mobile-main-menu { display: none;}
.cta_video { padding: 50px 0;margin: 0;}

.call-to-action-area.cta_video_section { background-color: #1E2247; display: block;position: relative;margin: 0;padding: 0;}
.cta_caption { position: absolute; width: 100%; left: 0; top: 50%; transform: translateY(-50%);}
.cta_video_section .cta_video {padding: 0;margin: 0;}
.views-row .menu_card_cont a { display: inline-block;}
/* .whoweare-right .view-content .views-row { width: 50%;} */
.whoweare-right .view-content > .views-row > div { position: relative;}
.whoweare-right .view-content > .views-row figure { background-color: #000;}
.whoweare-right .view-content > .views-row figure a img {opacity: 0.6;}
.whoweare-right .menu_img2_caption {/*position: absolute;left: 0;bottom: 0;*/width: 100%;color: #fff;/*padding: 20px 15px;*/font-size: 12px;line-height: normal;}
.careers-right .menu-info-04 p {line-height: normal;margin-bottom: 10px;}


.videoWrapper {position: relative;padding-bottom: 56.25%; height: 0;overflow: hidden;}
.videoWrapper iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

 .healthcare-analytics .count-box { margin-top: 15px;}
 .get-in-touch .row { align-items: center;}
 .location-block h6 { font-size: 20px;font-family: 'neue_haas_grotesk_text_pr65Md';}
 .global-location-container { padding-top: 50px;}
 .accordion-body ul { padding: 0;margin: 0; list-style: none;}
 .accordion-body ul li {display: block;
padding-left: 30px;
background-image: url(/themes/custom/first_source/images/healthcare/blue_arrow.png);
background-repeat: no-repeat;
background-position: left 6px; margin-top: 10px;
font-size: 16px;}
.get-in-touch .field__item { border-radius: 12px; overflow: hidden;}

.our_client_block h6 {font-family: 'neue_haas_grotesk_text_pr65Md';}
.our_client_block:hover h6 { color: #fff;}
.st_tab_cont .tab-content img { border-radius: 12px;}

.sticky_sec { position: fixed;left: 0; top: 62px; width: 100%; background-color: #fff; z-index: 3;}
.view-leadership .views-row a { font-size: 18px;}
.view-leadership .views-row a:hover {color: #2746C4;}

.p_text { color: #fff;}

.benf_left .field__item {font-family: 'neue_haas_grotesk_text_pr65Md'; font-size: 18px;}
.img-wrap img { border-radius: 12px;}
.st_tab_content {padding-right: 70px;}
.awards-tab .tab-nav li a {font-family: var(--body-font); font-size: 22px;line-height: normal;padding: 15px 30px;}
.awards-list .button {background-color: #6CB1DB; color: #000; margin-left: 10px;}


.breadcrumb_sec .blue_btn {
	font-family: var(--body-font);
	border: 0;
	padding: 0px 20px;
	border-radius: 0;
	background-color: transparent;
     border-bottom: 2px solid transparent;
}
.breadcrumb_sec .blue_btn.active {
     border-color: #000;
     font-weight: bold;
}
#breadC_sec.fix-nav {box-shadow: 0 4px 6px rgba(0,0,0,0.1);}
.breadcrumb_sec .blue_btn::after {display: none;}
.breadcrumb_sec .bdr_btn {
	padding: 0px 20px;
	border: 0;
	border-radius: 0;
     border-bottom: 2px solid transparent;
     background-color: transparent;
}
.breadcrumb_sec .bdr_btn.active { border-color: #000; font-weight: bold;}
.breadcrumb_sec .bdr_btn::after {display: none;}
.breadcrumb_sec .bdr_btn.download_icon {padding-left: 30px;}

.inner_banner_cap .blue_btn { margin-top: 15px;}
.fix-nav .blue_btn:after {top: 16px;right: 18px;}
.fix-nav .blue_btn:hover:after {top: 16px;right: 14px;}

.financial-information-table table tbody tr td a img.finance-icon {max-width: 30px;}
.view-display-id-block_annual_reports .views-field-nothing { border-radius: 12px; overflow: hidden;height: 410px;}
.view-display-id-block_annual_reports .views-field-nothing img { width: 100%;}
.view-display-id-block_annual_reports .views-field-nothing span, .view-display-id-block_annual_reports .views-field-nothing a { display: block;}
.view-display-id-block_annual_reports .views-field-title h3 {font-size: 22px;padding: 22px 15px;font-weight: normal;color: #000;font-family: 'neue_haas_grotesk_text_pr65Md';margin: 0;}
.view-display-id-block_annual_reports .views-view-responsive-grid__item-inner { position: relative;}
.views-field-nothing-1 { position: absolute; right: 15px; bottom: 17px;}

.pager { text-align: center; list-style: none; margin: 0; padding: 20px 0 0 0;}
.pager li { display: inline-block; margin: 0; padding: 0;}
.pager li .button {display: inline-block;border-radius: 50px;background: #6CB1DB;padding: 15px 34px;color: #000;font-family: 'neue_haas_grotesk_text_pr65Md';font-size: 16px;text-decoration: none;position: relative;border: 1px solid transparent;}
.pager li .button:hover { border-color: #000; background-color: #fff; color: #000;}
.fiscalYearTabs .card-body a img { max-width: 38px;}
.view-display-id-block_annual_reports .views-field.views-field-title {border-bottom: 1px solid #d5d5d5; }

.value_sec .solution-box ul li a { color: #000;}
.value_sec .solution-box ul li a:hover {color: #2746C4;}
.awards-list-section .aw-img img { width: 185px;}
.value_sec h2 { text-transform: capitalize;}
.video_row .v_right h2 { color: #fff;text-transform: capitalize;}
.accordion_with_img .accordion-header .accordion-button { font-size: 20px;font-family: 'neue_haas_grotesk_text55roman';padding: 22px 23px;}
.accordion_with_img .accordion { border-radius: 0;}
.accordion_with_img .accordion-item { border-radius: 12px !important; overflow: hidden !important;}
.accordion_with_img .accordion-item + .accordion-item { margin-top: 20px;}
.accordion_with_img .accordion-button:not(.collapsed) { color: #000;background-color: transparent;}
.accordion_with_img .accordion-button::after {background-image: none;content: "";border: solid #fff;border-width: 0 2px 2px 0;display: inline-block;padding: 3px;transform: rotate(45deg);-webkit-transform: rotate(45deg);position: absolute;top: 31px;right: 19px;transition: all 500ms;width: auto;height: auto;}
.accordion_with_img .accordion-button::before { content: "";width: 24px; height: 24px;background-color: #2746C4; border-radius: 50%; position: absolute; right: 11px; top: 25px;}
.accordion_with_img .accordion-button:not(.collapsed)::after {transform: rotate(-135deg); -webkit-transform: rotate(-135deg);top: 35px;}

.achievement_border .num_block {border-radius: 13px;border: 1px solid #D0D0D0;padding: 58px 40px 40px 40px;background-color: #fff;height: 100%;}
.achievement_border .num_block::after {left: 40px;top: 41px;}
.achievement_border .col-md-4 { margin-bottom: 30px;}
.achievement_border { padding-bottom: 20px;}
.highlighted_icon_heading .solution-icon-box { flex-direction: column; justify-content: center; align-items: center;}
.highlighted_icon_heading .solution-icon {width: 80px;margin: 0 0 30px 0;height: 75px;}
.highlighted_icon_heading .solution-icon-box h6 { text-align: center; width: auto !important;}
.value_sec .highlighted_icon_heading .solution-box { height: auto;}

.committees_tab.accordion_section .accordion-item { background-color: #fff;padding: 0 40px;}
.committees_tab.accordion_section .accordion-item + .accordion-item { margin-top: 15px;}
.committees_tab.accordion_section .accordion-item table {margin: 0; border-radius: 12px; overflow: hidden;}
.committees_tab.accordion_section .accordion-item table tbody tr:nth-of-type(odd)>* {background-color: #fff;}
.committees_tab.accordion_section .accordion-item table tbody tr:nth-of-type(even)>* {background-color: #ECF1F5;}
.committees_tab.accordion_section .accordion-item table thead tr th {background-color: #052757; color: #fff;font-family: 'neue_haas_grotesk_text55roman'; font-size: 16px; font-weight: normal;padding: 20px 25px; border: 0;}
.committees_tab.accordion_section .accordion-item table tbody tr td { padding: 14px 25px; border: 0;}
.committees_tab.accordion_section .accordion { border-radius: 0;}
.committees_tab.accordion_section .accordion-item { border-radius: 12px; overflow: hidden;}

.ipo_tab .st_tab_content p a { margin-right: 30px;}
 .ipo_tab .st_tab_content table {margin: 0; border-radius: 12px; overflow: hidden;}
 .ipo_tab .st_tab_content table tbody tr:nth-of-type(odd)>* {background-color: #fff;}
 .ipo_tab .st_tab_content table tbody tr:nth-of-type(even)>* {background-color: #ECF1F5;}
 .ipo_tab .st_tab_content table thead tr th {background-color: #052757; color: #fff;font-family: 'neue_haas_grotesk_text55roman'; font-size: 16px; font-weight: normal;padding: 20px 25px; border: 0;}
 .ipo_tab .st_tab_content table tbody tr td { padding: 14px 25px; border: 0;}
 .ipo_tab .st_tab_content { padding: 0;}

 .custom_nav_tab { margin: 0 0 50px 0; padding: 0; list-style: none; display: flex;flex-wrap: wrap; width: 100%;}
 .custom_nav_tab .nav-link { width: 50%; text-align: center; background-color: transparent; color: #808080;font-size: 22px;border: 0; border-radius: 0; border-bottom: 1px solid #D5D5D5;}
 .custom_nav_tab .nav-link.active { background-color: transparent; color: #000;border: 0; border-radius: 0; border-bottom: 1px solid #000;}
 .custom_nav_tab .nav-link:hover { color: #000; border-bottom: 1px solid #000;}
 .custom_nav_tab .nav-link:focus {border: 0; border-radius: 0; border-bottom: 1px solid #000;}

 .field__item .media_contact .solution-box p a { color: #000; font-size: 16px; padding-left: 30px;}
 .field__item .media_contact .solution-box p a.icon_email {background: url(/sites/default/files/2024-12/mi_email.svg) no-repeat left top;}
 .field__item .media_contact .solution-box p a.icon_phone {background: url(/sites/default/files/2024-12/phone.svg) no-repeat left top;padding-left: 30px;}
 .field__item .media_contact .solution-box p.icon_location {background: url(/sites/default/files/2024-12/proicons_location.svg) no-repeat left top;padding-left: 30px;}
.media_contact .solution-box p {margin-top: 15px;margin-bottom: 0;}
.btm_btn_hldr .description-area { display: flex; justify-content: center;}
.btm_btn_hldr.page-title-area { padding-top: 0;}
.btm_btn_hldr .description-area p { margin: 0 8px;}
.btm_btn_hldr .description-area p a { color: #000;}

.download {padding: 14px 24px 14px 45px;background: url(/sites/default/files/2024-12/download.svg) no-repeat 20px center;}
.download:after { display: none;}
.accordion-body .download { background-color: #fff; margin-top: 10px; color: #000;}

.finance_sec > .row > h3 { margin-bottom: 40px;}
.trading_list { display: flex; margin: 0 -15px; flex-wrap: wrap;}
.trading_tab_sec .trading_list li {width: 33.33%;min-width: 33.33%;padding: 10px 15px;background: none;}
.trading_list li a { display: flex; padding: 27px 30px; background-color: #fff; border-radius: 12px;border: 1px solid #D0D0D0; display: flex; align-items: center; justify-content: space-between; color: #000;}

.trading_tab_sec .st_tab_content table {margin: 20px 0; border-radius: 12px; overflow: hidden;}
.trading_tab_sec .st_tab_content table tbody tr:nth-of-type(odd)>* {background-color: #fff;}
.trading_tab_sec .st_tab_content table tbody tr:nth-of-type(even)>* {background-color: #ECF1F5;}
.trading_tab_sec .st_tab_content table thead tr th {background-color: #052757; color: #fff;font-family: 'neue_haas_grotesk_text55roman'; font-size: 16px; font-weight: normal;padding: 20px 25px; border: 0;}
.trading_tab_sec .st_tab_content table tbody tr td { padding: 14px 25px; border: 0;}
.trading_tab_sec .st_tab_content { padding: 0;}

.table_container .filte_dropdown { position: static;}
.combine_automation .ab_card_info {padding-top: 15px;}
.combine_automation .ab_card_info h5 { min-height: auto;}
.combine_automation .about_card p {min-height: 90px;}
.industry_sol_section .ab_card_info {padding-top: 15px;}
.industry_sol_section .ab_card_info h5 { min-height: auto;}
#backtotop {background-color: rgba(108, 177,219, 0.7);background-image: none; border-radius: 50%;z-index: 4;}
#backtotop:after { content: ""; border: solid #000;border-width: 0 3px 3px 0;display: inline-block;padding: 6px;transform: rotate(-135deg);-webkit-transform: rotate(-135deg);position: absolute; left: 38%;top: 45%;}
.talk-to-us .input { margin-right: 0 !important;}

.img_card_sec .gap { padding-bottom: 0;}
.gap_o .gap,.gap_o {padding: 0;}
.gap_b0, .gap_b0 .gap { padding-bottom: 0;}
.gap_t0, .gap_t0 .gap { padding-top: 0;}
.industry_sol_section { padding-bottom: 0;}
.number_sec_outer .number_sec .col-12:nth-last-of-type(1) .num_block { padding-bottom: 0;}
.number_sec_outer .number_sec .col-12:nth-last-of-type(2) .num_block { padding-bottom: 0;}
.number_sec_outer .number_sec .col-12:nth-last-of-type(3) .num_block { padding-bottom: 0;}
.img_text_r_gap { padding-bottom: 0 !important;}
.field__item .accordion p a.blue_btn {margin-top: 15px;}
/* .stories-box-info p { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;} */
.table_head_gap .filte_dropdown { padding-bottom: 25px;}
.white-txt .solution-box h5 a { color: #fff;}

.insight-listing-page .view-header {max-width: 33.33%;}
.perspectives-img img { width: 100%;}


.view-insights-videos .datetime {color: #808080;padding: 10px 0; display: block;}
.insight-listing-page .views-view-responsive-grid--horizontal { margin-bottom: 30px;}
.accordion_section .accordion-body ul li a { color: #000;}
.accordion_section .accordion-body ul li a:hover { color: #2746C4;}
.video-thumbnil-img img { width: 100%;}
.outcomes-video video { width: 100%;}
.ct_cont p a.blue_btn {text-decoration: none;}
.sec_head_gap .filte_dropdown, .sec_head_gap .view-header { margin-bottom: 30px;}

.paragraph--type--faq-section .accordion-item table {margin: 20px 0;border-radius: 12px;overflow: hidden;}
.paragraph--type--faq-section .accordion-item table thead tr th {background-color: #052757;color: #fff;font-family: 'neue_haas_grotesk_text55roman';font-size: 16px;font-weight: normal;padding: 20px 25px;border: 0;}
.paragraph--type--faq-section .accordion-item table tbody tr td {padding: 14px 25px;border: 0;background-color: #fff;}
.paragraph--type--faq-section .accordion-item table tbody tr:nth-of-type(2n) > * {background-color: #ECF1F5;}
.awards-list .views-field-title { margin-bottom: 5px;}
.advisory-board-list .views-view-responsive-grid__item .views-field-field-image a img { width: 100%;}
.awards-list .views-field-title a { color: #000;font-size: 18px; line-height: 24px;font-family: var(--neue65);}
.awards-list .views-field-body ul li { color: #000;}

.privacy-policy .single-tab-content ul { padding: 0; list-style: none;}
.privacy-policy .single-tab-content ul li {margin-bottom: 15px;
background-image: url(/themes/custom/first_source/images/healthcare/blue_arrow.png);background-repeat: no-repeat;background-position: left 6px;padding-left: 25px;}
.privacy-policy .single-tab-content ul li ul { padding-top: 10px;}

.audio_section .views-field-field-featured-image { margin-bottom: 15px;}
.audio_section .views-field-field-featured-image img { width: 100%;}
.number_tab_sec .single-tab-content ul { list-style: none; display: flex; flex-wrap: wrap; padding: 0; margin: 0;}
.number_tab_sec .single-tab-content ul li { width: 271px; min-width: 271px; padding: 30px;border-radius: 6px;background: #ECF1F5;margin: 0 23px 0 0;}
.number_tab_sec.gray-bg { background-color: #fff;padding: 0;}
.number_tab_sec .single-tab-content ul li strong {display: block; font-weight: normal;font-family: var(--body-font); font-size: 18px; margin-bottom: 10px;}
.number_tab_sec .single-tab-content ul li a {font-family: var(--neue65); color: #000; font-size: 16px; display: flex; align-items: center;}
.number_tab_sec .single-tab-content ul li a span {display: flex;margin-right: 10px;}

.d_audio_sec .views-field-field-featured-image { margin-bottom: 15px;}
.d_audio_sec .views-field-nothing a { display: inline-block; border-radius: 50px;background-color: #6CB1DB;border: 1px solid #6CB1DB;color: #000;font-size: 16px;font-weight: normal;text-decoration: none;position: relative;padding: 14px 24px 14px 45px;background-image: url(/sites/default/files/2024-12/download.svg); background-position: 20px center;background-repeat: no-repeat;}
.d_audio_sec .views-field-nothing a:hover { background-color: transparent;border: 1px solid #000;}
.d_audio_sec .views-field-title h4 { font-size: 22px;}
.audio_section .views-field-title h4 { font-size: 22px;}
.gap_margin { margin: 50px 0;}

.video_sec_latest .container-fluid .row { align-items: flex-end;}
.video_sec_latest .video-right-text {padding: 50px 0 50px 35px;}

.node--view-mode-full .video_sec_latest .field--type-text-with-summary ul li {background-image: url(/themes/custom/first_source/images/white_arrow.png);}
.breadcrumb_sec_btn { display: flex;}

.st_tab_content ul.q_list {display: flex;margin: 0 -15px;margin-bottom: 15px;}
.st_tab_content ul.q_list li {padding: 0 15px; margin: 0; width: 25%;background-image: none;}
.st_tab_content ul.q_list li a { display: flex; align-items: center; justify-content: space-between; padding: 20px 20px;background-color: #fff; border: 1px solid #d7d7d7; border-radius: 12px;font-family: var(--neue65); color: #000;}
.d_audio_sec .views-field-title h4 img { display: none;}

.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;}

.fiscalYearTabs .card {min-height: 99px;}
.skyblue_video .blue-bg {background-color: #6CB1DB;}
.skyblue_video .white-txt p { color: #000;}
.skyblue_video .white-txt p a { color: #000; text-decoration: underline;}
.skyblue_video .white-txt p a:hover { color: #000;}

.finance_sec .up_right_arrow { display: flex;}
.annual-reports-carousel .finance_sec .slick-slide {position: relative;}
.finance_sec .views-field-nothing-1 {bottom: 34px;}

.newsroom .mega-menu__sub-list .views-row { margin: 0;}
.newsroom .mega-menu__sub-list .views-row .views-field-title { display: block;border-bottom: 1px solid #D9D9D9;}

.newsroom .mega-menu__sub-list .views-row .field-content a {font-size: 14px;padding: 16px 0;text-transform: none;font-family: 'neue_haas_grotesk_text55roman';line-height: normal;min-height: 86px;}
.privacy-policy .tab-container h4 {margin-top: 15px;}
.privacy-policy .tab-container h6 { font-size: 20px; font-family: var(--body-font);}
.privacy-policy.contact-forms .tab-container { padding: 50px 0 0 0;}
.awards-list .views-field-field-image { text-align: center;}

.menu-right .menu_card_cont h2 { display: none;}

.blog_blac_sec h3 a { color: #fff; text-decoration: underline;}
.blog_blac_sec h3 a:hover { text-decoration: none;}
.blog_blac_sec h3 { color: #000;}

.node--view-mode-full .field--type-text-with-summary .blog_blac_sec ul li {background-image: url(/themes/custom/first_source/images/white_arrow.png);}

.menu--insights {transition: all .2s ease-in-out;}
.menu--insights.fix-nav {position: fixed;top: 68px;left: 0;right: 0;background-color: #F0F7FD;box-shadow: 0 4px 6px rgba(0,0,0,0.1);z-index: 4;}
.pagination.js-pager__items { flex-wrap: wrap;}
.more-stories .views-field-field-image a { background-color: #1E2247;}


/* --views-responsive-grid--column-count:3;--views-responsive-grid--cell-min-width:100px;--views-responsive-grid--layout-gap:30px; */
  /* Base grid styles */
  .views-view-responsive-grid {
     display: grid;
     width: 100%;
   }
 
   /* Column configurations */
   .views-view-responsive-grid--columns-1 {
      --views-responsive-grid--column-count: 1;
   }
 
   .views-view-responsive-grid--columns-2 {
     --views-responsive-grid--column-count: 2;
   }
 
   .views-view-responsive-grid--columns-3 {
     --views-responsive-grid--column-count: 3;
   }
 
   .views-view-responsive-grid--columns-4 {
     --views-responsive-grid--column-count: 4;
   }
 
   .views-view-responsive-grid--columns-5 {
     --views-responsive-grid--column-count: 5;
   }
 
   .views-view-responsive-grid--columns-6 {
     --views-responsive-grid--column-count: 5;
   }
   
   /* Cell minimum width */
   .views-view-responsive-grid--cell-min-width-100 {
     --views-responsive-grid--cell-min-width: 100px;
   }
 
   .views-view-responsive-grid--cell-min-width-150 {
     --views-responsive-grid--cell-min-width: 150px;
   }
 
   .views-view-responsive-grid--cell-min-width-200 {
     --views-responsive-grid--cell-min-width: 200px;
   }
 
   .views-view-responsive-grid--cell-min-width-200 {
     --views-responsive-grid--cell-min-width: 250px;
   }
 
   .views-view-responsive-grid--cell-min-width-200 {
     --views-responsive-grid--cell-min-width: 300px;
   }
 
   /* Grid gutter spacing */
   .views-view-responsive-grid--gutter-10 {
     --views-responsive-grid--layout-gap: 10px;
   }
 
   .views-view-responsive-grid--gutter-20 {
     --views-responsive-grid--layout-gap: 20px;
   }
 
   .views-view-responsive-grid--gutter-30 {
     --views-responsive-grid--layout-gap: 30px;
   }

   /* ------------------------------ */
   .hidden {
     display: none;
   }
   
   .video-thumbnil-img,
   .play-btn {
     cursor: pointer;
   }
/* ----------------------------------------------------- */

.no_margin .mb-5 {margin-bottom: 0 !important;}
.whatwedo > .mega-menu__sub-list > li > a {color: #2746C4;font-size: 16px;text-transform: capitalize;font-family: 'neue_haas_grotesk_text_pr65Md';}
.breadcrumb_sec .bdr_btn.download_icon {background-color: #F0F7FD;	border-radius: 0;}
.insights-right .menu_card_cont h2 { display: block;color: #2746C4;font-size: 16px;text-transform: capitalize;font-family: 'neue_haas_grotesk_text_pr65Md';}
.insight-content .side_row_cont .view-header {max-width: 33.33%;}
.careers > .mega-menu__sub-list > li > a { display: none;}

.hs-form-booleancheckbox .hs-form-booleancheckbox-display > span { display: flex !important; margin-left: 10px !important;}
.hs-form-booleancheckbox .hs-form-booleancheckbox-display > span p { margin-bottom: 0;}
.hs-form-booleancheckbox .hs-form-booleancheckbox-display > span span { height: 5px; display: block;}
.legal-consent-container .hs-dependent-field { margin-bottom: 10px;}
.hs-form-field select, #non_business_enq {-moz-appearance: none; -webkit-appearance: none;background-image: url(https://firstsource-design.cp1.techshu.in/sites/default/files/2025-01/chevron-right.svg); background-size: 16px; background-position: right 13px top 20px; background-repeat: no-repeat;}
.hs-form-field select::-ms-expand, #non_business_enq::-ms-expand {display: none;}

.st-nav {position: fixed;top: 0;left: 0;right: 0;background-color: #F0F7FD;box-shadow: 0 4px 6px rgba(0,0,0,0.1);z-index: 4;}
.order .hori-selector { display: none;}

.icon_align .txt-w-link {display: flex;align-items: center;justify-content: space-between;padding-right: 0;border-bottom: solid 1px rgba(0, 0, 0, 0.1);}
.icon_align .txt-w-link .up_right_arrow { position: static;}

a.lpb-enable-button.use-ajax {display: none;}

.p_card_sec .hidden_info {left: 20px;right: 20px;padding: 20px 20px;}
.p_card_sec .p_info h4 {font-size: 20px;}
.p_card_sec .hidden_info p { font-size: 16px;line-height: 26px;}
.hs-error-msgs .hs-error-msg, .hs-error-msgs .hs-main-font-element { color: #ff0000;}

.with-orange-bar .solution-icon-box h5 {font-family: var(--headline-font); color: #000;font-size: 40px; line-height: normal;}
.with-orange-bar .value_sec .solution-box { padding: 40px 20px;}
.bg-position .call-to-action-area {background-position: right 40% top;}
.column-5 .row .col-lg-3 {width: 20%;}
.column-5 .value_sec .solution-box {padding: 40px 20px 25px 20px;}
.column-5 .value_sec .solution-box .solution-icon-box, .column-5 .value_sec .solution-box h5 {margin: 0 !important;}
.column-5 .solution-icon-box .solution-icon + h5 { width: auto;}
.white-txt .solution-box h3 { color: #000;}

.ungc .img-wrap { max-width: 225px;}

/* stonehillgroup start */
.h_inner {padding: 10px 0;}
.logo_cont .logo1 {width: 142px;max-width: 142px;margin-right: 0;}
.mega-menu__list > li > a {display: block;}
.phn_block p {display: block;margin: 0;margin-bottom: 0px;font-size: 26px;line-height: 35px !important;}
.phn_block p span { display: block;color: #2746C4;padding: 10px 0;}
.phn_block p a {display: inline-block !important;color: #000;padding-left: 35px;background-image: url(/themes/custom/first_source/images/phone-flip-svgrepo-com.svg);background-repeat: no-repeat;background-position: left center;background-size: 30px;}
.blue-bg h2,.blue-bg .section-title-area h2 { color: #fff;}
.news-list .views-view-responsive-grid__item-inner { border-radius: 15px; border: 1px solid #ddd;padding: 20px;}

.cont_r { display: block; margin-bottom: 10px;}
.cont_r strong { display: inline-block; width: 100px;}
.cont_r a {color: #2746C4;}

.node--type-leadership .layout__region--second, .node--type-sales-team .layout__region--second {padding-left: 30px;}
.node--type-leadership .layout__region--first, .node--type-sales-team .layout__region--first {padding-right: 30px;}
.field--name-field-designation {color: #2a44ae; font-size: 20px;margin-bottom: 10px;}
.node.node--type-leadership, .node.node--type-sales-team {padding: 50px 0;}
.node--type-sales-team .layout__region--first .block-field-blocknodesales-teamfield-linkedin-url {position: relative;}
.field__item p a {display: block; word-break: break-all !important;}
#backtotop { bottom: 88px;right: 14px;}
.v_profile { padding: 15px 20px;background-color: #1E2247;}
.v_profile a {color: #fff;text-decoration: none;display: flex;align-items: center;}
.v_profile a span { color: #fff; width: 32px;height: 32px;display: block;background-color: rgba(255, 255, 255, 0.5);border-radius: 50%;padding: 8px;text-align: center; margin-right: 15px;}
.node--type-sales-team .main-content .section .field--type-entity-reference {margin:0;}
.field--name-field-office-ph-number, .field--name-field-c-number {color: #2746C4;padding-left: 25px;background-image: url(/themes/custom/first_source/images/phone-flip-svgrepo-com.svg);background-repeat: no-repeat;background-position: left center;background-size: 18px;margin-bottom: 10px;}
.field--name-field-email-id {padding-left: 25px;background-image: url(/themes/custom/first_source/images/email-svgrepo-com.svg);background-repeat: no-repeat;background-position: left center;background-size: 18px;margin-bottom: 10px;}
.contact_page_row .container > .row:first-child {display: none;}
.field__item p.cont_r a {display: inline-block;}
.node__content {font-size: inherit;}

.home-testimonial .ab_card_img{ display: flex; justify-content: center; align-items: center; background-color: #fff; min-height: 250px;}
.home-testimonial .ab_card_img img{width: auto !important; height: auto; max-width: 100%; max-height: 100%;}
#header {
	height: inherit;
}