body{
    margin: 0;
    padding: 0;
    font-display: swap;
    font-family: 'Neue Haas Grotesk Display Pro regular';
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Neue Haas Grotesk Display Pro bold';
}
@font-face {
    font-family: 'Neue Haas Grotesk Text Pro';
    src: url('../fonts/NeueHaasGroteskTextPro.eot');
    src: url('../fonts/NeueHaasGroteskTextPro.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NeueHaasGroteskTextPro.woff2') format('woff2'),
        url('../fonts/NeueHaasGroteskTextPro.woff') format('woff'),
        url('../fonts/NeueHaasGroteskTextPro.ttf') format('truetype'),
        url('../fonts/NeueHaasGroteskTextPro.svg#NeueHaasGroteskTextPro') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Neue Haas Grotesk Text Pro bold';
    src: url('../fonts/NeueHaasGroteskTextPro-Bold.eot');
    src: url('../fonts/NeueHaasGroteskTextPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NeueHaasGroteskTextPro-Bold.woff2') format('woff2'),
        url('../fonts/NeueHaasGroteskTextPro-Bold.woff') format('woff'),
        url('../fonts/NeueHaasGroteskTextPro-Bold.ttf') format('truetype'),
        url('../fonts/NeueHaasGroteskTextPro-Bold.svg#NeueHaasGroteskTextPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Neue Haas Grotesk Display Pro bold';
    src: url('../fonts/NeueHaasDisplay-Bold.eot');
    src: url('../fonts/NeueHaasDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NeueHaasDisplay-Bold.woff2') format('woff2'),
        url('../fonts/NeueHaasDisplay-Bold.woff') format('woff'),
        url('../fonts/NeueHaasDisplay-Bold.ttf') format('truetype'),
        url('../fonts/NeueHaasDisplay-Bold.svg#NeueHaasDisplay-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Neue Haas Grotesk Display Pro regular';
    src: url('../fonts/NeueHaasDisplay-Roman.eot');
    src: url('../fonts/NeueHaasDisplay-Roman.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NeueHaasDisplay-Roman.woff2') format('woff2'),
        url('../fonts/NeueHaasDisplay-Roman.woff') format('woff'),
        url('../fonts/NeueHaasDisplay-Roman.ttf') format('truetype'),
        url('../fonts/NeueHaasDisplay-Roman.svg#NeueHaasDisplay-Roman') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
/* mega menu */
header.escalon-header .navbar ul li a:focus {
    outline: none;
    box-shadow: none;
}
header.escalon-header .custom-dropdown .category-links ul li a span.header-icon-image {
    width: 35px;
    display: inline-block;
    height: 32px;
}
header.escalon-header .custom-dropdown .category-links ul li a span.header-icon-image img {
    width: 100%;
    height: 100%;
}
.escalon-header .custom-dropdown .drop-main-link a span + span {
    transition: .3s;
    padding-left: 8px;
}
header.escalon-header .navbar ul li .featured-blog-menu a span {
    padding-left: 8px;
    transition: .3s;
}
header.escalon-header .navbar ul li .featured-blog-menu a {
    font-size: 18px;
    padding-top: 24px;
    display: inline-block;
    text-decoration: none;
    padding-left: 18px;
}
header.escalon-header .custom-dropdown .category-links ul li a p {
    font-weight: normal;
    font-size: 13px;
    padding-top: 8px;
    margin-bottom: 0;
}
.escalon-header .custom-dropdown .drop-main-link a:hover span + span {
    padding-left: 15px;
}
.escalon-header .navbar-expand-lg .navbar-nav .dropdown-menu {
    max-width: 892px;
    width: 100%;
    padding: 20px 24px;
    border-radius: 20px;
    box-shadow: 0px 5px 25px 0px #0000001A;
    border: none;
    top: 60px;
}   
header.escalon-header .custom-dropdown .category-links ul {
    padding:0;
    list-style: none;
    display: block;
}
header.escalon-header .custom-dropdown .category-links ul li {
    width: 32%;
    margin-right: 0;
    display: inline-block;
    vertical-align: top;
    border-right: 1px dashed #A4A4A4;
    padding: 5px 0 5px 18px;
    margin-bottom: 24px;
}
.webinar-speaker-image figure {
    width: 100%;
    height: 350px;
    overflow: hidden;
}
.webinar-speaker-image figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-webinar .webinar-speaker-image figure {
    width: 272px;
    height: 272px;
    overflow: hidden;
    margin: auto;
}
#upcoming-webinar-register .hs_target_audience ul label {
    display: inline-flex;
    align-items: center;
}
#upcoming-webinar-register .hs_target_audience ul label input {
    margin-right: 15px;
    height: auto;
}
#upcoming-webinar-register .hs_target_audience label {
    display: inline-block;
    color: #000;
}
#upcoming-webinar-register .inputs-list.multi-container {
    padding: 0;
    list-style: none;
}
#upcoming-webinar-register .hs_target_audience {
    padding-top: 20px;
}
.single-webinar .webinar-speaker-image figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.single-webinar .Meet-content h4 {
    color: #FCFDFF;
    font-size: 20px;
    padding-top: 16px;
}
.single-webinar .Meet-content p {
    color: #FCFDFF;
    font-size: 16px;
}
.drop-main-link a {
    padding-bottom: 24px;
    display: inline-block;
}
.featured-blog-item-outer {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    width: 100%;
}
.featured-blog-item-box {
    display: flex;
}
.featured-blog-item-box {
    display: flex;
    width: 48%;
    box-shadow: 0px 1px 4px 0px #00000040;
    border-radius: 8px;
    padding: 10px;
    position: relative;
}
.featured-blog-item-box:after {
    content: '';
    border-right: 1px dashed #A4A4A4;
    position: absolute;
    right: -18px;
    width: 1px;
    height: 100%;
    top: 0;
}
.featured-blog-item-box:last-child:after{
    display: none;
}
.small-blog-image-menu {
    padding-right: 16px;
}
.featured-blog-item-box .featured-content-menu p {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
}
.featured-blog-item-outer {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    width: 100%;
    padding-top: 24px;
}
.small-blog-image-menu figure {
    margin-bottom: 0;
    width: 104px;
    height: 76px;
    overflow: hidden;
}
.small-blog-image-menu figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 8.3px;
    border-bottom-left-radius: 8.3px;
}
.outer-body-home section.blog.space-top-bottom.Meet-Section {
    background: #051650;
}
.home .hubspot-section {
    background-color: #fff;
}
.home section.blog-listing-section {
   background-color: #F7F7F7;
}
header.escalon-header .navbar ul li.active a {
    color: #f5841f;
}
header.escalon-header .navbar ul li.active .dropdown-menu li a {
    color: unset;
}
header.escalon-header .navbar ul li .featured-blog-menu .featured-content-menu span {
    padding-left: 6px;
}
header.escalon-header .navbar ul li .featured-blog-menu .featured-content-menu a {
    padding: 0;
    font-size: 12px;
    color: #051650;
    font-weight: 700;
} 
header.escalon-header .custom-dropdown .category-links ul li:last-child{
    border-right: none;
}
.page-template-services section.services-private-equity {
    padding: 100px 0;
}
.service-icon figure {
    background: transparent;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12.68px;
}
.escalon-header .custom-dropdown .drop-main-link a {
    font-size: 18px;
    text-decoration: none;
    color: #FC8E26;
}
header.escalon-header .custom-dropdown .category-links ul li a {
    color: #000000;
    font-size: 15px;
    display: block;
    padding: 1px 0;
}
header.escalon-header .custom-dropdown .category-links ul li a:hover {
    color: #000000;
}
header.escalon-header .custom-dropdown .category-links ul li a span img {
    padding-right: 3px;
}


.drop-main-link:last-child {
    border: none;
}
/* mega menu end */
.black-primary-color{
    color: #000000;
}
.sticky-header {
    position: sticky;
    top: 0;
    z-index: 999;
}
header.escalon-header .navbar ul li.custom-Call-btn a:hover {
    background: transparent;
    color: #FC8E26;
}
.hub-form-custom .actions input:hover {
    background: transparent;
    color: #FC8E26;
}
div#modal-hubspot h4 {
    display: none;
}
.services-heading h3 {
    padding: 0px 10px;
}
.orange-primary-color{
    color:#FC8E26;
}
.escalon-header ul{
    justify-content: flex-end;
    width: 100%;
    align-items: center;
    position: relative;
}
.custom-dropdown .drop-main-link:last-child {
    margin-bottom: 0;
}
.escalon-header ul li{
    position: unset;
}
header.escalon-header .navbar ul li.custom-Call-btn a {
    font-weight: 500;
    background-color: #FC8E26;
    color: #000000;
    border: 1px solid #FC8E26;
    font-size: 16px;
    padding: 12px 20px;
    border-radius: 10px;
    height: 46px;
}
.custom-cta-escalon {
    display: inline-flex;
    padding: 12px 20px;
    background-color: #FC8E26;
    color: #000000;
    text-decoration: none;
    font-weight: 500;
    white-space: normal;
    word-wrap: break-word;
    border: 1px solid #FC8E26;
    font-size: 16px;
    border-radius: 10px;
    min-width: 143px;
    line-height: 1.2;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: auto; 
}
.custom-cta-escalon:hover{
    background-color: transparent;
    color: #FC8E26;
}
.banner-video {
    width: 100%;
    height: 400px;
    overflow: hidden;
    outline: 4px solid white;
    outline-offset: -4px;
}
.banner-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-section-content {
  max-width: 1440px; /* match your .container size */
  margin: 0 auto;
  text-align: center;
}
 
.video-section-content iframe,
.video-section-content video,
.video-section-content .wp-video {
  max-width: 75%;
  width: 100%;
  height: auto;
	max-width: none;
  display: block;
  margin: 0 auto;
}
 
.video-section-content .wp-video,
.video-section-content .wp-video-shortcode {
  width: 1140px !important;
  height: 400px !important;
  max-width: 0 auto !important;
  display: block;
}
 
.video-section-content video {
  width: 75% !important;
  height: auto !important;
}
 

header.escalon-header .navbar ul li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: #000000;
}
header.escalon-header .navbar ul li {
    margin-right: 35px;
}
header.escalon-header .navbar ul li:last-child {
    margin-right: 0;
}
header.escalon-header {
    padding: 4.5px 0;
    background: #FFF;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.13);
}
header.escalon-header .navbar {
    background: transparent !important;
}
.banner-section-padding {
    padding: 72px 0;
    overflow-x: hidden;
}
section.banner-section-padding .row {
    align-items: center;
    justify-content: space-between;
}
.page-template-front-page section.hubspot-section .heading-icon h3 {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    font-family: 'Neue Haas Grotesk Display Pro regular';
}
.banner-text h1 {
    font-size: 40px;
    font-weight: 600;
    color: #051650;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 16px;
}
.escalon-jobs {
    padding: 72px 0;
}
.banner-text .slick-slider h2 {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
}
.banner-text p {
    font-size: 16px;
    color: #000;
    width: 85%;
    line-height: 1.4;
    /* font-weight: 600; */
}
.banner-text p strong {
    font-weight: 600;
}
.section-heading h2 {
	display: flex;
	justify-content: center;  
    font-size: 40px;
    color: #051650;
    font-weight: 600;
    padding-bottom: 50px;
	justify-items: center;
	         
}
.service-section {
    padding: 72px 0 ;
}
section.animate-number-section {
    padding: 72px 0;
}

