/*
    Theme Name: gl_pentaho
    Theme URI: https://hitachiventara.com
    Description: Hitachi Pentaho
    Author: Global Logic
    Author URI: https://globallogic.com
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: pentaho-plus
*/

/* Theme Styles Start Here  */

/* Table of Contents
   1. RESET
   2. Utility STYLES
   3. Header Styles
   4. Hero Section Styles
   4. Logos Section Styles
   5. Overview Styles
   6. Stats Section Styles
   7. Customer Stories Section Stylings
   8. Email Capture
   9. Resrouces Stylings
   10. CTA Section
   11. Footer
*/

/* 2. Root - Define Variables */
/* -------------------------------------- */

/*@import url("https://fonts.cdnfonts.com/css/neue-haas-grotesk-display-pro");*/
@import url("neue-haas-grotesk-display-pro-font.css");

:root {
    --primary-color: #871c23;
    --secondary-color: #d9162d;
    --teritiary-color: #03254c;
    --white-color: #fff;
    --black-color: #111;
    --black-light: #1e1e1e;
    --btn-light-gray: #8e8e95;
    --menu-bg-color: #0c0c0c;
    --light-gray-color: #f2f2f2;
}

body {
    font-family: "Neue Haas Grotesk Display Pro", sans-serif !important;
    padding: 0;
    margin: 0;
}

.cs-f-md {
    font-family: "Neue Haas Grotesk Display Pro Mediu", sans-serif !important ;
    /* font-weight: 600 !important; */
}

p,
li,
a,
label {
    font-family: "Neue Haas Grotesk Display Pro Roman", sans-serif !important ;
}

html,
*,
*::before,
*::after {
    box-sizing: border-box;
    outline: none;
}

/*.container {*/
/*    width: 100%;*/
/*    padding-right: 15px;*/
/*    padding-left: 15px;*/
/*    margin-right: auto;*/
/*    margin-left: auto;*/
/*}*/

/*  utility classes*/

/*Container Classes*/

.cs-fw-extrabold {
    font-weight: 900 !important;
}
.cs-fw-bold {
    font-weight: 700 !important;
}

strong {
    letter-spacing: 1.05px;
}

/* @media screen and (max-width: 800px) {
  .cs-card-pt {
    padding-top: 36px !important;
    min-height: 549px !important;
  }
  .cs-card-p {
    padding-top: 22px !important;
    padding-bottom: 12px;
  }
  .cs-overflowy-hidden {
    overflow-y: hidden !important;
  }
} */

.megaMenu-content a.menu-head-link {
  color: #111;
}

.megaMenu-content a.menu-head-link:hover {
  transform: scale(1.05);
  transition: transform 0.5sease-in-out;
}

.hpp-container {
    /*width: 95% !important;*/
    max-width: 1440px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 45px !important;
    padding-right: 45px !important;
}

@media (min-width: 590px) and (max-width: 768px) {
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .hpp-container {
        /*width: 100%!important;*/
        width: 100% !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
}

@media (max-width: 589px) {
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .hpp-container {
        /*width: 100%!important;*/
        width: 100% !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

/* Flex Classes */

.hpp-df-col-start {
    display: flex !important;
    flex-display: column !important;
    align-items: start !important;
}

@media (max-width: 992px) {
}

/* links - Stylings*/

/* Remove default link styles */
a {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--black-color) !important;
}

a:visited {
    /*color: inherit;*/
}

a:hover {
    text-decoration: none;
}

/* Style active links */
a:active {
    /* color: var(--black-color); */
}

/* Colors */

.hpp-text-white {
    color: var(--white-color) !important;
}

.hpp-text-white p {
    color: var(--white-color) !important;
}

.hpp-text-white-70 {
    color: rgba(255, 255, 255, 0.7);
}

.hpp-text-black {
    color: var(--black-color) !important;
}

.hpp-text-black p {
    color: var(--black-color) !important;
}

.hpp-text-primary {
    color: var(--primary-color) !important;
}

.hpp-text-secondary {
    color: var(--secondary-color) !important;
}
.hpp-black-color__light {
    color: var(--black-light) !important;
}

.hpp-black-color {
    color: var(--menu-bg-color);
}

.hpp-bg-black {
    background-color: var(--menu-bg-color);
}

.hpp_ligthGray-color {
    background-color: var(--light-gray-color) !important;
}

/* buttons */

.hpp-btn {
    /*    later need to generalize*/
}

.btn-red__outline {
    text-transform: none;
    font-size: 14px;
    min-height: 48px;
    padding: 8px 30px;
    display: inline-flex;
    flex-wrap: wrap;
    transition: all 0.2s ease-in;
    text-decoration: none;
    text-align: center;
    user-select: none;
    border: 1px solid var(--primary-color);
    line-height: 1.5;
    border-radius: 0;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    letter-spacing: normal;
    color: #fff;
    cursor: pointer;
    background-color: transparent;
}

.btn-red__outline:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.btn-red__outline-card {
	color: #000;
	padding: 8px 16px;
}

.btn-red__light.disabled {
    opacity: 0.6;
    pointer-events: none;
}

.btn-red__light {
    text-transform: none;
    font-size: 14px;
    min-height: 48px;
    padding: 8px 20px;
    display: inline-flex;
    flex-wrap: wrap;
    transition: all 0.2s ease-in;
    text-decoration: none;
    text-align: center;
    user-select: none;
    border: 1px solid transparent;
    line-height: 1.5;
    border-radius: 0;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    letter-spacing: normal;
    color: #fff !important;
    cursor: pointer;
    background-color: var(--primary-color);
}

/*// change it later */

.btn-red__light--popup {
    text-transform: none;
    font-size: 14px;
    min-height: 48px;
    padding: 12px 30px;
    display: inline-flex;
    flex-wrap: wrap;
    transition: all 0.2s ease-in;
    text-decoration: none;
    text-align: center;
    user-select: none;
    border: 1px solid transparent;
    line-height: 1.5;
    border-radius: 0;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    letter-spacing: normal;
    color: #fff;
    cursor: pointer;
    background-color: var(--primary-color);
}

.btn-red__light:hover {
    background-color: #a00;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-red__header {
    width: 180px !important;
    margin-left: 20px !important;
}

.btn-red__header-outline {
    width: 200px !important;
    margin-left: 20px !important;
}

.hpp-btn-outline_dark:hover {
    color: var(--white-color) !important;
}

.hpp-custom-underline {
    position: relative;
    display: inline-block;
}

.hpp-custom-underline:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -17px;
    width: 25%;
    height: 4px;
    background-color: var(--primary-color);
    transform: translateX(-50%);
}
a {
    /*text-decoration: none!important;*/
}

.hpp-a-underline {
    position: relative;
    display: inline-block;
    padding-bottom: 1px;
    margin-top: 10px;
}

.hpp-a-underline::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--primary-color) !important;
}

/* Transform Classes */

.hpp-scaleUp:hover {
    transform: scale(1.08) !important;
}

.hpp-image-zoom {
    transition: transform 0.3s ease-in-out;
}

.hpp-image-zoom:hover {
    transform: scale(1.1);
}

/* CustomFont Text Classes */
.hpp-fs-small a {
    color: #b62513;
}

.hpp-fs-small {
    font-size: 0.875rem !important;
}

.hpp-fs-x-large {
    font-size: 7rem !important;
}

.hpp-fs-x-medium {
    font-size: 3rem !important;
}

.hpp-fs-x-heading {
    font-size: 2.5rem !important;
}

/* custom hegiht classess */

.hpp-mh-100 {
    min-height: 100px !important;
}

.hpp-mh-50 {
    min-height: 50px;
}

/* custom icon class sizes */

.hpp-icon-fs-20 {
    font-size: 20px;
}

.hpp-icon-fs-10 {
    font-size: 10px;
}

.hpp-icon-fs-12 {
    font-size: 12px;
}

/* 3rd party library classes */
/* swiper */

.swiper-pagination-bullet-active {
    background: var(--primary-color) !important;
}

/* Header */

header .fixed-top {
    z-index: 99999 !important;
}
/* navbar */

.navbar-nav .nav-link,
.navbar-brand {
    color: #fff !important;
}

header .navbar-nav .nav-link {
    font-size: large !important;
}

@media (min-width: 768px) {
    .navbar-nav .nav-link,
    .navbar-brand {
        color: #fff !important;
    }

    .navbar:hover {
        background-color: var(--black-color);
    }

    .navbar {
        /*background-color: rgba(255, 255, 255, 0)!important;*/
        transition: background-color 0.5s ease;
    }

    .nav-scrolled {
        background-color: var(--black-color);
    }

    .navbar-expand-md .navbar-nav {
        width: 100% !important;
        justify-content: flex-end;
    }

    /* Footer   */

    .footer .footer-menu ul,
    .footer .footer-menu {
        padding-left: 1px !important;
    }
    .footer .footer-menu ul li,
    .footer .footer-menu li {
        /*line-height: 40px !important;*/
        padding-bottom: 1.3rem !important;
    }
}
/* Hero Section Styling Starts Here */

/* Hero Section Styles */
.home-hero-bg__mobile {
    background: none;
}

.hero-section {
    position: relative;
    /*height: 100vh;*/
    min-height: 50vh;
    height: 80vh;
    /*background-image: url('assets/images/hero.png');*/
    background-size: cover;
    background-position: center;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
}

body.page-template-blog-cat .hero-section,
body.tax-insight .hero-section,
body.single-insightsection .hero-section,
.hero-section.short-banner {
	height: 60vh;
}

.short-banner h1.hpp-fs-x-medium {
    font-size: 2.3rem !important;
}

body.tax-insight .hero-section .col-lg-6.lea.mb-5,
body.single-insightsection .col-lg-6.lea.mb-5 {
	margin-bottom: 0 !important;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.hero-content-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    color: #fff;
    /*text-align: center;*/
    z-index: 1;
    height: 100%;
}

.hero-content {
    color: #fff;
    text-align: start !important;
}

.text-box {
    /*background-color: rgba(0, 0, 0, 0.5);*/
    /*padding: 20px;*/
    /*border-radius: 10px;*/
}

.btn-outline {
    color: #fff;
    border-color: #fff;
}

/*  ENds HEre*/

/* 2, Logos Section Start Here */

#partners {
    position: relative;
/*     margin-bottom: 50px; */
}

#partners .partners-wrapper {
    text-align: center;
}

#partners .partners-wrapper .swiper-wrapper,
#home-rsi .partners-wrapper .swiper-wrapper {
    align-items: center !important;
}

@media only screen and (min-width: 992px) {
	#partners .partners-wrapper .swiper-wrapper.logos-center {
		justify-content: center !important;
	}
}

.swiper-container,
.rsi-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.rsi-swiper-buttons {
    position: relative;
}

.rsi-swiper-buttons .swiper-button-next,
.rsi-swiper-buttons .swiper-button-prev {
    color: #b62513;
    width: 30px;
    height: 30px;
}

.rsi-swiper-buttons .swiper-button-next:after,
.rsi-swiper-buttons .swiper-button-prev:after {
    font-size: 30px;
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    .rsi-swiper-buttons .swiper-button-prev {
        left: 620px;
    }
}

@media only screen and (max-width: 767px) {
    .rsi-swiper-buttons .swiper-button-prev {
        left: 300px;
    }
}

@media only screen and (max-width: 375px) {
    .rsi-swiper-buttons .swiper-button-prev {
        left: 270px;
    }
}

#partners .swiper-slide img,
#partners .logo-item img {
    max-width: 100%;
    width: 200px !important;
    height: auto;
}

.swiper-pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
}

.swiper-button-prev {
    left: 10px;
}

.swiper-button-next {
    right: 10px;
}

/* Ends Here */

/* 2, Logos Section Ends Here Here */

/* Overview Section Stylings Starts Here */

.exp-section {
    /* font-family: neue-haas-grotesk-display, sans-serif; */
    padding-top: 170px;
    /*position: relative;*/
    z-index: 1;
    overflow: clip;
    background-color: #000000;
    padding: 80px 0;
}
.exp-section h2 {
    color: var(--white-color) !important;
}
/*.exp-section .container{*/
/*    width: 100%!important;*/
/*    padding-right: 15px!important;*/
/*    padding-left: 15px!important;*/
/*    margin-right: auto!important;*/
/*    margin-left: auto!important;*/
/*}*/

.bg-stroke-wrap {
    position: absolute;
    z-index: -1;
    top: 40px;
    width: 100%;
    left: 0;
    overflow: hidden;
}

.bg-stroke {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 105%;
    transform: translateX(-1.5%);
}
.bg-stroke-wrap .bg-stroke span {
    font-size: 157px;
    color: black;
    font-weight: bold;
    -webkit-text-stroke: 1px #787878;
}
.width-control {
    width: 60%;
    margin: 0 auto 80px;
    text-align: center;
}
.width-control > h2 {
    color: #ffffff;
    font-size: 52px;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 900;
    line-height: 72px;
    margin-bottom: 35px;
    text-align: center !important;
}

.bg-stroke span:not(:last-child) {
    margin-right: 50px;
}

.exp-inner {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: flex-start;
}