.service-section .col-lg-4{
    display: flex;
    align-items: stretch;
    margin-bottom: 30px;
}
.page-template-services .service-card-outer {
    text-align: center;
}
.page-template-services .service-icon figure {
    margin: auto;
}
.page-template-services .service-section .row {
    justify-content: center;
}
.heading-section h2 {
    font-size: 32px;
    color: #051650;
    font-weight: 700;
    width: 72%;
    text-align: center;
    margin: 0 auto 30px;
}
section.blog-listing-section .heading-section h2 {
    text-align: left;
    width: 100%;
}
.services-heading h3 {
    padding: 0px 10px;
}
section.hubspot-section .heading-icon h3 {
    position: relative;
    top: 4px;
}
.page-template-pricing section.hubspot-section .heading-icon h3 {
    font-weight: normal;
    font-family: 'Neue Haas Grotesk Display Pro regular';
    color: #000;
}
.page-template-pricing .hubspot-section .heading-section p {
    padding-bottom: 40px;
}
.blog-info a:hover span svg path {
    fill: #005294;
}
div#toc-container {
    max-height: 440px;
    overflow-y: auto;
    padding-right: 10px;
}
section.blog-listing-section .heading-section {
    margin-bottom: 0px;
    width: 64%;
}
.heading-section h2 span {
    color: #FC8E26;
}
.service-card-outer {
    background: #fff;
    /* box-shadow: 0px 100px 80px 0px #FC8E2608; */
    box-shadow: 0px 100px 80px 0px #0516500F;
    padding: 30px;
    transition: 1s;
    border-radius: 16px;
    height: 100%;
}
.page-template-what-we-do .service-card-outer h3 {
    color: #000;
}
.page-template-what-we-do section.hubspot-section {
    background-color: #fff;
}
.page-template-front-page .service-card-outer{
    min-height: 590px;
}
.services-heading h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    padding: 0px 3px;
    margin-top: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 66px;
}
.service-info p {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    /* display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 165px; */
}
section.customer-slider {
    padding: 72px 0;
}
.services-cta a {
    color: #051650;
    text-decoration: none;
    font-size: 14.734px;
    font-weight: 700;
    line-height: 22.1px;
}
.services-cta a span svg path {
    fill: #051650;
}
.animate-heading.text-center p {
    font-size: 20px;
    color: #1C1C1C;
}
.counter-outer {
    width: 78%;
    margin: auto;
}
.animate-heading p {
    width: 80%;
    margin: 0 auto 30px;
}
.animate-box {
    /* box-shadow: 0px 1px 20px 0px #87694a73;
    box-shadow: 0px 15px 42px 0px #FF83000D; */
    /* box-shadow: 0px 31px 31px 0px #0516500D; */
    box-shadow: 0px 4px 15px 0px rgba(5, 22, 80, 0.05), 0px 55px 42px 0px rgba(5, 22, 80, 0.05), 0px 31px 31px 0px rgba(5, 22, 80, 0.05);
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 16px;
}
.animate-box.text-center h2 {
    font-size: 48px;
    color: #051650;
    font-weight: 700;
    line-height: 26px;
}
.animate-heading h2 {
    width: 85%;
    color: #051650;
    margin: 0 auto 32px;
    font-size: 32px;
    font-weight: 700;
}
.animate-box p {
    font-size: 18px;
    color: #575757;
    font-weight: 500;
    margin-bottom: 0;
    padding-top: 13px;
}
.tab-details {
    display: flex;
    background: #F8F8F8;
    padding: 30px 40px;
    margin: 20px auto;
    border-radius: 16px;
    justify-content: space-between;
    align-items: center;
}
.tab-details-info-left {
    width: 48%;
}
.detail-image-right {
    width: 48%;
}
.detail-image-right img {
    width: 100%;
}
.tab-details-info-left h2 {
    font-size: 24px;
    font-weight: 700;
}
.tab-details-info-left p {
    font-size: 18px;
    font-weight: 500;
    color: #1D1D1D;
}