.exp-inner-left {
    position: sticky;
    top: 70px;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.tab-accordion {
    padding-left: 60px;
    border-left: 1px solid #cdcdcd;
}

.tab-item {
    /*opacity: 0.3;*/
    cursor: auto;
    margin-bottom: 40px;
    position: relative;
}

.tab-accordion .tab-item.active:before {
    content: "";
    background-color: var(--primary-color);
    width: 3px;
    height: 100%;
    position: absolute;
    left: -62px;
    z-index: 9;
}
.tab-detail {
    display: block;
    margin-top: 16px;
}
.d-flex {
    display: flex !important;
}

.tab-title {
    color: #ffffff;
    /*opacity: 0.5;*/
    font-size: 26px;
    font-weight: bold;
}

.tab-item.active .tab-title {
    opacity: 1;
}

.tab-accordion .tab-item .tab-detail .txt {
    font-size: 16px;
    font-weight: 450;
    line-height: 24px;
    cursor: auto;
    color: #ffffff;
    margin-bottom: 16px;
    font-family: neue-haas-grotesk-display, sans-serif;
}

.btn-sec {
    border: 2px solid var(--primary-color);
    color: #fff;
    text-transform: none;
    font-family: neue-haas-grotesk-display, sans-serif;
    padding: 15px 30px 15px;
    line-height: 1;
    font-weight: 500;
    font-size: 14px;
    margin-top: 10px;
    margin-right: 0;
    background-color: transparent;
    display: inline-block;
    transition: all 0.2s ease-in;
    text-decoration: none;
    text-align: center;
    user-select: none;
    border-radius: 0;
    letter-spacing: 0.1em;
    transition: all 0.5s ease-in-out;
}

.btn-sec:hover {
    background: var(--primary-color);
    transform: scale(1.08);
}
.exp-section .active {
    opacity: 1;
}

.exp-inner-right {
    position: sticky;
    top: 70px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.video-box {
    position: relative;
    text-align: center;
}
.video-play-icon {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-align: center;
}

.video-btn {
    position: absolute;
    left: auto;
    bottom: 55px;
    top: auto;
    right: -40px;
    padding: 10px;
    padding-right: 22px;
    background-color: #fff;
    border-radius: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #007bff;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    list-style: none;
}
.video-btn .btn-img {
    position: relative;
    /* width: 74px;
      flex: 0 0 74px; */
    max-width: 74px;
}

/*.video-btn .btn-img svg {*/
/*    width: 74px;*/
/*    height: 74px;*/
/*    fill: #fff !important;*/
/*    background: var(--primary-color);*/
/*    border-radius: 100px;*/
/*    transition: all 0.3s ease-in-out;*/
/*    overflow: hidden;*/
/*    vertical-align: middle;*/
/*}*/

.video-btn .btn-img svg {
    width: 60px;
    height: 60px;
    fill: #fff !important;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    vertical-align: middle;
}

.video-btn .btn-text {
    width: calc(100% - 60px);
    flex: 0 0 calc(100% - 60px);
    max-width: calc(100% - 60px);
    padding: 0 8px;
    text-align: left;
    font-weight: 500;
    color: var(--primary-color);
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

/* Stylings Related to Generic Video Section Button */

.video-btn--generic {
    right: 10px !important;
}

body.tax-insight-subcats .breadcrumbs {
	margin-top: 100px !important;
}

@media screen and (max-width: 1024px) {
    .video-btn {
        bottom: 30px;
        right: -30px;
        /*padding: 10px;*/
        padding: 6px;
    }
    .video-btn .btn-img svg {
        width: 33px;
        height: 33px;
    }
    .video-btn .btn-text {
        width: calc(100% - 33px);
        flex: 0 0 calc(100% - 33px);
        max-width: calc(100% - 33px);
        font-size: 14px;
        font-weight: 400;
    }
	body.single-blogauthor .breadcrumbs,
	body.post-type-archive-blogauthor .breadcrumbs {
		margin-top: 30px !important;
	}
	body.tax-insight-subcats .breadcrumbs {
		margin-top: 50px !important;
	}
}

.tab-accordion .tab-item .tab-detail .tab-video-image-left {
    position: relative;
    margin: 30px 0 60px !important;
    display: none;
}
.video-play-icon {
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.tab-accordion
.tab-item
.tab-detail
.tab-video-image-left
.video-play-icon
svg {
    display: none;
}
.tab-item .tab-detail .tab-video-image-left .video-play-icon svg {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
.video-play-icon svg {
    fill: #ffffff;
    transition: all 0.2s ease-in;
    width: 100px;
    height: 100px;
}
.exp-section svg {
    overflow: hidden;
    vertical-align: middle;
}

.tab-accordion .tab-item .tab-detail .tab-video-image-left .tab-launch-video {
    position: absolute;
    left: auto;
    bottom: 40px;
    top: auto;
    right: -55px;
    padding: 10px 50px 10px 10px;
    background-color: #fff;
    border-radius: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    transition: all 0.3s ease-in-out;
}
.tab-accordion
.tab-item
.tab-detail
.tab-video-image-left
.tab-launch-video
.t-l-v-img {
    position: relative;
    width: 74px;
    flex: 0 0 74px;
    max-width: 74px;
}
.exp-section img {
    width: 100%;
}
.tab-accordion
.tab-item
.tab-detail
.tab-video-image-left
.tab-launch-video
.t-l-v-img
svg {
    width: 74px;
    height: 74px;
    fill: #fff;
    background: var(--primary-color);
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
}
.tab-accordion
.tab-item
.tab-detail
.tab-video-image-left
.tab-launch-video
.t-l-v-text {
    display: none;
    transition: all 0.3s ease-in-out;
}

/*  Video iframe and overlay */

.video-overlay,
.video-popup {
    /*display: none;*/
}

.video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.video-popup {
    position: fixed;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*background-color: #fff;*/
    background-color: transparent;
    padding: 25px;
    border-radius: 5px;
    z-index: 10000;
    display: none;
    width: 60%;
    height: 100%;
    overflow: hidden;
}

.video-popup.active {
    display: block;
}

.video-overlay.active {
    display: block;
}

.video-close-button {
    position: absolute;
    top: -15px;
    right: 10px;
    font-size: 32px;
    cursor: pointer;
    color: var(--white-color);
    z-index: 99999999;
}

#video-player {
    width: 100%;
    max-width: 100%;
    height: auto;
    /*height: 100%;*/
}

iframe {
    /*width: 100%;*/
    /*height: 100%;*/
}

.open-video-btn .btn-text {
    color: var(--btn-light-gray);
}

.open-video-btn:hover *,
.open-video-btn:hover {
    color: #a00;
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
}

@media (max-width: 768px) {
    .video-popup {
        top: 80%;
        left: 50%;
        transform: translate(-50%, -50%);
        /*background-color: #fff;*/
        background-color: transparent;
        padding: 25px;
        border-radius: 5px;
        z-index: 10000;
        display: none;
        width: 90%;
        height: 100%;
        overflow: hidden;
    }
}

/* Media queries */

@media (min-width: 1280px) {
    /*.container,*/
    /*.container-sm,*/
    /*.container-md,*/
    /*.container-lg,*/
    /*.container-xl {*/
    /*    max-width: 1275px;*/
    /*}*/
}
/* @media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 100%;
  }
} */

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .exp-inner-right {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .exp-inner-left {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    .exp-inner-left {
        flex: 1;
        max-width: 100%;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .exp-section {
        padding-top: 100px;
    }
    .bg-stroke-wrap .bg-stroke span {
        font-size: 70px;
    }
    .tab-accordion {
        padding-left: 0;
        border-left: none;
    }
    .tab-accordion .tab-item:not(:last-child) {
        border-bottom: 1px solid;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .width-control h2 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 24px;
    }

    .tab-accordion .tab-item .tab-detail .tab-video-image-left {
        display: block;
        position: relative;
        margin: 0px 0 25px !important;
    }
    .tab-accordion
    .tab-item
    .tab-detail
    .tab-video-image-left
    .video-play-icon
    img {
        width: 100%;
    }
    .tab-accordion
    .tab-item
    .tab-detail
    .tab-video-image-left
    .video-play-icon
    svg {
        width: 65px;
        height: 65px;
        margin: 0 auto;
    }
    .exp-inner-right {
        display: none;
    }
    .tab-accordion .tab-item .tab-title {
        opacity: 1;
        font-size: 28px;
    }
    .btn-sec {
        padding: 19px 30px 19px;
    }
    .tab-item {
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .width-control {
        width: 100%;
        margin-bottom: 40px;
    }
}

/* 2. Overview Stylings Ends Here */

/* 4. Section Stats Starts Here */
.stats-section {
    padding: 50px 0;
}

.stats-section .section-heading {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.stats-section .card-title:hover {
    /*background: var(--primary-color);*/
    /*transform: scale(1.08);*/
}

.stats-section .card {
    background-color: #fff;
    padding: 20px;
    border: none;
    box-shadow: none;
}

.stats-section .card-title {
    font-size: 5rem;
    font-weight: bold;
    /*font-family: "neue-haas-grotesk-display"!important;*/
}

.card-subtitle {
    font-size: 1.5rem;
    font-weight: bold;
    color: #777;
}

.stats-section .card-text {
    font-size: 0.9rem;
    color: #555;
}

@media (max-width: 1024px) {
    .stats-section .card-title {
        font-size: 4rem !important;
        font-weight: bold;
        /*font-family: "neue-haas-grotesk-display"!important;*/
    }
}
/* 4. Section Stats Ends Here */

/* 5. Customer Stories Section Starts Here */

.customer-review-section {
    /*height: 100vh;*/
    background-size:cover;

}

.cs-bg-image {
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;

    /* dont forget to revisit that/*/
}

.bg-image-1 {
    position: relative;
    background-image: url("../jpg/3.jpg");
    background-position: center;
    background-repeat: no-repeat;
}
.bg-image-1::before,
.bg-image-2::before,
.bg-image-3::before,
.cs-bg-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.bg-image-2 {
    position: relative;
    background-image: url("../jpg/customer-story-4.jpg");
    background-repeat: no-repeat;
}

.bg-image-3 {
    position: relative;
    background-image: url("../jpg/customer-story-5.jpg");
    background-repeat: no-repeat;
}

/* CSS for overlay */
.carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1;
}

/* CSS for slide content */
.carousel-item .slide {
    position: relative;
    z-index: 2;
}

.carousel-control-prev,
.carousel-control-next {
    z-index: 13 !important;
}

.cs-carousel-items {
    position: relative;
}

.cs-carousel-items .carousel-indicators {
    /*display: inline !important;*/
    /*position: absolute;*/
    /*top: -5px;*/
    /*left: 95px;*/
    /*width: 200px;*/
    padding: 0 !important;
    margin: 0 !important;
}

.cs-carousel-items .btn-red__light {
    position: absolute;
    left: 380px;
    top: -10px;
}

.cs-carousel-items .carousel-control-next-icon {
    position: absolute;
    right: 450px;
}

.carousel-controls-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cs-carousel-items .carousel-control-prev-icon {
    background-image: url("../svg/arrow-left.svg");
    background-size: 50%;
    background-color: var(--white-color);
    border-radius: 50%;
    padding: 20px;
}

.cs-carousel-items .carousel-control-next-icon {
    background-image: url("../svg/arrow-right.svg");
    background-size: 50%;
    background-color: var(--white-color);
    border-radius: 50%;
    padding: 20px;
}

.cs-carousel-items .carousel-indicators button {
    height: 10px !important;
    width: 10px !important;
    margin: 0 10px !important;
    border-radius: 100%;
    background-color: var(--white-color) !important;
}

.customer-story-logo img {
    /*width: 50%!important;*/
}

.customer-review-section {
    background-repeat: no-repeat !important;
}

.customer-review-section .customer-story-item .c-story-description {
    font-weight: 700;
    font-size: 24px;
    line-height: 31.2px;
}
.customer-review-section .customer-story-item .story-author {
    font-size: 16px !important;
    font-weight: 500;
}

@media (max-width: 769px) {
    .customer-review-section .customer-story-item .c-story-description {
        font-weight: 700;
        font-size: 18px;
        line-height: 31.2px;
    }

    .customer-review-row {
        margin-top: -2.8rem !important;
    }
}

.show-all-btn {
    padding-left: 5px;
}

@media (min-width: 1200px) {
    .customer-review-section .container {
        /*max-width: 1340px;*/
    }
}

@media (max-width: 768px) {
    .cs-carousel-items .carousel-indicators {
        /*display: inline !important;*/
        /*position: absolute;*/
        /*top: 1px;*/
        /*left: 130px;*/
        /*width: 200px;*/
        /*padding: 0!important;*/
        /*margin: 0!important;*/
    }

    .cs-carousel-items .btn-red__light {
        position: absolute;
        left: 35%;
        top: 70px;
    }

    .cs-carousel-items .carousel-control-prev-icon {
        position: absolute;
        left: 50px;
    }

    .cs-carousel-items .carousel-control-next-icon {
        position: absolute;
        right: 50px;
    }
}

@media (min-width: 768px) and (max-width: 1120px) {
    .cs-carousel-items .btn-red__light {
        position: absolute;
        left: 300px;
        top: -10px;
    }
}

/* 5. Customer Stories Section Ends Here */

/* 6. Email Capture Styling Starts Here */

.emailc-section {
    position: relative;
    /*height: 100vh;*/
    background: var(--black-light);
    color: var(--white-color);
    background-image: url("../png/email-capture.png");
    background-size: cover;
    background-position: bottom right;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.emailc-content-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    color: #fff;
    text-align: center;
    z-index: 1;
    height: 100%;
}

.emailc-content {
    color: #fff;
    text-align: start !important;
}

.emailc-section .wpcf7-response-output {
    display: none !important;
}

@media (max-width: 768px) {
    .emailc-section {
        position: relative;
        /* height: 100vh; */
    }
}
/* Email Section Ends Here */

.text-box {
    /*background-color: rgba(0, 0, 0, 0.5);*/
    padding: 20px;
    border-radius: 10px;
}

.btn-outline {
    color: #fff;
    border-color: #fff;
}

.hpp-ec-form {
    display: flex;
}

.hpp-ec-form button {
    padding-left: 5px !important;
    margin-left: 10px !important;
}

.emailc-content .wpcf7 input[type="email"] {
    width: auto !important;
    max-width: 200px !important;
    padding: 0.575rem 0.75rem !important;
    border-radius: 0 !important;
    margin-right: 10px !important;
}

.emailc-input {
    width: auto !important;
    max-width: 200px !important;
    padding: 0.375rem 0.75rem !important;
    border-radius: 0 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: var(--primary-color) !important;
}

/* Email Capture Section Ends Here */

/* 6. Resources Section Starts Here  */
.resources-section .container {
    max-width: 960px !important;
    margin: 0 auto !important;
}

/* .resource-card-content h3 {
  min-height: 180px;
} */

.resources-section .card-body {
    /* height: 100%; */
    color: var(--white-color) !important;
    /* min-height: 451px; */
}

.resources-section.card-col-4 .card-body {
	color: #000 !important;
}

.res-card-1 {
    background-image: url("../jpg/resource-1.jpg");
    background-size: cover;
    background-position: center;
}
.res-card-2 {
    background-image: url("../jpg/resource-2.jpg");
    background-size: cover;
    background-position: center;
}
.res-card-3 {
    background-image: url("../jpg/resource-3.jpg");
    background-size: cover;
    background-position: center;
}

@media screen and (min-width: 968px) {
    /*.resources-section .container{*/
    /*    max-width: 960px!important;*/
    /*    margin: 0 auto!important;*/
    /*}*/
}

@media screen and (max-width: 769px) {
    .heading-section_ri {
        display: flex !important;
        flex-direction: column;
        justify-content: center !important;
    }
}

/* 6. Resources Section Ends Here  */

/* 7. CTA Section Starts Here */
.cta-section {
    position: relative;
    /*height: 100vh;*/
    background: var(--black-light);
    color: var(--white-color);
    background-image: url("../jpg/cta.jpg");
    background-size: cover;
    background-position: bottom right;
    display: flex;
    justify-content: center;
    align-items: start;
}

.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.cta-content-wrapper {
    display: flex;
    flex-direction: row;
    /*justify-content: start;*/
    /*align-items: center;*/
    color: #fff;
    text-align: center;
    z-index: 9999 !important;
    height: 100%;
}

.cta-content {
    color: #fff;
    text-align: start !important;
}

.text-box {
    /*background-color: rgba(0, 0, 0, 0.5);*/
    padding: 20px;
    border-radius: 10px;
}

.btn-outline {
    color: #fff;
    border-color: #fff;
}

@media screen and (min-width: 1024px) {
    .btn-search-box {
        margin-right: 0 !important;
        margin-left: auto !important;
    }
}

@media screen and (max-width: 589px) {
    .cta-section .cta-content-wrapper {
        /* height: 100vh!important; */
        align-items: center;
        padding-top: 0 !important;
    }
}

/* 7. CTA Section Ends Here */

/* Accordion FAQs start */
.hpp-accordion .faq-heading,
.hpp-accordion .faq-cat-title {
    margin: 20px 0;
}

.hpp-accordion .faq-cat {
    margin-bottom: 40px;
}

.hpp-accordion .faq {
    margin: 0;
    padding: 0;
}
    
.hpp-accordion .faq li {
    list-style-type: none;
    background-color: #e6e7e8;
    border-bottom: 1px solid #c7c7c7;
    border-radius: 2px;
    padding: 10px 15px;
    cursor: pointer;
}

.hpp-accordion .question {
    color: #212529;
    font-size: 20px;
    line-height: 130%;
    font-weight: 500;
    letter-spacing: -0.3px;
    padding: 8px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hpp-accordion .answer {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    letter-spacing: 0;
    color: #212529;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hpp-accordion .question:after {
    content: "";
    display: block;
    background-image: url('../svg/angle-arw.svg');
    width: 15px;
    height: 8px;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hpp-accordion .question.active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* Accordion FAQs End */

/* Insight start */
section.breadcrumbs {
    padding-top: 20px;
    padding-bottom: 0px;
}

section .heading-container {
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}

section#big-dream .row.heading-container, #multiListCol .container {
    padding-bottom: 0px;
}

section.breadcrumbs .breadcrumb {
    margin-bottom: 0;
}

.breadcrumb-item a {
    color: #111;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem;
}

.nav-link[aria-current="page"],
.breadcrumb-item.active,
.breadcrumbs li.breadcrumb-item a:hover,
.breadcrumbs li.breadcrumb-item:last-child a {
    color: #b62513 !important;
}

.fifty-twenty-space,
.fifty-twenty-space.content {
    padding-top: 50px;
    padding-bottom: 20px;
}

body.term-blogs .fifty-twenty-space,
body.term-blogs .fifty-twenty-space .tabsContainer {
	padding-top: 0;
}

body.term-blogs .breadcrumbs {
	background-color: #e6e7e8;
}

section.content .container {
    position: relative;
}

section .tabsContainer {
    padding: 10px 0;
    padding-bottom: 0px;
}

.tabsContainer {
    display: flex;
    padding: 15px 0;
    justify-content: space-between;
    align-items: baseline;
}

.tabsContainer .list ul {
    display: block;
}

.list ul {
    padding-left: initial;
    margin-bottom: 1rem;
    list-style: none;
}

.list ul li {
    display: inline-block;
    margin-bottom: 5px;
    border-right: 1px solid #bcbec0;
    padding: 0 12px;
    cursor: pointer;
    color: #495057;
}

.list ul li a {
    color: #111;
}

.list ul li a:hover {
    color: #b62513;
}

.list ul li a.main_cat_selected,
a.active {
    color: #b62513;
}

.input-group .form-control {
    padding: 2px 20px;
    height: 45px;
    z-index: 1 !important;
}

.search input {
    border: 1px solid #ddd;
}

.search .input-group .btn {
    border-radius: 0;
    height: 45px;
    color: #fff;
    padding: .375rem .75rem;
    border: none;
    background-color: #b62513;
}

.filterContainer {
    background-color: #e6e7e8;
    display: flex;
    align-items: baseline;
    padding: 35px 0;
}

.filterContainer .filter_by {
    color: #111;
    font-size: 16px;
}

.filterContainer .dropdown {
    display: inline-block;
    cursor: pointer;
    margin-left: 30px;
}

.filter__wrapper {
    display: flex;
    justify-content: space-between;
}

.dropdown .multiselect-native-select .btn-group {
    width: 200px;
}

.dropdown .multiselect-native-select .btn-group button {
    border-radius: 0;
}

.filterContainer .btn {
    color: #000;
}

.btn-group .dropdown-toggle,
.btn-group .dropdown-toggle:hover,
.btn-group .dropdown-toggle:active {
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.filterContainer .multiselect-selected-text {
    width: 100%;
    text-align: left;
}

button.multiselect .fa-angle-down {
    color: #b62513;
    font-size: 18px;
}

button.multiselect.dropdown-toggle::after {
    display: none;
}

.btn-group .multiselect-container.dropdown-menu li.active a label.checkbox:before {
    background: #b62513;
    color: #fff;
    content: "\2713";
    text-align: center;
    margin-top: 3px;
    font-weight: 700;
    font-size: 12px;
}

.btn-group .multiselect-container.dropdown-menu a label:before {
    border: 1px solid #b62513;
    content: "\00a0";
    display: inline-block;
    height: 16px;
    margin: 0 .45em 0 0;
    padding: 0;
    vertical-align: top;
    width: 16px;
}

.btn-group .multiselect-container.dropdown-menu {
    top: 45px !important;
    left: 20px !important;
    width: 250px;
    transform: none !important;
    padding-top: 0;
}

ul.dropdown-menu,
#service.dropdown-menu {
    border-top: 1px solid #b62513 !important;
}

.multiselect-container>li {
    padding: 0;
    background-color: #fff;
}

.btn-group .multiselect-container.dropdown-menu a {
    padding: 10px 10px 10px 20px;
    width: 100%;
    display: grid;
    z-index: 999999;
}

.btn-group .multiselect-container.dropdown-menu a label {
    width: 100%;
    padding: 0;
    font-size: 14px;
}

.btn-group .multiselect-container.dropdown-menu input[type=checkbox] {
    display: none;
}

.multiselect-container>li>a>label>input[type=checkbox] {
    margin-bottom: 5px;
}

.filterContainer button {
    margin-left: 20px;
    background-color: #BCBEC0;
    border: none;
    font-size: 14px;
    padding: 8px 14px;
    outline: none;
}

.selectedblockContainer {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 16px;
}

.selectedblockContainer .responsivegrid {
    display: flex;
    flex-wrap: wrap;
}

.selectedblockContainer .responsivegrid div {
    color: #111;
    border: 1px solid #ddd;
    width: fit-content;
    padding: 7px 13px;
    margin: 0 6px 10px;
    font-size: 14px;
    background: #ddd;
}

.selectedblockContainer .responsivegrid div img {
    padding-left: 10px;
    cursor: pointer;
}

.responsivegrid div img {
    padding-left: 10px;
}

#selectedindustrygrid div {
    background-color: #6d6e71;
    color: #fff;
}

.catCount {
    float: right;
    margin-right: 10px;
    background: #e6e7e8;
    color: #414042;
    border-radius: 25px;
    padding: 0 7px;
}

.zero-fifty-space,
.zero-fifty-space.content {
    padding-top: 0px;
    padding-bottom: 50px;
}

.grids {
    display: flex;
    gap: 0px;
    flex-wrap: wrap;
}

div#filter_data.grids .grid {
    padding-bottom: 4em !important;
}

.grids.grid-3>* {
    width: calc(33.33333333% - 0px);
}

.grids .grid {
    position: relative;
    padding-bottom: 2em;
}

.grids .grid .img-container,
.grids .grid .desc-container {
    width: 100%;
}

.grids.grid-3 .img-container,
section.blog-main-section .taxonomy-cat-page .img-box img {
    height: 200px;
}

.grids .grid .img-container {
    overflow: hidden;
    position: relative;
}

.grids .grid .img {
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-size: cover !important;
}

.img-container .main_cat {
    font-size: 14px;
    font-weight: 300;
}

.main_cat {
    position: absolute;
    bottom: 10px;
    left: 0;
    background: #b62513;
    padding: 3px 7px;
    color: #fff;
}

.grids .grid .grid-heading {
    font-weight: 700 !important;
    color: #414042;
    padding-top: 13px !important;
    font-size: 16px !important;
}

.grids .grid:hover .grid-heading {
    color: #b62513 !important;
}

p.author {
    font-size: 16px;
    margin-bottom: 4px;
    color: #000;
}

p.author a {
    color: #414042;
}

p.author a:hover {
    color: #b62513;
}

.grids .grid .grid-description {
    font-weight: 400;
    font-size: 16px !important;
    color: #111 !important;
}

.text-limit {
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.grids .grid p.learn-more-link {
    color: #b62513 !important;
}

.hero-arrow {
    color: #b62513;
    font-size: 27px !important;
    padding-left: 10px;
    position: absolute;
    font-weight: 400;
}

p.date {
    font-size: 13px;
    margin-bottom: 16px;
    color: #000;
}

.badge {
    font-weight: 400;
    border-radius: 0px;
    margin: 0px 10px 0px 0px;
}

.badge.bg-light {
    color: #212529 !important;
    background-color: #e6e7e8 !important;
}

.mobileShow {
    display: none;
}

section.main-gl-news.content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pagi-table table nav {
    margin-top: 0px !important;
}

.wp-pagenavi {
    position: relative;
    bottom: 0;
    clear: both;
    display: flex;
}

.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #bfbfbf;
    padding: 3px 5px;
    margin: 2px;
    color: #111;
}

.wp-pagenavi span.pages {
    display: none;
}

.wp-pagenavi a.page {
    padding: 5px;
    font-size: 12px;
    font-weight: 400;
    border: none;
    margin: 0;
}

.wp-pagenavi span.current {
    padding: 5px;
    font-size: 12px;
    font-weight: 400;
    border: none;
    margin: 0;
}

.wp-pagenavi span.current {
    color: #b62513;
}

.wp-pagenavi span.extend {
    border: none;
    margin: 0;
}

.wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink {
    display: inline-block;
    margin: 0 10px;
    font-size: 0;
    width: 5px;
    font-weight: 400;
    border: none;
}

.wp-pagenavi a.nextpostslink:after,
.wp-pagenavi a.previouspostslink:after {
    color: #b62513;
    position: absolute;
    /*font-family: 'FontAwesome';*/
    top: 0;
    font-size: 18px;
}

/*.wp-pagenavi a.previouspostslink:after {
    content: "\f104";
}*/

/*.wp-pagenavi a.nextpostslink:after {
    content: "\f105";
}*/

.wp-pagenavi a .hero-arrow {
    padding-left: 0;
    font-size: 16px !important;
    margin-top: 3px;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #bfbfbf;
    padding: 3px 5px;
    margin: 2px;
}

.wp-pagenavi a.last, .wp-pagenavi a.first {
    display: none;
}

span.page-numbers {
    font-size: 13px;
    color: #111;
}

.gotopagebutton input[type="number"] {
    height: 17px;
    width: 35px;
    border: 1px solid #b62513;
    font-size: 13px;
    margin-right: 12px;
}

.gotopagebutton input.submit-btnn {
    position: absolute;
    z-index: 10;
    width: 45px;
    background: 0 0;
    border: none;
}

.gotopagebutton span.ongo {
    font-size: 15px;
    color: #b62513;
    position: relative;
    z-index: 9;
    cursor: pointer;
}

/* Webinar start */
.video-section .video-wrapper {
    width: 100%;
    position: relative;
    top: 0px;
    height: auto;
}

.video-section .opacity-background {
    background: #000;
}

.video-section .video-image-placeholder.bg {
    padding-bottom: 45.25%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.video-section .opacity-background img.video-image-placeholder {
    opacity: 0.5;
    display: none;
}

.video-section .video-control {
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    cursor: pointer;
    transition: opacity 0.3s;
}

.description a {
    color: #b62513;
}

.video-section .video-control:before {
    background-position: 53% 98%;
    background-size: 97%;
}

.video-section .video-control:before,
.video-control:after {
    content: '';
    width: 100%;
    height: 80%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
}

.video-section .playiconsection {
    position: absolute;
    bottom: 30px !important;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 30px;
}

.video-section img.ply-img-icon {
    float: none !important;
    width: 103px;
    position: static !important;
    bottom: 36px;
    display: inline-block;
}

.video-section .my-space {
    float: none !important;
    display: inline-block;
    vertical-align: middle;
    font-size: 25px !important;
    color: #ffffff !important;
    padding-left: 17px !important;
    width: 80%;
}

.video-control.paused:after,
.video-control.playing:before, .video-control {
    opacity: 1;
}

.video-control:after {
    background-position: -292px -292px;
    background-size: 89%;
}

/* The Modal (background) */
.popupVideoModal.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    z-index: 99999999;
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    outline: 0;
}

.popupVideoModal .modal-content {
    background-color: transparent !important;
    margin: auto;
    padding: 20px;
    border: none;
    width: 80%;
    height: auto;
    max-width: 800px;
    min-height: calc(100% - 3.5rem);
    box-shadow: none;
}

.popupVideoModal span.close {
    padding: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    margin: -3.2rem 0 -1rem auto;
    font-size: 35px;
    color: #05142D;
    opacity: 1;
    line-height: 1;
    padding-left: 0;
    padding-right: 0;
    text-shadow: 0 1px 0 #fff;
    background: transparent;
    border: 0;
    font-weight: bold;
}

.popupVideoModal .close:hover,
.popupVideoModal .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.popupVideoModal .embed-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.popupVideoModal .embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}
/* Webinar end */

/* Whitepaper start */
.lets-work-together.mt-5 {
    background: #b62513;
}

.lets-work-together.mt-5 p {
    margin: 0;
    color: #fff;
}

.lets-work-together.mt-5 h2 {
    color: #fff !important;
}

.lets-work-together.mt-5 a {
    padding: 25px 20px;
    display: block;
    color: #fff;
}

.blog-single-sidebar div.d-flex.p-3:first-child {
    border: 1px solid #b62513;
}

.bg-signle-post {
    background: #f8f8f9;
    padding: 10px 15px 25px;
}

.bg-signle-post p.pl-3.pt-4 {
    font-weight: 700;
}

.d-flex.whitepaper {
    flex-direction: column;
}

.thank_you {
    margin-bottom: 70px !important;
    text-align: center;
}

.thank_you h2 {
    text-align: center;
    font-size: 40px;
}

.thank_you p {
    margin-bottom: 0 !important;
}

.pdfobject-container {
    width: 100%;
    max-width: 100%;
    height: 600px;
    margin: 2em 0;
}

.author_whitepaper {
    width: 100%;
    background: #f5f2f2;
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.author_whitepaper .jim {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.jim {
    padding-left: 48px;
    line-height: 23px;
}

.jim h5 {
    font-size: 16px;
    margin: 0;
    color: #414042;
}

.jim p {
    color: #6D6E71;
    margin: 0;
    font-size: 16px;
}

.jim-position {
    hyphens: auto;
    word-break: break-word;
}

.fr_disp_inli_left img.avatar,
.avator-imgage-circle img {
    border-radius: 50%;
    height: 100px;
    max-width: 100px;
    width: 100px;
    object-fit: cover;
}

.Authors.bg-signle-post .avator-imgage-circle {
    align-items: center;
    padding-left: 0;
}

.author_whitepaper a.fr_disp_inli_left,
.d-flex.p-3.avator-imgage-circle > a {
    text-align: -webkit-center;
    text-align: center;
}

.bg-signle-post .avator-imgage-circle img {
    max-width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 50%;
    width: 100px;
}

.bg-signle-post.Blogs .p-2.profile {
    font-size: 14.5px;
    padding-top: 0;
    padding-right: 0;
}

.bg-signle-post .badge {
    margin: 0px 3px 0px 0px;
    padding: 5px 5px 2px 5px;
    border-radius: 0;
    font-weight: 400;
}

.blog-single-sidebar ul li {
    list-style-type: none;
}

.Categories.mt-5.bg-signle-post li {
    margin-bottom: 10px;
}

.Categories.mt-5.bg-signle-post ul li span:before {
    content: "\2022";
    color: #b62513;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.Categories li a {
    text-decoration: none;
    color: #414042;
}

.Categories li.learn-more-link a {
    color: #b62513;
}

.whitepaper #formbodyId {
    padding: 45px 25px 10px 25px;
    background-color: #e6e7e8;
}

#formbodyId {
    height: 100%;
    padding: 0;
    background: 0 0;
}

.none {
    display: none !important;
}

.table_of_content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.toc-body {
    display: flex;
    flex-flow: space-between;
    margin: 0;
    line-height: 1.53em;
}

#tocid ul {
    list-style: none;
    padding-left: 1.25rem;
}

#tocid ul li {
    margin-bottom: 7px;
}

#tocid ul li::before {
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.toc-body #tocid a {
    color: #414042;
}

#tocid a {
    text-decoration: none;
}

.downd-pdf-btn {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.downd-pdf-btn a.btn.gl-btn {
    padding: 6px 55px;
    border: 1px solid #B62513;
    background-color: #B62513;
    color: #fff;
}

.toc-sidebar {
    margin-bottom: 20px;
}

.toc-body main {
    padding-left: 2rem;
    position: relative;
}

.toc-title-nav h2, .toc-body main h2, .toc-title-nav h3, .toc-body main h3 {
    margin-top: 30px;
    margin-bottom: 10px;
}

.toc-title-nav h2, .toc-body main h2:first-child {
    margin-top: 0;
}

.toc-is-sticky {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
}

.toc-body #gotoTOCBtn {
    display: block !important;
    font-size: 28px;
    border-radius: 50%;
    border: none;
    outline: none;
    background-color: #b62513;
    color: #fff;
    cursor: pointer;
    width: 45px;
    height: 45px;
}

body.single-blogauthor .breadcrumbs,
body.post-type-archive-blogauthor .breadcrumbs {
	margin-top: 80px;
}

@media only screen and (max-width: 1023px) {
    .author_whitepaper {
        flex-direction: column;
    }
}
@media only screen and (max-width: 767px) {
	section.breadcrumbs {
		padding-bottom: 10px;
	}
    .tabsContainer {
        flex-direction: column;
    }
    .tabsContainer .search {
        width: 100%;
        margin-bottom: 15px;
    }
    .filterContainer {
        display: none;
    }
    .grids,
    .related-section .grids {
        flex-direction: column !important;
    }
    .grids .grid {
        width: 100%;
    }
    .grids .grid .img-container {
        width: 100% !important;
        height: 230px !important;
    }
    .mobileShow {
        justify-content: center;
        padding: 10px;
        display: flex;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        background: #b62513;
        color: #fff;
        font-size: 20px;
        z-index: 9;
    }
    .mobileshow a {
        color: #fff;
        width: 100%;
        text-align: center;
        font-size: 24px;
    }
    .responsivegrid div {
        border: 1px solid #ddd;
        width: fit-content;
        padding: 7px 13px;
        margin: 0 6px 10px;
        font-size: 14px;
        background: #ddd;
    }
    .insight-filter .modal-content {
        padding-bottom: 100%;
    }
    .modal-content #London {
        padding-bottom: 100%;
    }
    .modal-content p i {
        color: #b62513;
    }
    .pull-right {
        float: right;
    }
    .tabcontents h5~div, .tabcontents img~div {
        padding-bottom: 100%;
    }
    #filterTabs h5 {
        margin-top: .5rem;
    }
    .filterBox {
        cursor: pointer;
        margin: 15px 5px;
    }
    .tabcontents input[type=checkbox] {
        display: none;
    }
    .checkmark {
        top: 0;
        left: 0;
        padding: 10px 20px;
        background-color: #fff;
        border: 1px solid #6d6e71;
    }
    .filterBox input:checked~.checkmark {
        background-color: #eee;
        border: 1px solid #6d6e71;
    }
    .mobileFilter {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        justify-content: space-between;
        align-items: end;
        width: 100%;
    }
    .mobileCancel {
        background: grey;
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 10px;
    }
    .mobileFilter a {
        color: #fff;
        width: 100%;
        text-align: center;
        font-size: 18px;
    }
    .mobileApply {
        width: 100%;
        background: #b62513;
        display: flex;
        justify-content: center;
        padding: 10px;
    }
    .d-flex.whitepaper {
        flex-direction: column !important;
    }
    .blog-single-sidebar .d-flex.p-3 .jim {
        padding-top: 0;
    }
    .author_whitepaper {
        flex-direction: row;
    }
    button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
        top: 11%;
    }
    .grids .grid.slick-slide {
        padding: 0 15px;
    }
    .grids .grid .img-container {
        width: 100%;
        height: 230px;
    }
    .related-section .heading-container p.grid-description, .related-section .heading-container p.learn-more-link {
        text-align: left;
    }
    .table_of_content .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .toc-body {
        display: block;
    }
    .toc-body .toc-author, .toc-body main {
        width: 100%;
    }
    .toc-body main {
        padding-left: 0;
    }
    .main-category, .blog-sidebar, .taxonomy-cat-page, .blog-main-section .blogs {
        width: 100% !important;
    }
    .video-section img.ply-img-icon {
        position: relative !important;
        bottom: -20px;
        left: -10px;
        width: 60px;
    }
	body.post-type-archive-blogauthor .breadcrumbs,
	body.single-blogauthor .breadcrumbs {
		margin-top: 30px;
	}
}
/* Whitepaper end */
/* Insight end */

/* Related Content start */
.related-section .heading-text {
    margin-bottom: 20px;
}

.related-section .slick-next.slick-arrow {
    display: none !important;
}

.grids .slick-list {
    width: 100% !important;
}

@media (min-width: 768px) {
    .grids .grid.slick-slide {
        padding: 0 12px;
    }
}

.grids .grid .img-container,
.grids .grid .desc-container {
    width: 100%;
}

.grids.grid-3 .img-container {
    height: 250px;
    overflow: hidden;
    position: relative;
}

.carousel-nav.bottom {
    display: block;
    clear: left;
    float: none;
    padding-top: 30px;
    margin-bottom: 0 !important;
}

.carousel-nav.bottom .carousel-control-next, .carousel-nav.bottom .carousel-control-prev {
    position: absolute;
    top: inherit;
    bottom: 0;
    z-index: 9999;
    display: block;
    justify-content: center;
    width: 13px;
    color: #fff;
    text-align: center;
    transition: opacity .15s ease;
    cursor: pointer;
    opacity: 1;
}

.carousel-nav.bottom .carousel-control-prev {
    right: 42px;
    left: inherit;
}

.carousel-nav.bottom .carousel-control-next {
    right: 12px;
}

.carousel-nav.bottom .carousel-control-next,
.carousel-nav.bottom .carousel-control-prev {
    z-index: 0 !important;
    align-items: end;
    justify-content: end;
    opacity: 1;
}