.custom-serve-tabs .nav-tabs {
    border: none;
    justify-content: center;
}
.custom-serve-tabs .nav-tabs li button {
    border: none;
    color: #232323;
    font-size: 16px;
    width: 160px;
    transition: 1s;
}
.custom-serve-tabs .nav-tabs li button:hover {
    margin-top: -10px;
    transition: 1s;
}
.custom-serve-tabs .nav-tabs li button span {
    background: #FC8E2626;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 8px;
}
.custom-serve-tabs .nav-tabs li .active span {
    background: #FF8300;
}
.custom-serve-tabs .nav-tabs li .active span svg path {
    fill: #fff;
}
.service-card-outer:hover {
    box-shadow: 0px 100px 80px 0px #fc8e261f;
    transition: 1s;
    margin-top: -10px;
}
section.who-we-serve {
    padding: 72px 0;
}
section.who-we-serve .heading-section h2 {
    margin: auto;
}
section.who-we-serve .heading-section p {
    font-size: 20px;
    font-weight: 500;
    width: 88%;
    margin: 16px auto;
    line-height: 1.3;
}
.blog-listing-outer {
    box-shadow: 0px -1px 23px 0px #003B6B0D;
    background: #fff;
    padding: 12px 10px 32px;
    border-radius: 16px;
    transition: 1s;
}
.blog-listing-outer:hover {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05), 0px -1px 23px 0px rgba(0, 59, 107, 0.15);
}
.blog-listing-section .slick-slide, .blog-list-main-outer-webinar .slick-slide, .testimonial .slick-slide{
    margin: 20px 14.5px;
}
.blog-listing-section .slick-list, .blog-list-main-outer-webinar .slick-list, .testimonial .slick-list {
    margin: 0px -14.5px;
}
/* .blog-slider-list .blog-list-main-outer:nth-child(2n+) .blog-listing-outer {
    margin-right: 0;
} */
.blog-listing-outer:hover img {
    transform: scale(1.1);
    transition: 1s;
}
.blog-image figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.blog-image .blog-tag, .blog-image .blog-info {
    padding: 0 22px;
}
.blog-tag h5 {
    color: #FF8300;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}
.blog-image figure img {
    width: 100%;
    overflow: hidden;
    transition: 1s;
}
.blog-image figure {
    overflow: hidden;
    width: 100%;
    height: 213px;
    margin-bottom: 32px;
}
.left-info figure {
    width: 46px;
    height: 46px;
    overflow: hidden;
   
}
.testimonial .customer-info + .customer-info {
    margin-top: 25px;
}
.row.testimonial-container {
    justify-content: unset;
}
.custom-modal-test iframe {
    width: 100%;
}
.hub-form-custom {
    box-shadow: 0px 28px 60px 0px #1D1D1D47;
    background: #fff;
    border-radius: 24px;
    padding:40px 30px;
    /* margin-top: 40px; */
}
section.hubspot-section .heading-section p {
    font-size: 18px;
    color: #000000;
    width: 70%;
    text-align: center;
    margin: auto;
}
.hub-form-custom::placeholder {
    color: #575757;
    opacity: 1; /* Firefox */
  }
  
  .hub-form-custom::-ms-input-placeholder { /* Edge 12-18 */
    color: #575757;
  }
  section.hubspot-section .heading-icon h3 {
    position: relative;
    top: 7px;
}
.hub-form-custom form fieldset .input input, .hub-form-custom form fieldset .input select {
    width: 100% !important;
    height: 40px;
    border: 1px solid #CCD8E1;
    color: #575757;
    padding-left: 10px;
    border-radius: 4px;
}
.hub-form-custom form fieldset .input input:hover, .hub-form-custom form fieldset .input select:hover {
    border-color: #FC8E26;
}
.hub-form-custom .actions input {
    font-weight: 500;
    background-color: #FC8E26;
    color: #000000;
    border: 1px solid #FC8E26;
    font-size: 16px;
    padding: 12px 20px;
    display: inline-flex;
    border-radius: 10px;
    height: 46px;
    text-decoration: none;
    align-items: center;
    line-height: 0;
}
/* .hubspot-section .heading-icon span {
    width: 48px;
    height: 48px;
} */
.hub-form-custom .actions {
    margin-top: 25px;
}
.customer-info-custom{
    position: relative;
}
/* .customer-info-custom:before {
    content: '';
    background-image: url(https://escalonservstg.wpenginepowered.com/wp-content/uploads/2024/08/ri_double-quotes-l.png);
    position: absolute;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
} */
.customer-info-custom {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
/* .customer-info-custom:after {
    content: '';
    background-image: url(https://escalonservstg.wpenginepowered.com/wp-content/uploads/2024/08/ri_double-quotes-l-1.png);
    position: absolute;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    right: 0;
    bottom: 0;
} */
.left-info figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
section.blog-listing-section .col-lg-4 {
    align-items: stretch;
    display: flex;
}
.blog-listing-outer:hover .blog-info a span {
    padding-left: 10px;
    transition: 1s;
}
.blog-listing-outer .blog-info a span {
    transition: 1s;
    padding-left: 10px;
}
.blog-info h2 {
    font-size: 18px;
    color: #051650;
    font-weight: 700;
    margin: 8px 0;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 52px;
}
.blog-info h2 a{
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}
.blog-info p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 105px;
    font-size: 18px;
    color: #000;
    line-height: 26px;
}
.blog-info a {
    color: #051650;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
.blog-info a span svg path {
    fill: #051650;
}
.inner-testimonial {
    background-color: #fff;
    padding: 30px;
    margin: 12px;
    border: 0.94px solid #EEF2F6;
    border-radius: 10px;
    box-shadow: 0px 3.761px 5.642px -1.881px rgba(16, 24, 40, 0.03), 0px 11.283px 15.044px -3.761px rgba(16, 24, 40, 0.08);
}
.customer-info p {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}
.name-and-position h4 {
    font-size: 15.02px;
    line-height: 1.2;
    color: #000;
}
.name-and-positon h4 {
    font-size: 16px;
    font-weight: 600;
    color: #202939;
    margin-bottom: 2px;
}
.name-and-positon {
    width: calc(100% - 91px);
}
.name-and-positon h4 {
    font-size: 16px;
    font-weight: 600;
    color: #202939;
    margin-bottom: 2px;
}
.customer-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 18px;
    color: #000;
}
.left-info {
    display: flex;
    align-items: center;
    width: 100%;
}
.page-template-diversified .heading-section p {
    font-size: 18px;
    color: #000;
    width: 60%;
    margin: auto;
    font-weight: 500;
}
.page-template-diversified .heading-section h2 {
    margin: 0 auto 10px;
}
.page-template-diversified .heading-section {
    padding-bottom: 0px;
}
.left-info figure {
    margin-right: 10px;
}
.left-info figure img {
    width: 100%;
}
.name-and-positon p {
    color: #697586;
    font-size: 14px;
    padding-top: 3px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 38px;
}
 .slick-dots li button:before {
    font-size: 30px;
}
 .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #FC8E26;
}
  .slick-dots li {
    margin: 0 1px;
}
.hubspot-section {
    background-color: #F7F7F7;
    padding: 72px 0;
}
section.hubspot-section .heading-section p {
    padding-bottom: 50px;
}
section.testimonial-section {
    padding: 72px 0;
}
section.testimonial-section .heading-section h2 {
    margin: 0 auto 25px;
}
.heading-icon {
    display: flex;
}
.heading-icon span {
    margin-right:10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
.left-points ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.left-points {
    padding-top: 32px;
}
.why-choose-escalon-slider {
    padding-top: 70px;
}
.heading-icon h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: inherit;
    color: #051650;
}
.main-point-heading p {
    color: #000000;
    font-size: 16px;
    margin-top: 14px;
    font-weight: 500;
    margin-bottom: 0;
}
.left-points ul li {
    border-bottom: none;
    padding: 0px 0 16px 0;
}
section.escalon-locations {
    padding: 72px 0;
}
.hub-form-custom img {
    width: 100%;
}
.hubspot-section .row{
    justify-content: space-between;
    align-items: center;
}
.left-points ul li:last-child {
    border: none;
    padding-bottom: 0;
}
footer {
    padding: 72px 0 20px;
}
.footer-address-bar ul li a:hover {
    color: #fc8e26;
}
.bottom-menu ul li a:hover {
    color: #fc8e26;
}
.footer-address-bar ul li a {
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    color: #000;
    text-decoration: none;
}
.footer-address-bar ul  {
    padding: 0;
    list-style: none;
}
.footer-address-bar ul li {
    display: flex;
    padding-bottom: 24px;
}
.footer-address-bar ul li span {
    padding-right: 12px;
}
.bottom-bar {
    border-top: 1.48px solid #000000;
    padding: 26px 0 0;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.quicl-links ul li a {
    color: #000000;
    font-size: 15px;
    text-decoration: none;
}

.quicl-links ul li {
    list-style: none;
    margin-bottom: 16px;
}
.bottom-menu ul li {
    margin-right: 20px;
    display: inline-block;
}
.bottom-menu ul li:last-child {
    margin-right: 0px;
}
.quicl-links ul {
    padding: 0;
}
.bottom-menu ul li a {
    color: #000000;
    text-decoration: none;
    font-size: 14.79px;
}
.social-media{
    padding-top: 16px;
}
.social-media ul {
    padding: 0;
    list-style: none;
}
.social-media ul li {
    display: inline-block;
    margin-right: 10px;
}
.social-media ul li a {
    background-color: #05165026;
    width: 40px;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.social-media ul li a svg {
    width: 20px;
    height: 20px;
}
.social-media ul li:last-child {
    margin-right: 0;
}
.quicl-links ul li a:hover {
    color: #fc8e26;
}
header.escalon-header .navbar ul li a:hover{
    color: #fc8e26;
}
header.escalon-header .custom-dropdown .category-links ul li:nth-child(3) {
    border: none;
}
.custom-serve-tabs .carousel-indicators {
    top: 0;
    padding: 10px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    left: 0 !important;
    position: relative;
    color: #000;
}
.custom-serve-tabs .carousel-indicators button {
    text-indent: unset !important;
    width: 15%;
    opacity: 1;
    height: auto;
    text-align: center;
}
.custom-serve-tabs .carousel-indicators button p {
    font-size: 16px;
}
.custom-serve-tabs  button span {
    background: #FC8E2626;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 8px;
}
.custom-serve-tabs .carousel-indicators .active span {
    background: #ff8300;
}
.custom-serve-tabs .carousel-indicators .active span svg path {
    fill: #fff;
    stroke: #fff;
}
.customer-images {
    position: relative;
}
.customer-images .slick-slide figure {
    width: 130px;
    height: auto;
    overflow: hidden;
}
.customer-images .slick-slide img {
    height: 100%;
    width: 100%;
	  object-fit: contain;
}
.service-card-outer:hover a span {
    padding-left: 10px;
    transition: 1s;
}
.service-card-outera a span {
    transition: 1s;
}
.custom-serve-tabs .carousel-indicators button:hover {
    margin-top: -10px;
    transition: 1s;
}
.custom-serve-tabs .carousel-indicators button{
    transition: 1s;
}
section.blog-listing-section .heading-section h2 {
    margin: 0 auto 10px;
}
.tab-target .accordion-item .accordion-header button:focus {
    box-shadow: none !important;
}
.kh-accordion-content ul li {
    position: relative;
}
.kh-accordion-content .kh-accordion-title span.ki-arrow-dropdown {
    position: absolute;
    right: 0;
    font-size: 23px;
}
.customer-slick-slider .slick-list.draggable:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 468px;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 80.49%, #FFFFFF 100%);
}
.customer-slick-slider .slick-list.draggable:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 468px;
    top: 0;
    right: 0;
    z-index: 2;
    transform: rotate(180deg);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 80.49%, #FFFFFF 100%);

}
.customer-slick-slider .slick-list.draggable {
    position: relative;
}
.why-choose-escalon{
    background-color: #F7F7F7;
    padding: 72px 0;
    position: relative;
}
.why-choose-escalon .row {
    justify-content: space-between;
    position: relative;
}
section.why-choose-escalon .left-points ul li {
    padding: 0 0 24px;
    border: 0;
}
.service-custom-image img {
    width: 100%;
}
.why-choose-escalon-outer {
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 65px 32px 32px;
}
.watch-video a {
    color: #051650;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}
.watch-video a span svg path {
    fill: #051650;
}
.watch-video a span {
    padding-left: 8px;
} 
.watch-video a:hover {
    color: #005294;
} 
.watch-video a:hover span svg path {
    fill: #005294;
}
.choose-info p {
    font-size: 22px;
    color: #000000;
    /* padding: 20px 29px; */
    line-height: 1.5;
    margin-bottom: 0;
}
.choose-info {
    margin-top: 20px;
}
.choose-info h5 {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 4px;
}
.position h6 {
    font-size: 16px;
    color: #000000;
}
 .slick-dots li button:before{
    font-size: 40px;
}
.slick-dots li{
    margin: 0;
}
 .slick-dots li button:before {
    color: #FC8E26;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #FC8E26;
}
.slick-dots li.slick-active button {
    border-radius: 10px !important;
    opacity: 1;
}
section.blog-listing-section {
    padding: 72px 0;
}
.custom-serve-tabs {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-top: 8px;
}   
.custom-serve-tabs a {
    color: #232323;
    transition: 1s;
    text-decoration: none;
    max-width: 148px;
    width: 100%;
    height: 135px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items:flex-start;
	padding-top: 25px;
}
.page-template-why-choose-us section.testimonial-section {
    padding: 50px 0;
}
.service-custom-image figure img {
    height: 100%;
    position: relative;
    width: 100%;
    object-fit: cover;
}
.service-custom-image {
    position: relative;
    display: flex;
    padding-top: 24px;
    align-items: center;
}
.why-choose-escalon-slider:before {
    content: '';
    background-image: url(https://escalonservstg.wpenginepowered.com/wp-content/uploads/2024/08/Vector-1.png);
    position: absolute;
    width: 106px;
    height: 89px;
    background-repeat: no-repeat;
    top: 28px;
    z-index: 1;
    left: 41px;
}
.name-and-desi h5 {
    font-size: 16px;
}
.name-and-desi p {
    font-size: 16px;
}
.service-custom-image figure {
    width: 60px;
    height: 60px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    margin-right: 16px;
}
.service-link-outer span img {
    width: 100%;
}
.custom-serve-tabs a .service-link-outer span  {
    background: transparent;  
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 8px;
}
.hub-form-custom ul.no-list.hs-error-msgs.inputs-list {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.hub-form-custom h3 {
    color: #051650;
    font-size: 24px;
    font-weight: 700;
}
.hub-form-custom ul.no-list.hs-error-msgs.inputs-list li label {
    font-size: 12px;
    color: #FC8E26;
}
.custom-serve-tabs a{
    color: #232323;
    transition: 1s;
    text-decoration: none;
}
.custom-serve-tabs a:hover {
    background-color: #ffffff;
    box-shadow: 0 0 16px #cbc5c5;
    border-radius: 10px;
    margin-bottom: 0;
}
.custom-serve-tabs a .service-link-outer p {
    font-size: 16px;
    padding: 0 2px;
    color: #232323;
    line-height: 18px;
}
.why-choose-escalon-slider .slick-dots li.slick-active button, .client-testimonial-slider .slick-dots li.slick-active button {
    border-radius: 10px !important;
}
.why-choose-escalon-slider .slick-dots li.slick-active, .client-testimonial-slider .slick-dots li.slick-active {
    width: 25px;
    /* border-radius: 10px !important; */
}
.why-choose-escalon-slider .slick-dots li.slick-active button:before, .client-testimonial-slider .slick-dots li.slick-active button:before  {
    opacity: 1;
    color: #FC8E26;
}
.why-choose-escalon-slider .slick-dots li button:before, .client-testimonial-slider .slick-dots li button:before {
    font-size: 0;
}
.why-choose-escalon-slider .slick-dots li button, .client-testimonial-slider .slick-dots li button{
    border-radius: 50%;
    opacity: .5;
}
.why-choose-escalon-slider .slick-dots li button, .client-testimonial-slider .slick-dots li button  {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #fc8e26;
}
.why-choose-escalon-slider  .slick-dots li button, .client-testimonial-slider .slick-dots li button {
    border-radius: 50%;
    opacity: .5;
}
.why-choose-escalon-slider .slick-dots li, .client-testimonial-slider .slick-dots li{
    margin: 0 3px ;
    height: 10px;
    width: 10px;
}
.copy-right p {
    font-size: 14.79px
}
/* financial services */
.custom-accodian-section{
    padding: 72px 0;
}
.custom-accodian {
    padding: 20px 0;
}
.page-template-contact-us .custom-accodian {
    width: 90%;
    margin: auto;
}
.custom-accodian .accordion-item {
    border: none;
    margin-bottom: 10px;
}
.custom-accodian .accordion-item button {
    padding: 24px 20px;
    font-size: 18px;
    line-height: 32px;
    color: #051650;
}
.custom-accodian .accordion-item .accordion-header .accordion-button {
    background-color: transparent;
    box-shadow: none;
}
.custom-accodian .accordion-item .accordion-header .accordion-button:hover {
    background: #fff9f4;
    cursor: pointer;
}
.custom-accodian .accordion-item .accordion-header [aria-expanded="true" ] {
    background: #fff9f4;
    box-shadow: none;
}
.custom-accodian .accordion-item .accordion-collapse{
    background: #fff9f4;
}
.custom-accodian .accordion-item .accordion-body p {
    font-size: 18px;
}
.custom-accodian .accordion-item .accordion-body {
    padding: 0px 15px 7px;
}
.blog-slider-list {
    margin-top: 42px;
}
.blog-slider-list .slick-prev, .blog-slider-list .slick-next {
    top: -114px;
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 6px #f2f2f2;
    box-shadow: 0px 0px 10px 2px #003B6B1F;

}
 .webinar-featured-slider .slick-prev, .webinar-featured-slider .slick-next {
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 6px #f2f2f2;
    z-index: 99;
    box-shadow: 0px 0px 10px 2px #003B6B1F;
}
section.Meet-monthly a {
    color: #FC8E26;
    text-decoration: none;
}
section.about-early .meet-plr {
    padding: 40px 0 10px;
}
section.about-early .meet-plr a {
    color: #f3831f;
    text-decoration: none;
}
.webinar-form-popup h4 {
    font-size: 39px;
    text-align: center;
}
section.meet-partner .meet-plr h2 {
    padding-top: 23px;
}
.webinar-form-popup .hbspt-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.webinar-form-popup .hbspt-form form .hs-form-field {
    width: 48%;
}
.webinar-form-popup .hbspt-form form .hs-form-field .input input, .webinar-form-popup .hbspt-form form .hs-form-field .input select {
    border: 1px solid #d1d1d1;
    color: #d1d1d1;
    background: 0 0 !important;
    width: 100%;
    height: 45px;
    text-align: left;
    font-size: 18px;
    border-radius: 0;
    padding: 0 10px;
}
.upcoming-webinar-popup .modal-header button.close {
    vertical-align: middle;
    padding: 0;
    text-shadow: none;
    color: #fff;
    height: 22px;
    width: 22px;
    background: #fc8e26;
    border-radius: 50%;
    opacity: 1;
    line-height: 30px;
    font-size: 14px;
    position: absolute;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 20px;
    border-radius: 0;
}
.subscribe-form form ul.no-list.hs-error-msgs.inputs-list {
    padding: 0;
    margin-bottom: 0;
}
.subscribe-form form ul.no-list.hs-error-msgs.inputs-list li {
    list-style: none;
}
.subscribe-form form ul.no-list.hs-error-msgs.inputs-list li label {
    color: #fc8e26 !important;
    display: block;
    font-size: 12px;
}
.upcoming-webinar-popup h2 {
    font-size: 25px;
    color: #000;
}
.upcoming-webinar-popup .modal-content {
    background-color: #fff;
}
.upcoming-webinar-popup ul.no-list.hs-error-msgs.inputs-list li label {
    color: #fc8d26;
}
.upcoming-webinar-popup ul.no-list.hs-error-msgs.inputs-list {
    padding: 0;
}
.upcoming-webinar-popup .hs_submit.hs-submit {
    width: 100%;
    padding-top: 24px;
}
.upcoming-webinar-popup .hs_submit.hs-submit .actions .hs-button {
    background: #FC8E26;
    padding: 9px 30px;
    border: 1px solid #FC8E26;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
}
.upcoming-webinar-popup .hs_submit.hs-submit .actions .hs-button:hover {
    background: transparent;
    color: #FC8E26;
}
.upcoming-webinar-popup .hs_error_rollup {
    width: 100%;
}
.upcoming-webinar-popup .modal-body {
    padding-bottom: 30px;
}
.meet-register a {
    background-color: #FC8E26;
    border-radius: 0;
    font-size: 13.5px;
    font-weight: 600;
    padding: 12px 32px;
}
.webinar-featured-slider .slick-prev {
    left: -90px;

}
.webinar-featured-slider .slick-next{
    right: -90px;
}
.slick-prev.slick-arrow.slick-disabled {
    box-shadow: 0px 0px 9px 0px #003b6b0f;
}
 .slick-prev:before{
    color: #051650;
    content: "\f104";
    font-family: 'FontAwesome';
}
.slick-next:before{
    content: "\f105";
    font-family: 'FontAwesome';
    color: #051650;
}

.blog-slider-list .slick-prev {
    right: 82px;
    left: auto;
}
.blog section.hubspot-section {
    background-color: #fff;
}
.blog-slider-list .slick-next {
    right: 10px;
    left: auto;
}
.webinar-template-single-recruiting-webinar .social-icons ul {
    padding: 0;
    margin-top: 40px;
}
.text-content a {
    color: #fc8e26;
    text-decoration: none;
}
/*  private rquity */
section.reduce-cost-section {
    padding: 72px 0;
    background-color: #F0F3FF;
}
.page-template-private-equity .banner-text .tab-cta {
    padding: 0px 0 0;
}
.page-template-private-equity .hubspot-section {
    background-color: #ffffff;
}
.page-template-diversified section.hubspot-section {
    background-color: #fff;
}
.banner-text {
    max-width: 550px;
    width: 100%;
}
section.services-private-equity {
    padding: 72px 0;
}
/* .featured-section {
    background-color: #F0F3FF;
    padding: 72px 158px;
    text-align: center;
    border-radius: 24px;
    max-width: 1018px;
    width: 100%;
    margin: auto;
} */
.page-template-services .featured-section{
    padding: 0px 140px;
    max-width: 100%;
}
.featured-section h2 {
    font-size: 32px;
    color: #051650;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 8px;
}
.reduce-cost-section .featured-section h2{
    font-weight: 700;
}
.featured-section p {
    font-size: 18px;
    color: #000000;
    line-height: 1.4;
    margin-bottom: 0;
}
.heading-section {
    text-align: center;
} 
.featured-section {
    background-color: #F0F3FF;
    padding: 0px 40px;
    text-align: center;
    border-radius: 24px;
    max-width: 1018px;
    width: 100%;
    margin: auto;
}
section.services-private-equity .heading-section h2 {
    width: 100%;
    margin-bottom: 10px;
}
section.services-private-equity .heading-section p {
    max-width: 68%;
    width: 100%;
    margin: auto;
    color: #000;
    font-size: 18px;
}
.custom-vertical-tabs-outer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 40px;
    flex-wrap: wrap;
}
.tab-target {
    width: 48%;
    position: relative;
    padding-left: 10px;
    height: 100%;
}
.tab-links {
    width: 48%;
    position: relative;
}
.custom-vertical-tabs-outer .tab-links ul {
    display: block;
    border: none;
}
.custom-vertical-tabs-outer .tab-links ul li button {
    display: block;
    width: 100%;
    border: none;
    text-align: left;
    padding: 25px 32px;
    border-radius: 18px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
}
.custom-vertical-tabs-outer .tab-links ul li span svg{
    transform: rotate(88deg);
}
.custom-vertical-tabs-outer .tab-links ul li .active span svg {
    transition: 1s;
    transform: rotate(0deg);
}
.custom-vertical-tabs-outer .tab-links ul li{
    margin-bottom: 20px;
}
.custom-vertical-tabs-outer .tab-links ul li button:hover{
    background-color:#fff9f4 ;
}

.custom-vertical-tabs-outer .tab-links ul li .active{
    box-shadow: 0px 4px 16px 0px #00000029;
}
.tab-target:after {
    content: '';
    border-right: 2px solid #EDEDED;
    position: absolute;
    left: -17px;
    height: 100%;
    width: auto;
    top: 0;
}
.target-points ul li {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    position: relative;
    list-style: none;
}
.target-points ul li:before {
    content: '';
    position: absolute;
    background-color: #FC8E26;
    width: 10px;
    height: 10px;
    left: -15px;
    border-radius: 50%;
    top: 6px;
}
.banner-text p b {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}
.tab-cta a:hover {
    color: #FC8E26;
    background: transparent;
}
.tab-cta {
    padding: 16px 0 0 17px;
}
.text-div {
    /* background-image: url(https://escalonservstg.wpenginepowered.com/wp-content/uploads/2024/08/CTA-Banner.png); */
    width: 100%;
    height: auto;
    padding: 0 77px;
    /* background-repeat: no-repeat;
    background-size: cover; */
    border-radius: 24px;
    /* background-color: #fb8425; */
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.leader-img img {
    width: 100%;
}
.text-div h3{
    color: #F8F8F8;
    text-align: center;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 600;
}
section.industry-text {
    padding: 97px 0;
    background-color: #051650;
}
.industry-text .text-div p {
    font-size: 18px;
    color: #ffffff;
    width: 80%;
    margin: auto;
}
.custom-section-heading h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: #051650;
    padding-bottom: 8px;
}
.custom-section-heading {
    text-align: center;
}
section.growth-engine {
    padding: 72px 0;
}
.custom-section-heading p {
    width: 70%;
    margin: auto;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.growth-engine-services {
    box-shadow: 0px 100px 80px 0px #0516500F;
    padding: 40px;
    border-radius: 16px;
    margin: 0 4px;
    height: 100%;
    max-width: 355px;
    width: 100%;
}
.growth-engine-services h3 {
    font-size: 24px;
    color: #000000;
    line-height: 1.2;
}
.growth-points-outer {
    padding-top: 40px;
}
.growth-points ul li {
    font-size: 18px;
    padding-bottom: 16px;
    color: #000;
}
.growth-points ul li:last-child {
    padding-bottom: 0;
}
.growth-points ul {
    padding: 16px 0 0 16px;
}
.growth-engine-services figure {
    /* background: #05165026; */
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12.68px;
}
.page-template-private-equity .banner-text h1 {
    color: #051650;
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: 500;
}
.page-template-private-equity .banner-text h2 {
    color: #000000;
    padding: 16px 0;
}

.banner-image img {
    width: 100%;
}
.customer-info:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 169px;
}
/*  private rquity end */
/* who we serve */
.banner-text .tab-cta {
    padding: 0;
}
.page-template-who-we-serve .banner-text h1 {
    font-size: 40px;
    padding-bottom: 16px;
}
.operation-box-outer {
    box-shadow: 0px 100px 80px 0px #FC8E2608;
    padding: 40px 40px 30px 40px;
    margin-top: 30px;
    height: 100%;
    transition: 1s;     
    position: relative;
    height: 477px;
}
section.custom-accodian-section .custom-accodian {
    width: 100%;
    margin: auto;
}
.operation-box-outer:hover {
    box-shadow: 0px 100px 80px 0px #fc8e261f;
    transition: 1s;
    margin-top: -10px;
}
.operation-box-outer .learn-more-cta a {
    color: #051650;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    position: absolute;
    bottom: 25px;
}
.back-office-solution {
    padding:72px 0;
}
.back-office-solution .heading-section p {
    font-size: 20px;
    font-weight: 500;
    margin: 16px auto;
    line-height: 1.3;
}
.operation-box-outer .operation-heading h4 {
    font-size: 24px;
    color: #051650;
    line-height: 1.3;
}
.operation-heading ul li {
    color: #272727;
    font-size: 18px;
    padding-bottom: 12px;
}
.operation-box-outer .learn-more-cta a span {
    padding-left: 4px;
    transition: 1s;
}
.operation-box-outer:hover s span{
    padding-left: 10px;
    transition: 1s;
}
.operation-heading ul {
    list-style-image: url(/wp-content/uploads/2024/12/done-right-svg.svg);
    padding-left: 21px;
}
section.who-we-serve .heading-section p a {
    color: #FC8E26;
    text-decoration: none;
}

/* who we serve end */
/* Pricing page */
.main-pricing-section {
    padding: 72px 0;
    background-color: #F6F6F6;
}
.page-template-pricing .hubspot-section {
    background-color: #ffffff;
    padding: 72px 0;
}
/* .page-template-pricing .main-pricing-section{
    background-color: #ffffff;
} */
.main-pricing-section .heading-section h2 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.main-pricing-section .heading-section p {
    color: #000000;
    width: 67%;
    margin: auto;
}
.pricing-tabs {
    margin-top: 40px;
}
.pricing-tabs .custom-slide-nav {
    border: none;
    width: 50%;
    margin: auto;
    background-color: #F1F1F1;
    padding: 6px 10px;
    border-radius: 10px !important;
    justify-content:space-between;
    margin-bottom: 32px;
}
.list-above-heading h3 {
    font-size: 24px;
    color: #051650;
    margin-top: 64px;
    font-weight: 700;
}

.pricing-container-outer {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 872px;
    max-width: 100%;
    margin: auto;
}
.pricing-tabs .nav li button {
    color: #00000080;
    font-size: 16px;
    font-weight: 600;
    padding: 11px 26px;
}
/* .pricing-tabs .custom-slide-nav .nav-link.active {
    border-radius: 4px;
    border: none;
    background-color: #FC8E26;
} */
.pricing-tabs .price-box {
    box-shadow: 0px 4px 8px -2px #1018281A;
    background-color: #fff;
    border-radius: 8px;
    padding: 24px;
    max-width: 420px;
    width: 100%;
    position: relative;
}
.pricing-tabs .plan-standerd span {
    color: #FC8E26;
    font-weight: 600;
    font-size: 16px;
}
.pricing-tabs .price-heading h3 {
    color: #051650;
    font-size: 24px;
    font-weight: 600;
    padding: 16px 0;
    margin-bottom: 0;
}
.pricing-tabs .price-heading p {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    display: -webkit-box;
    min-height: 54px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pricing-tabs .price-heading {
    padding-bottom: 15px;
}
.pricing-tabs .key-features h4 {
    font-size: 18px;
    color: #000000;
    line-height: 1.4;
}
.pricing-tabs .key-features ul{
    padding-top: 32px;
}
.pricing-tabs .key-features ul li:before {
    content: '';
    background-image: url(https://escalonservstg.wpenginepowered.com/wp-content/uploads/2024/09/Check-icon.svg);
    position: absolute;
    left: -34px;
    width: 28px;
    height: 29px;
    background-repeat: no-repeat;
    background-size: contain;
}

.pricing-tabs .key-features ul li {
    font-size: 18px;
    color: #000000;
    padding-bottom: 16px;
    position: relative;
    list-style: none;
    padding-left: 7px;
}
.key-features {
    border-top: 1px solid #D9D9D9;
    padding-top: 32px;
    padding-bottom: 62px;
    display: block;
}
.pricing-tabs   .key-features ul li:last-child {
    padding-bottom: 0;
}
.custom-tab-section .heading-section p {
    color: #1D1D1D;
    text-align: center;
    font-size: 20px;
    width: 79%;
    font-weight: 500;
    margin: auto;
}
section.custom-tab-section {
    padding: 72px 0;
}
.get-a-quote{
    padding-top: 32px;
}
.get-a-quote a {
    border: 2px solid #FC8E26;
    background: #FC8E26;
    width: 90%;
    border-radius: 10px;
    display: block;
    text-align: center;
    color: #000000;
    text-decoration: none;
    padding: 13px 10px;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    left: 21px;
    bottom: 0;
    margin-bottom: 24px;
}
.get-a-quote a:hover {
    background-color: transparent;
    color: #FC8E26;
}
.pricing-tabs .nav li button:hover {
    border-color: transparent;
}
.pricing-tabs .price-heading h3 span {
    font-weight: 100 !important;
    font-family: 'Neue Haas Grotesk Display Pro regular';
    font-size: 18px;
}
/* about us */
section.about-us-
section.about-us-section {
   
}
.about-image-slider {
    padding: 50px 0 0;
}
.about-image{
	padding: 50px 0 0;
}
.page-template-about-us .section-heading h2 {
    padding-bottom: 0;
}
.single-box-image.slick-slide {
    margin: 0 9px;
}
.single-box-image.slick-slide img {
    width: 100%;
}

.about-us-content p {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
}
.about-us-intro {
	padding: 20px 0;
	
}
.about-us-video{
	padding-top: 50px;
	margin-top: auto;
	margin-bottom: 100px;
	
}
.about-main-image figure img {
    width: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
}
section.meet-team-section {
    padding: 72px 0;
}
section.meet-team-section .section-heading h2 {
    padding-bottom: 16px;
}
section.meet-team-section .section-heading p {
    font-size: 18px;
}
.team-members-leadership {
    padding: 60px 0 40px 0px;
}
.team-members-leadership h2 {
    color: #FC8E26;
    font-size: 24px;
    padding-bottom: 24px;
    font-weight: 700;
}
.name-linkdin-outer {
    display: flex;
    justify-content: space-between;
}
.name-linkdin-outer h4 {
    color: #051650;
    font-size: 24px;
}
.leadership-box a {
    text-decoration: none;
}
.position p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 0;
}
.leadership-outer-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: unset;
}
.leadership-box {
    max-width: 350px;
    width: 100%;
}
.tab-content .heading-section {
    text-align: center;
}
.leadership-box .leader-big-image figure {
    width: 100%;
    height: 285px;
    overflow: hidden;
}
.leadership-box .leader-big-image figure img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.leadership-box a .name-linkdin-outer figure {
    width: auto;
    height: auto;
}
.leadership-box {
    width: 350px;
    max-width: 100%;
}
.leadership-box {
    margin-right: 70px;
	margin-bottom:30px;
}

.leadership-outer-box .leadership-box:nth-child(3) {
    margin-right: 0;
}
.leadership-outer-box .leadership-box:nth-child(6) {
    margin-right: 0;
}
.tile .custom-slide-nav {
    position: relative;
    border: none !important;
    background-color: #F1F1F1;
    /*   box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2); */
    border-radius: 8px;
}

.tile .custom-slide-nav li {
    margin: 0px !important;
    position: relative;
    z-index: 99;
}

.tile .custom-slide-nav .nav-link {
    color: #00000080;
    border: none;
    font-weight: 600;
}

.tile .slider {
    display: inline-block;
    width: auto;
    height: 88%;
    border-radius: 10px;
    background-color: #FC8E26;
    position: absolute;
    z-index: 1;
    border: 1px solid #FFA24A;
    bottom: 3px;
    transition: all .4s linear;
}
.tile .custom-slide-nav .active {
    background-color: transparent;
    border: none !important;
    color: #000000;
    font-weight: 600;
}
/* about us end */
/* testimonials */
section.explore-testimonials {
    padding: 72px 0;
}
.video-iframe iframe {
    height: 400px;
}
.testimonial-cards{
    padding: 0;
}
.explor-heading h2 {
    color: #051650;
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 16px;
}
.explor-heading p {
    font-size: 20px;
    color: #000000;
    font-weight: 500;
}
.class-category span {
    background: #051650;
    color: #fff;
    font-size: 12px;
    padding: 6px 13px;
    border-radius: 47px;
    margin-bottom: 16px;
}
.class-category {
    margin-bottom: 16px;
}
.view-more-btn {
    background: none;
    position: unset;
    top: -106px;
    width: 100%;
    display: flex;
    height: auto;
    justify-content: center;
    align-items: flex-end;
    margin: 28px 0 32px 0;
}
.page-template-webinar .view-more-btn{
    margin: 28px 0 0px 0;
}
.read-more-resource {
    padding-top: 6px;
}
.page-template-diversified .service-card-outer {
    min-height: 550px;
}
.no-webinar-text p {
    font-size: 30px;
    font-weight: 600;
}
.no-webinar-text {
    text-align: center;
    padding: 40px 0 0;
    width: 100%;
}
/* .view-more-btn a {
    background: #FC8E26;
    color: #000000;
    border: 1px solid #FC8E26;
    text-decoration: none;
    padding: 10px 32px;
    font-weight: 700;
} */
.target-cta a:hover {
    color: #000;
}
/* section.explore-testimonials .row {
    justify-content: space-between;
} */
.select-categories select {
    width: 258px;
    max-width: 100%;
}
.name-and-position p {
    padding-right: 10px;
}
.explor-heading {
    margin-bottom: 52px;
}
.select-categories select:focus {
    box-shadow: none;
    border-color: #FC8E26;
}
.select-categories {
    display: flex;
    justify-content: flex-end;
}
.select-categories select {
    width: 258px;
    max-width: 100%;
    color: #575757;
    font-size: 14px;
    padding: 12px 11px;
}
.target-cta-outer {
    /* background-color: #05144F; */
    /* min-height: 300px; */
    margin: 0 auto;
    width: 900px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 69px 180px 69px 69px; */
    /* background-image: url(https://escalonservstg.wpenginepowered.com/wp-content/uploads/2024/09/bg-react-image.png); */
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 24px;
}
section.target-cta-section {
    padding: 112px 0;
    background: rgb(252 142 38 / 50%);
}
.page-template-contact-us section.target-cta-section {
    margin-bottom: 72px;
}
.target-points h2 {
    color: #FC8E26;
    font-size: 32px;
    font-weight: 600;
}
.custom-vertical-tabs-outer .tab-links ul li span svg path {
    fill: #FF8300;
}
.target-points p {
    font-size: 16px;
    font-weight: 500;
}
.target-heading h2 {
    font-size: 32px;
    color: #000000;
    line-height: 1.2;
    font-weight: 700;
} 
.target-heading {
    width: 62%;
}
/* testimonials end */
/* career page*/
section.our-mission-section {
    padding: 72px 0;
}
.no-job {
    text-align: center;
    width: 100%;
}
.page-template-usa-career section.why-escalon-career {
    padding-top: 72px;
}
section.our-mission-section p {
    max-width: 950px;
    width: 100%;
    margin: auto;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}
section.our-mission-section .heading-section {
    margin-bottom: 60px;
}
.escalon-jobs .tab-cta.india-tab-cta {
    justify-content: center;
    padding-bottom: 30px;
}
.career-sub-heading p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 0;
    color: #000;
    line-height: 24px;
}
.client-testimonial-slider {
    padding-top: 50px;
}
.tab-cta.india-tab-cta {
    display: flex;
	flex-direction: row;
	gap: 10px;
	margin-top: 20px;
	min-height: 60px;
	overflow: visible;
}
.life-at-escalon {
    padding: 72px 0;
}
.india-footer ul li a:hover {
    color: #fc8e26;
}
.life-at-escalon .modula-item-content{
    position: relative;
}
.life-at-escalon .modula-item-content:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(252, 142, 38, 0.4);
    opacity: 0.6;
}
section.life-at-escalon {
    padding: 72px 0;
    position: relative;
}
.life-escalon-container-outer .life-at-escalon-gallery {
    width: 80%;
}
.insta-post {
    width: 19%;
    background-image: url(/wp-content/uploads/2024/12/image-4-compressed-4-1-300x225.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
}
.life-escalon-container-outer {
    display: flex
;
    justify-content: space-between;
}
.insta-post a {
    width: 100%;
    background: rgb(252 142 38 / 90%);
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 37px;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
    height: 100%;
    text-decoration: none;
    /* opacity: 0.9; */
}
.tab-cta.india-tab-cta a {
    margin-right: 20px;
}
section.why-escalon-career {
    padding-bottom: 72px;
}
section.india-career-info {
    padding: 72px 0;
}
.india-career-new-content p {
    font-size: 18px;
    color: #000;
    line-height: 26px;
    font-weight: 500;
}
.india-career-new-content {
    max-width: 950px;
    margin: auto;
    text-align: center;
}
.career-tabs ul {
    position: relative;
    border: none !important;
    background-color: #e7e3e3;
    /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);  */
    border-radius: 6px;
    border: none;
    width: 34%;
    margin: auto;
    background-color: #F1F1F1;
    padding: 6px 10px;
    border-radius: 10px;
    justify-content: space-between;
    margin-bottom: 32px;
}
.escalon-jobs .career-tabs ul li a {
    padding: 10px 72px;
    border-radius: 10px;
}
section.client-testimonials-page {
    padding: 72px 0;
}
.client-testimonials-page .heading-section {
    width: 90%;
    margin: auto;
}
.client-testimonial-slider .slick-prev, .client-testimonial-slider .slick-next{
    display: none !important;
}

.client-testimonial-slider .slick-dots {
    bottom: -50px;
}
.page-template-india-career .escalon-job-posts {
    margin-top: 32px;
}
.life-at-escalon-content h2 {
    color: #051650;
    font-size: 32px;
    font-weight: 700;
}
div#jobs-container ,div#client-jobs-container{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
div#jobs-container .job ,div#client-jobs-container .job {
    width: 32%;
    margin-right: 20px;
}
.kh-main-container a .kh-job-title {
    font-size: 20px;
    color: #051650 !important;
}
.kh-main-container a {
    padding: 10px 0;
}
div#khembedjobs .kh-main-container .kh-job-container:hover.kh-job-card:hover {
    border-color: #FC8E26 !important;
    color: #FC8E26;
}
div#khembedjobs a.kh-card:hover .kh-job-title {
    color: #FC8E26 !important;
}
#khembedjobs .kh-main-container a:hover h3.kh-job-title {
    color: #FC8E26 !important;
}
#khembedjobs .kh-job-container:hover .kh-icon {
    color: #FC8E26 !important;
}
#khembedjobs .kh-text-secondary {
    color: #000000 !important;
}
#khembedjobs .kh-footer{
    display: none !important;
}
#khembedjobs .kh-footer .kh-company-social-links a {
    font-size: 28px;
    padding: 0;
}
.explor-more a {
    padding: 12px 20px;
    background-color: #FC8E26;
    color: #000000;
    border: 1px solid #FC8E26;
    font-size: 16px;
    border-radius: 10px;
    text-decoration: none;
}
.explor-more a:hover {
    background-color: transparent;
}
.explor-more {
    text-align: center;
    margin-top: 30px;
}
.tab-content .heading-section {
    text-align: center;
}
.escalon-jobs ul {
    margin-bottom: 60px;
}
div#jobs-container .job ,div#client-jobs-container .job {
    width: 32%;
    box-shadow: 0px -1px 23px 0px #003B6B0D;
    padding: 20px;
    border-radius: 10px;
    margin: 20px auto;
}
div#jobs-container .job h3 ,div#client-jobs-container .job h3  {
    color: #051650;
    font-size: 20px;
}
.escalon-job-posts form#job-filter-form {
    margin-bottom: 20px;
    text-align: center;
}
h5.job-roles-heading {
    text-align: center;
    /* border: 1px solid; */
    margin-bottom: 25px;
    font-size: 32px;
    color: #051650;
}
div#jobs-container .job p ,div#client-jobs-container .job p  {
    font-size: 16px;
    color: #000000;
    margin-bottom: 8px;
}
.escalon-job-posts form#job-filter-form select {
    padding: 10px 10px;
    max-width: 261px;
    margin-right: 22px;
    width: 100%;
    font-size: 14px;
    border: 1px solid #CCD8E1;
    color: #000000;
    border-radius: 4px;
}
div#jobs-container .job a ,div#client-jobs-container .job a{
    color: #FC8E26;
    text-decoration: none;
}
.escalon-jobs ul {
    /* border: none; */
}
.escalon-jobs ul li .nav-link {
    padding: 8px 30px;
    border: none;
    color: #000000;
    font-size: 18px;
    margin-right: 10px;
    border-radius: 0;
}
/* .escalon-jobs ul li button:hover {
    background-color: #FC8E26 !important;
    border-radius: 0;
    color: #000;
} */
.escalon-jobs ul li .nav-link.active {
    /* border: none; */
    /* background-color: #FC8E26 !important; */
    /* border-radius: 0; */
}
.escalon-jobs ul li .nav-link:focus, .escalon-jobs ul li .nav-link:hover {
    background-color: transparent;
    color: #000;
    border-color: transparent;
}
.mission-box {
    box-shadow: 0px -1px 23px 0px #003B6B0D;
    border-radius: 16px;
    padding: 32px;
    margin-bottom: 24px;    
}