.carousel-nav.bottom #main_silder1_prev,
.carousel-nav.bottom #main_silder_prev,
.carousel-nav.bottom #main_silder1_next,
.carousel-nav.bottom #main_silder_next {
    font-size: 40px;
    color: #b62513;
    position: relative;
    top: inherit;
    left: inherit;
}
/* Related Content end */

/* Single Author start */
.profile-social-links {
    text-align: right;
}
/* Single Author end */

/* Archive Blog start */
.blog-main-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.blog-main-section .blogs {
    margin-bottom: 30px;
}

.blog-main-section .blogs a img {
	height: auto;
}

.blog-main-section .blogs .car-heading {
    margin-top: 15px;
    margin-bottom: 15px;
}

.blog-main-section .blogs .car-heading a {
    color: #414042 !important;
    opacity: 1;
    font-size: 16px;
}

.blog-main-section .blogs .car-author {
    font-size: 95%;
}

.blog-main-section .blogs ul.author-li {
    list-style: none;
    display: flex;
    padding-left: 0;
}

.blog-main-section .blogs ul.author-li li:last-child {
    margin-left: 10px;
}

.blog-main-section .blogs ul.author-li i.fab.round {
    display: inline-block;
    border-radius: 60px;
    box-shadow: 0px 0px 2px #888;
    padding: 0.5em 0.6em;
    background-color: #e6e7e8;
    font-size: 19px;
    color: #040404;
}