.mission-box h4 {
    font-size: 18px;
    color: #051650;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 23px;
    padding: 4px 0;
}
.mission-box figure {
    margin-bottom: 8px;
    width: 32px;
    height: 32px;
    overflow: hidden;
}
.mission-box figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.mission-box p {
    font-size: 18px;
    color: #000000;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 135px;
    margin-bottom: 0;
    padding-top: 8px;
} 
/* usa career */
.page-template-usa-career .mission-box {
    padding: 49.54px;
    margin-bottom: 24px;
    border-radius: 24.77px;
    box-shadow: 0px -1.548px 35.607px 0px rgba(0, 59, 107, 0.05);
}
div#jobs-container, div#client-jobs-container {
    padding-bottom: 30px;
}
#usa-jobs {
    padding: 72px 0;
}
.usa-career-client-role {
    padding: 72px 0;
}
.inner-saparate-banner {
    background: rgba(252, 142, 38, 0.50);
    padding: 32px 0;
}
.saparate-heading {
    max-width: 720px;
    margin: auto;
    width: 100%;
}
.saparate-heading h2 {
    color: #051650;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
}
.saparate-heading p {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    line-height: 25.2px;
}
.page-template-usa-career .mission-box p {
    font-size: 20px;
}
.page-template-usa-career .mission-box h4 {
    font-size: 20px;
}
.page-template-usa-career section.our-mission-section .col-lg-6 {
    display: flex;
    align-items: stretch;
}
/* USA Career end */ 
section.why-escalon-career .heading-section p {
    font-size: 18px;
    color: #000000;
    width: 69%;
    margin: auto;
    text-align: center;
}
section.why-escalon-career .heading-section {
    padding-bottom: 40px;
} 
.why-escalon-box-small {
    box-shadow: 0px 0px 90px 0px #0516500F;
    padding: 40px;
    margin-bottom: 32px;
    width: 100%;
    border-radius: 16px;
}
section.why-escalon-career .col-lg-4, section.why-escalon-career .col-lg-8 {
    display: flex;
    align-items: stretch;
}
.why-escalon-box-small figure {
    width: 65px;
    height: 65px;
    overflow: hidden;
}
.why-escalon-box-small figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.why-escalon-box-small h3 {
    color: #051650;
    font-size: 24px;
    line-height: 32px;
}
.small-sub-heading p {
    font-size: 18px;
    color: #000000;
    margin-bottom: 0;
}
.benefits-points ul {
    padding: 24px 22px;
}
.benefits-points ul li {
    font-size: 18px;
    padding-bottom: 10px;
}
section.why-escalon-career .row:nth-child( even ) {
    flex-direction: row-reverse;
}
.client-testimonial-slider-item.slick-slide {
    display: flex;
    background-color: #F9F9F9;
    padding: 74px 72px;
    justify-content: space-between;
}
.custom-name-client h4 {
    color: #051650;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.2;
}
.custom-client-discription {
    position: relative;
}
.custom-client-discription:after {
    content: '';
    background-image: url(https://escalonservstg.wpenginepowered.com/wp-content/uploads/2024/11/Quotes.png);
    width: 43px;
    height: 32px;
    position: absolute;
    top: -46px;
    background-repeat: no-repeat;
    right: -10px;
}
.custom-client-image {
    width: 35%;
}
.custom-client-image img {
    width: 100%;
}
.custom-client-discription {
    width: 62%;
}
.custom-client-discription p {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
}
/* career page end */

/* contact us */
.location-box {
    box-shadow: 0px -1px 23px 0px #003B6B0D;
    padding: 24px;
    margin-bottom: 24px;
    width: 32%;
    border-radius: 5px;
}
section.location-map {
    padding: 72px 0;
}
.map-lotti {
    max-width: 860px;
    width: 100%;
    margin: auto;
}
.map-lotti lottie-player {
    width: 100%;
    height: 100%;
}
.locations-outer-div {
    display: flex;
    flex-wrap: wrap;
    width: 81%;
    margin: auto;
    justify-content: space-between;
}
.location-heading-name h4 {
    font-size: 18px;
    color: #051650;
    font-weight: 600;
}
.location-heading-name p {
    font-size: 14px;
    color: #000000;
}
.location-info-area li a {
    color: #000000;
    font-size: 16px;
    text-decoration: none;
}
.location-info-area ul {
    list-style: none;
    padding: 0;
}
/* contact us end */
/* webinar css */
section.small-banner-section {
    padding: 72px 0;
}
.meet-video iframe {
    width: 50%;
}
.imgh-blk img {
    width: 100%;
}
.single-webinar section.blog.Meet-Section .blog-content h4 {
    color: #fff;
}
.no-posts {
    text-align: center;
    width: 100%;
}
.single-post .upcoming-webinar-popup.expert-advisor-popup .modal-body .expert-outer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
.single-post .upcoming-webinar-popup.expert-advisor-popup .modal-body .expert-outer .expert-info {
    width: 58%;
}
.single-post .upcoming-webinar-popup.expert-advisor-popup .modal-body .expert-outer .expert-image {
    width: 38%;
}
.single-post .upcoming-webinar-popup.expert-advisor-popup .modal-body .expert-outer .expert-image img {
    width: 100%;
}

.details-banner-info {
    position: relative;
    z-index: 9;
}
section.recruiting-webinar-content.Meet-monthly a {
    color: #FC8E26;
    text-decoration: none;
}
.text-content {
    padding: 30px 0;
}
.content {
    overflow-y: auto;
    max-height: 303px;
    padding-right: 10px;
}
.small-banner-heading h1 {
    font-size: 40px;
    color: #051650;
    font-weight: 600;
}
.small-banner-heading p {
    color: #000000;
    font-size: 16px;
    line-height: 1.4;
    width: 80%;
}
section.upcoming-banner {
    padding: 72px 0;
}
.webinar-featured-slider .webinar-item-outer {
    background-color: #FFF8F1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 62px;
    margin: 0 14px;
    border-radius: 24px;
    margin-bottom: 25px;
}
.webinar-featured-slider {
    width: 86%;
    margin: auto;
}
.webinar-featured-info h2 {
    color: #051650;
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
}
.webinar-featured-info p {
    color: #000000;
    font-size: 18px;
    line-height: 1.4;
}
.webinar-featured-image img {
    width: 100%;
}
.webinar-featured-image {
    width: 48%;
}
.webinar-featured-info {
    width: 46%;
}
.learn-more-webinar-cta a {
    background-color: #FC8E26;
    color: #000000;
    font-size: 13.5px;
    padding: 15px 40px;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
}
.learn-more-webinar-cta {
    padding-top: 16px;
}
.webinar-featured-slider {
    padding-top: 46px;
}
/* .custom-section-heading p {
    font-size: 20px;
    width: 58%;
    margin: auto;
    text-align: center;
} */
.custom-section-heading{
    text-align: center;
}
.search-filter-webinar {
    width: 43%;
    margin: auto;
    padding-top: 16px;
}
.search-filter-webinar input {
    width: 319px;
    max-width: 100%;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #CCD8E1;
    color: #575757;
    font-size: 14px;
    padding-right: 30px;
}
.search-filter-webinar span {
    position: absolute;
    top: 0;
    right: 0;
}
.search-input {
    position: relative;
}
.search-filter-webinar span {
    position: absolute;
    top: 8px;
    right: 23px;
}
.search-filter-webinar .submit {
    background-color: #FC8E26;
    border: 1px solid #FC8E26;
    border-radius: 10px;
    color: #000000;
    font-weight: 600;
    padding: 7px 46px;
}
.search-filter-webinar .submit:focus {
    background-color: transparent;
    color: #FC8E26;
    border-color: #FC8E26;
}
.search-filter-webinar .submit:hover {
    background-color: transparent;
    color: #FC8E26;
}
.search-filter-webinar input:focus {
    box-shadow: none;
    border-color: #fc8e26;
}
.blog-list-main-outer-webinar {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-top: 26px;
}

.blog-listing-outer:hover .blog-info a span {
    margin-left: 10px;
}
.clear-btn {
    position: absolute;
    top: 2px;
    right: 11px;
    border: none;
}
.clear-btn:hover {
    background: transparent;
    color: #fc8e26;
}
.blog-filters input {
    padding-right: 22px;
}
.blog-list-main-outer-webinar .blog-listing-outer {
    margin: 20px 12px;
    width: 31%;
}

.page-template-webinar .blog-list-main-outer-webinar{
    justify-content: unset;
}
.page-template-webinar .blog-list-main-outer-webinar .blog-listing-outer {
    margin: 0 23px 32px 0;
    width: 32%;
}
.page-template-webinar .blog-list-main-outer-webinar .blog-listing-outer:nth-child(3n) {
    margin-right: 0;
}
.blog-filters .search-input span {
    position: absolute;
    right: 20px;
    top: 6px;
}
.blog-filters .search-input {
    position: relative;
}
.blog-filters {
    margin: 32px 0px 15px 50px;
}
.blog-filters input, .blog-filters select {
    width: 258px;
    max-width: 100%;
    height: 40px;
    border: 1px solid #CCD8E1;
    border-radius: 4px;
}
.blog-filters input:focus, .blog-filters select:focus {
    border-color: #FC8E26;
    box-shadow: none;
}   
.blog-filters input:hover, .blog-filters select:hover {
    border-color: #FC8E26;
}
.page-template-webinar .blog-info p {
    min-height: 1px;
}
.blog-filters input:focus, .blog-filters select:focus {
    box-shadow: none;
}
.custom-cta {
    background-color: #FC8E26;
    border: 1px solid #FC8E26;
    color: #000;
    font-weight: 600;
    padding: 12px 40px;
    text-decoration: none;
    font-size: 16px;
}
.view-more-cta.text-center {
    padding-top: 49px;
}   
.Meet-Section {
    padding: 72px 0;
}
section.blog.Meet-Section .blog-content {
    border-right: 0;
    margin-top: 30px;
    position: relative;
    padding-bottom: 10px;
}
.single-webinar section.blog.Meet-Section .blog-content h1 {
    margin-bottom: 16px ;
    font-size: 40px ;
    color: #ffffff ;
}
.webinar-date-detail {
    font-size: 20px;
    color: #000000;
    line-height: 1.3;
}
.meet-two-upcoming {
    display: flex;
}
.meet-two-upcoming {
    display: flex;
    justify-content: space-between;
}
.meet-two-upcoming .Meet-content {
    width: 48%;
    margin-right: 10px;
}
.meet-two-upcoming .Meet-content figure {
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin: auto;
}
.meet-two-upcoming .Meet-content figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.meet-two-upcoming .Meet-content h4{
    color: #FCFDFF;
    font-size: 20px;
    padding-top: 16px;
}

.meet-two-upcoming .Meet-content p {
    color: #FCFDFF;
    font-size: 16px;
}
.time-and-date ul {
    padding: 0;
    margin-bottom: 0;
}
.meet-register a:hover {
    background-color: transparent;
    color: #FC8E26;
    border: 1px solid #FC8E26;
}
.meet-register a {
    background-color: #FC8E26;
    border-radius: 10px;
    font-size: 13.5px;
    font-weight: 600;
    padding: 12px 32px;
    border: 1px solid #FC8E26;
}
section.Meet-monthly {
    padding: 71px 0;
}
.meet-plr p {
    color: #000;
    font-size: 18px;
    line-height: 1.5;
}
.time-and-date ul li {
    display: inline-block;
    margin-right: 16px;
}
.time-and-date ul li p {
    color: #ffffff;
    font-size: 16px;
}
h2.vcDesignation {
    color: #051650;
    font-size: 24px;
}
.time-and-date ul li p span {
    padding-right: 4px;
}
/* webinar css end */
/* blog details page */
.blog-details-banner {
    background-color: #051650;
    padding: 88px 0;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    background-position: center center;
    position: relative;
}
section.blog-details-banner:after {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, #080169 0%, rgba(8, 1, 105, 0.85) 19.29%, rgba(8, 1, 105, 0.65) 38.75%, rgba(8, 1, 105, 0.55) 55.24%, rgba(8, 1, 105, 0.00) 100%);
    top: 0;
    left: 0;
    content: '';
}
.resource-part .blog-info p {
    min-height: auto;
}
.upcoming-webinar-popup.expert-advisor-popup .modal-header button.close {
    top: 14px;
}
.blog-title-info p {
    font-size: 20px;
    color: #fff;
}
.webinar-featured-image figure {
    height: 392px;
    width: 392px;
}
.webinar-featured-image figure img {
    border-radius: 24px;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
    width: 100%;
    object-fit: contain;
    height: 100%;
}
.upcoming-webinar-popup.expert-advisor-popup .modal-header {
    border: none;
    background-color: #fff;
}
.upcoming-webinar-popup.expert-advisor-popup .modal-body {
    padding-bottom: 30px;
    background-color: #fff;
    color: #000;
}
.details-banner-info .blog-cat {
    background-color: #D9E1FF;
    padding: 10px 24px;
    font-size: 18px;
    display: inline-block;
    color: #051650;
    border-radius: 10px;
    font-weight: 500;
}
.blog-title-info h1 {
    font-size: 40px;
    color: #ffffff;
    padding: 16px 0;
    line-height: 1.3;
}
.read-timming ul li {
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    margin-right: 16px;
}
.read-timming ul li:last-child {
    margin-right: 0;
}
.read-timming ul {
    padding: 0;
}
.read-timming span {
    background-color: transparent;
    padding: 0 6px 0 0;
}
.read-timming ul li a {
    color: #FC8E26;
    text-decoration: none;
}
.blog-featured-image {
    max-width: 482px;
    width: 100%;
    height: 341px;
}
.blog-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
}
div#blog-content h2 {
    color: #051650;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    border-top: 1px solid #E4E4E4;
    padding: 24px 0;
}
#blog-content h2, #blog-content h3, #blog-content h4, #blog-content h5, #blog-content h6 {
    color: #051650;
}
#blog-content h3{
    font-size: 22px;

}
#blog-content h4{
    font-size: 20px;

}
.read-timming ul li span {
    color: #fff;
}
.blog-details-banner .row{
    justify-content: space-between;
    align-items: center;
}
.blog-details-table {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 72px 0;
}
.detail-table-content {
    padding: 0;
    margin-bottom: 20px;
    width: 22%;
}
.details-table-right {
    width: 70%;
}
.details-table-right p {
    font-size: 18px;
    color: #000;
    line-height: 1.6;
}
.author-info h3 {
    color: #051650;
    font-size: 24px;
    padding-bottom: 12px;
}
.detail-table-content div#toc-container ul {
    list-style: none;
    padding-left: 0;
}
.detail-table-content div#toc-container ul li a {
    color: #000000;
    font-size: 16px;
    text-decoration: none;
}
.detail-table-content div#toc-container ul li {
    padding-bottom: 21px;
}
.details-table-right a {
    color: #FC8E26;
    text-decoration: none;
}