.Authors a {
    color: #414042;
}

.blog-main-section .learn-more-link a {
    color: #b62513 !important;
}
/* Archive Blog end */

/* All Categories start */
.loadarchive-button {
    background-color: #fff;
    border: 1px solid #f37037;
    color: #f37037;
    padding: 8px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px 31px;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
}

.bg-col {
    background-color: #DDDDDD;
    height: 75vh;
}

.main-category ul li {
    list-style: none;
}

.main-category ul li span:before {
    content: "\2022";
    color: #b62513;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.car-author a,
.main-category ul li a {
    color: #414042;
}

.car-author a:hover,
.main-category ul li a:hover {
    color: #b62513;
}
/* All Categories end */

/* Footer Section Starts Here */
.hpp-footer {
    background-color: black;
    background-image: url("../png/footer.png");
    background-size: cover;
    background-position: bottom right;
    color: white;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}

footer a {
    text-decoration: none;
    color: var(--white-color);
}

footer li {
    list-style: none;
}

.footer-social-icons {
    display: inline-block;
}

.social-icon {
    display: inline-block;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    background-color: #f1e9e9;
    text-align: center;
    line-height: 45px;
    margin-right: 10px;
    transition: background-color 0.3s ease;
}

.social-icon i {
    /*color: black;*/
    color: #1e1e1e;
    font-size: 20px;
}

.social-icon:hover {
    background-color: rgba(255, 255, 255, 1);
}

/* Footer Section Ends Here */

/*  generic mobile Styling*/

@media (max-width: 768px) {
	nav#hpp-header-nav-mobile {
		background-color: #000;
	}
	
    .grids {
        gap: 0px;
    }

    button.slick-next.slick-arrow, button.slick-prev.slick-arrow {
        right: 0px;
    }

    button.slick-prev.slick-arrow:before {
        left: 0px;
        margin-top: 4.5em !important;
    }

    .btn-red__light {
        padding: 8px 20px !important;
    }

    .btn-red__outline {
        padding: 8px 20px !important;
    }

    .emailc-content .wpcf7 input[type="email"] {
        max-width: 160px !important;
    }

    /*utility*/

    .hpp-fs-x-medium {
        font-size: 2.6rem !important;
    }

    /*   footer  */
    footer hr {
        width: 80% !important;
        margin: 0 auto !important;
    }

    .footer .footer-menu ul li,
    .footer .footer-menu li {
        /*line-height: 40px !important;*/
        padding-bottom: 1.3rem !important;
    }

    .footer ul li a {
        /*width: 77px!important;*/
        /*height: 22px!important;*/

        /*font-family: 'Neue Haas Grotesk Display Pro';*/
        font-style: normal !important;
        font-weight: 500 !important;
        font-size: 12px !important;
        line-height: 180% !important;
        /* identical to box height, or 22px */
        letter-spacing: 0.02em !important;

        color: #ffffff;
    }

    /* Customer Stories*/

    .cs-bg-image {
        background-repeat: no-repeat;
        background-size: cover !important;
        background-position: center;
    }

    /* Solution Briefs */

    .cs-pb-8 {
        padding-bottom: 8rem !important;
    }

    .cs-mpt-5 {
        padding-top: 10rem !important;
    }

    /* Home Hero   */

    .home-hero-bg__mobile {
        background-image: none;
        background-color: darkgreen;
    }
}