.image-and-name-author{
    display: flex;
    align-items: center;
}
.author-full-detail-outer .author-image figure {
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin-right: 16px;
    margin-bottom: 0;
}
.author-full-detail-outer .author-image figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.author-details-right h5 {
    font-size: 16px;
    margin-bottom: 0;
    color: #000;
}
.author-full-detail-outer p {
    font-size: 18px;
    color: #000;
    line-height: 28px;
}
.author-linkdin a {
    background-color: #FC8E26;
    color: #fff;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
}
.review-by {
    padding-bottom: 15px;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 15px;
}
.target-fliter-outer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
    padding: 31px 0;
}
.left-filter ul {
    padding: 0;
    margin-bottom: 0;
}
.left-filter ul li {
    display: inline-block;
    margin-right: 40px;
}
.left-filter ul li a {
    color: #272727;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
}
.filter-by-catagories-right select {
    background-color: #F2F2F2;
    border: none;
    padding: 10px 36px 10px 16px;
    font-size: 18px;
    border-radius: 29px;
}
.blog-slider-resource {
    margin-top: 40px;
}
#resource-blog .slick-prev, #resource-blog .slick-next, #resource-webinar .slick-prev, #resource-webinar .slick-next, #resource-guides .slick-prev, #resource-guides .slick-next {
    top: -27px;
    box-shadow: 0px 0px 5.36px 1.07px #003B6B1F;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.meet-plr .webinar-register {
    background-color: #FC8E26;
    border-radius: 10px;
    font-size: 13.5px;
    font-weight: 600;
    padding: 12px 32px;
    border: 1px solid #FC8E26;
    color: #000;
}
.webinar-register:hover {
    background-color: transparent;
    color: #FC8E26;
    border: 1px solid #FC8E26;
}
.stright-line {
    border: 1px solid #E4E4E4;
    margin-top: 20px;
}
.speaker-name-outer h4.speaker-name {
    color: #051650;
    line-height: 1.3;
    font-size: 24px;
}  
.custom-partner-logos h3 {
    text-align: center;
    color: #051650;
    font-size: 24px;
} 
.partner-about-content h4 {
    color: #051650;
    font-size: 24px;
    margin-bottom: 16px;
}
.partner-about-content .content p {
    color: #000000;
    font-size: 18px;
    line-height: 1.5;
}
.about-banner-image .about-main-image figure {
    width: 50%;
	display: flex;
	justify-content: center;
	text-align: center;
}
.about-banner-image .about-main-image figure img{
    width: 100%;
}
.partner-about-content .content a {
    color: #FC8E26;
    text-decoration: none;
}
section.meet-partner h2 {
    text-align: center;
    color: #051650;
}
.partner-about-col {
    border-right: 1px solid #E4E4E4;
    margin-bottom: 50px;
}
.partner-about-col:last-child {
    border-right: none;
}
div#meetpartner {
    justify-content: center;
}
.vc-description.image-content-card {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 50px auto;
}
.heading-tab p {
    color: #1D1D1D;
    text-align: center;
    font-size: 20px;
    width: 79%;
    margin: auto;
    padding-bottom: 40px;
}
.vc-description.image-content-card+.vc-description.image-content-card {
    border-top: 1px dashed #fff;
    padding-top: 40px;
}
.image-div-left figure {
    width: 306px;
    height: 306px;
    overflow: hidden;
    margin-bottom: 0;
    max-width: 100%;
}
.image-div-left figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.dashed-line {
    border: 1px solid #E4E4E4;
}
.image-div-left img {
    width: 100%;
    padding-bottom: 20px;
}
.image-div-left {
    width: 24%;
}
.content-div {
    width: 70%;
}
#resource-blog .slick-prev, #resource-webinar .slick-prev, #resource-guides .slick-prev  {
    right: 90px;
    left: auto;
}
.subscribe-form {
    box-shadow: 0px 1px 24px 0px #0000000F;
    padding: 20px;
    border-radius: 10px;
    max-width: 442px;
    width: 100%;
    margin: 0 0 0 auto;
}
.subscribe-form .hs_error_rollup {
    padding: 8px 0;
}
.subscribe-form h3 {
    color: #051650;
    font-size: 24px;
}
.subscribe-form form label {
    display: none;
}
.subscribe-form form .input input, .subscribe-form form .input select {
    border: 1px solid #CCD8E1;
    width: 100% !important;
    padding: 10px 17px;
    margin: 16px 0 20px 0;
    height: 45px;
    border-radius: 4px;
    color:#877575;
}
.subscribe-form .hs_submit.hs-submit .actions input {
    font-weight: 500;
    background-color: #FC8E26;
    color: #000000;
    border: 1px solid #FC8E26;
    font-size: 16px;
    padding: 12px 20px;
    display: inline-flex;
    border-radius: 10px;
    height: 46px;
    text-decoration: none;
    align-items: center;
    line-height: 0;
    margin-top: 5px;
}
.subscribe-form .hs_submit.hs-submit .actions input:hover {
    background-color: transparent;
    color:#FC8E26;
}
.pagination-container .page-numbers {
    color: #051650;
    text-decoration: none;
    padding: 4px 13px;
    margin-right: 2px;
    border-radius: 8px;
}
.pagination-container span.page-numbers.current {
    background-color: #FC8E26;
    margin-right: 2px;
}
.pagination-container .page-numbers:hover {
    background-color: #FC8E26;
}
.pagination-container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}
#resource-blog .slick-next, #resource-webinar .slick-next, #resource-guides .slick-next {
    right: 20px;
}
section.target-linked-section {
    overflow-y: hidden;
}
.table-of-content-left div#toc-container ul li a.active {
    color: #FC8E26;
}
.table-of-content-left{
    position: sticky;
    top: 100px;
}
.author-info {
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 14px;
}

.table-of-content-left h3 {
    color: #051650;
    font-size: 24px;
    padding-bottom: 16px;
}
.slider__counter {
    position: absolute;
    top: -36px;
    right:59px;
    z-index: 99;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    mix-blend-mode: difference;
    pointer-events: none;
}
.blog-info p span {
    margin-right: 4px;
}
/* blog details page end */
#custom-target-menu .active-li {
    background-color: #051650;
    color: #ffffff;
    padding: 8px 14px;
    border-radius: 10px;
}
.detail-table-content div#toc-container li.active-item-left a {
    color: #FC8E26;
}
.slide-authors .slick-prev, .slide-authors .slick-next {
    top: -29px;
    left: 80%;
}
.slide-authors .slick-next {
    right: 0%;
    left: auto;
}
#custom-target-menu .active-li a{
    color: #ffffff;
}
/* 404 page */
.not-found-page {
    max-width: 827px;
    margin: auto;
    width: 100%;
    padding: 86px 0;
}
.error404 .home-cta {
    padding-top: 26px;
}
.error404 .service-box a h2 span {
    padding-right: 9px;
    width: 28px;
    height: auto;
    display: inline-block;
    overflow: hidden;
}
.error404 .service-box a h2 span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.not-found-page h1 {
    text-align: center;
    font-size: 40px;
    color: #051650;
    padding-bottom: 20px;
}
.error-image img {
    width: 100%;
}
.service-box {
    box-shadow: 0px -1px 23px 0px #003B6B0D;
    padding: 20px;
}
.service-box a h2 {
    font-size: 18px;
    color: #000000;
}
.service-box a {
    text-decoration: none;
}
.service-box a p {
    color: #000000;
    font-size: 14px;
    margin-bottom: 0;
}
.service-box {
    max-width: 535px;
    box-shadow: 0px -1px 23px 0px #003B6B0D;
    padding: 20px;
    margin: 0 auto 19px auto;
    width: 100%;
}
.service-box a h2 span {
    padding-right: 9px;
}
.three-services-pages {
    margin-top: 50px;
}
/* 404 page end */
/* Privacy Policy */
section.escalon-privacy-policy {
    padding: 72px 0;
}
section.escalon-privacy-policy .policy-page h1 {
    font-size: 40px;
    font-weight: 700;
    color: #051650;
    line-height: 1.2;
    padding-bottom: 20px;
}
section.escalon-privacy-policy .policy-page a {
    color: #FC8E26;
}
section.escalon-privacy-policy .policy-page p {
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
}
/* End privacy policy*/