@media (max-width: 589px) {
    /*utility*/
	
	.short-banner h1.hpp-fs-x-medium {
		font-size: 1.2rem !important;
	}
	
	.short-banner .mb-5 {
		margin-bottom: 1rem !important;
	}
	
	.short-banner p.lea {
		font-size: 13px !important;
	}

    .hpp-fs-x-medium {
        /*font-size: 2.1rem !important;*/
		font-size: 1.5rem !important;
    }
	
	.home-hero-p.mb-5 {
		font-size: 12px !important;
		margin-bottom: 1rem !important;
	}

    .hpp-fs-x-heading {
        font-size: 1.8rem !important;
    }

    .footer .hpp-nav-heading {
        padding-left: 30px !important;
    }
    .hpp-footer-text {
        font-size: 5rem !important;
    }
}

/* Password protected page */
.post-password-form input[type="password"] {
    border: 1px solid #333;
    padding: 5px;
}

.post-password-form input[type="submit"] {
    color: #fff;
    cursor: pointer;
    background-color: var(--primary-color);
    border: 1px solid transparent;
    padding: 5px 20px;
    width: 100px;
    margin-left: 5px;
}

.post-password-form input[type="submit"]:hover {
    background-color: #a00;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
    .post-password-form input[type="submit"] {
        margin-top: 10px;
        margin-left: 73px;
    }
}