/* slick slider dots css */
.testimonial .slick-dots li button {
    border-radius: 50%;
    opacity: .5;
}
.testimonial .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #FC8E26;
}
.testimonial .slick-dots li button:before {
    font-size: 0;
}
.testimonial .slick-dots li.slick-active {
    width: 25px;
    border-radius: 10px !important;
}
.testimonial .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #fc8e26;
}
.testimonial .slick-dots li {
    margin: 0 3px;
    height: 10px ;
    width: 10px ;
}
.testimonial .slick-dots li.slick-active {
    width: 25px ;
    border-radius: 10px !important;
}
.slick-dots li.slick-active button{
    opacity: 1 !important;
}
/* slick slider dots css end */

/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
 ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
 ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  .partner-about-content::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

/* faq section */
section.faq-points {
    padding: 72px 0;
    background-color: #051650;
    margin-top: 72px;
}
.cfo-points {
    border-radius: 8px;
    background: #051650;
}
.inner-point {
    border-radius: 8px;
    background: #FFF;
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
    padding: 16px 32px;
}

.cfo-points h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    padding-bottom: 32px;
    color:#fff;
    margin-bottom: 0;
}
.inner-point span {
    margin-right: 16px;
}
.point-list-detail p {
    font-size: 20px;
    font-style: normal;
    font-weight: 450;
    line-height: 28px;
    color: #000;
}
/* faq section end */
/* india footer */
.footer-menu ul {
    list-style: none;
    margin-bottom: 30px;
}

.footer-block {
    margin-bottom: 19px;
    border-bottom: 2px dotted;
    padding-bottom: 20px;
}

.escalon-map-custom iframe {
    width: 100%;
    height: auto;
}

.footer-menu li {
    margin-bottom: 17px;
    font-weight: 500;
}

.footer-menu li a {
    text-decoration: none;
    color: inherit;
}
.footer-menu li span,
.footer-menu li div ~ a {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 100px);
    font-weight: 500;
    padding-left: 10px;
}

.footer-menu li div {
    width: 30px;
    height: 30px;
    background: #FC8E26;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    vertical-align: middle;
    position: relative;
    text-align: center;
}
.footer-menu li div i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    font-size: 14px;
}
/* .india-footer-logo figure img {
    width: 100%;
} */
.india-footer {
    background: #F9F9F9;
    padding: 50px 0;
}
.page-template-india-career footer {
    display: none;
}
/* india footer end */
section.small-banner-section .row {
    align-items: center;
}
.partner-about {
    border-bottom: 1px solid #E4E4E4;
}
.blog .blog-list-main-outer-webinar .blog-listing-outer {
    margin: 0 23px 32px 0;
    width: 32%;
}
.blog .blog-list-main-outer-webinar .blog-listing-outer:nth-child(3n) {
    margin-right: 0;
}