.ao-form .ao-input-block {
	margin-bottom: 10px !important;
}

.ao-form input[type="text"], 
.ao-form input[type="email"],
.ao-form textarea,
.ao-form select {
    display: block !important;
    width: 100% !important;
    padding: 15px !important;
    font-size: 0.9rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    background-color: #000 !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-clip: padding-box !important;
    border-radius: 0 !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
}

.ao-form input::placeholder {
  color: #fff !important;
}

.ao-form .ao-recaptcha-error {
	padding-left: 0 !important;
}

.ao-form span.ao-form-error-message, 
.ao-form div.ao-recaptcha-error-robot-message {
	font-size: 14px !important;
	font-weight: 500 !important;
}

.ao-form .ao-required,
.ao-form textarea.g-recaptcha-response {
	display: none !important;
}

.ao-form .ao-recaptcha-error {
	border: none !important;
}

.ao-form .ao-recaptcha-error-robot-message {
	color: #ff0000 !important;
}

.ao-column-inner {
	padding: 0 !important;
}

.ao-form .ao-input-block {
	margin-bottom: 0 !important; 
}

.ao-form .ao-combo-label {
	padding: 0 !important;
}

.ao-form .ao-form-label {
	color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.ao-form .ao-combo-layout span {
	color: #fff;
	margin-left: 5px;
}

/* Download form checkbox css */
#ao-form-94e4e0c0-c42d-4047-a377-ab2925fb9052 #block-b1735897969714 .ao-form-error-message {
	position: relative;
	top: 40px;
}

/* Vertical post listing */
.news-heading {
    margin: 20px 0;
	text-align: center;
}

.news-container .news-single {
	display: none;
}

.news-item {
    padding: 20px 50px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	border-radius: 4px;
    margin-bottom: 30px;
}

.news-image {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    margin-right: 15px;
	float: right;
}

.news-content {
    flex: 1;
}

.news-date {
    font-size: 14px;
    font-weight: 500;
    color: #808080;
    margin-bottom: 5px;
}

.news-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.news-description {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 15px;
}

.news-item .read-more {
    color: #b62513;
    text-decoration: none;
    font-size: 14px;
}

@media (max-width: 600px) {
    .news-item {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .news-image {
        margin-bottom: 10px;
    }
}


.mp-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #ffffff;
    color: #374151;
    border: 1px solid #f9fafb;
    box-shadow: 0 0 0 2px #5969811a, 0 1px 3px #5969811a, 0 1px 2px #0000000d;
    border-radius: 4px;
    height: 100%;
    min-height: 187px;
    max-width: 400px;
    margin: auto;
    position: relative;
    transition: box-shadow .3s ease, border-color .3s ease;
}
.mp-card-header{
    grid-area: card-header;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 16px 16px;
    height: 150px;
}
.mp-card-header img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.mp-card-body {
    grid-area: card-body;
    padding: 0 16px 20px;
}
.mp-card-title {
    color: #252f3f;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    -webkit-line-clamp: 2;
    white-space: pre-line;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.mp-card > a {
    position: absolute;
    inset: -1px -1px 1px;
    height: calc(100% + 2px);
    color: inherit;
    text-decoration: none;
}

#partnerModal {
	background-color: rgba(0, 0, 0, 0.4);
}

#partnerModal .modal-dialog {
	margin-top: 180px;
}