/* mytheme/css/style.css */

/*
 * ======================================================
 * Base Typography and General Styling
 * ======================================================
 */

/* font file load */
@import url("./fonts.css");

* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  font-family: Outfit_Regular;
  font-weight: 400;
  background-color: transparent;
}

body,
html {
  background-color: #fff;
  font-family: Outfit_Regular;
}

html {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}

.mobile {
  display: none !important;
}

.desktop {
  display: block !important;
}
.orange {
  color: #ff911d;
  background: transparent linear-gradient(90deg, #ff911d 50%, rgba(0, 0, 0, 0.1) 0);
    background-size: 200% 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

.black {
  color: #222220;
}

.lightBlue {
  color: #22568b;
}
/* site wide changes overrides start */
.field--type-entity-reference,
.field--name-field-media-image img {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
@media all and (min-width: 560px) {
  .node .field--type-image {
    margin: 0;
  }
}
@media all and (max-width: 767px) {
  html,
  body:not(.node--type-unique-template-pages, .node--type-page) {
    overflow-x: hidden;
  }
}
/* site wide changes overrides end */
h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
.container {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 3% !important;
}

#main > .row > * {
  padding: 0;
}

/*header section start */

header {
  background-color: #ffffff;
  position: sticky;
  z-index: 30;
  top: 0;
  /* box-shadow: 0px 10px 10px #00000014; */
  opacity: 1;
  /* backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px); */
  height: 102px;
}

header:before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0 !important;
  top: auto !important;
  left: 0;
  height: 24px !important;
  background: transparent !important;
  z-index: 1;
  box-shadow: 0 13px 18px -10px rgba(0, 0, 0, 0.5);
  backdrop-filter: none !important;
}
.homepage:has(.homeSpotlight) header:before {
  box-shadow: none;
}
.header-container {
  display: flex;
  align-items: center;
}
header .navbar {
  margin-bottom: 0;
  padding: 0;
}
.navbar .navbar-nav .nav-item a {
  font-family: Outfit_SemiBold;
  display: flex;
  align-items: center;
  transition: all 0.5s cubic-bezier(0.745, 0.065, 0.17, 1);
  border: 0;
  color: #1e394d;
}
.navbar .navbar-nav .nav-item {
  padding: 0 15px;
}
.navbar .navbar-nav .nav-item > a {
  position: relative;
  z-index: 1;
  padding: 0 0 5px 0;
}
header .header-actions.ms-auto {
  margin-left: 0 !important;
}
header .header-actions > .action-item,
header .header-actions > .action-item .block .field__item > p {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  min-height: -moz-fit-content;
  min-height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}
header .header-actions > .action-item {
  align-items: flex-end;
}
header .header-actions > .action-item .block .field__item > p {
  column-gap: 17px;
  align-items: center;
}
header #search-toggle .sr-only {
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  line-height: 0;
  color: #000;
}
header #search-toggle {
  color: #fff !important;
      border: 0;
}
.header-actions .fa-search:before {
  font-family: none !important;
  content: "" !important;
}
.header-actions .fa-search:before {
  content: "" !important;
  font-family: none !important;
  background: url("/themes/custom/divihn_bootstrap/images/search-icon.svg")
    no-repeat center center;
  background-size: 100% 100%;
  width: 26px;
  height: 29px;
  display: inline-block;
}s  
.header-actions .fa-times:before {
  font-family: none !important;
  content: "" !important;
}
.header-actions .fa-times:before {
  content: "" !important;
  font-family: none !important;
  background: url("/themes/custom/divihn_bootstrap/images/close-204.svg")
    no-repeat center center;
  background-size: 100% 100%;
  width: 26px;
  height: 29px;
  display: inline-block;
}
header .header-actions > .action-item .block .field__item > p {
  margin-bottom: 0;
}
header #search-container {
  position: fixed;
  width: 100%;
  height: calc(100vh - 102px);
  left: 0;
  top: 102px;
  padding: 50px !important;
  background-color: #fff;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1);
  z-index: -1;
  opacity: 1;
  transition: all 1s cubic-bezier(0.745, 0.065, 0.17, 1) !important;
  width: 100vw;
  margin-top: 0 !important;
}
header #search-container form {
  position: relative;
  margin-top: 50px;
  margin-bottom: 30px;
}
.ui-widget.ui-widget-content {
  z-index: 1000;
  width: 94% !important;
  border: 1px solid #707070;
  padding: 15px 35px;
  margin-top: 12px;
  max-width: 95%;
  overflow-y: auto;
  max-height: calc(100vh - 265px);
}
header #search-container form label {
  position: absolute;
  left: -9999px;
}
header #search-container form input[name="search_api_fulltext"] {
  width: 100%;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #1e394d;
  font-weight: 300;
  font-size: 1.5rem;
  font-family: Outfit_Light;
  line-height: 2rem;
  padding: 0 3rem 1rem 2.5rem;
  border-bottom: 2px solid #22568b;
  padding-left: 55px;
}
header #search-container form .js-form-type-search-api-autocomplete {
  position: relative;
  width: 100%;
}
header #search-container form .js-form-type-search-api-autocomplete::before {
  content: "";
  position: absolute;
  left: 10px; /* adjust as needed */
  top: 40%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("/themes/custom/divihn_bootstrap/images/search-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
header #search-container form .form-control:focus {
  box-shadow: none;
}
header #search-container form input[name="search_api_fulltext"]::placeholder, 
.node--type-unique-template-pages .ui-dialog-content input::placeholder, .node--type-unique-template-pages .ui-dialog-content textarea::placeholder, 
.node--type-jobs .ui-dialog-content input::placeholder, .node--type-jobs .ui-dialog-content textarea::placeholder, .node--type-blog .ui-dialog-content input::placeholder, 
.node--type-service-landing-page .ui-dialog-content input::placeholder {
  color: #757575; /* your color */
}
header #search-container form .form-actions .btn-primary{
        position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}
.search-api-autocomplete-search .ui-menu-item:hover {
  background: transparent;
}
.search-api-autocomplete-search .ui-menu-item a {
  font-family: Outfit_Regular;
  font-size: 18px;
  line-height: 20px;
  color: #222220;
  white-space: normal;
}
.search-api-autocomplete-suggestion {
  padding: 12px 0 0;
}
.search-api-autocomplete-search
  .ui-menu-item:first-child
  .search-api-autocomplete-suggestion {
  padding-top: 0;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover,
.search-api-autocomplete-search
  .ui-menu-item-wrapper.ui-state-active
  .search-api-autocomplete-suggestion {
  background: transparent;
  color: #d56a00;
}
header #search-container form .form-actions {
  position: absolute;
  right: 0;
  top: 40%;
  bottom: 5%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  padding: 0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: none; /* hidden initially */
}
.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  padding: 8px 16px;
  background: #fff;
  color: #000;
  transform: translateY(-200%);
  transition: transform 0.2s;
}

.skip-link:focus {
  transform: translateY(0%);
}

*:focus {
  outline: none !important; /* Remove normal focus for mouse */
}

*:focus-visible {
  outline: 3px solid #005fcc !important;
  outline-offset: 3px;
  border-radius: 4px;
  background-color: #e6f2ff !important;
}

/* The "X" icon */
header #search-container form .form-actions::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  background-image: url("/themes/custom/divihn_bootstrap/images/close-204.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
header #search-container .block-buttons h6 {
  color: #222220;
  font-size: 1.2rem;
  line-height: 1.3rem;
  font-family: Outfit_Bold;
}
header #search-container .recommended-ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-left: 0;
}
header #search-container .recommended-ul li {
  margin: 1.2rem 1rem 0 0;
  min-height: auto;
  padding: 0;
  list-style-type: none;
}

header #search-container .recommended-ul li a {
  font-size: 0.75rem;
  line-height: 0.8rem;
  padding: 0.6rem 1rem;
  border: 1px solid #22568b;
  border-radius: 32px;
  color: #1e394d;
  font-family: Outfit_Bold;
}

header #search-container .recommended-ul li a:hover {
  border: 1px solid #ff911d;
}

header #search-container .recommended-ul li a svg {
  margin-left: 10px;
}
body:not(.path-frontpage, .node--type-jobs) #main-wrapper {
  padding-top: 62px;
}
.paragraph--type--spotlight-banner .swiper-slide{
    height: 100vh !important;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: none;
}
.breadcrumbs {
  position: absolute;
  top: 110px;
  display: flex;
  align-items: center;
  z-index: 1;
  margin: 10px 0;
  background: hsla(0, 0%, 100%, 0.85);
  left: 3%;
  padding: 0 10px;
}
.breadcrumb-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.breadcrumb-item,
.breadcrumb-item a {
  font-size: 11px;
  line-height: 13px;
  color: #ff8913;
  font-family: Roboto_Regular;
}
.breadcrumb-item.last a {
  color: #222220;
  text-decoration: none;
  pointer-events: none;
}
.breadcrumb-item.last {
  color: #222220;
}

/*footer section start */
.primary-btn,
.view-perspectives-search .pager a, 
.WebinarScheduleWrap .field--name-field-register-now-link a, 
.responsiveCards .pager a, .webform-submission-contact-form input[type="submit"],
.paragraph--type--full-width-block .field--name-field-content p:last-child a, 
.node--type-webinar .spotlightWrap .btn-primary  {
  color: #22568b;
  background-color: transparent;
  border: 1px solid #22568b;
  border-radius: 50px;
  padding: 0.8rem 1.5rem;
  font-size: 14px;
  line-height: 1;
  font-family: "Outfit_SemiBold";
  position: relative;
  width: 120px;
  min-height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  transition: all 1.3s cubic-bezier(0.745, 0.065, 0.17, 1);
  z-index: 1;
}
.paragraph--type--full-width-block .field--name-field-content p:last-child a, 
.node--webinar-landing-page .paragraph--type--25-75-right-img-with-left-text .textWrapp .left-text .primary-btn{
      color: #fff;
    width: auto;
    padding: 0.4em 2rem;
    min-height: auto;
    font-size: 16px;
    font-family: 'Outfit_Medium';
    background-color: #22568b;
}
/* Orange background animation */
.primary-btn::before,
.view-perspectives-search .pager a::before, .WebinarScheduleWrap .field--name-field-register-now-link a::before, 
.responsiveCards .pager a::before, .node--type-webinar .spotlightWrap .btn-primary::before{
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  background-color: #ff911d;
  width: 0px;
  height: 100%;
  border-radius: 50px;
  z-index: 0; /* keep behind text */
  transition: all 1.3s cubic-bezier(0.745, 0.065, 0.17, 1);
}

/* Expand orange background on hover */
.primary-btn:hover::before,
.view-perspectives-search .pager a:hover::before, 
.responsiveCards .pager a:hover::before, 
.WebinarScheduleWrap .field--name-field-register-now-link a:hover::before, 
.node--type-webinar .spotlightWrap .btn-primary:hover::before{
  width: 100%;
  left: 0;
  right: auto;
}

/* Original text slides out */
.primary-btn:hover,
.view-perspectives-search .pager a:hover, 
.responsiveCards .pager a:hover,
.WebinarScheduleWrap .field--name-field-register-now-link a:hover, 
.node--type-webinar .spotlightWrap .btn-primary:hover {
  border: 1px solid #ff911d;
  color: transparent; /* hide original text during animation */
  transition: all 1.3s cubic-bezier(0.745, 0.065, 0.17, 1);
}

/* New text (white) slides in */
.primary-btn::after,
.view-perspectives-search .pager a::after, 
.responsiveCards .pager a::after, 
.WebinarScheduleWrap .field--name-field-register-now-link a::after, 
.node--type-webinar .spotlightWrap .btn-primary::after {
  content: attr(data-content);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%) translateX(100%);
  text-align: center;
  border-radius: 50px;
  z-index: 1;
  transition: all 1.3s cubic-bezier(0.745, 0.065, 0.17, 1);
  color: #fff; /* ensures new text is white */
  text-indent: 260px;
}

/* Animate new text into view */
.primary-btn:hover::after,
.view-perspectives-search .pager a:hover::after,
.responsiveCards .pager a:hover::after,
.WebinarScheduleWrap .field--name-field-register-now-link a:hover::after, 
.node--type-webinar .spotlightWrap .btn-primary:hover::after {
  transform: translateY(-50%) translateX(0%);
  text-indent: 0;
}

.primary-btn[href="/contact-us"] {
  border: 1px solid #ff911d;
}
.primary-btn[href="/contact-us"]:hover {
  border: 1px solid #22568b;
}
footer .contactUs {
  background-image: url(/themes/custom/divihn_bootstrap/images/contactusbg.ef636053.svg),
    url(/themes/custom/divihn_bootstrap/images/contactus-bg.a31eae15.svg);
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-color: #dff9fb;
}
.contact {
  text-align: center;
}
.contactUs .contact {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.contact h2 {
  text-align: center;
  font-size: 42px;
  font-family: Outfit_Medium;
  font-weight: 400;
  line-height: normal;
  color: #000;
  text-transform: none;
}
.webform-submission-staffing-services-enquiry-form-form .form-actions{
  text-align: center;
}
.border-button, .webform-submission-contact-form .form-actions .button--primary, .webform-submission-application-form-form .button--primary, 
.webform-submission-become-a-contributor-form .button--primary, .webform-submission-staffing-services-enquiry-form-form .form-actions .button--primary {
  position: relative;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  min-height: 50px;
  padding: 0 1.7rem;
  transition: all 0.5s cubic-bezier(0.745, 0.065, 0.17, 1);
  overflow: hidden;
  border-radius: 50px;
  z-index: 1;
  margin: 15px 0;
  font-size: 14px;
  font-family: Outfit_Semibold;
  white-space: nowrap;
  color: #1a1a1a;
  cursor: pointer;
}

.border-button svg, .webform-submission-contact-form .form-actions .button--primary svg, .webform-submission-application-form-form .button--primary svg, 
.webform-submission-become-a-contributor-form svg, .webform-submission-staffing-services-enquiry-form-form .form-actions .button--primary svg{
  margin-left: 0.5rem;
  margin-top: 4px;
  transition-delay: 0.4s !important;
  transition: all 0.5s ease-in-out !important;
}

.border-button:hover svg, .webform-submission-contact-form .form-actions .button--primary:hover svg, .webform-submission-application-form-form .button--primary:hover svg, 
.webform-submission-become-a-contributor-form .button--primary:hover svg, .webform-submission-staffing-services-enquiry-form-form .form-actions .button--primary:hover svg {
  position: relative;
  left: 10px;
  animation: arrowanimation 2s ease-in-out infinite;
}

.border-button svg path, .webform-submission-contact-form .form-actions .button--primary svg path, .webform-submission-application-form-form .button--primary svg path, 
.webform-submission-become-a-contributor-form svg path, .webform-submission-staffing-services-enquiry-form-form .form-actions .button--primary svg path{
  transition: all 0.5s cubic-bezier(0.745, 0.065, 0.17, 1);
}

.border-button:hover svg path, .webform-submission-contact-form .form-actions .button--primary:hover svg path, .webform-submission-application-form-form .button--primary:hover svg path, 
.webform-submission-become-a-contributor-form:hover svg path, .webform-submission-staffing-services-enquiry-form-form .form-actions .button--primary:hover svg path {
  fill: #fff;
}

footer .contactUs .border-button:hover svg path {
  fill: #d56a00;
}

.border-button:hover,
.border-button:hover svg path, .webform-submission-contact-form .form-actions .button--primary:hover, .webform-submission-application-form-form .button--primary:hover, .webform-submission-become-a-contributor-form .button--primary:hover, .webform-submission-contact-form .form-actions .button--primary:hover svg path, .webform-submission-application-form-form .button--primary:hover svg path, .webform-submission-become-a-contributor-form .button--primary:hover svg path, 
.webform-submission-staffing-services-enquiry-form-form .button--primary:hover, .webform-submission-staffing-services-enquiry-form-form .form-actions .button--primary:hover svg path {
  transition-delay: 0.4s !important;
  transition: all 0.5s cubic-bezier(0.745, 0.065, 0.17, 1);
}

.border-button:hover, .webform-submission-contact-form .form-actions .button--primary:hover, .webform-submission-become-a-contributor-form .button--primary:hover, 
.webform-submission-staffing-services-enquiry-form-form .form-actions .button--primary:hover {
  color: #fff;
}

.border-button:before, .webform-submission-contact-form .form-actions .button--primary::before, .webform-submission-application-form-form .button--primary::before, .webform-submission-become-a-contributor-form .button--primary::before, 
.webform-submission-staffing-services-enquiry-form-form .form-actions .button--primary::before  {
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50px;
  z-index: -1;
  border: 1px solid rgba(255, 139, 19, 0.5);
  transition-delay: 0.4s !important;
  transition: all 0.5s cubic-bezier(0.745, 0.065, 0.17, 1);
}
footer .contactUs .border-button:before {
  border: 1px solid #d56a00;
}
.border-button:hover:before, .webform-submission-contact-form .form-actions .button--primary:hover:before, .webform-submission-application-form-form .button--primary:hover:before, .webform-submission-become-a-contributor-form .button--primary:hover:before, 
.webform-submission-staffing-services-enquiry-form-form .form-actions .button--primary:hover:before {
  width: calc(100% - 2px);
  transition: all 0.5s cubic-bezier(0.745, 0.065, 0.17, 1);
}

.border-button:after, .webform-submission-contact-form .form-actions .button--primary::after, .webform-submission-application-form-form .button--primary::after, .webform-submission-become-a-contributor-form .button--primary::after, 
.webform-submission-staffing-services-enquiry-form-form .form-actions .button--primary::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  border-radius: 50px;
  z-index: -1;
  background: #ff8b13;
  transition: all 0.5s cubic-bezier(0.745, 0.065, 0.17, 1);
}

.border-button:hover:after, .webform-submission-contact-form .form-actions .button--primary:hover:after, .webform-submission-application-form-form .button--primary:hover:after, .webform-submission-become-a-contributor-form .button--primary:hover:after, 
.webform-submission-staffing-services-enquiry-form-form .form-actions .button--primary:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  transition-delay: 0.4s !important;
  transition: all 0.5s cubic-bezier(0.745, 0.065, 0.17, 1);
}
.site-footer .footer-fourth .contactUs .col-auto > .block {
  margin: 0;
  padding: 0;
}
.footer-wrapper-bg {
  /* background-image: url("/themes/custom/divihn_bootstrap/images/footer-bg.fbac7ce4.svg");
  background-size: cover; */
  background-color: #08345a;
}
.enquirenow .btn-check:checked + .btn,
.enquirenow .btn.active,
.enquirenow .btn.show,
.enquirenow .btn:first-child:active,
.enquirenow :not(.btn-check) + .btn:active {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.enquirenow form input[type="submit"]:focus {
  box-shadow: none;
}
.enquirenow {
  padding: 60px 50px;
  border-bottom: 1px solid #22568b;
  display: flex;
  justify-content: center;
  align-items: center;
}
.enquirenow form {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.enquirenow h2 {
  font-size: 24px;
  font-family: Outfit_Light;
  color: #fff;
  text-align: center;
  font-weight: 400;
  text-transform: none;
  border: 0;
}

.enquirenow form input[type="email"] {
  padding: 10px 2rem;
  background-color: transparent;
  border-radius: 0;
  font-size: 27px;
  font-family: Outfit_Light;
  color: #fff;
  width: 65%;
  border: 0;
  border-bottom: 1px solid #fff;
  position: relative;
  box-shadow: none;
}
.enquirenow form input[type="email"]:focus-visible{
    outline: 0 !important;
    outline-offset: 0;
    background-color: transparent !important;
}
.enquirenow form > .form-type-email {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.enquirenow form .form-actions .button--primary {
  background: url("/themes/custom/divihn_bootstrap/images/send.2b5725ef.svg")
    no-repeat center;
  background-size: 20px 20px; /* adjust size as needed */
  background-color: #08345a; /* make background clean */
  border: none; /* remove default button border */
  color: #fff; /* hide text (the -> value) */
  width: 40px; /* make it a square icon button */
  height: 40px;
  cursor: pointer;
  transition: transform 0.2s ease;
  display: inline-block;
  text-indent: -9999px;
}
.enquirenow form input[type="submit"]:hover {
  transform: scale(1.1);
}
.enquirenow form .form-actions {
  display: inline-block;
  position: absolute;
  right: 22%;
  bottom: 4%;
}
.enquirenow form input[type="submit"]:active:focus-visible {
  background-color: transparent;
  color: transparent;
  border: 0;
  box-shadow: none;
}
/* Chrome, Safari, Edge, Opera */
.enquirenow form input[type="email"]::placeholder {
  color: #757575;
}

/* Firefox */
.enquirenow form input[type="email"]::-moz-placeholder {
  color: #757575;
}

/* Internet Explorer 10–11 */
.enquirenow form input[type="email"]:-ms-input-placeholder {
  color: #757575;
}

/* Microsoft Edge (old) */
.enquirenow form input[type="email"]::-ms-input-placeholder {
  color: #757575;
}
.footerBox {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 80px 50px 20px;
}
.site-footer .footerBox .block,
.copywriteWrap .block {
  margin: 0;
  border: 0;
  border-color: none;
  padding: 0;
}
.copywriteWrap .block{
    background-color: #000;
}
.site-footer .footerBox .parts {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.heading {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
}

.heading,
h3.sub_heading {
  color: #fff;
  font-family: Outfit_SemiBold;
}

h3.sub_heading {
  margin-bottom: 10px;
  font-size: 18px;
  text-decoration: none;
}

.footerBox a {
  color: #d1d1d1;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.2;
  font-family: Outfit_Regular;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.footerBox .border-button {
  display: flex !important;
  margin-bottom: 30px !important;
}

.footerBox .border-button:hover {
  color: #fff;
}

.footerBox .border-button:before {
  border: 1px solid #fff;
}

.footerBox a:hover {
  color: #ff8b13;
  transition: 0.2s ease-in;
}

.footerBox h4 {
  color: #d1d1d1;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.2;
  font-family: Outfit_Regular;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.footerBox .parts p {
  margin: 0;
}
.copywriteWrap {
  margin: 0 auto;
  padding: 20px 50px;
}
.copywriteWrap .block .py-2 {
  padding: 0 !important;
}
.copywriteWrap .block P {
  margin: 0;
}
.copywriteWrap p {
  font-size: 14px;
}
.site-footer {
  padding: 0;
}
.footer-first-wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
footer h4 {
  color: #d1d1d1;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.2;
  font-family: Outfit_Regular;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-weight: 700;
}

.parts.address a {
  display: grid;
}

.parts.address a span {
  font-family: Outfit_Regular;
  margin-top: 5px;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 100;
}

.socialmedia {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
  padding: 20px 0;
}

.socialmedia .facebook:hover svg path {
  fill: #4267b2;
  transition: all 0.3s ease-in-out;
}

.socialmedia .twitter:hover svg path {
  fill: #00acee;
  transition: all 0.3s ease-in-out;
}

.socialmedia .linkedin:hover svg path {
  fill: #0072b1;
  transition: all 0.3s ease-in-out;
}

.ssocialmedia .insta:hover svg path {
  fill: url(#rg);
  transition: all 0.3s ease-in-out;
}

.socialmedia .youtube:hover svg path {
  fill: red;
  transition: all 0.3s ease-in-out;
}

.parts.address a span.socialmedia img {
  margin: 10px;
}
@keyframes arrowanimation {
  0% {
    left: 2px;
  }

  40% {
    left: 10px;
  }

  60% {
    left: 5px;
  }

  to {
    left: 0;
  }
}
/* footer section completed */

/*megamenu chnages start */
header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 3;
  top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
header .header-logo {
  white-space: nowrap;
  transition: all 1s cubic-bezier(0.745, 0.065, 0.17, 1);
}
header ul.navbar {
  align-items: center;
  list-style-type: none;
}
header .tb-megamenu {
  background-color: transparent;
}
.tb-megamenu .nav > li {
  padding: 0 10px;
}
.tb-megamenu .nav > li > a,
.tb-megamenu .nav > li > span.tb-megamenu-no-link {
  border-right: 0;
  padding: 0 10px;
  font-size: 16px;
  font-family: Outfit_SemiBold;
  letter-spacing: 0;
  line-height: 1;
  color: #1e394d;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.745, 0.065, 0.17, 1);
  cursor: pointer;
  border: 0;
  position: relative;
  padding: 0 0 10px;
  margin-right: 10px;
}
.tb-megamenu .nav > li > a:focus-visible, .tb-megamenu .nav > li > span:focus-visible{
        outline: 0 !important;
    background-color: #fff !important;
    border-radius: 0;
}
.CareersMenu{
      position: fixed;
    width: 100%;
    left: 0;
    top: 102px;
    background: #fff;
    max-height: 0;
    transition: max-height .5s ease;
    overflow: hidden;
    cursor: auto;
}
@media (min-width: 980px) {
  .tb-megamenu.animate li.level-1.mega > .mega-dropdown-menu {
    position: fixed;
    width: 100%;
    left: 0;
    top: 102px;
    background: #fff;
    max-height: 0;
    transition: max-height 0.5s ease;
    overflow: hidden;
    cursor: auto;
    display: flex;
  }
  .tb-megamenu.animate li.level-1.mega.open > .mega-dropdown-menu,
  .tb-megamenu.animate li.level-1.mega.animating.open > .mega-dropdown-menu {
    max-height: calc(100vh - 102px);
    overflow-y: auto;
    min-height: calc(100vh - 102px);
    z-index: 0;
  }
  .tb-megamenu.animate.elastic
    li.level-1.mega.open
    > .mega-dropdown-menu
    > .mega-dropdown-inner {
    width: 30%;
  }
  .tb-megamenu.animate li.level-1.mega.open > .mega-dropdown-menu::before {
    content: "What We do" !important;
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    right: 20%;
    top: 50%; /* FIXED */
    color: #f9d8af;
    font-size: 92px;
    font-family: Outfit_SemiBold;
    width: 25%;
    line-height: 90px;
    text-transform: capitalize;
    z-index: 10; /* FIXED */
    opacity: 0;
    animation: fadeDown 1s ease forwards;
    animation-delay: 0.5s;
  }
  .tb-megamenu.animate li.level-1.mega.open > .mega-dropdown-menu::after {
    content: "";
    background: url(/themes/custom/divihn_bootstrap/images/what-we-do-menu.png);
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    background-position: 100% 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 45%;
    z-index: -1;
  }
  .tb-megamenu .nav li.dropdown.active > .dropdown-toggle,
  .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle,
  .tb-megamenu .nav > .active > a,
  .tb-megamenu .nav > .active > a:hover,
  .tb-megamenu .nav > .active > a:focus {
    background-color: transparent;
    border-right-color: transparent;
    color: #1e394d;
  }
  .tb-megamenu .nav > li > a:focus,
  .tb-megamenu .nav > li > a:hover,
  .tb-megamenu .nav > li > span.tb-megamenu-no-link:focus,
  .tb-megamenu .nav > li > span.tb-megamenu-no-link:hover {
    color: #ff911d;
  }
  .tb-megamenu.animate.elastic
    li.level-1.mega
    > .mega-dropdown-menu
    > .mega-dropdown-inner
    > .tb-megamenu-row
    > .mega-col-nav
    > .tb-megamenu-column-inner {
    padding: 30px 0;
    background-color: #fff7ede0;
    height: 100%;
  }
  .tb-megamenu.animate.elastic
    li.level-1.mega
    > .mega-dropdown-menu
    > .mega-dropdown-inner
    > .tb-megamenu-row
    > .mega-col-nav
    > .tb-megamenu-column-inner
    > ul {
    padding-bottom: 20px;
  }
  .tb-megamenu.animate.elastic
    li.level-1.mega
    > .mega-dropdown-menu
    > .mega-dropdown-inner
    > .tb-megamenu-row
    > .mega-col-nav
    > .tb-megamenu-column-inner
    > ul
    > li
    > span {
    padding: 10px 20%;
    font-size: 20px;
    font-family: Roboto_Bold;
    color: #000;
    padding: 10px 20%;
    width: 100%;
    display: block;
    text-transform: capitalize;
  }
  .tb-megamenu.animate.elastic
    li.level-1.mega
    > .mega-dropdown-menu
    > .mega-dropdown-inner
    > .tb-megamenu-row
    > .mega-col-nav
    > .tb-megamenu-column-inner
    > ul
    > li
    > .tb-megamenu-submenu
    ul
    > li {
    padding: 0 0 0 20%;
  }
  .tb-megamenu.animate.elastic
    li.level-1.mega
    > .mega-dropdown-menu
    > .mega-dropdown-inner
    > .tb-megamenu-row
    > .mega-col-nav
    > .tb-megamenu-column-inner
    > ul
    > li
    > .tb-megamenu-submenu
    ul
    > li
    > a,
  .tb-megamenu
    li.level-1.open
    li.level-2.open
    li.level-3
    .tb-megamenu-submenu
    .level-4
    > a,
  .tb-megamenu
    li.level-1:last-child.open
    > .mega-dropdown-menu
    > .mega-dropdown-inner
    .level-2
    > span {
    background-image: none;
    background-color: transparent;
    color: #000;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    font-family: Roboto_Regular;
    display: flex;
    padding: 10px 0;
  }
  /* Remove the default :after pseudo-elements */
  .tb-megamenu .dropdown-submenu > a::after,
  .tb-megamenu .dropdown-submenu > span.tb-megamenu-no-link::after {
    content: none !important;
    display: none !important;
  }

  .tb-megamenu
    .mega-group
    > .tb-megamenu-submenu
    ul
    > li.dropdown-submenu
    > a::before,
  .tb-megamenu
    li.level-1.open
    li.level-2.open
    li.level-3
    .tb-megamenu-submenu
    .level-4
    > a::before,
  .level-1.sub-hidden-collapse
    > .perspectives
    > .mega-dropdown-inner
    > .tb-megamenu-row
    .tb-megamenu-column.span2
    .level-2
    ul
    li
    > a::before,
  .tb-megamenu
    li.level-1:last-child.open
    > .mega-dropdown-menu
    > .mega-dropdown-inner
    .level-2
    > span::before,
  .tb-megamenu
    li.level-1:last-child.open
    > .mega-dropdown-menu
    > .mega-dropdown-inner
    > .tb-megamenu-row
    > .mega-col-nav
    > .tb-megamenu-column-inner
    > ul
    > li
    > .tb-megamenu-submenu
    ul
    > li
    > a::before, .submenu-inner li>a span::before {
    content: "";
    display: inline-block;
    -webkit-mask: url("/themes/custom/divihn_bootstrap/images/color-arrow.svg")
      no-repeat center / contain;
    mask: url("/themes/custom/divihn_bootstrap/images/color-arrow.svg")
      no-repeat center / contain;
    background-color: #ff911d; /* orange */
    width: 12.41px;
    height: 10.4px;
    margin-right: 10px;
    margin-top: 3px;
    flex-shrink: 0;
  }
  .tb-megamenu .dropdown-menu li > a,
  .tb-megamenu .dropdown-menu li > span.tb-megamenu-no-link {
    border-top: 0;
  }
  .tb-megamenu li.level-1.open li.level-2.open li.level-3 .tb-megamenu-submenu,
  .tb-megamenu
    li.level-1:last-child.open
    > .mega-dropdown-menu
    > .mega-dropdown-inner
    .level-2
    > .tb-megamenu-submenu {
    box-shadow: none;
    border: 0;
    margin: 0;
    background-color: #fff;
  }
  .tb-megamenu
    li.level-1.open
    li.level-2.open
    li.level-3.open
    .tb-megamenu-submenu {
    visibility: visible;
  }
  .tb-megamenu .span12.mega-col-nav .mega-inner {
    padding: 10px 0;
  }
  .tb-megamenu li.level-1.open li.level-2.open li.level-3.open {
    background-color: #fff;
  }
  .tb-megamenu li.level-1.open li.level-2.open li.level-3 .tb-megamenu-submenu .level-4{
    min-width: 320px;
  }
  .tb-megamenu .nav > li.open:first-child > .mega-dropdown-menu > .mega-dropdown-inner > .tb-megamenu-row > .mega-col-nav > .tb-megamenu-column-inner > ul > li:last-child > .tb-megamenu-submenu
  > .mega-dropdown-inner > .tb-megamenu-row > .mega-col-nav > .mega-inner > ul > li:last-child.open > .dropdown-menu, 
   .tb-megamenu .nav > li.open:first-child > .mega-dropdown-menu > .mega-dropdown-inner > .tb-megamenu-row > .mega-col-nav > .tb-megamenu-column-inner > ul > li:last-child > .tb-megamenu-submenu
  > .mega-dropdown-inner > .tb-megamenu-row > .mega-col-nav > .mega-inner > ul > li:nth-last-child(2).open > .dropdown-menu{
        top: auto;
        bottom: 15px;
  }
  /* Scrollbar width */
  .tb-megamenu.animate
    li.level-1.mega.open
    > .mega-dropdown-menu::-webkit-scrollbar {
    width: 12px; /* same thickness as shown */
  }

  /* Track */
  .tb-megamenu.animate
    li.level-1.mega.open
    > .mega-dropdown-menu::-webkit-scrollbar-track {
    background: #e9e9e9; /* light grey track */
    border-radius: 10px;
  }

  /* Thumb */
  .tb-megamenu.animate
    li.level-1.mega.open
    > .mega-dropdown-menu::-webkit-scrollbar-thumb {
    background: #ff911d; /* your yellow color */
    border-radius: 10px; /* rounded thumb */
    border: 3px solid #e9e9e9; /* creates padding effect like your screenshot */
  }

  /* Hover */
  .tb-megamenu.animate
    li.level-1.mega.open
    > .mega-dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #ff911d;
  }
  .level-1.sub-hidden-collapse > .perspectives::before,
  .level-1.sub-hidden-collapse > .perspectives::after {
    display: none !important;
  }
  .tb-megamenu.animate.elastic
    li.level-1.mega.open
    > .mega-dropdown-menu.perspectives
    > .mega-dropdown-inner {
    width: 100%;
  }
  .level-1.sub-hidden-collapse
    > .perspectives
    > .mega-dropdown-inner
    > .tb-megamenu-row {
    display: flex;
    height: 100%;
  }
  .level-1.sub-hidden-collapse
    > .perspectives
    > .mega-dropdown-inner
    > .tb-megamenu-row
    .tb-megamenu-column.span2 {
    width: 22%;
    height: 100vh;
  }
  .level-1.sub-hidden-collapse
    > .perspectives
    > .mega-dropdown-inner
    > .tb-megamenu-row
    .tb-megamenu-column.span4 {
    width: 31%;
  }
  .level-1.sub-hidden-collapse
    > .perspectives
    > .mega-dropdown-inner
    > .tb-megamenu-row
    .tb-megamenu-column.span6 {
    width: 47%;
  }
  .level-1.sub-hidden-collapse
    > .perspectives
    > .mega-dropdown-inner
    > .tb-megamenu-row
    .tb-megamenu-column.span4,
  .level-1.sub-hidden-collapse
    > .perspectives
    > .mega-dropdown-inner
    > .tb-megamenu-row
    .tb-megamenu-column.span6 {
    margin-left: 0;
  }
  .tb-megamenu.animate.elastic
    li.level-1.mega
    > .mega-dropdown-menu.perspectives
    > .mega-dropdown-inner
    > .tb-megamenu-row
    > .mega-col-nav.span2
    > .tb-megamenu-column-inner {
    background-color: #1e394d;
    height: 100%;
  }
  .level-1.sub-hidden-collapse
    > .perspectives
    > .mega-dropdown-inner
    > .tb-megamenu-row
    .tb-megamenu-column.span4
    > .tb-megamenu-column-inner,
  .level-1.sub-hidden-collapse
    > .perspectives
    > .mega-dropdown-inner
    > .tb-megamenu-row
    .tb-megamenu-column.span6
    > .tb-megamenu-column-inner,
  .level-1.sub-hidden-collapse
    > .perspectives
    > .mega-dropdown-inner
    > .tb-megamenu-row
    .tb-megamenu-column.span6
    > .tb-megamenu-column-inner {
    background-color: #fff !important;
  }
  .tb-megamenu
    li.level-1.sub-hidden-collapse
    > .mega-dropdown-menu.perspectives
    > .mega-dropdown-inner
    > .tb-megamenu-row
    > .mega-col-nav.span2
    > .tb-megamenu-column-inner
    > ul
    > li
    > span,
  .tb-megamenu
    li.level-1.sub-hidden-collapse
    > .mega-dropdown-menu.perspectives
    > .mega-dropdown-inner
    > .tb-megamenu-row
    > .mega-col-nav.span2
    > .tb-megamenu-column-inner
    > ul
    > li.level-2
    ul
    > li
    > a {
    color: #fff;
  }
  .tb-megamenu
    li.level-1.sub-hidden-collapse
    > .mega-dropdown-menu.perspectives
    > .mega-dropdown-inner
    > .tb-megamenu-row
    > .mega-col-nav.span2
    > .tb-megamenu-column-inner
    > ul
    > li.level-2
    ul
    > li:hover
    a {
    color: #1e394d !important;
  }
  .tb-megamenu
    li.level-1.sub-hidden-collapse
    > .mega-dropdown-menu.perspectives
    > .mega-dropdown-inner
    > .tb-megamenu-row
    > .mega-col-nav.span2
    > .tb-megamenu-column-inner
    > ul
    > li.level-2
    ul
    > li:hover {
    background-color: #fff;
  }
  .level-1.sub-hidden-collapse
    > .perspectives
    > .mega-dropdown-inner
    > .tb-megamenu-row
    .tb-megamenu-column.span4
    > .tb-megamenu-column-inner {
    background-color: #fff !important;
  }
  .level-1.sub-hidden-collapse
    > .perspectives
    > .mega-dropdown-inner
    > .tb-megamenu-row
    .tb-megamenu-column.span4
    > .tb-megamenu-column-inner
    .view-header,
  .level-1.sub-hidden-collapse
    > .perspectives
    > .mega-dropdown-inner
    > .tb-megamenu-row
    .tb-megamenu-column.span6
    > .tb-megamenu-column-inner
    .view-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .level-1.sub-hidden-collapse
    > .perspectives
    > .mega-dropdown-inner
    > .tb-megamenu-row
    .tb-megamenu-column.span4
    > .tb-megamenu-column-inner
    .view-header
    h3,
  .level-1.sub-hidden-collapse
    > .perspectives
    > .mega-dropdown-inner
    > .tb-megamenu-row
    .tb-megamenu-column.span6
    > .tb-megamenu-column-inner
    .view-header
    h3 {
    font-size: 24px;
    line-height: 1.2;
    font-family: Outfit_Medium;
    color: #1e394d;
    font-weight: 400;
    padding: 10px 40px;
  }
  .level-1.sub-hidden-collapse
    > .perspectives
    > .mega-dropdown-inner
    > .tb-megamenu-row
    .tb-megamenu-column.span4
    > .tb-megamenu-column-inner
    .view-header
    > a.border-button,
  .level-1.sub-hidden-collapse
    > .perspectives
    > .mega-dropdown-inner
    > .tb-megamenu-row
    .tb-megamenu-column.span6
    > .tb-megamenu-column-inner
    .view-header
    > a.border-button {
    display: inline-flex;
    padding: 0 1.7rem;
  }
  .level-1.sub-hidden-collapse
    > .perspectives
    > .mega-dropdown-inner
    > .tb-megamenu-row
    .tb-megamenu-column.span4
    > .tb-megamenu-column-inner
    .view-header
    > a.border-button:hover,
  .level-1.sub-hidden-collapse
    > .perspectives
    > .mega-dropdown-inner
    > .tb-megamenu-row
    .tb-megamenu-column.span4
    > .tb-megamenu-column-inner
    .view-header
    > a.border-button:hover {
    color: #fff !important;
  }
  .level-1.sub-hidden-collapse
    > .perspectives
    > .mega-dropdown-inner
    > .tb-megamenu-row
    .tb-megamenu-column.span4
    > .tb-megamenu-column-inner
    .view-content,
  .level-1.sub-hidden-collapse
    > .perspectives
    > .mega-dropdown-inner
    > .tb-megamenu-row
    .tb-megamenu-column.span6
    > .tb-megamenu-column-inner
    .view-content {
    width: 100%;
    margin-left: 0;
  }
  .level-1.sub-hidden-collapse
    > .perspectives
    > .mega-dropdown-inner
    > .tb-megamenu-row
    .tb-megamenu-column.span4
    > .tb-megamenu-column-inner
    .view-content
    > .views-row {
    padding: 0 40px;
  }
  .level-1.sub-hidden-collapse
    > .perspectives
    > .mega-dropdown-inner
    > .tb-megamenu-row
    .tb-megamenu-column.span4
    > .tb-megamenu-column-inner
    .view-content
    .field__item {
    background: #000;
  }
  .level-1.sub-hidden-collapse
    > .perspectives
    > .mega-dropdown-inner
    > .tb-megamenu-row
    .tb-megamenu-column.span4
    > .tb-megamenu-column-inner
    .view-content
    .field__item
    > img {
    opacity: 0.7;
    margin-bottom: 5px;
  }
  .level-1.sub-hidden-collapse
    > .perspectives
    > .mega-dropdown-inner
    > .tb-megamenu-row
    .tb-megamenu-column.span4
    > .tb-megamenu-column-inner
    .view-content
    .views-field-type,
  .level-1.sub-hidden-collapse
    > .perspectives
    > .mega-dropdown-inner
    > .tb-megamenu-row
    .tb-megamenu-column.span4
    > .tb-megamenu-column-inner
    .view-header
    .view-header-content
    > h2 {
    display: none;
  }
  .level-1.sub-hidden-collapse
    > .perspectives
    > .mega-dropdown-inner
    > .tb-megamenu-row
    .tb-megamenu-column.span4
    > .tb-megamenu-column-inner
    .view-content
    .views-field-title
    a {
    font-size: 16px;
    line-height: 18px;
    font-family: Outfit_Medium;
    color: #222220;
    font-weight: 400;
    padding: 20px 0;
    white-space: normal;
  }
  .level-1.sub-hidden-collapse
    > .perspectives
    > .mega-dropdown-inner
    > .tb-megamenu-row
    .tb-megamenu-column.span6
    > .tb-megamenu-column-inner
    .view-fear {
    flex-direction: column;
  }
  .level-1.sub-hidden-collapse
    > .perspectives
    > .mega-dropdown-inner
    > .tb-megamenu-row
    .tb-megamenu-column.span6
    > .tb-megamenu-column-inner
    .view-header {
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 12%;
  }
  .level-1.sub-hidden-collapse
    > .perspectives
    > .mega-dropdown-inner
    > .tb-megamenu-row
    .tb-megamenu-column.span6
    > .tb-megamenu-column-inner
    .view-content
    .views-field-title,
  .level-1.sub-hidden-collapse
    > .perspectives
    > .mega-dropdown-inner
    > .tb-megamenu-row
    .tb-megamenu-column.span6
    > .tb-megamenu-column-inner
    .view-content
    .views-field-field-description {
    padding: 10px 60px;
  }
  .level-1.sub-hidden-collapse
    > .perspectives
    > .mega-dropdown-inner
    > .tb-megamenu-row
    .tb-megamenu-column.span6
    > .tb-megamenu-column-inner
    .view-content
    .views-field-title
    h3
    a,
  .level-1.sub-hidden-collapse
    > .perspectives
    > .mega-dropdown-inner
    > .tb-megamenu-row
    .tb-megamenu-column.span6
    > .tb-megamenu-column-inner
    .view-content
    .views-field-title
    h3 {
    font-size: 18px;
    font-family: Outfit_Medium;
    color: #222220;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    white-space: normal;
    line-height: 22px;
  }
  .level-1.sub-hidden-collapse
    > .perspectives
    > .mega-dropdown-inner
    > .tb-megamenu-row
    .tb-megamenu-column.span6
    > .tb-megamenu-column-inner
    .view-content
    .views-field-field-description
    p,
  .level-1.sub-hidden-collapse
    > .perspectives
    > .mega-dropdown-inner
    > .tb-megamenu-row
    .tb-megamenu-column.span6
    > .tb-megamenu-column-inner
    .view-content
    .views-field-field-description {
    font-size: 14px;
    font-family: Outfit_Regular;
    color: #707070;
    padding-top: 0;
    padding-bottom: 0;
    line-height: normal;
  }
  .level-1.sub-hidden-collapse
    > .perspectives
    > .mega-dropdown-inner
    > .tb-megamenu-row
    .tb-megamenu-column.span6
    > .tb-megamenu-column-inner
    .view-content
    .views-field-title {
    padding-bottom: 0;
    padding-top: 0;
  }
  .level-1.sub-hidden-collapse
    > .perspectives
    > .mega-dropdown-inner
    > .tb-megamenu-row
    .tb-megamenu-column.span4
    > .tb-megamenu-column-inner
    .view-header
    .border-button,
  .level-1.sub-hidden-collapse
    > .perspectives
    > .mega-dropdown-inner
    > .tb-megamenu-row
    .tb-megamenu-column.span6
    > .tb-megamenu-column-inner
    .view-header
    .border-button {
    display: inline-flex;
  }
  .level-1.sub-hidden-collapse
    > .perspectives
    > .mega-dropdown-inner
    > .tb-megamenu-row
    .tb-megamenu-column.span4
    > .tb-megamenu-column-inner
    .view-header
    .border-button:hover,
  .level-1.sub-hidden-collapse
    > .perspectives
    > .mega-dropdown-inner
    > .tb-megamenu-row
    .tb-megamenu-column.span6
    > .tb-megamenu-column-inner
    .view-header
    .border-button:hover {
    color: #fff !important;
  }
  .tb-megamenu
    li.level-1:last-child.open
    > .mega-dropdown-menu
    > .mega-dropdown-inner
    .level-2
    > span {
    font-size: 16px !important;
    font-family: Roboto_Regular !important;
    display: flex !important;
  }
  .tb-megamenu
    li.level-1:last-child.open
    > .mega-dropdown-menu
    > .mega-dropdown-inner,
  .tb-megamenu
    li.level-1:last-child.open
    > .mega-dropdown-menu
    > .mega-dropdown-inner
    > .tb-megamenu-row,
  .tb-megamenu
    li.level-1:last-child.open
    > .mega-dropdown-menu
    > .mega-dropdown-inner
    > .tb-megamenu-row
    > .tb-megamenu-column,
  .tb-megamenu
    li.level-1:last-child.open
    > .mega-dropdown-menu
    > .mega-dropdown-inner
    > .tb-megamenu-row
    > .tb-megamenu-column
    > .tb-megamenu-column-inner {
    height: 100vh;
  }
  .tb-megamenu li.level-1:last-child.open li.level-2.open {
    background-color: #fff;
  }
  .tb-megamenu.animate
    li.level-1:last-child.mega.open
    > .mega-dropdown-menu::before {
    content: "Government" !important;
  }
  .tb-megamenu.animate
    li.level-1:last-child.mega.open
    > .mega-dropdown-menu::after {
    background: url(/themes/custom/divihn_bootstrap/images/government-menu.png);
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 45%;
    height: 300px;
  }
  .tb-megamenu.animate
    li.level-1.mega.open
    > .mega-dropdown-menu
    .level-2
    .tb-megamenu-column
    .tb-megamenu-column-inner {
    padding: 0;
  }
  .CareersMenu.is-open{
      max-height: calc(100vh - 102px);
}
.CareersMenu.is-open:after {
    content: "";
    background: url(/sites/default/files/2025-12/careersMenuBg.c1aa1ebe.jpg);
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    background-position: 100% 0;
    height: 300px;
    background-repeat: no-repeat;
    background-size: 45%;
    z-index: -1
}
.CareersMenu.is-open:before {
    content: "Jobs at DivIHN";
    position: absolute;
    top: auto;
    right: 20%;
    bottom: 10%;
    color: #f9d8af;
    font-size: 92px;
    font-family: Outfit_SemiBold;
    width: 25%;
    line-height: 90px;
    text-transform: capitalize;
    animation: fadeDown 1s ease forwards;
    animation-delay: .5s;
}
.primary-btn[data-content="Careers"].active:before {
    content: "Jobs at DivIHN";
}
.careermenu .submenuWrapp{
          width: 27%;
          padding: 30px 0;
        background-color: #fff7ede0;
        height: 100vh;
}
.careermenu .submenu-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 0;
}
.careermenu .submenu-inner li {
    display: block;
    width: 100%;
    padding: 0 20% !important;
}
.careermenu .submenu-inner li.active, .careermenu .submenu-inner li:hover {
    background-color: #fff;
}
.careermenu .submenu-inner li a span {
    cursor: pointer;
    font-size: 16px;
    font-family: Roboto_Regular;
    color: #000;
}
.careermenu .submenu-inner li.active>a span {
    color: #ff911d;
}
.careermenu .submenu-inner li ul {
    display: flex;
    align-items: flex-start;
    position: absolute;
    left: calc(25% + 2rem);
    top: 0;
    width: calc(25% - 2rem);
    flex-wrap: wrap;
    padding: 70px 0;
    justify-content: flex-start;
    max-height: 0;
    transition: max-height .5s ease;
    opacity: 0;
    visibility: hidden;
}
.careermenu .submenu-inner li.active ul {
    max-height: calc(100vh - 200px);
    opacity: 1;
    visibility: visible;
    transition: max-height .5s ease;
}
.careermenu .submenu-inner li.active ul {
    padding: 30px 0;
}
.careermenu .submenu-inner li a {
    padding: 8px 0;
    position: relative;
}
  @keyframes fadeDown {
    0% {
      top: 45%;
      opacity: 0;
    }

    to {
      top: 50%;
      opacity: 1;
    }
  }
}
@media screen and (min-width: 992px) {
  .tb-megamenu .level-1 > a::after, .tb-megamenu .level-1 > span::after {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    display: block;
    content: "";
    background-color: #ff911d;
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s linear;
    margin-left: 0;
    color: #1e394d;
  }
  .tb-megamenu a:hover,  .tb-megamenu .nav > li > span.tb-megamenu-no-link:hover {
    color: #ff911d !important;
    transition: all 0.5s cubic-bezier(0.745, 0.065, 0.17, 1);
  }
  .tb-megamenu a:hover::after, .tb-megamenu span:hover::after {
    width: 100%;
  }
  .header-menu .nav-link::after {
    content: "";
    background-color: #ff911d;
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s linear;
    border: 0;
    margin: 0;
  }
  .header-menu .nav-link:hover::after,
  .header-menu .nav-item.active .nav-link::after {
    transform: scaleX(1);
    width: 100%;
  }
  .navbar .navbar-nav li:hover a {
    color: #d56a00;
    transition: all 0.5s cubic-bezier(0.745, 0.065, 0.17, 1);
  }
  header .header-logo img {
    height: 63px;
  }
}
@media screen and (max-width: 992px) {
  header {
    padding: 8px 0;
  }
  .header-actions {
    margin: 0 !important;
  }
  .header-actions a[href="/careers"] {
    display: none;
  }
  .header-actions .region-header-actions .field__item > p {
    margin: 0;
  }
  .header-actions a[href="/contact-us"] {
    border: 1px solid #ff911d;
    min-height: 40px;
    left: 20px;
    padding: 0.5rem 1rem;
  }
  #search-toggle .sr-only {
    display: none !important;
  }
  .header-actions .action-item {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    min-width: 180px;
  }
  .header-actions .fa-search:before {
    font-family: none !important;
    content: "" !important;
  }
  .header-actions .fa-search:before {
    content: "" !important;
    font-family: none !important;
    background: url("/themes/custom/divihn_bootstrap/images/search-icon.svg")
      no-repeat center center;
    background-size: 100% 100%;
    width: 26px;
    height: 25px;
    display: inline-block;
  }
  .header-actions #search-toggle {
    padding: 0;
  }
  .header-container .header-logo {
    order: 1;
  }
  .header-container .header-menu {
    order: 3;
  }
  .header-container .header-actions {
    order: 2;
    margin: 0 !important;
  }
  .header-menu .btn-navbar {
    border: 0;
    box-shadow: none;
    background-color: transparent !important;
    padding: 0;
    margin: 0;
    color: #000 !important;
    text-shadow: none;
    font-size: 25px;
    background-image: none;
  }
  .header-menu .btn-navbar:focus {
    outline: 0;
  }

  .navbar .navbar-nav .nav-item {
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px solid #22568b;
  }
  /* Navbar collapse panel */
  .navbar-collapse {
    position: fixed !important;
    top: 62px;
    right: 0;
    width: 100%;
    background: #fff;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
    padding: 20px 25px;
    border-top: 1px solid #22568b;
    overflow-y: auto;
    z-index: 9999;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    height: calc(100vh - 60px);
    padding: 34px 26px;
  }

  /* When menu is open */
  .navbar-collapse.show {
    transform: translateX(0);
  }

  /* Each main link */
  .navbar-nav > .nav-item > .nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    font-size: 16px;
    color: #222;
    text-decoration: none;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 500;
  }

  /* .navbar-nav > .nav-item > .nav-link[aria-expanded="true"] {
    color: #ff911d;
  } */

  /* Dropdown caret style */

  .navbar-nav > .nav-item.dropdown .nav-link.dropdown-toggle::after,
  .navbar-nav
    .nav-item.dropdown
    .nav-link.dropdown-toggle
    + .dropdown-menu
    a.dropdown-toggle::after {
    content: "";
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    right: 0;
    margin-bottom: 5px;
    transition: all 0.3s;
    border-color: #22568b;
    right: 10px;
    top: 12px;
    border-top: 0;
    border-left: 0;
    left: auto;
    background-color: transparent;
  }
  .navbar-nav
    > .nav-item.dropdown
    > .nav-link.dropdown-toggle[aria-expanded="true"]::after,
  .navbar-nav
    .nav-item.dropdown
    .nav-link.dropdown-toggle
    + .dropdown-menu
    a.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(-135deg);
  }
  /* Submenu styling */
  .navbar-nav .dropdown-menu {
    border: none;
    box-shadow: none;
    padding: 0 0 0 15px;
    margin: 0;
    background: transparent;
  }

  .navbar-nav .dropdown-item {
    padding: 8px 0;
    font-size: 15px;
    color: #333;
  }

  .navbar-nav .dropdown-item:hover {
    color: #d56a00;
    background: none;
  }

  /* Optional scrollbar styling */
  .navbar-collapse::-webkit-scrollbar {
    width: 6px;
  }

  .navbar-collapse::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
  }

  .navbar .navbar-nav .nav-item > a {
    width: 100%;
  }
  .navbar-nav .dropdown-menu.p-3 {
    padding: 0 !important;
  }
  .navbar-nav .dropdown-menu > li h6 {
    font-size: 20px;
    font-family: Roboto_Bold;
    color: #000 !important;
    padding: 10px 0;
    width: 100%;
    display: block;
    text-transform: capitalize !important;
  }
  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu > li a::before {
    content: "";
    display: inline-block;
    -webkit-mask: url("/themes/custom/divihn_bootstrap/images/color-arrow.svg")
      no-repeat center / contain;
    mask: url("/themes/custom/divihn_bootstrap/images/color-arrow.svg")
      no-repeat center / contain;
    background-color: #ff911d;
    width: 12.41px;
    height: 10.4px;
    margin-right: 10px;
    margin-top: 3px;
  }
  .navbar .navbar-nav .nav-item a.show {
    color: #d56a00;
  }
  .navbar .navbar-nav .nav-item a {
    cursor: pointer;
    font-size: 16px;
    font-family: Roboto_Regular;
    color: #000;
    white-space: normal;
  }
  .navbar .navbar-nav .nav-item > a {
    font-size: 16px;
    font-family: Outfit_SemiBold;
    letter-spacing: 0;
    line-height: 1;
    color: #1e394d;
    opacity: 1;
    cursor: pointer;
    border: 0;
    position: relative;
    padding: 0 0 10px;
  }
  header .navbar {
    background-color: transparent !important;
  }
  header .navbar > .container-fluid {
    padding: 0;
  }
  header .navbar > .container-fluid > p {
    display: contents;
  }
  header .navbar .navbar-toggler:focus {
    box-shadow: none;
  }
  header .navbar .navbar-toggler {
    border: 0;
    outline: 0;
    padding: 0;
  }
  header .navbar .navbar-toggler[aria-expanded="true"] > .navbar-toggler-icon {
    background-image: url("/themes/custom/divihn_bootstrap/images/close-204.svg");
  }
}
/*megamenu chnages end */

/* First banner section start */
.view-banner-view > .row,
.spotlightBanner > .row {
  margin: 0;
}
.textbox {
  position: absolute;
  left: 0;
  z-index: 3;
  max-width: 600px;
}
.textbox .banner-title,
.textbox .banner-title p {
  font-size: 42px;
  font-family: Outfit_Medium;
  font-weight: 400;
  line-height: 2;
  color: #222220;
  margin-bottom: 0;
  max-width: 600px;
  line-height: 1.33 !important;
}
.textbox .banner-title,
.textbox .banner-description {
  display: block;
  font-size: 18px;
  font-family: Outfit_Regular;
  line-height: 1.8;
  margin-bottom: 0;
  width: -moz-fit-content;
  max-width: 600px;
  padding: 0 10px;
}
.textbox .banner-title h1 {
  width: max-content;
}
/*2nd way */
.paragraph--type--spotlight-banner .container {
  padding-right: 0 !important;
}
.textbox {
  position: absolute;
  left: 3%;
  z-index: 3;
  max-width: 600px;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
}
.textbox .banner-title {
  display: block;
  line-height: 1.33;
  font-size: 42px;
  font-family: Outfit_Medium;
}
.textbox .banner-description p, .hero-section .hero-description p, .hero-section-wrap .hero-description p {
  display: block;
  padding: 4px;
  line-height: 1.8;
  margin-bottom: 0;
  font-family: Outfit_Regular;
      width: fit-content;
}
.hero-section .hero-description .bullet-text-wrapper ul li{
    padding: 4px;
  line-height: 1.8;
  margin-bottom: 0;
  font-family: Outfit_Regular;
}
.hero-section .hero-description p{
  color: #fff;
  font-family: 'Outfit_SemiBold';
}
.hero-section .hero-description .bullet-text-wrapper ul li{
  color: #fff;
}
.hero-section-wrap .hero-description p{
  color: #222220;
}
.textbox .banner-description p small{
    display: block;
     margin-bottom: 3px;
}
.textbox .banner-description p span{
    background: hsla(0, 0%, 100%, 0.85); /* transparent white layer */
  backdrop-filter: blur(10px); /* blur the background behind text */
  -webkit-backdrop-filter: blur(10px); /* Safari support */
}
.textbox .banner-description p:last-child {
  background: none;
  backdrop-filter: none;
}

.paragraph--type--spotlight-banner {
  position: relative;
  overflow: hidden;
    height: 100vh;
    min-height: 100vh;
}

.paragraph--type--spotlight-banner
  .swiper-pagination.swiper-pagination-bullets {
  right: 10%;
  position: absolute;
  bottom: 22%;
  left: auto;
  display: inline-flex;
  width: auto !important;
}

/* Arrows aligned with the same vertical position */
.paragraph--type--spotlight-banner .swiper-button-prev,
.paragraph--type--spotlight-banner .swiper-button-next {
  position: absolute;
  bottom: 19%; /* same as pagination */
  transform: translateY(0);
  top: auto;
  background-color: transparent;
}

/* Left arrow – placed before pagination */
.paragraph--type--spotlight-banner .swiper-button-prev {
  right: 21%;
  left: auto; /* adjust to your preference */
}

/* Right arrow – sits at far right */
.paragraph--type--spotlight-banner .swiper-button-next {
  right: 4%; /* adjust to your preference */
}

/* 3rd way */
.paragraph--type--spotlight-banner .banner-slide {
  margin: 0;
}
.paragraph--type--spotlight-banner .banner-slide .banner-image {
  padding: 0;
  height: 100vh;
}
.paragraph--type--spotlight-banner .banner-slide .banner-image video {
    object-fit: cover;
}
.paragraph--type--spotlight-banner .banner-slide .banner-image * {
    width: 100%;
    height: 100%;
}
.textbox .banner-title {
  font-size: 42px;
  font-family: Outfit_Medium;
  font-weight: 400;
  line-height: 2;
  color: #222220;
  margin-bottom: 0;
  max-width: 600px;
  line-height: 1.33 !important;
  padding: 0 10px;
}
.textbox .banner-title h2,
.textbox .banner-title h2 span,
.textbox .banner-title h1 span {
  line-height: 1.33;
  font-size: 42px;
  font-family: Outfit_Medium;
  color: #222220;
}
.textbox .banner-title h2 small,
.textbox .banner-title h1 small{
      display: block;
}
.textbox .banner-title h2 span,
.textbox .banner-title h1 span{
      background: hsla(0, 0%, 100%, .85);
    padding: 0;
    line-height: 1.33 !important;
}
.paragraph--type--spotlight-banner .banner-image .field--type-image {
  margin: 0;
}
.paragraph--type--spotlight-banner .banner-image .imgbox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center;
  z-index: 2;
  opacity: 1;
  animation: none; /* animation will handle timing */
  animation-delay: 0.1s;
}
/* When visible, fade out the mask */
/* .paragraph--type--spotlight-banner.maskAnimation .banner-image .imgbox img {
  animation: maskBlast 1.2s ease-in-out forwards;
}
.paragraph--type--spotlight-banner:not(.maskAnimation)
  .banner-image
  .imgbox
  img {
  animation: maskBlast 1.2s ease-in-out reverse forwards; 
} */

/* .paragraph--type--spotlight-banner:hover .banner-image .imgbox img{
  animation: maskBlast 1.2s ease-in-out forwards;
} */


.paragraph--type--spotlight-banner .field--name-field-media-image img {
  margin-bottom: 0;
}

/* mask images */
.paragraph--type--spotlight-banner .imgbox {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

.paragraph--type--spotlight-banner .bannerImg {
  display: block;
  width: 100%;
  height: auto;
}

/* real media below mask */
/* .paragraph--type--spotlight-banner .banner-image {
  position: relative;
  z-index: 1;
} */

/* First banner section end */

/* Our Promise section start */
.ourPromiseWrapp {
  position: relative;
}
.ourPromise {
  padding: 0 3% !important;
}
.sectionTitle,
.view-perspectives .why-us-heading {
  font-size: 20px;
  font-family: Outfit_Medium;
  width: max-content;
  line-height: 1;
}
.view-perspectives .why-us-heading, #clientsuccess .sectionTitle {
  color: #22568b;
}
#clientsuccess .sectionTitle{
  font-size: 20px;
}
.ourPromise .headingBox {
  padding: 15px 70px 15px 100px;
}
.ourPromise .promise-title > span {
  background: transparent
    linear-gradient(90deg, #ff911d 50%, rgba(0, 0, 0, 0.1) 0);
  background-size: 200% 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  position: relative;
  display: inline-block;
  background-position-x: 0%;
  font-weight: 600 !important;
  font-family: Outfit_Regular;
      font-size: 42px;
}
.ourPromise .promise-title{
      font-size: 42px;
}
/* Our Promise section completed */

/*whatwedo sectin start */
.whatwedo {
  padding-left: 3%;
  padding-right: 3%;
}
.whatwedo .first-fold .leftSide {
  padding-right: 6% !important;
}
.whatwedo .first-fold .leftSide h2, .quotes-section .section-title .field, .quotes-section .left-text .field__item h2, .quotes-section .right-text .field__item h2  {
  font-size: 42px;
  font-family: Outfit_Medium;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.whatwedo .first-fold .leftSide p,
.paragraph--type--success-for-clients p {
  color: #222220;
  font-size: 18px;
  font-family: Outfit_Light;
  line-height: 1.2;
  margin-bottom: 3px;
  padding: 15px 0 0;
}
.paragraph--type--success-for-clients p{
      font-size: 16px;
}
.tab-card {
  width: 100%;
  min-height: 315px;
  padding: 30px 20px;
  border: 0;
}
.tab-card:hover, .commercialWrap .field--name-field-grids > .field__item .paragraph--type--grid-items:hover, 
.tiles-section .row .col-2:hover {
  background: #f9d8af !important;
}
.tabicons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
  position: relative;
}

.tabicons {
  padding-bottom: 25px;
}
.first-fold .tab-card:nth-child(2n) {
  background: #fff7ed;
}

.first-fold .tab-card:nth-child(odd) {
  background: #fff;
}

.second-fold .tab-card {
  width: calc(100% / 4);
}

.second-fold .tab-card:nth-child(2),
.second-fold .tab-card:nth-child(4) {
  background: #fff;
}

.second-fold .tab-card:first-child,
.second-fold .tab-card:nth-child(3),
.second-fold .tab-card:nth-child(4),
.second-fold .tab-card:nth-child(6),
.paragraph--type--success-for-clients .blazy--field-success-grids > li {
  background: #fff7ed;
}
.tab-card .tabicons img {
  width: 69px;
  height: 69px;
  filter: brightness(0) saturate(100%) invert(75%) sepia(30%) saturate(6478%)
    hue-rotate(343deg) brightness(103%) contrast(104%);
}

.tab-card:hover .tabicons img, .commercialWrap .paragraph--type--grid-items:hover img {
  filter: brightness(0);
}
.tabicons .readMore {
  width: 50px;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border: 1px solid #d1d1d1;
  border-radius: 50%;
  transition: all 0.8s cubic-bezier(0.745, 0.065, 0.17, 1) !important;
}
.tabicons h3 {
  display: none;
}
.card-body h3,
.paragraph--type--success-for-clients
  .blazy--field-success-grids
  > li
  .field--name-field-title, .commercialWrap .paragraph--type--grid-items h3 > .field--name-field-title{
  font-size: 24px;
  font-family: Outfit_SemiBold !important;
  line-height: 1;
  margin-bottom: 15px;
  color: #222220;
  min-height: 57px;
}
.card-body h3{
  min-height: auto;
}
#perspectives .card-body h3 > a{
  font-family: Outfit_Light;
  font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1
}
#tab-services .card-body h3{
  font-size: 26px;
}
.card-body h3 > a,
.paragraph--type--success-for-clients
  .blazy--field-success-grids
  > li
  .field--name-field-title {
  font-family: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Limits to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: calc(1.2em * 3); /* Adjust line height if needed */
  line-height: 1.2;
}
.tab-card:hover,
.paragraph--type--success-for-clients .blazy--field-success-grids > li:hover {
  background: #f9d8af !important;
}
.tab-card:hover .tabicons .readMore {
  background-color: #ffa21a;
  border: 1px solid #ffa21a;
}

.tab-card:hover .tabicons .readMore svg path {
  fill: #fff;
}

.tab-card:hover .tabicons .readMore svg {
  animation-name: arrowbouncing;
  animation-duration: 0.9s;
  animation-delay: 1s;
  animation-timing-function: linear;
}
.tab-card .card-body {
  padding: 0;
}
.tab-card .card-body p{
      color: #222220;
    font-size: 16px;
    font-family: Outfit_Light;
    line-height: 1.2;
    margin-bottom: 3px;
}
.whatwedo .second-fold .nav-tabs {
  border: 0;
}
.second-fold .nav-tabs .nav-link {
  font-size: 24px;
  font-family: Outfit_Medium;
  color: #00568f;
  border: 1px solid transparent;
  padding: 10px 30px;
  cursor: pointer;
  line-height: normal;
}
.second-fold .nav-tabs .nav-link.active {
  border-bottom: 1px solid #ff911d;
  color: #00568f;
    background: transparent linear-gradient(90deg, #ff911d 50%, rgba(0, 0, 0, 0.1) 0);
    background-size: 200% 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    position: relative;
}
@keyframes arrowbouncing {
  0% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }

  25% {
    opacity: 0;
    transform: translateX(10px) scale(0.9);
  }

  26% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9);
  }

  55% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

/*whatwedo sectin end */

/*Perspectives section start */
.view-perspectives {
  padding: 0 3% !important;
}
.view-perspectives .view-header .why-us-heading {
  font-size: 24px;
  font-family: Outfit_Medium;
  width: max-content;
  line-height: 1;
  color: #22568b;
}
.view-perspectives .view-header h2 {
  font-size: 42px;
  font-family: Outfit_Medium;
  font-weight: 400;
  line-height: normal;
  color: #222220;
}
/* .view-perspectives .view-header{
        position: relative;
}
.view-perspectives .view-header-content{
        margin-top: 15px;
            position: absolute;
    top: 0;
    right: 0;
    left: auto;
} */
.view-perspectives .view-header-content  {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.view-perspectives .view-content {
  margin-top: 25px;
}
.view-perspectives .view-content .card .card-img-top .field--type-image,
.view-perspectives .view-content .card .card-img-top .field--type-image img {
  margin: 0;
}
.view-perspectives .view-content .card {
  position: relative;
  border: 0;
  box-shadow: none !important;
}
.view-perspectives .view-content .card:hover .card-img-top img {
  transform: scale(1.2);
  transition: all 0.8s cubic-bezier(0.745, 0.065, 0.17, 1) !important;
}
.view-perspectives .view-content .card .card-img-top img {
  width: 100%;
  object-fit: cover;
  transition: all 0.8s cubic-bezier(0.745, 0.065, 0.17, 1) !important;
}
.view-perspectives .view-content .card .card-img-top {
  overflow: hidden;
  will-change: unset;
  border-radius: 0;
}
.view-perspectives .view-content .card .card-body {
  padding: 10px 20px 20px;
  position: relative;
  margin: -70px 30px 0;
  background: rgba(229, 254, 255, 0.88);
  min-height: 212px;
}
.view-perspectives .view-content .card .card-body h2 {
  font-size: 28px;
  font-family: Outfit_Light;
  color: #222220;
  padding-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1;
  font-weight: 700;
  margin: 0;
  padding-bottom: 0;
}
.view-perspectives .view-content .card .card-body p {
  font-size: 16px;
  font-family: Outfit_Light;
  color: #222220;
  margin-bottom: 10px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.view-perspectives .swiper-pagination {
  display: flex;
  align-content: center;
  justify-content: center;
  bottom: 4%;
}
.view-perspectives .swiper,
.view-success-stories .swiper {
  padding-bottom: 5%;
}
/* arrow image inside the circle start*/

.arrow-btn, .capability-arrow {
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 1px solid #ffa21a;
  border-radius: 50%;
  background-color: transparent;
  position: relative;
  text-indent: -9999px; /* keep text for screen readers but hide visually */
  overflow: hidden;
  transition: all 1s cubic-bezier(0.745, 0.065, 0.17, 1);
}

/* base arrow (already right-pointing) */
.arrow-btn::before, .capability-arrow::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 8px;
  background-image: url("/themes/custom/divihn_bootstrap/images/blackArrowRight.png"); /* already right-pointing */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* center, no flip */
  transition: all 1s cubic-bezier(0.745, 0.065, 0.17, 1);
}

/* hover background color */
.arrow-btn:hover, .capability-arrow:hover {
  background-color: #ffa21a;
}

/* hover arrow (also already right-pointing) */
.arrow-btn:hover::before, .capability-arrow:hover::before {
  background-image: url("/themes/custom/divihn_bootstrap/images/color-arrow.svg"); /* already right-pointing */
  transform: translate(-50%, -50%); /* keep same centering */
  animation: arrowbouncingSlider 0.9s linear 1s;
}

/* animation: keep transforms relative to centering, NO flipping */
@keyframes arrowbouncingSlider {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) translateX(0) scale(1);
  }
  25% {
    opacity: 0;
    transform: translate(-50%, -50%) translateX(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translate(-50%, -50%) translateX(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translate(-50%, -50%) translateX(0) scale(1);
  }
}

/* arrow image inside the circle end*/

/* swiper slider start */
.swiper .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  margin: 0 5px !important;
}
.swiper .swiper-pagination-bullet-active {
  background: #ff8913;
}

.swiper-button-prev {
  top: 95%;
  left: 21%;
  transform: translateX(-21%);
}
.swiper-button-next {
  top: 95%;
  right: 21%;
}

/* Remove default Swiper icons */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("/themes/custom/divihn_bootstrap/images/next-arrow.svg"); /* White arrow */
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease, background-image 0.3s ease;
  background-position: center;
}

.swiper-button-prev::after {
  transform: rotate(180deg);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  border-color: #f58220;
  background-color: #f58220;
}

.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
  background-image: url("/themes/custom/divihn_bootstrap/images/color-arrow.svg");
}

.swiper-button-prev:hover::after {
  animation: arrowMoveLeft 0.6s ease-in-out infinite alternate;
}
.swiper-button-next:hover::after {
  animation: arrowMoveRight 0.6s ease-in-out infinite alternate;
}

@keyframes arrowMoveLeft {
  from {
    transform: rotate(180deg) translateX(0);
  }
  to {
    transform: rotate(180deg) translateX(-4px);
  }
}
@keyframes arrowMoveRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(4px);
  }
}

/* swiper slider end */

/*Perspectives section end */

/*why_us section start */
.why-us-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0 40px;
  margin-bottom: 80px;
  min-height: calc(100vh - 200px);
  padding-bottom: 80px !important;
}
.why-us-section .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.why-us-section .container .headingBox .why-us-section .container .whyusList,
.why-us-section .container .leadershipBox {
  padding: 45px 0;
}
.why-us-section .why-us-heading {
  font-size: 24px;
  font-family: Outfit_Medium;
  width: max-content;
  position: relative;
  line-height: 1;
  color: #22568b;
}
.why-us-section .why-us-desc p,
.why-us-section .why-us-desc p > strong {
  font-size: 42px;
  font-family: Outfit_Medium;
  font-weight: 400;
  line-height: normal;
  margin-top: 15px;
  color: #222220;
  margin-bottom: 0;
}
.why-us-section .why-us-desc p {
  padding-bottom: 60px;
}
.whyusList ul.leadership-list {
  margin-right: 40px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding-right: 10px;
  justify-content: space-between;
}
.whyusList ul.leadership-list .leadership-item h3 {
  font-size: 26px;
  font-family: Outfit_Medium;
  color: #000;
  margin-bottom: 20px;
  font-weight: 700;
  opacity: 1;
}
.whyusList ul.leadership-list li.leadership-item ul {
  padding: 0;
}

.whyusList ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.whyusList ul.leadership-list li.leadership-item ul > li {
  font-size: 20px;
  font-family: Outfit_Regular;
  color: #222220;
  list-style-type: none;
  margin-bottom: 15px;
  line-height: 24px;
  width: 100%;
  text-transform: none;
  position: relative;
  padding-left: 15px;
}
.whyusList ul.leadership-list li.leadership-item ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  background-color: #f58220;
  border-radius: 50%;
}
.whyusList ul.leadership-list li.leadership-item ul > li strong {
  font-size: 22px;
  font-family: Outfit_Bold;
  color: #222220;
  list-style-type: none;
  line-height: 24px;
  width: 100%;
  text-transform: capitalize;
}
.whyusList ul.leadership-list li.leadership-item ul > li span {
  font-size: 20px;
  font-family: Outfit_Regular;
  color: #222220;
  list-style-type: none;
  line-height: 24px;
  gap: 10px;
  width: 100%;
  text-transform: none;
}
.whyusList ul.leadership-list > .leadership-item {
  padding: 0 !important;
}
.whyusList ul.leadership-list li.leadership-item ul > li > p {
  margin-bottom: 0;
}
.leadershipBox .testimonial-text p,
.leadershipBox .testimonial-text {
  font-size: 20px;
  font-family: Outfit_Regular;
  color: #222220;
  margin-bottom: 15px !important;
  line-height: 24px;
  padding: 0 !important;
}
.leadershipBox .photo-box {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding-top: 20px;
  background: url(/themes/custom/divihn_bootstrap/images/quote.svg) no-repeat;
  background-position: 100%;
}
.leadershipBox .photo-box .testimonial-img img{
    width: 100px;
    height: 100px;
}
.leadershipBox .photo-box .testimonial-img {
  margin-right: 20px !important;
}
.leadershipBox .photo-box > div > strong {
  font-size: 20px;
  font-family: Outfit_Bold;
  color: #222220;
  line-height: 20px;
}
.leadershipBox .photo-box > div > small {
  font-size: 14px;
  font-family: Outfit_Regular;
  color: #222220 !important;
  line-height: 20px;
}
.whyUsWrapp .swiper-pagination {
  right: 42%;
  position: absolute;
  bottom: 19%;
  left: auto;
  display: inline-flex;
  width: auto !important;
}
.whyUsWrapp .swiper-button-prev,
.whyUsWrapp .swiper-button-next {
  left: auto;
  bottom: 17%;
  top: auto;
}
.whyUsWrapp .swiper-button-prev {
  right: 48%;
}
.whyUsWrapp .swiper-button-next {
  right: 37%;
}
@media screen and (max-width: 991px) {
  .why-us-section {
    flex-wrap: wrap;
    padding: 0;
  }
  .why-us-section .container {
    flex-wrap: wrap;
    padding: 0 15px !important;
  }
  .why-us-section .container .headingBox {
    padding: 0 12px;
  }
  .why-us-section .why-us-heading {
    font-size: 20px;
  }
  .why-us-section .why-us-desc p,
  .why-us-section .why-us-desc p > strong {
    font-size: 28px;
    padding-bottom: 0;
  }
  .whyusList ul.leadership-list {
    margin: 0;
    width: 100%;
    padding: 0 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 0;
  }
  .whyusList ul.leadership-list {
    margin: 0;
    width: 100%;
    padding: 0 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 0;
  }
  .whyusList {
    background: #fff7ed;
    position: relative;
    padding: 20px 15px;
    margin: 0 !important;
  }
  .leadershipBox {
    width: 100%;
    background: #fff7ed;
    position: relative;
    top: 0;
    padding: 20px 15px;
  }
  .whyusList ul.leadership-list li.leadership-item ul li {
    font-size: 16px;
    line-height: 1.2;
    width: 100%;
    justify-content: flex-start;
    text-align: left;
    margin-bottom: 5px;
    padding: 0 5px;
  }
  .whyusList ul.leadership-list {
    display: block !important;
  }
  .whyusList ul.leadership-list .leadership-item h3 {
    font-size: 20px;
  }
  .why-us-section .container .headingBox,
  .why-us-section .container .whyusList,
  .why-us-section .container .leadershipBox {
    width: 100%;
  }
  .whyusList ul.leadership-list li.leadership-item ul > li {
    padding-left: 15px;
  }
  .whyusList ul.leadership-list li.leadership-item ul > li span,
  .whyusList ul.leadership-list li.leadership-item ul > li strong {
    font-size: 18px;
  }
  .leadershipBox {
    padding: 0 15px 50px !important;
  }
  .leadershipBox .photo-box {
    background-size: 30%;
  }
  .leadershipBox .photo-box > div > strong {
    font-size: 18px;
    line-height: 1;
  }
  .leadershipBox .photo-box .testimonial-img img {
    width: 100px;
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  .why-us-section:before, .futuredContributorsWrap::before, .carrierTestimonialWrapper::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: -webkit-fill-available;
    background: #fff7ed;
    border-bottom-left-radius: calc((100vh - 150px));
    border-start-start-radius: calc((100vh - 150px));
    height: 100%;
    width: calc(((100% - 1225px) / 2) + 1020px);
  }
  .whyusList ul.leadership-list .leadership-item h3 {
    padding-left: 15px;
  }
  .why-us-section .why-us-desc {
    max-width: 97% !important;
  }
  .why-us-section .container .leadershipBox {
    padding: 65px 0 45px;
  }
  .why-us-section {
    padding-bottom: 120px !important;
  }
  .paragraph--type--spotlight-banner .banner-slide .banner-content{
    padding: 0;
    height: 100vh;
  }
}
@media screen and (max-width: 798px) {
  .whyUsWrapp .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    bottom: 12%;
    right: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .whyUsWrapp .swiper-button-prev {
    right: 55%;
    bottom: 11%;
  }
  .whyUsWrapp .swiper-button-next {
    bottom: 11%;
  }
}
/*why_us sectionend */

/*Success Stories section start */
.view-success-stories {
  margin: 40px 0;
  padding: 40px 3%;
}
.view-success-stories .view-header h2 {
  font-size: 42px;
  font-family: Outfit_Medium;
  font-weight: 400;
  line-height: normal;
  color: #222220;
  margin-bottom: 15px;
}
.view-success-stories .view-header > p {
  font-size: 20px;
  font-family: Outfit_Medium;
  width: max-content;
  font-weight: 400;
  line-height: 1;
  color: #22568b;
  margin-bottom: 0;
}
.view-success-stories .card,
.view-id-fear .card {
  border: 0;
}
.view-success-stories .card .card-img-top,
.view-id-fear .card .card-img-top, 
.view-id-fear .views-view-responsive-grid__item-inner .views-field-field-media  {
  position: relative;
  overflow: hidden;
  will-change: unset !important;
  border-radius: 0;
}
.view-success-stories .card .card-img-top img,
.view-id-fear .card .card-img-top img,
.view-id-fear .views-view-responsive-grid__item-inner .views-field-field-media img {
  object-fit: cover;
  transition: all 0.8s cubic-bezier(0.745, 0.065, 0.17, 1);
  margin: 0;
}
.view-success-stories .card:hover .card-img-top img,
.view-id-fear .card:hover .card-img-top img, 
.view-id-fear .views-view-responsive-grid__item-inner:hover .views-field-field-media img {
  transform: scale(1.2);
  transition: all 0.8s cubic-bezier(0.745, 0.065, 0.17, 1) !important;
}
.view-id-fear .views-view-responsive-grid__item-inner .views-field-field-media *, .upcomingEventsWrap .view-webinar-views .swiper-slide .views-field-field-media *{
  width: 100%;
}
.view-success-stories .card .card-body,
.view-id-fear .card .card-body {
  padding: 15px 0;
  position: relative;
  margin: -55px 0 0;
}
.view-id-fear .views-view-responsive-grid__item-inner .views-field-title{
      position: relative;
    margin-top: -72px;
}
.node--type-webinar .view-id-fear .view-header > h3{
  text-align: center;
}
/* .view-id-fear .views-view-responsive-grid__item-inner .views-field-title
{
  padding: 15px 0;
} */
.view-success-stories .card .card-body h3,
.view-id-fear .card .card-body h3, 
.view-id-fear .views-view-responsive-grid__item-inner .views-field-title h3 a {
  font-size: 28px;
  font-family: Outfit_Light;
  color: #222220;
  padding: 0 10px;
  margin-bottom: 0;
  width: -moz-fit-content;
  width: fit-content;
  display: inline;
  background: hsla(0, 0%, 100%, 0.85);
  line-height: 1.3;
  -webkit-box-decoration-break: clone;
  width: 100%;
  font-weight: 700;
}
.view-id-fear .views-view-responsive-grid__item-inner .views-field-title h3 a, 
.view-id-fear .views-view-responsive-grid__item-inner .views-field-field-description p{
      font-family: Outfit_Regular;
          display: block;
}
.view-success-stories .card .card-body p,
.view-id-fear .card .card-body p, 
.view-id-fear .views-view-responsive-grid__item-inner .views-field-field-description p {
  font-size: 16px;
  font-family: Outfit_Light;
  color: #222220;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: auto;
  margin: 10px;
  line-height: normal;
}
.view-success-stories .card:hover,
.view-id-fear .card:hover, 
.view-id-fear .views-view-responsive-grid__item-inner:hover {
  cursor: pointer;
}

.view-success-stories .view-header .view-header-content, .view-id-fear .view-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.view-id-fear .view-header > .border-button{
      margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .view-success-stories .view-header h2 {
    font-size: 28px;
    margin: 20px 0 30px;
  }
  .view-success-stories .card .card-body,
  .view-id-fear .card .card-body, 
  .view-id-fear .views-view-responsive-grid__item-inner .views-field-title {
    margin-top: -52px;
  }
  .view-success-stories .card .card-body h3,
  .view-success-stories .card .card-body h3 a,
  .view-id-fear .card .card-body h3,
  .view-id-fear .card .card-body h3 a, 
  .view-id-fear .views-view-responsive-grid__item-inner .views-field-title h3 a {
    font-size: 22px;
  }
  .view-success-stories .card .card-body p,
  .view-id-fear .card .card-body p, 
  .view-id-fear .views-view-responsive-grid__item-inner .views-field-field-description p {
    font-size: 14px;
  }
}
/*Success Stories section end */

/*Achievements start */

.achievements {
  padding: 0 3%;
  margin: 0 auto;
  height: 600px;
  position: relative;
}
.achievements:before {
  content: "";
  background: url(/themes/custom/divihn_bootstrap/images/orange_light_circle.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top 28% right 10%;
  width: 197px;
  position: absolute;
  height: 197px;
  left: auto;
  right: 7%;
  top: 22%;
}
.achievements:after {
  content: "";
  background: url(/themes/custom/divihn_bootstrap/images/sky_light_circle.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left 5% bottom 7%;
  width: 279px;
  position: absolute;
  height: 280px;
  left: 0;
  right: auto;
  top: auto;
  bottom: 7%;
}
.circle-container {
  width: 1225px;
  margin: 0 auto;
  position: relative;
}
.achievements .sectionTitle {
  font-weight: 400;
  font-size: 20px;
  color: #22568b;
  margin-bottom: 15px;
}
.counter-block {
  position: absolute;
  border-radius: 50%;
}
.counter-block:first-child {
  top: -20px;
  left: 200px;
  background-image: url(/themes/custom/divihn_bootstrap/images/sky_circle-bg.svg);
  width: 345px;
  height: 345px;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.counter-block:nth-child(2) {
  top: -60px;
  left: 630px;
  background-image: url(/themes/custom/divihn_bootstrap/images/green_circle-bg.svg);
  width: 297px;
  height: 297px;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.counter-block:nth-child(3) {
  top: 200px;
  right: 50px;
  background-image: url(/themes/custom/divihn_bootstrap/images/orange_circle-bg.svg);
  width: 270px;
  height: 270px;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.counter-block:nth-child(4) {
  top: 280px;
  left: 540px;
  background-image: url(/themes/custom/divihn_bootstrap/images/green_light_circle-bg.svg);
  width: 228px;
  height: 228px;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.counter-block .counter-label {
  font-size: 18px;
  font-family: Outfit_Regular;
  color: #222220;
  text-align: center;
  width: 70%;
}
.counter {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  overflow: hidden;
  height: 50px;
  letter-spacing: -2px;
}

.counter-digit {
  position: relative;
  /* width: 40px; */
  height: 50px;
  overflow: hidden;
}

.counter-digit ul {
  list-style: none;
  margin: 0;
  padding: 0;
  transition: transform 1s ease-in-out;
}
.counter-digit li {
  height: 50px;
  line-height: 42px;
  text-align: center;
  font-family: "Outfit_Medium";
  color: #222220;
}
.counter-label {
  margin-top: 8px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #222;
}
.counter-digit:nth-child(1) ul {
  transition-delay: 0s;
}
.counter-digit:nth-child(2) ul {
  transition-delay: 0.2s;
}
.counter-digit:nth-child(3) ul {
  transition-delay: 0.4s;
}
.counter-digit:nth-child(4) ul {
  transition-delay: 0.6s;
}
.counter-digit:nth-child(5) ul {
  transition-delay: 0.8s;
}
.counter-digit:nth-child(6) ul {
  transition-delay: 1s;
}
.counter-digit:nth-child(7) ul {
  transition-delay: 1.2s;
}

@media screen and (max-width: 991px) {
  .achievements {
    background-image: none;
    height: 740px;
    overflow: hidden;
    width: 100%;
  }
  .achievements:before {
    background-position: top 18% right 27%;
    left: auto;
    right: -29%;
    top: 22%;
  }
  .achievements:after,
  .achievements:before {
    background-size: cover;
    width: 190px;
    position: absolute;
    height: 190px;
  }
  .achievements:after {
    background-position: left 5% bottom 7%;
    left: -33%;
    right: auto;
    top: auto;
    bottom: 30%;
  }
  .circle-container {
    width: 100%;
  }
  .counter-block .counter-label {
    font-size: 14px;
    line-height: 1;
    padding: 0 5px;
  }
  .counter-block {
    background-size: cover;
  }

  .counter-block:first-child {
    width: 230px;
    height: 230px;
    top: 20px;
    left: 13px;
  }

  .counter-block:nth-child(2) {
    width: 200px;
    height: 200px;
    top: 240px;
    left: 130px;
  }

  .counter-block:nth-child(3) {
    top: 450px;
    right: 22px;
    width: 160px;
    height: 160px;
  }

  .counter-block:nth-child(4) {
    top: 402px;
    left: 13px;
    width: 140px;
    height: 140px;
  }
  .counter ul li {
    font-size: 36px;
  }
  .achievements {
    height: 735px;
  }
}
@media screen and (max-width: 767px) {
  .counter {
    height: 40px;
  }
  .counter-digit {
    /* width: 25px; */
    height: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .circle-container {
    width: 80%;
  }
  .counter-block:nth-child(2) {
    left: 250px;
  }
  .achievements {
    height: 740px;
  }
}

/*Achievements end */

@media screen and (min-width: 992px) {
  /* header .header-menu {
    padding-left: 30px;
  } */
  /* header {
    padding: 15px 0;
  } */
  .footerBox .part2 {
    margin-top: 50px;
  }
  .why-us-section {
    margin-top: 70px;
  }
  .view-success-stories .swiper-button-prev {
    top: 96%;
    left: 43%;
    transform: translateX(-21%);
  }

  .view-success-stories .swiper-button-next {
    top: 96%;
    right: 43%;
  }
  .SuccessStoriesWrap.view-success-stories .swiper-button-prev{
            left: 45%;
            top: 96%;
  }
  .SuccessStoriesWrap.view-success-stories .swiper-button-next{
            right: 44%;
             top: 96%;
  }
  /* .paragraph--type--spotlight-banner .field--name-field-media-image img {
    min-height: 600px;
  } */
  .SuccessStoriesWrap.view-success-stories .swiper{
    padding-bottom: 6%;
  }
}
@media screen and (min-width: 991px) and (max-width: 1100px) {
  header .header-menu {
    padding-left: 15px !important;
    column-gap: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .view-perspectives .swiper-button-prev{
    left: 44%;
  }
    .view-perspectives .swiper-button-next{
    right: 44%;
  }
  .quote-block .author-info{
    margin-left: 100px;
  }
}
@media screen and (min-width: 1920px) {
}
@media screen and (max-width: 991px) {
  header {
    height: 62px;
  }
  .header-logo img {
    width: 115px;
    height: auto;
  }
  .btn-contact {
    min-height: 40px;
    padding: 0.5rem 1rem;
  }
  .contactUs {
    padding: 40px 0 25px;
  }
  .contact h2 {
    width: 100%;
  }
  .contactUs > .col-auto {
    padding: 0;
  }
  .enquirenow {
    padding: 2rem 15px 3rem;
  }
  .enquirenow h2 {
    font-size: 16px;
    line-height: 1.2;
    width: 100%;
  }
  .enquirenow form input[type="email"] {
    font-size: 23px;
  }
  .enquirenow form .form-actions {
    right: 14%;
  }
  .footerBox {
    gap: 0;
    padding: 50px 15px 20px;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .listPanel {
    max-height: 0;
    overflow: hidden;
  }

  .listPanel,
  .parts.active .listPanel {
    transition: all 1.3s cubic-bezier(0.745, 0.065, 0.17, 1);
  }

  .parts.active .listPanel {
    max-height: -webkit-fill-available;
    border-bottom: 1px solid #22568b;
    padding-bottom: 20px;
  }

  .parts.address a span {
    font-size: 16px;
    margin-bottom: 0;
  }

  .heading {
    border-bottom: 1px solid #22568b;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 10px;
    font-size: 20px;
  }

  h3.sub_heading:nth-child(8) {
    padding-top: 20px;
  }

  .parts .part1 {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .parts .part1.active,
  .parts .part2.active {
    padding-bottom: 5px;
    margin-bottom: 0;
  }

  .parts.active {
    padding-bottom: 5px;
  }

  .heading:after {
    content: "";
    background: url("/themes/custom/divihn_bootstrap/images/mobilefooterarrow.svg")
      no-repeat center;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    color: #fff;
    font-size: 24px;
    width: 20px;
    height: 20px;
    font-weight: 700;
    object-position: center;
    right: 5px;
    top: 0;
    position: absolute;
    rotate: 180deg;
    transition: all 0.3s cubic-bezier(0.745, 0.065, 0.17, 1);
  }

  .part1.active .heading:after,
  .part2.active .heading:after,
  .parts.active .heading:after {
    rotate: 0deg;
    top: 10px;
    transition: all 0.3s cubic-bezier(0.745, 0.065, 0.17, 1);
  }

  .part1.active .heading,
  .part2.active .heading,
  .parts.active .heading {
    border-bottom: 0;
  }

  .part1.active .listPanel,
  .part2.active .listPanel {
    max-height: -webkit-fill-available;
    transition: all 1.3s cubic-bezier(0.745, 0.065, 0.17, 1);
    border-bottom: 1px solid #22568b;
  }
  .sectionTitle {
    margin-left: 0;
  }
  .ourPromise .headingBox {
    padding: 15px 0 10px;
  }
  .sectionTitle {
    font-size: 20px;
    font-family: Outfit_Medium;
    width: max-content;
    line-height: 1;
  }
  .ourPromise .promise-title > span,
  .ourPromise .promise-title {
    font-size: 28px !important;
    font-weight: 600 !important;
    line-height: normal !important;
  }
  .first-fold .leftSide p {
    margin-left: 0;
    font-family: Outfit_Regular;
    padding: 5px 0;
  }
  .tab-card {
    width: 100%;
    padding: 20px;
    min-height: auto;
  }
  .first-fold .tab-card {
    display: none;
  }
  .tab-card {
    padding: 20px;
  }
  .tab-card a {
    width: 100%;
  }
  .tabicons {
    padding-bottom: 0;
    justify-content: flex-start;
  }
  .tab-card .tabicons img {
    width: 40px;
    height: auto;
  }
  .tabicons .readMore {
    width: 40px;
    height: 40px;
  }
  .tabicons h3 {
    display: block;
    font-size: 20px;
    font-family: Outfit_SemiBold;
    line-height: 1;
    color: #222220;
    margin-bottom: 0;
    padding: 0 10px;
    width: 77%;
  }
  .tab-card .card-body {
    display: none;
  }
  .second-fold .nav-tabs .nav-link {
    font-size: 20px;
  }
  .second-fold .cards-container {
    display: flex;
    flex-wrap: wrap;
  }
  .second-fold .tab-card:nth-child(2n) {
    background: #fff;
  }

  .second-fold .tab-card:nth-child(odd) {
    background: #fff7ed;
  }
  .second-fold .tab-card {
    width: calc(100% / 1);
    margin: 0;
  }
  .second-fold .nav-tabs .nav-link.active {
    margin-bottom: 0;
  }
  .view-perspectives .view-header .why-us-heading {
    font-size: 20px;
  }
  .view-perspectives .view-header h2 {
    font-size: 28px !important;
  }
  /* .view-perspectives .view-header-content{
            top: 0;
            margin-top: -30px;
    } */
  .view-perspectives .view-content .card .card-body h2 {
    font-size: 22px;
    margin-bottom: 5px;
    padding-top: 10px;
  }
  .view-perspectives .view-content .card .card-body p {
    font-size: 14px;
    line-height: 1.5;
  }
  .view-perspectives .view-content .card .card-body {
    margin: -65px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .border-button {
    font-size: 12px;
    min-height: 40px;
    padding: 0 1rem;
  }

  .border-button:before {
    width: 38px;
    height: 38px;
    left: 0;
    top: 0;
  }

  .perspectives .border-button {
    font-size: 12px;
    position: absolute;
    right: 0;
    top: -15px;
    margin: 0;
    top: -30px;
  }

  .knowmoremobile .border-button {
    position: absolute;
    bottom: -82px;
  }

  .buttonmobile .border-button {
    position: absolute;
    top: -30px;
    right: 0;
  }
  .contact h2,
  .whatwedo .first-fold .leftSide h2 {
    font-size: 28px;
  }
  .view-perspectives .swiper-button-prev,
  .view-perspectives .swiper-button-next,
  .view-testimonial .swiper-button-prev,
  .view-testimonial .swiper-button-next {
    display: none;
  }
}

@media screen and (max-width: 320px) {
}
#block-divihn-bootstrap-page-title {
  display: none;
}

/* testimonial section start */
.testimonial-row .sub-text {
  font-weight: 400;
  color: #22568b;
  font-size: 20px;
  font-family: Outfit_Medium;
  width: max-content;
  line-height: 1;
}
.testimonial-row .testimonial-title,
.testimonial-row .testimonial-title a {
  font-size: 42px;
  font-family: Outfit_Medium;
  font-weight: 400;
  line-height: normal;
  color: #222220;
}
.testimonial-row .testimonial-title {
  margin-bottom: 10px;
}
.testimonial-row .testimonial-body {
  background: url(/themes/custom/divihn_bootstrap/images/testimonial-quate.svg)
    no-repeat;
  background-size: auto;
  background-position: 0 0;
  padding: 80px 0 0 105px;
}
.testimonial-row .testimonial-body p {
  font-size: 20px;
  line-height: 30px;
  font-family: Outfit_Regular;
  color: #222220;
  position: relative;
  padding-right: 3%;
}
.testimonial-row .testimonial-body p:after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0;
  bottom: 0;
  top: 50%;
  transform: translateY(-50%);
}

.testimonial-row .testimonial-right {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 80px 0 0;
}
.testimonial-row .testimonial-right .testimonial-image img {
  border-radius: 50%;
  margin-bottom: 10px;
}
.testimonial-row .testimonial-right .testimonial-position {
  font-size: 14px;
  line-height: 15px;
  font-family: Outfit_Regular;
  color: #222220;
  text-align: center;
}
.view-testimonial .swiper-wrapper {
  padding-bottom: 80px;
}
.view-testimonial .swiper-button-next {
  top: 96%;
  right: 43%;
}
.view-testimonial .swiper-button-prev {
  top: 96%;
  left: 44%;
}
.testimonial-row .testimonial-right .name {
  font-size: 15px;
  line-height: 15px;
  font-family: Outfit_Bold;
  color: #222220;
}
@media screen and (min-width: 992px) {
  .view-testimonial .testimonial-row, .paragraph--type--dual-card-layout, .testimonialSuccessWrap {
    padding: 0 3% !important;
  }
  .testimonial-row .testimonial-right .testimonial-position {
    max-width: 60%;
    margin: 0 auto;
  }
  .mobHeader {
    display: none;
  }
  .desktopheader .nav-collapse {
    padding-top: 10px;
  }
}
@media screen and (max-width: 992px) {
  .view-testimonial {
    padding: 0 15px;
  }
  .testimonial-row .testimonial-title {
    font-size: 28px;
    margin: 20px 0;
  }
  .testimonial-row .testimonial-body {
    padding: 20px 0 0;
    background-size: 30%;
  }
  .testimonial-row .testimonial-body p {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 30px;
  }
   .view-testimonial .testimonial-row{
    padding-left: 15px;
  }
  .testimonial-row .testimonial-body p:after {
    width: 100%;
    height: 2px;
    bottom: 0;
    top: auto;
    transform: none;
  }
  .testimonial-row .testimonial-right {
    padding: 30px 0 0;
  }
  .testimonial-row .testimonial-right .testimonial-position {
    padding-top: 5px;
  }
  .paragraph--type--spotlight-banner .banner-slide .banner-image img {
    height: 100vh;
    object-fit: cover;
    object-position: 67% bottom;
  }
  .paragraph--type--spotlight-banner .banner-slide .banner-image * {
    width: 100%;
    height: 100%;
  }
  .desktopheader {
    display: none;
  }
  .part1.active .listPanel,
  .part2.active .listPanel {
    border-bottom: 0;
  }
  header #search-container {
    top: 62px;
    padding: 10px;
    right: 0;
    height: calc(100vh - 62px);
  }
  header #search-container {
    padding: 0 15px !important;
  }
}
/* testimonial section end */
@media screen and (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .textbox .banner-title,
  .textbox .banner-title p {
    font-size: 28px;
    padding: 0;
  }
  .textbox {
    bottom: 0;
    top: 80px;
    transform: translateY(0);
    padding: 0 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .textbox .banner-description {
    line-height: 1.2;
    padding: 0;
  }
  .paragraph--type--spotlight-banner .banner-slide .video {
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }
  .textbox .banner-title h2,
  .textbox .banner-title h2 span,
  .textbox .banner-title h1 span {
    font-size: 28px;
    line-height: 1.33 !important;
  }
  .textbox .banner-title,
  .textbox .banner-description {
    background: hsla(0, 0%, 100%, 0.65);
    backdrop-filter: blur(10px);
  }
  .textbox .banner-title h2,
  .textbox .banner-title h2 span,
  .textbox .banner-title h1 span,
  .textbox .banner-description p {
    margin-bottom: 0;
    background: none;
    backdrop-filter: none;
  }
  .textbox .banner-description p {
    padding: 0;
    line-height: 1.5;
  }
  .paragraph--type--spotlight-banner
    .swiper-pagination.swiper-pagination-bullets {
    top: auto;
    bottom: 100px;
    right: 3%;
  }
  .header-container{
        justify-content: space-between;
  }
}
/* .paragraph--type--spotlight-banner .banner-slide video::-webkit-media-controls {
  display: none !important;
}

.paragraph--type--spotlight-banner .banner-slide video::-moz-media-controls {
  display: none !important;
}

.paragraph--type--spotlight-banner .banner-slide video::-ms-media-controls {
  display: none !important;
} */
/*blog page desing start */
/* body.node--type-blog, body.node--type-webinar,  body.node--type-podcast{
    padding-top: 102px;

} */
/* body.node--type-blog #main.container-fluid, body.node--type-webinar #main.container-fluid,  body.node--type-podcast #main.container-fluid{

} */
.node__content {
  margin-top: 0;
}
.container-fluid .node--type-blog .container,
.container-fluid .node--type-webinar .container,
.container-fluid .node--type-podcast .container {
  padding: 0 3% !important;
}
 body.node--type-blog .contentWrap p a ,
  body.node--type-webinar .contentWrap p a ,
  body.node--type-podcast .contentWrap p a{
    display: inline-block;
  }
  .node--type-blog .contentWrap a.webform-dialog{
        padding: .8rem 1.5rem;
    font-size: 14px;
    line-height: 1;
    transition: none;
    border: 1px solid #22568b;
    color: #fff;
    font-family: Outfit_SemiBold;
    border-radius: 50px;
    background-color: #22568b;
  }
  .node--type-blog .contentWrap a.webform-dialog:hover{
    background-color: #ff911d;
    border: 1px solid #ff911d;
    color: #fff;
    transition: all 1.3s cubic-bezier(.745, .065, .17, 1);
  }
.spotlightWrap {
  position: relative;
}
.spotlightWrap .col-lg-9 .field--type-entity-reference {
  margin: 0;
}
.spotlightWrap .titlebox h1, .hero-section .hero-content h1 .field, .hero-section-wrap .hero-content h1 .field  {
  /* background: hsla(0, 0%, 100%, 0.85); */
  padding: 0;
  line-height: 1.33;
  padding-bottom: 3px;
  font-size: 42px;
  font-family: Outfit_Medium;
  font-weight: 400;
  color: #222220;
  margin-bottom: 0;
}
.hero-section .hero-content h1 .field{
  color: #fff;
  font-family: 'Outfit_Bold';
}
.hero-section-wrap .hero-content h1 .field{
  color: #fff;
  font-family: 'Outfit_SemiBold';
      background: transparent linear-gradient(90deg, #ff911d 50%, rgba(0, 0, 0, 0.1) 0);
    background-size: 200% 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-position-x: 0%;
        font-size: 38px;
        padding-bottom: 0;
    line-height: 1.2;
}
.spotlightWrap .titlebox h1 span, .SuccessStoriesWrap .titlebox h2 a{
    background: hsla(0, 0%, 100%, 0.85);
    margin-bottom: 3px;
      font-family: inherit;
          width: max-content;
}
.spotlightWrap .tagbox article {
  padding-top: 20px;
}
.spotlightWrap .tagbox h3, .node--type-contributors h3 {
  font-size: 24px;
  line-height: 24px;
  font-family: Outfit_Medium;
  color: #222220;
  margin-bottom: 20px;
}
.spotlightWrap .col-lg-8 .field--type-entity-reference {
  margin: 0;
}
.contentWrap {
  padding: 25px 0;
}
.contentWrap .col-lg-8 .field__item:not(ol):not(ul) > * {
  color: #222220;
  padding-top: 15px;
  margin: 0;
}
.contentWrap h2{
    font-family: Outfit_Medium;
}
.contentWrap .table-responsive{
  width: 100%;
    clear: both;
}
.contentWrap .col-lg-8 .field__item:not(ol):not(ul) > p, .contentWrap .col-lg-8 .field__item ul li, .contentWrap .col-lg-8 .field__item table tr th, .contentWrap .col-lg-8 .field__item table tr td, 
.contentWrap .col-lg-8 .field__item a, .contentWrap .col-lg-8 .field__item a span {
    font-size: 16px;
      font-family: Outfit_Regular;
      line-height: 24px;
}
.contentWrap .col-lg-8 .field__item a span.orange{
  color: #ff911d;
  background: transparent linear-gradient(90deg, #ff911d 50%, rgba(0, 0, 0, 0.1) 0);
    background-size: 200% 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}
.contentWrap .col-lg-8 .field__item img {
  max-width: 100%;
}
.spotlightWrap.layout {
  display: flex;
}
.spotlightWrap .tagbox .SpeakersListBox, .node--type-contributors .SpeakersListBox, 
.paragraph--type--speaker-details .SpeakersListBox {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 20px;
}
.paragraph--type--speaker-details .SpeakersListBox{
  flex-wrap: nowrap;
}
.paragraph--type--speaker-details .SpeakersListBox .SpeakersImg{
      flex-shrink: 0;
}
.spotlightWrap .tagbox .SpeakersImg img, .node--type-contributors .SpeakersImg img, 
.paragraph--type--speaker-details .SpeakersListBox .SpeakersImg img{
  border-radius: 50%;
  cursor: pointer;
  width: 61px;
  height: 61px;
}
.spotlightWrap .tagbox .SpeakersInfo, .node--type-contributors .SpeakersInfo, 
.paragraph--type--speaker-details .SpeakersListBox .SpeakersInfo{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 5px;
  padding-right: 30px;
}
.spotlightWrap
  .tagbox
  .SpeakersInfo
  .SpeakersName
  .field--name-field-author-name, 
  .node--type-contributors .SpeakersInfo
  .SpeakersName
  .field--name-field-author-name, .paragraph--type--speaker-details .SpeakersListBox .SpeakersInfo .SpeakersName
  .field--name-field-speaker-name{
  font-size: 20px;
  line-height: 20px;
  font-family: Outfit_Medium;
  color: #222220;
  cursor: text;
}
.paragraph--type--speaker-details .SpeakersListBox .SpeakersInfo .SpeakersName
  .field--name-field-speaker-name{
        font-size: 16px;
                font-family: 'Outfit_SemiBold';
  }
.spotlightWrap
  .tagbox
  .SpeakersInfo
  .SpeakersDesignation
  .field--name-field-author-details, 
  .node--type-contributors .SpeakersInfo
  .SpeakersDesignation
  .field--name-field-author-details {
  font-size: 14px;
  line-height: 20px;
  font-family: Outfit_Regular;
  color: #707070;
    padding-right: 20%;
}
 .paragraph--type--speaker-details .SpeakersListBox .SpeakersInfo .SpeakersDesignation
  .field--name-field-speaker-description p{
      font-size: 14px;
  line-height: 20px;
  font-family: Outfit_Regular;
  margin: 0;
  }
 .paragraph--type--speaker-details .SpeakersListBox .SpeakersInfo .SpeakersDesignation
  .field--name-field-speaker-description p{
    color: #222220;
  }
.spotlightWrap .tagbox .SpeakersInfo .SpeakersSocialLinks, 
.node--type-contributors .SpeakersInfo .SpeakersSocialLinks, 
.paragraph--type--speaker-details .SpeakersListBox .SpeakersInfo  .SpeakersSocialLinks {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.spotlightWrap .tagbox .SpeakersInfo .SpeakersSocialLinks a , 
.node--type-contributors .SpeakersInfo .SpeakersSocialLinks a, 
.paragraph--type--speaker-details .SpeakersListBox .SpeakersInfo  .SpeakersSocialLinks a{
   display: inline-block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    background: url(/themes/custom/divihn_bootstrap/images/icons8-linkedin.svg) no-repeat center center / contain;
}
.node--webinar-landing-page .paragraph--type--25-75-left-img-with-right-text{
    margin-top: 3%;
}
.spotlightWrap .tagbox .short_description span {
  background: hsla(0, 0%, 100%, 0.85);
  padding: 4px;
  line-height: 1.8;
  display: block;
  font-size: 18px;
  font-family: Outfit_Regular;
      margin-bottom: 3px;
}
.spotlightWrap .tagbox .short_description small {
  padding-bottom: 3px;
  display: block;
  width: max-content;
}
.spotlightWrap .tagbox .short_description small.inline-link > span{
    display: inline;
}
.spotlightWrap .tagbox .short_description small.inline-link > span + .orange{
        font-size: 18px;
    font-family: Outfit_Bold;
    color: #ff8913;
    line-height: 22px;
}
.spotlightWrap .tagbox .short_description, .SuccessStoriesWrap .tagbox p {
  display: block;
  font-size: 18px;
  font-family: Outfit_Regular;
  line-height: 1.2;
  margin-bottom: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  background: none;
}
/* .spotlightWrap .tagbox .short_description span strong{
      font-weight: normal;
} */
.contentWrap > .col-lg-8 dl li > p,
.contentWrap > .col-lg-8 ol li > p,
.contentWrap > .col-lg-8 ul li > p {
  margin-bottom: 0;
}
.contentWrap .LatestWebinars {
  background: #fff4e6;
  margin-bottom: 20px;
  padding: 20px 30px;
}
.contentWrap .LatestWebinars .view-header h3,
.contentWrap .LatestWebinars.view-expert-contents .view-header h2,
.contentWrap .FeaturedArticles .view-header h2 {
  font-size: 30px;
  font-family: Outfit_Medium;
  color: #1e394d;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
.contentWrap .LatestWebinars .view-content {
  padding: 15px 0 0;
}
/* .contentWrap .LatestWebinars .view-content .swiper {
    padding: 0;
} */
.contentWrap
  .LatestWebinars
  .view-content
  .swiper
  .swiper-slide
  .field--type-image,
  .upcomingEventsWrap .LatestWebinars .view-content .swiper .swiper-slide .field--type-image {
  clear: both;
  width: 100%;
  margin: 0;
  height: 117px;
  display: inline-block;
  position: relative;
}
.contentWrap
  .LatestWebinars
  .view-content
  .swiper
  .swiper-slide
  .field--type-image::after, 
   .LatestWebinarBox .view-content   .swiper   .swiper-slide   .field--type-image::after, 
  .upcomingEventsWrap .LatestWebinars .view-content .swiper .swiper-slide .field--type-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(34, 34, 32, 0.3);
  mix-blend-mode: multiply;
}
.contentWrap
  .LatestWebinars
  .view-content
  .swiper
  .swiper-slide
  .field--type-image
  img, .upcomingEventsWrap
  .LatestWebinars
  .view-content
  .swiper
  .swiper-slide
  .field--type-image
  img  {
  margin-bottom: 0;
  height: 117px;
  max-width: 100%;
  height: 117px;
}
.contentWrap
  .LatestWebinars:not(.view-expert-contents)
  .view-content
  .swiper
  .swiper-slide
  .views-field-title
  a {
  /* position: absolute;
  top: 45%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%); */
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin-top: 20px;
  font-size: 16px;
  font-family: Outfit_Medium;
  color: #000;
  font-weight: 400;
  align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}
.contentWrap .LatestWebinars .view-content .swiper .swiper-wrapper {
  padding-bottom: 20px;
}
.contentWrap .LatestWebinars .view-content .swiper .swiper-pagination {
  bottom: -5px;
}

.contentWrap
  .LatestWebinars.view-expert-contents
  .view-content
  .swiper
  .swiper-wrapper, .upcomingEventsWrap
  .LatestWebinars.view-expert-contents
  .view-content
  .swiper
  .swiper-wrapper {
  height: 117px;
}
/* Image on the left */
.contentWrap
  .LatestWebinars.view-expert-contents
  .view-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .views-field-field-media, .upcomingEventsWrap
  .LatestWebinars.view-expert-contents
  .view-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .views-field-field-media {
  float: left;
  width: 40%;
  margin-right: 12px;
}

/* Title + Author on the right, stacked vertically */
.contentWrap
  .LatestWebinars.view-expert-contents
  .view-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .views-field-title,
.contentWrap
  .LatestWebinars.view-expert-contents
  .view-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .views-field-field-author-name, .upcomingEventsWrap
  .LatestWebinars.view-expert-contents
  .view-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .views-field-title,  .upcomingEventsWrap
  .LatestWebinars.view-expert-contents
  .view-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .views-field-field-author-name {
  display: block;
  width: auto; /* They automatically take the remaining width */
  overflow: hidden; /* Prevent layout breaks */
}

/* Clear below all content to prevent overlap */
.contentWrap
  .LatestWebinars.view-expert-contents
  .view-content
  .swiper
  .swiper-wrapper
  .swiper-slide::after, .upcomingEventsWrap
  .LatestWebinars.view-expert-contents
  .view-content
  .swiper
  .swiper-wrapper
  .swiper-slide::after {
  content: "";
  display: block;
  clear: both;
}
.contentWrap
  .LatestWebinars.view-expert-contents
  .view-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .views-field-title, .upcomingEventsWrap
  .LatestWebinars.view-expert-contents
  .view-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .views-field-title {
  margin-bottom: 6px;
}
.contentWrap
  .LatestWebinars.view-expert-contents
  .view-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .views-field-title
  a, .upcomingEventsWrap
  .LatestWebinars.view-expert-contents
  .view-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .views-field-title
  a {
  font-size: 18px;
  font-family: "Outfit_Regular";
  color: #222220;
  width: 100%;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* limit to 4 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contentWrap
  .LatestWebinars.view-expert-contents
  .view-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .views-field-field-author-name
  span.small, .upcomingEventsWrap
  .LatestWebinars.view-expert-contents
  .view-content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .views-field-field-author-name
  span.small {
  font-size: 12px;
  font-family: Outfit_Medium;
  color: #707070;
}
.contentWrap .FeaturedArticles {
  padding: 20px 30px;
  background: #ebebeb;
}
.contentWrap .FeaturedArticles .view-content .views-row {
  padding-top: 15px;
}
.contentWrap .FeaturedArticles .view-content .views-row .views-field-title a {
  font-size: 18px;
  font-family: Outfit_Medium;
  color: #222220;
  display: flex;
  flex-wrap: wrap;
}
.contentWrap
  .FeaturedArticles
  .view-content
  .views-row
  .views-field-field-description
  p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-family: Outfit_Regular;
  color: #333;
}
/*Featured Articles section start */
.view-id-fear .view-header h3 {
  margin-bottom: 20px;
  color: #1e394d;
  font-size: 42px;
  font-family: Outfit_Medium;
  font-weight: 400;
  line-height: normal;
}
.view-id-fear .card .field--type-image {
  margin: 0;
}
/* .view-id-fear .view-header > a {
  display: none;
} */
.view-id-fear .card .card-body h6, .view-id-fear .views-view-responsive-grid__item-inner .views-field-field-author-name h6 {
  font-size: 16px;
  line-height: 20px;
  font-family: Outfit_Bold;
  color: #222220;
  padding: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.view-id-fear .card .card-body span.small, .view-id-fear .views-view-responsive-grid__item-inner .views-field-field-author-details {
  font-size: 12px;
  line-height: 20px;
  font-family: Outfit_Regular;
  color: #707070;
  display: block;
  padding: 0 10px;
}
.view-id-fear .card .card-body .arrow-btn {
  margin-top: 20px;
  margin-left: 10px;
}
.view-id-fear .swiper-wrapper {
  padding-bottom: 60px;
}
.view-id-fear {
  margin-bottom: 30px;
  margin-top: 60px;
}
.view-id-fear .card .card-body span.small > p {
  margin: 10px 0;
}
.node--type-risk-profiler-landing-page .view-id-fear .view-header{
    justify-content: center;
}
.node--type-featured-article .contentWrap a{
  display: inline-block;
}
/*Featured Articles section end */
.insightsWrap {
  background: #e3fdfd;
  position: relative;
  margin-top: 30px;
}
.latestInsightsBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.latestInsightsBox h3 {
  font-size: 24px;
  font-family: Outfit_Regular;
  color: #222220;
  font-weight: 400;
}
@media Screen and (min-width: 560px) {
  .spotlightWrap .col-lg-8 .field--type-image,
  .spotlightWrap .col-lg-8 .field--type-image img {
    margin: 0;
  }
}
@media Screen and (max-width: 991px) {
  .node--type-blog > .node__content > ._none:first-child > .container,
  .node--type-featured-article
    > .node__content
    > ._none:first-child
    > .container,
  .node--type-who-we-serve > .node__content > ._none:nth-child(3) > .container,
  .node--type-why-divihn-page
    > .node__content
    > ._none:first-child
    > .container {
    padding: 0 !important;
  }
  .node--type-blog > .node__content > ._none:first-child > .container > .row,
  .node--type-featured-article
    > .node__content
    > ._none:first-child
    > .container
    > .row,
  .node--type-who-we-serve
    > .node__content
    > ._none:first-child
    > .container
    > .row,
  .node--type-who-we-serve
    > .node__content
    > ._none:nth-child(3)
    > .container
    > .row,
  .node--type-why-divihn-page
    > .node__content
    > ._none:first-child
    > .container
    > .row {
    margin: 0 !important;
  }
  .spotlightWrap .titlebox h1, .SuccessStoriesWrap .swiper-slide .titlebox h2, 
  .hero-section .hero-content h1 .field, .hero-section-wrap .hero-content h1 .field {
    line-height: 1.33 !important;
    font-size: 28px !important;
    white-space: break-spaces;
            width: 100%;
        margin-top: 20px;
  }
  .spotlightWrap .tagbox article {
    padding-top: 40px;
  }
  .spotlightWrap .tagbox .SpeakersInfo,  .node--type-contributors .SpeakersInfo {
    width: calc(100% - 90px);
    padding-right: 0;
  }
  .contentWrap > .col-lg-4 {
    margin-top: 70px;
  }
  .latestInsightsBox {
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0;
    text-align: center;
  }
  .view-id-fear .view-header h3 {
    font-size: 28px;
  }
  .view-id-fear .card .card-body h3,
  .view-id-fear .card .card-body h3 a {
    font-size: 27px;
  }
  .view-id-fear .card .card-body .arrow-btn {
    margin-left: 10px;
  }
  .view-id-fear .swiper-wrapper {
    padding-bottom: 30px;
  }
  .contentWrap .col-lg-8 .field__item img {
    height: auto;
  }
  .approachWrapIcon .blazy > li .paragraph .field--name-field-title{
    font-size: 16px;
  }
  .approachWrapIcon .blazy > li .paragraph .field--name-field-link a{
    height: 15px;
  }
}
@media Screen and (max-width: 767px) {
  .spotlightWrap .col-lg-4, .spotlightWrap .col-lg-3  {
    order: 2;
    padding: 0 15px !important;
  }
  .SuccessStoriesWrap .col-md-4{
    order: 2;
  }
   .SuccessStoriesWrap .col-md-8{
    order: 1;
  }
}
@media Screen and (min-width: 768px) {
  .node--type-blog > .node__content > ._none:first-child > .container,
  .node--type-featured-article
    > .node__content
    > ._none:first-child
    > .container,
  .node--type-who-we-serve > .node__content > ._none:first-child > .container,
  .node--type-why-divihn-page
    > .node__content
    > ._none:first-child
    > .container, 
      .node--type-webinar
    > .node__content
    > ._none:first-child
    > .container,
     .node--type-government-page
    > .node__content
    > ._none:first-child
    > .container, 
    .node--type-sled      > .node__content      > ._none:first-child > .container, 
    .node--type-services
    > .node__content
    > ._none:first-child
    > .container, 
     .node--type-specialization-pages
    > .node__content
    > ._none:first-child
    > .container, 
     .node--type-sled-content-pages
    > .node__content
    > ._none:first-child
    > .container, 
    .node--type-client-success
    > .node__content
    > ._none:first-child
    > .container, 
        .node--type-unique-template-pages
    > .node__content
    > ._none:first-child
    > .container, .node--type-risk-profiler-landing-page
    > .node__content
    > ._none:first-child
    > .container
     {
    padding: 0 0 0 3% !important;
  }
  .spotlightWrap.layout .col-lg-4 > *, .spotlightWrap.layout .col-lg-3 > *, 
  .SuccessStoriesWrap .titlebox, .SuccessStoriesWrap .tagbox {
    width: max-content;
    position: relative;
  }
   body:not(.node--type-webinar) .spotlightWrap.layout .col-lg-4 > *, .spotlightWrap.layout .col-lg-3 > *, 
  .SuccessStoriesWrap .titlebox, .SuccessStoriesWrap .tagbox {
    z-index: 0;
  }
  .spotlightWrap.layout .col-lg-4, .spotlightWrap.layout .col-lg-3{
          padding-top: 30px;
  }
  .spotlightWrap .col-lg-8 .field--type-image img {
    height: calc(100vh - 100px);
    object-fit: cover;
    width: 100%;
  }
  .node--type-client-success .spotlightWrap .col-lg-8 .field--type-image img{
    height: calc(100vh - 170px);
  }
  /* .spotlightWrap .tagbox .SpeakersInfo .SpeakersDesignation, .node--type-contributors .SpeakersInfo .SpeakersDesignation{
    width: 85%;
  } */
  .spotlightWrap.layout {
    align-items: center;
  }
  .spotlightWrap .titlebox h1, .SuccessStoriesWrap .titlebox h1 {
    max-width: fit-content;
  }
  /* .node--type-who-we-serve .spotlightWrap .titlebox h1,
  .node--type-why-divihn-page .spotlightWrap .titlebox h1 {
    max-width: 100%;
  } */
  .contentWrap .LatestWebinars,
  .contentWrap .FeaturedArticles {
    margin-left: 15%;
  }
  .view-success-stories .card .card-img-top img,
  .view-id-fear .card .card-img-top img, 
  .view-id-fear .views-view-responsive-grid__item-inner .views-field-field-media img {
    min-height: 270px;
  }
  .latestInsightsBox {
    padding-left: calc(3% - 12px) !important;
    padding-right: calc(3% - 12px) !important;
  }
  .view-id-fear .view-content .swiper .swiper-button-prev {
    top: 97%;
    left: 45%;
    transform: translateX(-45%);
  }
  .view-id-fear .view-content .swiper .swiper-button-next {
    top: 97%;
    right: 43%;
  }
  .fourcolsection {
    padding-top: 30px;
  }
  .node--type-who-we-serve > .node__content > ._none:nth-child(3) > .container {
    padding: 0 !important;
  }
  .node--type-who-we-serve
    > .node__content
    > ._none:first-child
    > .container
    > .row,
  .node--type-why-divihn-page
    > .node__content
    > ._none:first-child
    > .container
    > .row {
    margin: 0 !important;
  }
  .path-to-success .col-md-6 > .path-desc {
    padding-right: 3%;
  }
  .path-to-success .path-right {
    padding-left: 3%;
  }
  .quotes-section > .container > .row > .col-md-6:last-child{
    padding-left: 50px;
    }
    .node--type-why-divihn-page > .node__content > ._none:nth-child(5) > .container-fluid .row .col-12 .field > .field__item:nth-child(2) > .quotes-section .quote-block, .node--type-why-divihn-page > .node__content > ._none:nth-child(5) > .container-fluid .row .col-12 .field > .field__item:nth-child(4) > .quotes-section .quote-block{
        padding: 50px 20px 32px !important;
    }
    .node--type-why-divihn-page > .node__content > ._none:nth-child(5) > .container-fluid .row .col-12 .field > .field__item:nth-child(4) > .quotes-section{
            margin-top: 70px;
    }
    .node--type-why-divihn-page > .node__content > ._none:nth-child(5) > .container-fluid .row .col-12 .field > .field__item:nth-child(5) > .quotes-section {
    margin-top: 100px;
    }
    .swiper-button-prev:not(.swiper-button-lock),
    .swiper-button-next:not(.swiper-button-lock) {
      position: absolute;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 1px solid #767676;
      background-color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 10;
      cursor: pointer;
      transition: all 0.3s ease;
      background-position: center;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .spotlightWrap .titlebox .h1 {
    max-width: 40%;
    font-size: 36px;
  }
  .view-id-fear .view-content .swiper .swiper-button-prev {
    left: 42%;
    transform: translateX(-42%);
  }
  .view-id-fear .view-content .swiper .swiper-button-next {
    right: 40%;
  }
}
/* perspective overview page start */
.fourcolsection {
  position: relative;
  align-items: center;
}
.fourcolsection > .col-12 {
  background: #fff4e6;
  padding: 20px 20px 30px;
}
.fourcolsection > .col-12:nth-child(2n) {
  background: #fffbf6;
}
.fourcolsection .view-perspective-tag-sliders .view-header h3 {
  font-size: 26px;
  line-height: 30px;
  color: #1e394d;
  font-family: Outfit_Medium;
  padding-bottom: 15px;
  min-height: 75px;
  display: flex;
  align-items: flex-end;
  font-weight: 400;
}
.fourcolsection
  .view-perspective-tag-sliders
  .swiper-slide
  .views-field-field-media {
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
  width: 80% !important;
  overflow: hidden;
  margin-right: 20%;
}
.fourcolsection
  .view-perspective-tag-sliders
  .swiper-slide
  .views-field-field-media
  .field--type-image {
  margin: 0;
}
.fourcolsection
  .view-perspective-tag-sliders
  .swiper-slide
  .views-field-title
  h4
  a {
  font-size: 16px;
  line-height: 20px;
  color: #222220;
  font-family: Outfit_Medium;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* limit to 4 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fourcolsection
  .view-perspective-tag-sliders
  .swiper-slide
  .views-field-field-description
  p {
  font-size: 12px;
  line-height: 14px;
  color: #707070;
  font-family: Outfit_Regular;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: auto;
}
.fourcolsection .view-perspective-tag-sliders .swiper-wrapper {
  padding-bottom: 60px;
}
.fourcolsection .view-perspective-tag-sliders .swiper .swiper-button-prev,
.fourcolsection .view-perspective-tag-sliders .swiper .swiper-button-next {
  width: 30px;
  height: 30px;
}
/* filter start */
.node--type-page > .node__content > ._none:nth-child(2) > .container-fluid {
  padding: 0 !important;
}
.node--type-page > .node__content > ._none:nth-child(2) > .row {
  margin: 0 !important;
}
.node--type-page > .node__content > ._none:nth-child(2) > .col {
  padding: 0 !important;
}
.view-perspectives-search .view-filters, .responsiveCards .view-filters {
  background-color: #fff;
  position: static;
  transition: all 1s cubic-bezier(0.745, 0.065, 0.17, 1) !important;
  box-shadow: 0 3px 6px #00000029;
  padding: 20px 0;
  z-index: 2;
  position: -webkit-sticky;
  position: sticky;
  top: 102px;
} 
.view-perspectives-search .views-view-responsive-grid__item .views-field-views-conditional-field-5 > .field-content, 
.responsiveCards.view-perspectives-search .views-view-responsive-grid__item .views-field-type-1 > .field-content
{
      color: #22568b;
    font-family: 'Outfit_Bold';
    font-size: 14px;
    font-family: Outfit_Bold;
    line-height: 20px;
    margin: 10px 10px 0;
    background: transparent linear-gradient(90deg, #ff911d 50%, rgba(0, 0, 0, 0.1) 0);
    background-size: 200% 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}
.view-perspectives-search .views-view-responsive-grid__item .views-field-views-conditional-field-5 .field-content > span{
  margin: 0;
  font-family: inherit;
}
.view-perspectives-search .view-filters form, .responsiveCards .view-filters form {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 3% !important;
  margin: 0 auto;
  position: relative;
}
.view-perspectives-search .view-filters form .js-form-item.mb-3,
.view-perspectives-search .view-filters form .form-actions.mb-3, 
.responsiveCards .view-filters form .js-form-item.mb-3,
.responsiveCards .view-filters form .form-actions.mb-3 {
  margin-bottom: 0 !important;
}
.view-perspectives-search .view-filters form .d-flex, 
.responsiveCards .view-filters form .d-flex {
  gap: 10px;
}
.view-perspectives-search .view-filters form input[name="search_api_fulltext"],
.responsiveCards .view-filters form input[name="search_api_fulltext"] {
  font-size: 16px;
  font-family: Outfit_Medium;
  color: #222220;
  line-height: 26px;
  padding: 5px 15px;
  border-radius: 23px;
  border: 1px solid transparent;
  width: 270px;
}
.view-perspectives-search
  .view-filters
  form
  input[name="search_api_fulltext"]:focus, 
  .responsiveCards
  .view-filters
  form
  input[name="search_api_fulltext"]:focus {
  outline: none;
  border: 1px solid #ff8913;
  box-shadow: none !important;
}
.view-perspectives-search .view-filters form .js-form-item:first-child:before, 
.responsiveCards .view-filters form .js-form-item:first-child:before {
  content: "" !important;
  font-family: none !important;
  width: 22px;
  height: 22px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.076' height='22.075' viewBox='0 0 22.076 22.075'%3E%3Cpath fill='%23ff8913' d='M14.881 15.946l4.833 4.834a.754.754 0 0 0 1.066-1.066l-4.834-4.833a9.048 9.048 0 1 0-1.066 1.066ZM9.043 1.507A7.536 7.536 0 1 1 1.507 9.042 7.539 7.539 0 0 1 9.043 1.507'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.view-perspectives-search .view-filters form .js-form-item:first-child, 
.responsiveCards .view-filters form .js-form-item:first-child {
  display: flex;
  align-items: center;
}
.view-perspectives-search .view-filters form .form-type-select, 
.responsiveCards .view-filters form .form-type-select  {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: end;
}
.view-perspectives-search .view-filters form .form-type-select label, 
.responsiveCards .view-filters form .form-type-select label {
  font-size: 16px;
  font-family: Outfit_Medium;
  color: #222220;
  line-height: 16px;
  white-space: nowrap;
  pointer-events: none !important;
}
.view-perspectives-search .view-filters form .form-type-select select,
.view-perspectives-search .view-filters form input[type="submit"], 
.responsiveCards .view-filters form .form-type-select select,
.responsiveCards .view-filters form input[type="submit"] {
  font-size: 16px;
  font-family: Outfit_Regular;
  color: #22568b;
  line-height: 18px;
  padding: 10px 15px;
  border-radius: 23px;
  background-color: transparent;
}
.view-perspectives-search .view-filters form .form-type-select select, 
.responsiveCards .view-filters form .form-type-select select {
  padding-right: 30px;
  background: url(/themes/custom/divihn_bootstrap/images/arrow_down.png)
    no-repeat;
  background-position: center right 10px;
  background-size: auto;
  border: 1px solid #ff8913;
}
.view-perspectives-search .view-filters form input[type="submit"], 
.responsiveCards .view-filters form input[type="submit"] {
  border: 1px solid #22568b;
}
.view-perspectives-search .view-filters form .form-type-select select:focus,
.view-perspectives-search .view-filters form input[type="submit"]:focus, 
.responsiveCards .view-filters form .form-type-select select:focus,
.responsiveCards .view-filters form input[type="submit"]:focus {
  box-shadow: none;
}
.view-perspectives-search .view-filters form .js-form-item, 
.responsiveCards .view-filters form .js-form-item, 
 .responsiveCards
  .view-filters
  form
  .js-form-item
  + .js-form-type-select  {
  flex: 1;
}
.view-perspectives-search
  .view-filters
  form
  .js-form-item
  + .js-form-type-select {
  flex: 2;
}
.view-perspectives-search .view-filters form .form-actions, 
.responsiveCards .view-filters form .form-actions {
  flex: 0 0 auto;
}
 .responsiveCards
  .view-filters
  form
  .js-form-type-search-api-autocomplete
  + .js-form-type-select{
    flex: 2;
  }
.view-perspectives-search .view-content, 
.responsiveCards .view-content  {
  padding: 50px 0;
  min-height: calc(100vh - 230px);
  padding: 50px 3% 0 !important;
}
.view-perspectives-search
  .views-view-responsive-grid__item
  .views-field-views-conditional-field-2,
.view-perspectives-search
  .views-view-responsive-grid__item
  .views-field-views-conditional-field-1,
.view-perspectives-search
  .views-view-responsive-grid__item
  .views-field-views-conditional-field-3,
.view-perspectives-search
  .views-view-responsive-grid__item
  .views-field-views-conditional-field, 
  .responsiveCards .views-field-field-media .field--name-field-media-image, 
  .view-perspectives-search
  .views-view-responsive-grid__item .views-field-views-conditional-field-4  {
  position: relative;
  overflow: hidden;
  will-change: unset !important;
  border-radius: 0;
}
.view-perspectives-search .views-view-responsive-grid__item img, 
.responsiveCards .views-view-responsive-grid__item img, 
.view-perspectives-search
  .views-view-responsive-grid__item .views-field-views-conditional-field-4 img {
  object-fit: cover;
  transition: all 0.8s cubic-bezier(0.745, 0.065, 0.17, 1);
  margin: 0;
}

.view-perspectives-search .views-view-responsive-grid__item:hover img, 
.responsiveCards .views-view-responsive-grid__item:hover img, 
.view-perspectives-search
  .views-view-responsive-grid__item .views-field-views-conditional-field-4:hover img {
  transform: scale(1.2);
  transition: all 0.8s cubic-bezier(0.745, 0.065, 0.17, 1) !important;
}
.view-perspectives-search .views-view-responsive-grid__item .field--type-image, 
.responsiveCards .views-view-responsive-grid__item .field--type-image, 
.view-perspectives-search
  .views-view-responsive-grid__item .views-field-views-conditional-field-4 .field--type-image {
  margin: 0;
}
.view-perspectives-search
  .views-view-responsive-grid__item
  .views-field-views-conditional-field-2
  img::before, 
  .responsiveCards .views-field-field-media img::before, 
  .view-perspectives-search
  .views-view-responsive-grid__item .views-field-views-conditional-field-4::before {
  content: "";
  background: #ff911d;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 0;
  transition: all 0.5s cubic-bezier(0.745, 0.065, 0.17, 1);
}
/* .view-perspectives-search .views-view-responsive-grid__item .views-field-type-1{
    padding-top: 15px;
} */
.view-perspectives-search
  .views-view-responsive-grid__item
  .views-field-type-1
  a{
  font-size: 14px;
  font-family: Outfit_Bold;
  color: #08345a;
  line-height: 20px;
  margin: 10px 10px 0 0;
}
.view-perspectives-search .views-view-responsive-grid__item .views-field-title h2 a, 
.view-perspectives-search .views-view-responsive-grid__item .views-field-title h2 {
  font-size: 34px;
  line-height: 34px;
  font-family: Outfit_Medium;
  color: #222220;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: auto;
  line-height: normal;
}
.view-perspectives-search .views-view-responsive-grid__item .views-field-title h2{
      padding: 5px 10px 5px 10px;
}

.view-perspectives-search
  .views-view-responsive-grid__item
  .views-field-title
  h2{
    margin: 0;
  }
.view-perspectives-search
  .views-view-responsive-grid__item
  .views-field-field-description
  a
  p, .responsiveCards
  .views-view-responsive-grid__item
  .views-field-field-description
  p {
  font-size: 16px;
  font-family: Outfit_Light;
  color: #222220;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: auto;
  margin: 5px 10px 5px 10px;
}
.view-perspectives-search
  .views-view-responsive-grid__item
  .views-field-field-author-name
  > * {
  font-size: 16px;
  line-height: 20px;
  font-family: Outfit_Bold;
  color: #222220;
  padding: 10px;
}
.view-perspectives-search
  .views-view-responsive-grid__item
  .views-field-field-author-details {
  font-size: 12px;
  line-height: 20px;
  font-family: Outfit_Regular;
  color: #707070;
  display: block;
  margin-left: 10px;
}
.view-perspectives-search .pager, .responsiveCards .pager {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  list-style: none;
}
.view-perspectives-search .pager a, .responsiveCards .pager a {
  color: #22568b !important;
  border: 1px solid #22568b;
  z-index: 0;
}
.SuccessStoriesWrap .primary-btn{
     color: #ff8913 !important;
  border: 1px solid #ff8913;
  z-index: 0;
}
.SuccessStoriesWrap .primary-btn:hover{
    border: 1px solid #22568b;
}
.view-perspectives-search .pager a::after, .responsiveCards .pager a::after {
  content: "Load more";
}
.view-perspectives-search .pager a:hover, .responsiveCards .pager a:hover, .WebinarScheduleWrap .field--name-field-register-now-link a:hover, 
.node--type-webinar .spotlightWrap .btn-primary:hover {
  border: 1px solid #ff911d;
}
.view-perspectives-search, .responsiveCards  {
  padding-bottom: 50px;
}
.view-perspectives-search
  .views-view-responsive-grid__item
  .views-field-views-conditional-field-1
  a,
.views-field-views-conditional-field a, 
.view-perspectives-search
  .views-view-responsive-grid__item .views-field-views-conditional-field-4 a {
  display: inline-block;
}

.view-perspectives-search .views-field-views-conditional-field-1 a::before,
.view-perspectives-search .views-field-views-conditional-field a::before, 
.view-perspectives-search
  .views-view-responsive-grid__item .views-field-views-conditional-field-4 a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
  transition: background-color 0.3s ease;
  background-position: center;
}

.view-perspectives-search .views-field-views-conditional-field-1 a::after,
.view-perspectives-search .views-field-views-conditional-field a::after, 
.view-perspectives-search
  .views-view-responsive-grid__item .views-field-views-conditional-field-4 a::after  {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14.741' height='16.847' viewBox='0 0 14.741 16.847'><path d='M7.555,1.519a1,1,0,0,1,1.736,0l6.7,11.726a1,1,0,0,1-.868,1.5H1.723a1,1,0,0,1-.868-1.5Z' transform='translate(14.741) rotate(90)' fill='%23fff' /></svg>");
  transition: background-image 0.3s ease;
  background-position: center;
}

.view-perspectives-search
  .views-field-views-conditional-field-1
  a:hover::before,
.view-perspectives-search .views-field-views-conditional-field a:hover::before, 
.view-perspectives-search
  .views-view-responsive-grid__item .views-field-views-conditional-field-4 a:hover::before {
  background: #ff8a00;
  border-color: #ff8a00;
}

.view-perspectives-search .views-field-views-conditional-field-1 a:hover::after,
.view-perspectives-search .views-field-views-conditional-field a:hover::after, 
.view-perspectives-search
  .views-view-responsive-grid__item .views-field-views-conditional-field-4 a:hover::after{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14.741' height='16.847' viewBox='0 0 14.741 16.847'><path d='M7.555,1.519a1,1,0,0,1,1.736,0l6.7,11.726a1,1,0,0,1-.868,1.5H1.723a1,1,0,0,1-.868-1.5Z' transform='translate(14.741) rotate(90)' fill='%23ffffff' /></svg>");
}
.view-perspectives-search .views-field-views-conditional-field-1 .modal,
.view-perspectives-search .views-field-views-conditional-field .modal, 
 .quote-block .modal, .WebinarScheduleWrap .modal, .node--type-webinar .spotlightWrap .modal, .hero-section .hero-form .modal, 
 .view-perspectives-search .views-field-views-conditional-field-4 .modal, .hero-section-wrap .hero-form .modal{
  background-color: rgba(0, 0, 0, 0.7);
}
.view-perspectives-search
  .views-field-views-conditional-field-1
  .modal
  .modal-content,
.view-perspectives-search
  .views-field-views-conditional-field
  .modal
  .modal-content,  .quote-block .modal
  .modal-content, .WebinarScheduleWrap .modal .modal-content, .node--type-webinar .spotlightWrap .modal .modal-content, .hero-section .hero-form .modal .modal-content, 
  .view-perspectives-search .views-field-views-conditional-field-4 
  .modal
  .modal-content, .hero-section-wrap .hero-form .modal .modal-content{
  background-color: transparent;
  border: 0;
}
.view-perspectives-search
  .views-field-views-conditional-field-1
  .modal
  .modal-header
  .modal-title,
.view-perspectives-search
  .views-field-views-conditional-field
  .modal
  .modal-header
  .modal-title, .quote-block .modal .modal-header
  .modal-title, .WebinarScheduleWrap .modal .modal-header .modal-title, 
  .node--type-webinar .spotlightWrap .modal .modal-header .modal-title, 
  .view-perspectives-search .views-field-views-conditional-field-4 .modal
  .modal-header
  .modal-title{
  display: none;
}
.WebinarScheduleWrap .modal .modal-header, .node--type-webinar .spotlightWrap .modal .modal-header, 
.hero-section .hero-form .modal .modal-header, .hero-section-wrap .hero-form .modal .modal-header{
      justify-content: flex-end;
}
.view-perspectives-search
  .views-field-views-conditional-field-1
  .modal
  .modal-header,
.view-perspectives-search
  .views-field-views-conditional-field
  .modal
  .modal-header, .quote-block .modal .modal-header, .WebinarScheduleWrap .modal .modal-header, 
  .node--type-webinar .spotlightWrap .modal .modal-header, .hero-section .hero-form .modal .modal-header, 
  .view-perspectives-search .views-field-views-conditional-field-4 
  .modal
  .modal-header, .hero-section-wrap .hero-form .modal .modal-header{
  border: 0;
}
.view-perspectives-search
  .views-field-views-conditional-field-1
  .modal
  .modal-header
  .btn-close,
.view-perspectives-search
  .views-field-views-conditional-field
  .modal
  .modal-header
  .btn-close, .quote-block .modal .modal-header  .btn-close, 
  .WebinarScheduleWrap .modal .modal-header  .btn-close, 
  .node--type-webinar .spotlightWrap .modal .modal-header  .btn-close, 
  .hero-section .hero-form .modal .modal-header  .btn-close, 
  .view-perspectives-search .views-field-views-conditional-field-4 .modal
  .modal-header
  .btn-close, .hero-section-wrap .hero-form .modal .modal-header  .btn-close{
  border: 1px solid #fff;
  color: #d56a00;
  border-radius: 0;
  background-color: #fff;
  opacity: 1;
}
.view-perspectives-search
  .views-field-views-conditional-field-1
  .modal
  .modal-header
  .btn-close:hover,
.view-perspectives-search
  .views-field-views-conditional-field
  .modal
  .modal-header
  .btn-close:hover, .quote-block .modal .modal-header  .btn-close:hover, 
  .WebinarScheduleWrap .modal .modal-header .btn-close:hover, 
  .node--type-webinar .spotlightWrap .modal .modal-header .btn-close:hover, 
  .hero-section .hero-form .modal .modal-header .btn-close:hover, 
  .view-perspectives-search .views-field-views-conditional-field-4 
  .modal
  .modal-header
  .btn-close:hover,  .hero-section-wrap .hero-form .modal .modal-header .btn-close:hover{
  border: 1px solid #ff911d;
}
.view-perspectives-search
  .views-field-views-conditional-field-1
  .modal
  .modal-header
  .btn-close:focus,
.view-perspectives-search
  .views-field-views-conditional-field
  .modal
  .modal-header
  .btn-close:focus, .quote-block .modal .modal-header  .btn-close:focus, 
  .WebinarScheduleWrap .modal .modal-header  .btn-close:focus, 
  .node--type-webinar .spotlightWrap .modal .modal-header  .btn-close:focus, 
  .hero-section .hero-form .modal .modal-header  .btn-close:focus, 
  .hero-section-wrap .hero-form .modal .modal-header  .btn-close:focus, 
  .view-perspectives-search .views-field-views-conditional-field-4 
  .modal
  .modal-header
  .btn-close:focus{
  outline: 0 !important;
    box-shadow: none !important;
    background-color: #fff !important;
}
.view-perspectives-search
  .views-field-views-conditional-field-1
  .modal
  .modal-body
  .media-oembed-content,
.view-perspectives-search
  .views-field-views-conditional-field
  .modal
  .modal-body
  .media-oembed-content, .quote-block .modal .modal-body
  .media-oembed-content, .WebinarScheduleWrap .modal .modal-body .media-oembed-content, 
  .node--type-webinar .spotlightWrap .modal .modal-body .media-oembed-content, 
  .hero-section .hero-form .modal .modal-body .media-oembed-content,
  .hero-section-wrap .hero-form .modal .modal-body .media-oembed-content 
  .view-perspectives-search .views-field-views-conditional-field-4 .modal
  .modal-body
  .media-oembed-content{
   width: 100%;
  height: 100%;
  border: 0;
}
.responsiveCards{
  padding-top: 50px;
}
/* filter end */
@media (min-width: 992px) {
  .view-perspectives-search .views-view-responsive-grid__item img, .responsiveCards .views-view-responsive-grid__item img {
    min-height: 270px;
  }
  .responsiveCards .views-view-responsive-grid__item img{
            max-height: 270px;
  }
  body:not(.path-frontpage, .node--type-jobs) #main-wrapper {
    padding-top: 102px;
  }
  /* .spotlightWrap > .col-lg-8{
    padding-right: 0;
  } */
  .spotlightWrap > .col-lg-8 *, .spotlightWrap > .col-lg-9 * {
    width: 100%;
    height: auto;
  }
  /* .node--type-sled-content-pages .spotlightWrap > .col-lg-8 *{
        padding-left: 4%;
  } */
  /* .quotes-section .quote-block .author-info .field--name-field-author-designation{
        max-width: 70%;
    margin: 0 auto;
  } */
}
@media (max-width: 991px) {
  .fourcolsection {
    padding-top: 62px;
  }
}
@media screen and (max-width: 767px) {
  .fourcolsection .view-perspective-tag-sliders .swiper .swiper-button-prev,
  .fourcolsection .view-perspective-tag-sliders .swiper .swiper-button-next {
    display: flex;
  }
  .breadcrumbs {
    display: none;
  }
}
@media screen and (max-width: 1025px) {
  .view-perspectives-search .view-filters, .responsiveCards .view-filters{
    top: 62px;
  }
  .view-perspectives-search
    .view-filters
    form
    .js-form-item:first-child::after, .responsiveCards
    .view-filters
    form
    .js-form-item:first-child::after, .view-jobs-search .view-header::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14' viewBox='0 0 15 14' fill='none'%3E%3Cpath opacity='0.7' d='M12.0395 13.0263C11.2105 13.0263 10.5099 12.7401 9.9375 12.1678C9.36513 11.5954 9.07895 10.8947 9.07895 10.0658C9.07895 9.23684 9.36513 8.53618 9.9375 7.96382C10.5099 7.39145 11.2105 7.10526 12.0395 7.10526C12.8684 7.10526 13.5691 7.39145 14.1414 7.96382C14.7138 8.53618 15 9.23684 15 10.0658C15 10.8947 14.7138 11.5954 14.1414 12.1678C13.5691 12.7401 12.8684 13.0263 12.0395 13.0263ZM1.18421 10.8553V9.27632H7.5V10.8553H1.18421ZM2.96053 5.92105C2.13158 5.92105 1.43092 5.63487 0.858553 5.0625C0.286184 4.49013 0 3.78947 0 2.96053C0 2.13158 0.286184 1.43092 0.858553 0.858553C1.43092 0.286184 2.13158 0 2.96053 0C3.78947 0 4.49013 0.286184 5.0625 0.858553C5.63487 1.43092 5.92105 2.13158 5.92105 2.96053C5.92105 3.78947 5.63487 4.49013 5.0625 5.0625C4.49013 5.63487 3.78947 5.92105 2.96053 5.92105ZM7.5 3.75V2.17105H13.8158V3.75H7.5Z' fill='%23ff8913'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: auto;
  }
  .view-jobs-search .view-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .view-jobs-search .view-content .views-view-responsive-grid--horizontal{
    display: grid;
  }
  .view-perspectives-search .views-view-responsive-grid,  .responsiveCards .views-view-responsive-grid, .view-jobs-search .view-content .views-view-responsive-grid--horizontal {
    grid-template-columns: 1fr;
  }
  .view-perspectives-search .view-filters form .form-type-select label, .responsiveCards .view-filters form .form-type-select label {
    font-size: 14px;
  }
  .view-perspectives-search .hide-fields, .responsiveCards .hide-fields {
    display: none !important;
  }
  .view-perspectives-search
    .views-field-views-conditional-field-1
    .modal
    .modal-dialog,   .responsiveCards
    .views-field-views-conditional-field-1
    .modal
    .modal-dialog, .quote-block .modal  .modal-dialog{
    align-items: flex-start;
  }
  .view-perspectives-search .view-filters form .form-type-select select,  .responsiveCards .view-filters form .form-type-select select {
    padding-right: 25px;
  }
  .view-perspectives-search .view-filters form .form-type-select select,
  .view-perspectives-search .view-filters form input[type="submit"] , 
  .responsiveCards .view-filters form .form-type-select select,
  .responsiveCards .view-filters form input[type="submit"] {
    padding: 10px 10px;
    font-size: 14px;
  }
    .view-jobs-search .view-filters form.hide-fields {
    display: none;
  }
  .view-jobs-search .view-header {
    cursor: pointer;
  }
}
/* perspective overview page start */
/* who we serve page start */
.overviewWrap {
  padding: 0 3%;
}
.sub_heading, .OurLocation .sub_heading span {
  font-size: 42px;
  font-family: Outfit_Medium;
  font-weight: 400;
  line-height: normal;
  color: #222220;
}
.short_description {
  font-size: 18px;
  font-family: Outfit_Regular;
  color: #000;
  line-height: 30px;
  margin-top: 0;
}
/* .overviewWrap .sectionTitle {
  margin-bottom: 0;
} */
.node--type-who-we-serve > .node__content > ._none:nth-child(3) > .container {
  padding: 3% 0 4% !important;
  position: relative;
}
.approachWrapIcon {
  margin: 20px 0;
}
.approachWrapIcon .blazy > li {
  border: 0;
  background-color: #fff7ede0;
  cursor: pointer;
  border-radius: 0;
  transition: all 0.8s cubic-bezier(0.745, 0.065, 0.17, 1);
  z-index: 1;
}
.approachWrapIcon .blazy > li > .grid__content{
      padding: 20px !important;
      min-height: 90px;
}
.approachWrapIcon .blazy > li > .grid__content:hover {
  background: #f9d8af;
  transition: all 0.8s cubic-bezier(0.745, 0.065, 0.17, 1);
}
.approachWrapIcon .blazy > li .paragraph {
  display: flex;
  align-items: center;
  gap: 15px;
}
.approachWrapIcon .blazy > li .paragraph img {
  width: 39px;
  height: 39px;
  margin-bottom: 0;
}
.approachWrapIcon .blazy > li .paragraph .field--name-field-title {
  font-size: 20px;
  font-family: Outfit_Medium;
  color: #000;
  font-weight: 400;
  line-height: normal;
}
/* Target the link inside each item */
.approachWrapIcon .blazy > li .paragraph .field--name-field-link a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0; /* hide "arrow" text */
  width: 20px;
  height: 20px;
}

.approachWrapIcon .blazy > li .paragraph .field--name-field-link {
  margin-left: auto;
  transition: all 0.8s cubic-bezier(0.745, 0.065, 0.17, 1);
}
.approachWrapIcon .blazy > li .paragraph .field--name-field-link a::after {
  content: "";
  width: 20px;
  height: 15px;
  background-image: url("/themes/custom/divihn_bootstrap/images/orange-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  transition: 0.3s;
  transform: translateY(-50%) rotate(90deg);
}

.approachWrapIcon .blazy > li:hover .field--name-field-link a::after {
  content: "";
  background-image: url(/themes/custom/divihn_bootstrap/images/downarrow-black.svg);
  width: 15px;
  height: 20px;
  transform: rotate(0deg);
  /* animation: downarrowanimation .25s linear;
    transform: translateY(-50%) rotate(0deg); */
}
.approachWrapIcon#services .blazy > li .paragraph:hover img{
  filter: brightness(0) saturate(100%) invert(58%) sepia(90%) saturate(1013%) hue-rotate(344deg) brightness(100%) contrast(102%);
}
/* @keyframes downarrowanimation {
    0% { margin-top: 0; }
    50% { margin-top: 10px; }
    100% { margin-top: 0; }
} */
.view-responsive-grids-who-we-serve {
  padding-top: 20px;
}
.view-responsive-grids-who-we-serve .sub_heading{
  margin-bottom: 20px;
}
.view-responsive-grids-who-we-serve .commercialBox {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.view-responsive-grids-who-we-serve
  .views-view-responsive-grid__item:nth-child(even) {
  background-color: transparent;
  transition: all 0.8s cubic-bezier(0.745, 0.065, 0.17, 1);
  padding: 30px;
}
.view-responsive-grids-who-we-serve
  .views-view-responsive-grid__item:nth-child(odd) {
  background-color: #fff7ed;
  transition: all 0.8s cubic-bezier(0.745, 0.065, 0.17, 1);
  padding: 30px;
}
.view-responsive-grids-who-we-serve:not(.PublicSectorBoxWrapp)
  .views-view-responsive-grid__item:hover {
  background: #f9d8af !important;
  transition: all 0.8s cubic-bezier(0.745, 0.065, 0.17, 1) !important;
}
.view-responsive-grids-who-we-serve .commercialBox img {
  width: 57px;
  height: auto;
  transition: all 0.8s cubic-bezier(0.745, 0.065, 0.17, 1);
}
.view-responsive-grids-who-we-serve
  .views-view-responsive-grid__item:hover
  .commercialBox
  img {
  filter: brightness(0);
  transition: all 0.8s cubic-bezier(0.745, 0.065, 0.17, 1) !important;
}
.view-responsive-grids-who-we-serve .commercialBoxItem h3 {
  font-size: 24px;
  line-height: 24px;
  font-family: Outfit_SemiBold;
  color: #222220;
  font-weight: 400;
  width: 100%;
}
.view-responsive-grids-who-we-serve .commercialBoxItem p,
.PublicSectorBoxWrapp
  .views-view-responsive-grid
  .views-view-responsive-grid__item-inner
  .views-field-field-description
  p,
.PublicSectorBoxWrapp .read-more-toggle {
  font-size: 16px;
  line-height: 20px;
  font-family: Outfit_Regular;
  color: #222220;
  font-weight: 400;
  margin: 0;
}
.view-responsive-grids-who-we-serve .commercialBox .field__item,
.PublicSectorBoxWrapp
  .views-view-responsive-grid
  .views-view-responsive-grid__item
  .views-view-responsive-grid__item-inner
  img {
  width: 57px;
  flex-shrink: 0;
}
.PublicSectorBoxWrapp .views-view-responsive-grid .views-view-responsive-grid__item .views-field-field-description + div > div{
    display: flex;
    position: relative;
    align-items: center;
}
.PublicSectorBoxWrapp .views-view-responsive-grid .views-view-responsive-grid__item .views-field-field-description + div > div::after {
    content: "";
    width: 14px;
    height: 11px;
    background-image: url("/themes/custom/divihn_bootstrap/images/orange-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s;
    display: inline-block;
    margin-left: -1.4rem;
    margin-top: 2px;
}
.notforprofit {
  margin: 100px 0;
  padding: 50px 30px;
  box-shadow: 0 0 20px 0 #00000014;
  scroll-margin-block-start: 120px;
  scroll-margin-top: 120px;
  background: url(/themes/custom/divihn_bootstrap/images/bg_img.svg);
  background-size: inherit;
  background-repeat: no-repeat;
  background-position: center right 80px;
}
.notforprofit .quote-block h2,
.PublicSectorBoxWrapp .view-header h2 {
  margin: 0;
}
.notforprofit .quote-block p{
  font-size: 16px;
  line-height: 20px;
  font-family: Outfit_Regular;
  color: #222220;
  font-weight: 400;
  margin: 0;
}
.PublicSectorBoxWrapp .view-header .PublicSector-subHeading {
  display: flex;
}
.PublicSectorBoxWrapp
  .views-view-responsive-grid
  .views-view-responsive-grid__item {
  background: #e5feffe0;
}
.PublicSectorBoxWrapp
  .views-view-responsive-grid
  .views-view-responsive-grid__item:first-child {
  background: #d9fbe1;
}
.PublicSectorBoxWrapp
  .views-view-responsive-grid
  .views-view-responsive-grid__item
  .views-view-responsive-grid__item-inner {
  display: flex;
  flex-direction: column;
}
.PublicSectorBoxWrapp
  .views-view-responsive-grid
  .views-view-responsive-grid__item-inner
  .views-field-field-title
  h3 {
  font-size: 24px;
  line-height: 20px;
  font-family: Outfit_SemiBold;
  color: #222220;
  font-weight: 400;
  margin-bottom: 15px;
}
.PublicSectorBoxWrapp
  .views-view-responsive-grid
  .views-view-responsive-grid__item-inner
  .views-field-field-description
  p,
.PublicSectorBoxWrapp
  .views-view-responsive-grid
  .views-view-responsive-grid__item
  .views-view-responsive-grid__item-inner
  img {
  margin-bottom: 15px;
}
.truncate-ellipsis:after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #e5feffe0; /* same as card bg */
  padding-left: 6px;
}
.PublicSectorBoxWrapp .PublicSector-subHeading {
  display: flex;
  gap: 38px;
  flex-wrap: wrap;
  padding-top: 30px;
  align-items: flex-start;
}
.PublicSectorBoxWrapp .PublicSector-subHeading > h3 {
  width: calc((100% / 3) - 30px);
  font-size: 25px;
  line-height: 25px;
  font-family: Outfit_SemiBold;
  color: #222220;
  font-weight: 400;
  margin-bottom: 20px;
}
.PublicSectorBoxWrapp {
  padding-bottom: 80px;
}
.PublicSectorBoxWrapp .read-more-toggle {
  color: #ff8913;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .sub_heading {
    font-size: 28px;
  }
  .short_description, .quotes-section .left-text h6.small-title + p {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .view-responsive-grids-who-we-serve .views-view-responsive-grid {
    grid-template-columns: 1fr !important; /* one full-width column */
    width: 100%;
  }
  .view-responsive-grids-who-we-serve .views-view-responsive-grid__item {
    width: 100% !important; /* ensure each item fills the row */
  }
  .PublicSectorBoxWrapp .PublicSector-subHeading {
    display: none !important;
  }
  .spotlightWrap .tagbox .short_description span, .SuccessStoriesWrap .tagbox p {
    padding: 0;
    line-height: normal;
  }
  .SuccessStoriesWrap .swiper-wrapper{
    padding-bottom: 5%;
  }
  .spotlightWrap .tagbox .short_description small {
    padding: 0;
    width: fit-content;
  }
  .notforprofit {
    background-position: bottom 25px right 20px;
  }
  .notforprofit .quote-block p {
    padding-top: 10px;
  }
  .PublicSectorBoxWrapp .view-header h2 {
    margin-bottom: 30px;
  }
  .sled-certs, .node--type-government-page .view-contract-vehicles{
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .path-to-success .path-desc h2 {
    font-size: 28px !important;
  }
  .path-to-success > .row > .col-md-6:nth-child(2) {
    margin-bottom: 20px;
  }
  .paragraph--type--success-for-clients .blazy--field-success-grids > li {
    width: 100%;
  }
  .LefTxtRightImg h2 > br {
    display: contents;
  }
  .LefTxtRightImg h2 span {
    padding-right: 5px;
  }
  .paragraph--type--success-for-clients .blazy--field-success-grids > li .field--name-field-title{
            min-height: auto;
  }
  .whatwedo .first-fold .leftSide p, .paragraph--type--success-for-clients p{
    font-size: 16px;
  }
  .paragraph--type--success-for-clients .blazy--field-success-grids > li{
    padding: 20px !important;
    min-height: auto;
  }
  .LefTxtRightImg .sub_heading{
    margin-bottom: 25px;
  }
  .small-title{
    margin-bottom: 5px;
  }
  .paragraph--type--left-image-with-right-text .left-image{
    min-height: auto !important;
        padding: 20px;
    margin-bottom: 20px;
  }
  .paragraph--type--left-image-with-right-text .right-text h5{
    font-size: 20px !important;
        line-height: 24px !important;
  }
  .paragraph--type--culture-section .quote-block blockquote h5, .quotes-section .quote-block h5, .testimonialSuccessWrap .testimonialSuccess > p{
    font-size: 18px !important;
        line-height: 24px !important;
  }
  .quote-block .video-link{
        max-width: 380px !important;
  }
  .whatwedo .first-fold .leftSide h2, .quotes-section .section-title .field, .quotes-section .left-text .field__item h2, .quotes-section .right-text .field__item h2{
    font-size: 28px;
  }
  .quotes-section .quote-block{
    padding: 20px 20px 32px !important;
  }
  .node--type-webinar .view-id-fear .view-content .views-view-responsive-grid {
    grid-template-columns: 1fr;
  }
}
/* who we serve page start */

/*why-divihn page start */
.path-to-success {
  margin: 40px 0;
}
.small-title,
.small-title .field, .paragraph--type--contract-vehicles-section > .field--name-field-title {
  font-size: 20px;
  font-weight: 400;
  font-family: Outfit_Medium;
  color: #22568b;
}
.paragraph--type--contract-vehicles-section .small-title .field{
      color: #222220;
    font-family: Outfit_Bold;
        font-weight: 700;
        line-height: 25px;
}
.small-title {
  margin-bottom: 20px;
}
.path-to-success .path-desc h2,  .SuccessStoriesWrap  .swiper-slide .titlebox h2 {
  font-size: 42px;
  font-family: Outfit_Medium;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  line-height: 1.33;
}
.path-to-success .path-desc h2 span,  .SuccessStoriesWrap  .swiper-slide .titlebox a{
     font-family: inherit;
}
.path-to-success .path-desc h2 span.orange, .paragraph--type--left-image-with-right-text .sub_heading > .field, 
.quotes-section h4.sub_heading > .field, .paragraph--type--culture-section .sub_heading .field--name-field-section-title {
  background: transparent linear-gradient(90deg, #ff911d 50%, rgba(0, 0, 0, 0.1) 0);
    background-size: 200% 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    position: relative;
    background-position-x: 0%;
}
.paragraph--type--success-for-clients{
 padding-bottom: 2rem;
 padding-top: 2rem;
}
.paragraph--type--success-for-clients .blazy--field-success-grids{
    margin-top: 2rem;
        display: flex;
    flex-direction: row;
}
.paragraph--type--success-for-clients .field--name-field-title{
     margin-bottom: 0;
}
.paragraph--type--success-for-clients .blazy--field-success-grids > li{
    border-radius: 0;
    border: 0;
    padding: 30px 20px !important;
      transition: all .8s cubic-bezier(.745,.065,.17,1);
}
.paragraph--type--success-for-clients .blazy--field-success-grids > li:nth-child(2n) {
    background: #fff
}
.paragraph--type--success-for-clients .blazy--field-success-grids > li .paragraph{
    display: flex;
    flex-direction: column;
}
 .paragraph--type--success-for-clients .blazy--field-success-grids > li .field--name-field-title{
        min-height: 72px;
        margin-bottom: 0;
        margin-top: 25px;
 }
 .paragraph--type--_5-75-left-text-with-right-img{
    margin: 2rem 0;
 }
 .paragraph--type--_5-75-left-text-with-right-img .container{
    padding: 0 !important;
 }
 .node--type-why-divihn-page .view-success-stories{
     padding: 40px 0;
 }
 .paragraph--type--culture-section, .node--type-why-divihn-page #community{
    padding-bottom: 80px;
    scroll-margin-block-start: 150px;
    scroll-margin-top: 150px;
    background: linear-gradient(white 0 80px, transparent 0) bottom / 100% 80px no-repeat, linear-gradient(to bottom, #fff7ed 60%, white 40%);
}
.node--type-why-divihn-page #community{
  margin-top: 80px;
}
.paragraph--type--culture-section{
     padding-left: 3%;
    padding-right: 3%;
}
.sub_heading *{
        font-family: inherit;
}
.quotes-section .section-title .field, .OurValuesResonateWrap .sub_heading{
    color: #22568b;
}
.paragraph--type--culture-section .intro-text p {
    font-family: Outfit_Regular;
    font-size: 18px;
    line-height: 30px;
}
.paragraph--type--culture-section .quote-block > .row, .quotes-section .quote-block > .row{
    justify-content: center;
    align-items: normal !important;
}
.paragraph--type--culture-section .quote-block{
    padding: 50px 3% !important;
    background: url(/themes/custom/divihn_bootstrap/images/quote.svg) no-repeat 62% 50px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    margin-top: 1%;
}
.paragraph--type--culture-section .quote-block blockquote h5, .quotes-section .quote-block h5, .testimonialSuccessWrap .testimonialSuccess > p{
        color: #222220;
    font-family: Outfit_Regular;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    /* padding: 0 3%; */
}
.paragraph--type--culture-section .quote-block a, .quotes-section .quote-block .video-text{
      font-family: Outfit_Regular;
    font-size: 14px;
    line-height: 16px;
}
.paragraph--type--culture-section .author-info .author, .quotes-section .quote-block .author-info .author {
    display: flex;
    flex-direction: column;
}
.paragraph--type--culture-section .author-info .author img, .quotes-section .quote-block .author-info .author img, .testimonialSuccessWrap .testimonialSuccess .testimonialInfo img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto
}
.paragraph--type--culture-section .author-info .author-name .field--name-field-author-name, .quotes-section .quote-block .author-info .author-name .field--name-field-author-name, 
.testimonialSuccessWrap .testimonialSuccess .testimonialInfo h6{
      font-family: Outfit_Bold;
    font-size: 15px;
    line-height: 30px;
    margin-top: 10px
}
.paragraph--type--culture-section .author-info .field--name-field-author-designation, .quotes-section .quote-block .author-info .field--name-field-author-designation, 
.testimonialSuccessWrap .testimonialSuccess .testimonialInfo h6 span{
    font-family: Outfit_Regular;
    font-size: 14px;
    line-height: 15px;
    display: block;
    font-weight: 400
}
.paragraph--type--culture-section .author-details, .quotes-section .quote-block .author-details{
        text-align: center;
}
/* .quotes-section{
    padding-bottom: 80px;
} */
.quotes-section > .container > .row > .col-md-6:first-child{
    padding-right: 50px;
}
.quotes-section .left-text .field__item h6, .quotes-section .right-text .field__item h6{
    font-family: Outfit_Regular;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
}
.quotes-section .left-text .field__item p, .quotes-section .right-text .field__item p{
        font-family: Outfit_Regular;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
}
.quotes-section .quote-block{
        background-color: #fff7ed;
    padding: 50px 80px;
    background: #fff url(/themes/custom/divihn_bootstrap/images/quote.svg) no-repeat 62% 50px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.node--type-why-divihn-page > .node__content > ._none:nth-child(5) > .container-fluid, .node--type-why-divihn-page > .node__content > ._none:nth-child(5) > .container-fluid > .row > .col-12, 
.node--type-why-divihn-page > .node__content > ._none:nth-child(4) > .container, .node--type-why-divihn-page > .node__content > ._none:nth-child(4) > .container > .row > .col-12, 
 .node--type-services
    > .node__content
    > ._none:nth-child(3)
    > .container-fluid, 
     .node--type-services
    > .node__content
    > ._none:nth-child(3)
    > .container-fluid > .row > .col-12, 
     .node--type-specialization-pages
    > .node__content
    > ._none:nth-child(3)
    > .container, 
     .node--type-specialization-pages
    > .node__content
    > ._none:nth-child(3)
    > .container > .row > .col-12, 
       .node--type-sled-content-pages
    > .node__content
    > ._none:nth-child(2)
    > .container-fluid, 
     .node--type-sled-content-pages
    > .node__content
    > ._none:nth-child(2)
    > .container-fluid > .row > .col-12,  
    .Internalcareers .field--name-field-sections > .field__item:nth-child(2) .container, 
    .Internalcareers .field--name-field-sections > .field__item:nth-child(2) .container > .row > .col-12, 
    .Internalcareers .field--name-field-sections > .field__item:nth-child(4) .container, 
    .Internalcareers .field--name-field-sections > .field__item:nth-child(4) .container > .row > .col-12{
    padding: 0 !important;
}
 .Internalcareers .field--name-field-sections > .field__item:nth-child(2) .container .small-title, 
 .Internalcareers .field--name-field-sections > .field__item:nth-child(2) .container .sub_heading{
        margin-left: 12px;
 }
.node--type-why-divihn-page > .node__content > ._none:nth-child(5) > .container-fluid > .row, .node--type-why-divihn-page > .node__content > ._none:nth-child(4) > .container > .row, 
 .node--type-services
    > .node__content
    > ._none:nth-child(3)
    > .container-fluid > .row, 
     .node--type-specialization-pages
    > .node__content
    > ._none:nth-child(3)
    > .container > .row, 
      .node--type-sled-content-pages
    > .node__content
    > ._none:nth-child(3)
    > .container-fluid > .row,
    .Internalcareers .field--name-field-sections > .field__item:nth-child(2) .container > .row,
    .Internalcareers .field--name-field-sections > .field__item:nth-child(4) .container > .row    {
    margin: 0 !important;
}
.quotes-section1::before {
    content: "";
    position: absolute;
    top: -20px; /* move shadow above the section */
    left: 0;
    width: 100%;
    height: 20px;
    box-shadow: 0 -5px 30px #0000000d;
}
.node--type-why-divihn-page #dei .quotes-section{
    background: linear-gradient(246deg, #ecfdf2, #e3f5f5 32%, #ffefdc 65%, #ebeffc);
    background-size: 100% 60%;
    background-repeat: no-repeat;
    margin-top: 100px;
    padding: 80px 0 120px !important;
}
.node--type-why-divihn-page > .node__content > ._none:nth-child(5) > .container-fluid .row .col-12 .field > .field__item:nth-child(3) > .quotes-section .quote-block{
    background-color: #fff;
}
.quotes-section ul{
    list-style-type: disc;
    padding: 0;
}
.quotes-section ul li{
    font-family: Outfit_Regular;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    color: #222220;
    margin-bottom: 10px;
}
.quotes-section ul li::marker, .WebinarInfoWrap ul li::marker, .paragraph--type--Overview-with-image ul li::marker, .category-table tr td .row ul li::marker, 
.paragraph--type--simple-text-block .sub_heading  + ul li::marker, .categories .categorylist ul li::marker, .includeWrapp ul li::marker, .SuccessStoriesDetialsList .CopyBox ul li::marker, 
.paragraph--type--25-75-left-img-with-right-text .right-text ul li::marker, .paragraph--type--25-75-right-img-with-left-text .left-text ul li::marker, 
.hero-section-wrap .hero-description ul li::marker, .hero-section .hero-description .bullet-text-wrapper ul li::marker  {
    color: #ff911d;
    font-size: 20px;
}
.node--type-why-divihn-page #corepurpose .quotes-section .quote-block, 
.node--type-why-divihn-page #sustainability .quotes-section .quote-block, 
.Internalcareers .field--name-field-sections > .field__item:nth-child(4) .quotes-section .quote-block{
     background-color: #fff7ed;
}
.node--type-why-divihn-page > .node__content > ._none:nth-child(5) > .container-fluid .row .col-12 .field > .field__item:nth-child(4) > .quotes-section,.node--type-why-divihn-page > .node__content > ._none:nth-child(5) > .container-fluid .row .col-12 .field > .field__item:nth-child(2) > .quotes-section {
    margin-bottom: 50px;
}
.paragraph--type--left-image-with-right-text .left-image{
        min-height: 250px;
    border: 1px solid #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
}
.paragraph--type--left-image-with-right-text .right-text h5{
        font-family: Outfit_Regular;
    font-size: 24px;
    line-height: 30px;
}
.paragraph--type--left-image-with-right-text .right-text h5 > strong{
    font-family: inherit;
}
.paragraph--type--left-image-with-right-text .right-text p{
        font-family: Outfit_Regular;
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
    margin-bottom: 0;
}
.paragraph--type--left-image-with-right-text .sub_heading, .quotes-section h4.sub_heading{
    color: #d56a00;
}
.paragraph--type--left-image-with-right-text .sub_heading{
    margin-bottom: 2rem;
}
.quotes-section h4.sub_heading {
    margin-bottom: 30px !important;
}
.quotes-section {
    padding-bottom: 0 !important;
}
.quotes-section .small-title{
   font-size: 20px !important;
    color: #133a4f;
    font-family: Outfit_Medium !important;
    line-height: 30px !important;
    letter-spacing: 0;
    font-weight: 700 !important;
}
.quotes-section .left-text h6.small-title + p{
        font-family: Outfit_Regular;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    color: #222220;
    font-weight: 700;
}
.node--type-why-divihn-page > .node__content > ._none:nth-child(5) > .container-fluid .row .col-12 .field > .field__item:nth-child(5) > .quotes-section{
        padding-bottom: 80px !important;
}
    .btn-play {
        width: 40px;              
        height: 40px;
        padding: 0;
        border: none;
        background: url('/themes/custom/divihn_bootstrap/images/playBtn.svg') no-repeat center center;
        background-size: contain;  
        background-color: transparent;
        border-radius: 0;         
        box-shadow: none;        
        font-size: 0;    
            flex-shrink: 0;          
    }
     .form-control:focus,
    .form-control:active,
   .form-control:focus-visible, 
   .form-check-input:focus, 
   .form-select:focus, .form-select:focus-visible, .form-select:active {
        outline: none !important;
        box-shadow: none !important;
        background-color: #fff !important
    }
    .form-check-input:active{
      filter: brightness(100%);
    }
    .quote-block .btn:hover{
        background-color: transparent;
        border: 0;
    }
    .quotes-section .quote-block .video-link, .paragraph--type--culture-section .quote-block .video-link{
            justify-content: center;
        max-width: 65%;
        margin: 0 auto;
    }
/*why-divihn page end */

/*webinar page design start */
.node--type-webinar > .node__content > ._none:nth-child(2) > .container{
        background: #fff4e6;
}
.WebinarScheduleWrap{
    padding: 20px 0;
    margin: 20px 0;
}
.WebinarScheduleWrap > .col-12{
        display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}
.WebinarScheduleWrap .col-12 > .block {
    position: relative;
}
.WebinarScheduleWrap .col-12 > .block::before, 
.webinar-details .webinar-details-items .left-side .webinar-date::before,
.webinar-details .webinar-details-items .left-side .webinar-details-value::before, .webinar-details .webinar-details-items .right-side .webinar-details-value::before, 
.hero-section-wrap .hero-content .hero-meta .hero-meta-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}
.WebinarScheduleWrap .col-12 > .block:first-child::before, .webinar-details .webinar-details-items .left-side .webinar-date::before, 
.hero-section-wrap .hero-content .hero-meta .hero-meta-item:first-child:before{
    background-image: url('/themes/custom/divihn_bootstrap/images/Date.svg');
}
.WebinarScheduleWrap .col-12 > .block:nth-child(2)::before, .webinar-details .webinar-details-items .right-side .webinar-details-value::before, 
.hero-section-wrap .hero-content .hero-meta .hero-meta-item:nth-child(2):before{
    background-image: url('/themes/custom/divihn_bootstrap/images/duration.svg');
}
.WebinarScheduleWrap .col-12 > .block:nth-child(3)::before, .webinar-details .webinar-details-items .left-side .webinar-details-value::before, 
.hero-section-wrap .hero-content .hero-meta .hero-meta-item:nth-child(3):before{
    background-image: url('/themes/custom/divihn_bootstrap/images/time.svg');
}
.webinar-details .webinar-details-items .right-side .webinar-details-value:nth-child(2):before, .hero-section-wrap .hero-content .hero-meta .hero-meta-item:nth-child(4):before{
    background-image: url('/sites/default/files/2026-02/ondemad-icon.png');
    filter: brightness(0) saturate(100%) invert(58%) sepia(90%) saturate(1013%) hue-rotate(344deg) brightness(100%) contrast(102%);
}
.WebinarScheduleWrap h2{
        font-size: 14px;
    line-height: 14px;
    font-family: Outfit_Medium;
    color: #222220;
    margin-left: 35px;
        margin-bottom: 5px;
}
.WebinarScheduleWrap .field {
      font-size: 18px;
    line-height: 20px;
    font-family: Outfit_Medium;
    color: #222220;
}
.WebinarScheduleWrap .field.field--name-body > P{
  margin-bottom: 0;
}
.WebinarScheduleWrap .field--name-field-webinar-date, .WebinarScheduleWrap .field--name-field-webinar-time, 
.WebinarScheduleWrap .field--name-field-webinar-duration{
  margin-left: 35px;
}
.WebinarScheduleWrap time{
      
    font-family: inherit;
}
.WebinarScheduleWrap .field--name-field-register-now-link a, 
.node--type-webinar .spotlightWrap .btn-primary{
    width: 100%;
        border: 1px solid #ff911d;
}
.WebinarScheduleWrap .field--name-field-register-now-link a::after {
  content: "Register now";
}
.node--type-webinar .spotlightWrap .btn-primary::after{
  content: "Replay";
}
.node--type-webinar .spotlightWrap .btn-primary{
    padding: 10px 25px;
    min-height: auto;
        border: 1px solid #fff;
    color: #fff;
    font-family: Outfit_Regular;
    margin-top: 20px;
    background-color: #22568b;
}
.WebinarInfoWrap {
        padding-top: 30px;
        margin-bottom: 50px;
}
.WebinarHeading, .WebinarInfoWrap strong, .paragraph--type--meet-the-speakers .field--name-field-title{
        font-size: 24px;
    line-height: 24px;
    font-family: Outfit_Medium;
    color: #222220;
    margin-bottom: 20px;
        font-weight: normal;
}
.WebinarHeading strong{
    font-family: inherit;
}
.WebinarInfoWrap p{
        font-size: 18px;
    line-height: 20px;
    font-family: Outfit_Regular;
    color: #222220;
}
.WebinarInfoWrap{
    margin-bottom: 50px;
}
.WebinarInfoWrap ul{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
        margin-bottom: 50px;
        flex-direction: column;
}
.WebinarInfoWrap ul li {
    font-size: 16px;
    font-family: Outfit_Regular;
    color: #222220;
    line-height: 20px;
}
.node--type-webinar .paragraph--type--meet-the-speakers .node--type-contributors h3, 
.spotlightWrap .field--name-field-tag-content > .field__item:nth-child(2) .node--type-contributors > h3{
    display: none;
}
.node--type-webinar .paragraph--type--meet-the-speakers .node--type-contributors .SpeakersImg img {
            width: 150px;
    height: 150px;
}
.node--type-webinar > .node__content > ._none:nth-child(5) > .container{
    padding: 0 !important;
}
.RegisterWebinarformWrap { 
    background: #d9fbe1;
}
.RegisterWebinarformWrap form .form-type-webform-markup{
  margin-top: 80px;
  width: 100%;
}
.RegisterWebinarformWrap form .form-actions {
    width: 100%;
}
.RegisterWebinarformWrap form h3 {
    text-align: center;
    font-size: 32px;
    font-family: Outfit_Medium;
    font-weight: 400;
    line-height: normal;
}

.RegisterWebinarformWrap form{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.RegisterWebinarformWrap form .js-form-item.mb-3{
        margin-bottom: 0 !important;
            width: 100%;
}
.RegisterWebinarformWrap form label, .view-perspectives-search .view-filters form .js-form-item label[for="edit-search-api-fulltext"], 
.responsiveCards .view-filters form .js-form-item label[for="edit-search-api-fulltext"] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.RegisterWebinarformWrap form .form-type-email,
.RegisterWebinarformWrap form .form-type-textarea{
    width: 100%;
}
/* .RegisterWebinarformWrap form input.form-control:not(input[type="submit"]),
.RegisterWebinarformWrap form textarea.form-control:not(input[type="submit"]) {
       font-size: 16px;
    font-family: Outfit_Regular;
    color: #707070;
    line-height: 24px;
    font-weight: 400;
    border: 1px solid #707070;
    border-radius: 25px;
    padding: 10px 20px;
    width: 100%;
    outline: none;
    box-shadow: none !important;
    background-color: transparent;
} */
.RegisterWebinarformWrap form textarea.form-control {
    border-radius: 20px;
    height: 160px !important;
}

.RegisterWebinarformWrap form #edit-name--wrapper .fieldset-wrapper {
    display: flex;
    gap: 20px;
}
.node--type-services .RegisterWebinarformWrap{
   background: #fff
}

.RegisterWebinarformWrap form #edit-name-first,
.RegisterWebinarformWrap form #edit-name-last {
    width: 100%;
}
form .alert-wrapper .alert{
      background-color: #e8feff;
    border-radius: 0;
    border: 0;
    font-family: 'Outfit_Regular';
    padding-bottom: 0;
}
form .alert-wrapper .alert .alert-heading{
    font-size: 26px;
    font-family: Outfit_Medium;
    font-weight: 400;
    line-height: normal;
        color: #22568b;
}
form .alert-wrapper .alert .container-inline{
  font-size: 14px;
  color: #22568b;
  margin-bottom: 0;
  font-family: 'Outfit_Regular';
}
.paragraph--type--meet-the-speakers .field--name-field-speaker-tag > .field__item:not(:first-child){
  margin-top: 70px;
}
/*webinar page design end */
/* federal-government page end */
.node--type-government-page ._none:nth-child(3) > .container{
    background-color: rgba(217, 251, 225, .2);
}
.dual-column-section{
        padding-top: 30px;
    padding-bottom: 50px;
}
.dual-column-section > .row{
        margin: 0 !important;
}
.node--type-government-page ._none:nth-child(3){
     margin-bottom: 90px;
}
.dual-column-section .sub_heading{
        color: #22568b;
}
.dual-column-section p{
        font-family: Outfit_Light;
        margin-bottom: 0;
}
.dual-column-section .view-header > h3, .leftIimgRightText .textBlock h2{
    font-family: Outfit_Light;
    color: #22568b;
    margin-bottom: 25px;
        font-size: 20px;
            font-weight: 700;
}
.dual-column-section .swiper-slide .views-field-field-media-image img, .dual-column-section .swiper-slide .views-field-field-slider-image img, 
.sled-certs .swiper-slide .views-field-field-media-image img{
        width: 100%;
    object-fit: contain;
}
.dual-column-section .swiper-slide .views-field-field-media-image, .dual-column-section .swiper-slide .views-field-field-slider-image, 
.sled-certs .swiper-slide .views-field-field-media-image{
    background: rgba(0, 0, 0, .05);
    display: flex;
    align-items: center;
    justify-content: center;
}
.dual-column-section .swiper-slide:nth-child(2n) .views-field-field-media-image, .dual-column-section .swiper-slide:nth-child(2n) .views-field-field-slider-image, 
 .sled-certs .swiper-slide:nth-child(2n) .views-field-field-media-image {
    background: rgba(0, 0, 0, .02);
}
.dual-column-section .swiper-wrapper{
    padding-bottom: 7%;
}
.leftIimgRightText{
    margin-bottom: 100px;
}
.leftIimgRightText .imageBlock{
        padding: 50px 40px;
    background: #fff7ed;
        height: 100%;
}
.leftIimgRightText .imageBlock .simple-text-block p{
        font-family: Outfit_Regular;
    background: url(/themes/custom/divihn_bootstrap/images/quote.svg) no-repeat;
    background-position: right bottom -50px;
    background-origin: content-box;
    position: relative;
    padding-bottom: 50px;
    width: 80%;
    line-height: normal;
}
.leftIimgRightText .imageBlock .author-block{
    display: flex;
    align-items: center;
    gap: 30px;
}
.leftIimgRightText .authorinfo  .author-name{
    font-family: Outfit_Bold;
    font-size: 20px;
}
.leftIimgRightText .authorinfo p{
    font-family: Outfit_Regular;
    font-size: 14px;
    font-weight: 700;
}
.leftIimgRightText .textBlock h2{
    font-family: Outfit_Medium;
}
.leftIimgRightText .textBlock .content > h2 {
    margin-bottom: 20px;
    font-family: Outfit_Medium;
    font-size: 50px;
    color: #222220;
    font-weight: 400;
}
.leftIimgRightText .textBlock p{
    font-family: Outfit_Regular;
    margin-bottom: 30px;
    line-height: normal;
}
.leftIimgRightText .textBlock ul{
        padding-left: 20px;
        margin-bottom: 0;
}
.leftIimgRightText .textBlock ul + p{
    margin-bottom: 0;
}
.leftIimgRightText .textBlock ul li{
    font-family: Outfit_Regular;
    line-height: normal;
}
.leftIimgRightText .textBlock ul li::marker {
    color: #f0903a;
}
.leftIimgRightText .textBlock h2{
    margin-bottom: 10px;
}
.paragraph--type--right-img-with-left-text .left-text p{
        margin-top: 20px;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
}
.paragraph--type--right-img-with-left-text .left-text p:last-child{
    margin: 0;
}
.paragraph--type--right-img-with-left-text .right-image *, .paragraph--type--left-image-with-right-text .left-image *, 
.paragraph--type--25-75-left-img-with-right-text .left-image *, .paragraph--type--25-75-right-img-with-left-text .right-image *, 
.paragraph--type--Overview-with-image .right-image *{
    width: 100%;
}
.paragraph--type--right-img-with-left-text{
    margin-bottom: 80px;
}
.node--type-government-page > .node__content > ._none:nth-child(2) > .container-fluid{
    background-color: #fff7ede0;
        margin-top: 20px;
}
.paragraph--type--government-client-details .container{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.paragraph--type--government-client-details .container > .row{
        align-items: center;
}
.paragraph--type--government-client-details .field--name-field-government-client-details{
    padding-right: 8px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
}
.paragraph--type--government-client-details .field--name-field-naics-details{
    justify-content: space-around;
        display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}
.paragraph--type--government-client-details .field {
    font-family: Outfit_Light;
    font-size: 20px;
}
.paragraph--type--government-client-details .field  .field--name-field-identifier-item{
        font-family: Outfit_Regular !important;
    font-size: 12px !important;
}
.paragraph--type--government-client-details .field > .field__item:first-child strong{
        font-family: Outfit_Bold;
        font-size: 19px;
}
.paragraph--type--government-client-details .field  .field.field--name-field-identifier-item{
        font-family: Outfit_Bold;
    font-size: 12px;
}
.paragraph--type--government-client-details .col-lg-3 .field.field--name-field-code{
    font-size: 12px !important;
    font-family: Outfit_Bold;
}
.paragraph--type--government-client-details .paragraph--type--client-identifier-section .field--name-field-identifier-item{
    font-size: 14px !important;
}
/* federal-government page end */

/*slgd page desing start */
 .node--type-services
    > .node__content
    > ._none:nth-child(5)
    > .container-fluid, 
     .node--type-services
    > .node__content
    > ._none:nth-child(5)
    > .container-fluid > .row > .col-12, 
    .DifferentiatorSummary .left-tabs-component {
    padding: 0 !important;
  }
 .node--type-services
    > .node__content
    > ._none:nth-child(5)
    > .container-fluid > .row.DifferentiatorSummary {
    margin: 50px 0 !important;
  }
.paragraph--type--contract-vehicles-section .paragraph--type--left-image-with-right-text{
    margin-bottom: 40px;
}
.paragraph--type--contract-vehicles-section .paragraph--type--left-image-with-right-text .contentWrapp .right-text{
    background-color: #e5feffe0;
    position: relative;
    margin-left: -80px;
    padding: 30px 30px 30px 123px;
}
.paragraph--type--contract-vehicles-section .paragraph--type--left-image-with-right-text .contentWrapp .right-text .field > p:last-child {
        margin-top: 0;
}
.paragraph--type--representative{
    margin-bottom: 50px;
}
.OrderingInformationWrap{
        padding: 50px 0;
}
.OrderingInformationWrap .field > ul{
        display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 5px;
    width: calc((100% / 2) - 10px);
    padding: 20px 0;
}
.OrderingInformationWrap .field > ul li{
    font-size: 16px;
    font-family: Outfit_Regular;
    color: #222220;
    line-height: 24px;
    list-style-type: none;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-top: 0;
}
.OrderingInformationWrap .field > ul li  strong{
        font-family: Outfit_Bold;
        margin-right: 30px;
        width: 70px;
}
.OrderingInformationWrap .container .col-md-6{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 5px;
}
.OrderingInformationWrap .container .col-md-6> h3{
    font-size: 24px;
    font-family: Outfit_Bold;
    color: #222220;
    line-height: 32px;
}
.OrderingInformationWrap .container .col-md-6 ul li{
    position: relative;
        font-size: 16px;
    font-family: Outfit_Regular;
    color: #222220;
    line-height: 24px;
    list-style-type: none;
    display: flex;   
    gap: 10px;
    align-items: flex-start;
    margin-top: 15px;
}
.OrderingInformationWrap .container .col-md-6 ul li::before, .DifferentiatorSummary .left-tabs-component .tab-content .tab-pane ul li::before, .mobile-accordion .accordion-body ul li::before, .mobile-tabs-accordion .accordion-body ul li::before,  .overview-section .overview-text-1 ul li::before, .overview-section .overview-text-2 ul li::before, 
 .OurPromiseBox .contentListBox ul li::before, .horizontaltabs.greybg .tab-content .tab-pane li::before{
        content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background: #ff911d 0 0 no-repeat padding-box;
    opacity: 1;
    position: relative;
    top: 8px;
    flex-shrink: 0;
}
.node--type-sled > .node__content  >._none:nth-child(2) > .container{
        background-color: rgba(217, 251, 225, .2);
}
.sled-certs{
    padding-top: 30px;
    padding-bottom: 50px;
}
.node--type-government-page .view-contract-vehicles{
   padding-bottom: 50px;
}
 .sled-certs .swiper-wrapper{
      padding-bottom: 6%;
 }
 .sled-certs .swiper-button-prev{
      left: 44%;
 }
 .node--type-government-page .dual-column-section .sled-certs .swiper-button-prev{
      left: 39%;
 }
 .node--type-government-page .dual-column-section .swiper-button-prev:not(.swiper-button-lock), .node--type-government-page .dual-column-section .swiper-button-next:not(.swiper-button-lock){
                width: 30px;
        height: 30px;
 }
 .sled-certs .swiper-button-next{
             right: 44.3%;
 }

  .node--type-sled .sled-certs .swiper-wrapper{
      padding-bottom: 11%;
 }
 .node--type-sled .sled-certs .swiper-button-prev{
      left: 32%;
 }
 .node--type-sled .sled-certs .swiper-button-next{
             right: 30.3%;
 }
 .paragraph--type--contract-vehicles-section > .field--name-field-description p{
    color: #222220;
    font-size: 18px;
    font-family: Outfit_Medium;
    line-height: 1.2;
    margin-bottom: 0;
    padding: 0 0 40px;
 }
  .paragraph--type--contract-vehicles-section > .field--name-field-title {
    padding-top: 50px;
    margin-bottom: 10px;
  }
  .paragraph--type--representative .field--name-field-image-grid  .field__item{
      background: rgba(0, 0, 0, .05);
  }
  .paragraph--type--25-75-left-img-with-right-text > .container, .paragraph--type--25-75-right-img-with-left-text > .container, .OrderingInformationWrap .container{
    padding: 0 !important;
  }
  .paragraph--type--25-75-left-img-with-right-text, .paragraph--type--25-75-right-img-with-left-text{
    margin-bottom: 80px;
  }
    .paragraph--type--25-75-left-img-with-right-text  .textWrapp {
            background-color: #e5feffe0;
            position: relative;
            margin-left: -80px;
            padding: 30px 30px 30px 123px;
    }
    .paragraph--type--25-75-right-img-with-left-text .textWrapp {
        position: relative;
    background-color: #f9d8af80;
    margin-left: 0;
    margin-right: -80px;
    padding: 30px 123px 30px 30px;
    }
  .paragraph--type--25-75-left-img-with-right-text  .textWrapp .section-title,  .paragraph--type--25-75-right-img-with-left-text .textWrapp .section-title{
    font-size: 20px;
    color: #222220;
    font-family: Outfit_Bold;
    line-height: 25px;
    font-weight: 700;
  }
    .paragraph--type--25-75-left-img-with-right-text  .textWrapp .section-title > .field, .paragraph--type--25-75-right-img-with-left-text .textWrapp .section-title > .field{
        font-family: inherit;
    }
.paragraph--type--25-75-left-img-with-right-text  .textWrapp .right-text p, .paragraph--type--25-75-right-img-with-left-text  .textWrapp .left-text p{
            font-size: 18px;
    color: #222220;
    font-family: Outfit_Regular;
    line-height: 25px;
}
.paragraph--type--25-75-left-img-with-right-text .textWrapp .right-text p:not(.bottom-btn) > a, .paragraph--type--25-75-right-img-with-left-text .textWrapp .left-text p:not(.bottom-btn)  > a{
  display: inline-flex;
}
body:not(.node--type-sled) .paragraph--type--25-75-left-img-with-right-text .textWrapp .right-text p:not(.bottom-btn) > a, body:not(.node--type-sled) .paragraph--type--25-75-right-img-with-left-text .textWrapp .left-text p:not(.bottom-btn)  > a{
    color: #ff8913;
}
.paragraph--type--25-75-left-img-with-right-text .textWrapp .right-text p:last-child, .paragraph--type--25-75-right-img-with-left-text  .textWrapp .left-text p:last-child{
    margin: 0;
}
.node--type-sled .view-success-stories, .node--type-sled .view-perspectives, .node--type-sled-content-pages .view-success-stories{
      padding: 0 !important;
}
.node--type-sled .paragraph--type--25-75-left-img-with-right-text .sub_heading, .node--type-sled .paragraph--type--25-75-right-img-with-left-text .sub_heading{
  display: none;
}
.includeWrapp{
  display: flex;
    gap: 15px;
       margin-bottom: 20px;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
}
.includeWrapp h3{
      font-size: 30px;
    font-family: Outfit_Medium;
    color: #222220;
    line-height: 36px;
    font-weight: 500;
}
.includeWrapp ul, .paragraph--type--25-75-left-img-with-right-text .right-text ul, .paragraph--type--25-75-right-img-with-left-text .left-text ul, 
.hero-section .hero-description .bullet-text-wrapper ul{
  margin: 0;
  padding-left: 1rem;
}
.hero-section .hero-description .bullet-text-wrapper ul{
  padding-left: 1.5rem;
}
.includeWrapp ul li, .paragraph--type--25-75-left-img-with-right-text .right-text ul li, .paragraph--type--25-75-right-img-with-left-text .left-text ul li{
  font-size: 18px;
    font-family: Outfit_Regular;
    color: #222220;
    line-height: 20px;
    margin-top: 20px;
}
/*slgd page desing end */
 /*service digitalization page desing start */
 .overview-section .overview-text-1 p::before, .DifferentiatorSummary .left-tabs-component .tab-content .tab-pane ul li::before, .mobile-accordion .accordion-body ul li::before,  .mobile-tabs-accordion .accordion-body ul li::before, 
 .overview-section .overview-text-1 ul li::before, .overview-section .overview-text-2 ul li::before, .OurPromiseBox .contentListBox ul li::before, .horizontaltabs.greybg .tab-content .tab-pane li::before{
        flex-shrink: 0;
 }
  .overview-section> .container > .sub_heading{
    margin-bottom: 15px;
  }
  .overview-section .overview-text-1 ul, .overview-section .overview-text-2 ul{
    padding-left: 0;
    list-style: none;
  }
  .overview-section .overview-text-1 ul li, .overview-section .overview-text-2 ul li{
    position: relative;
    display: flex;
    gap: 10px;
    align-items: flex-start;
  }
.copy, .paragraph--type--Overview-with-image p, .paragraph--type--Overview-with-image ul li {
    font-size: 18px;
    font-family: Outfit_Regular;
    color: #000;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 0;
}
.DifferentiatorSummary .left-tabs-component .col-md-4{
     margin-right: -12px;
}
.DifferentiatorSummary .left-tabs-component .col-md-4 ul li button{
     padding: 40px 40px 40px 60px;
    cursor: pointer;
    border: 0;
    background-color: hsla(33,94%,94%,.5);
    min-height: 132px;
}
.horizontaltabs .nav-tabs > li{
  flex: 1;
}
.DifferentiatorSummary .left-tabs-component .nav li.open button, .DifferentiatorSummary .left-tabs-component .col-md-4 ul li button.active, 
 .horizontaltabs .nav-tabs .nav-link.active,  .horizontaltabs .nav-tabs .nav-item.open .nav-link {
        background-color: #fef0df;
            border-radius: 0;
        border: 0 !important;
}
 .horizontaltabs .nav-tabs .nav-link.active span,  .horizontaltabs .nav-tabs .nav-item.open .nav-link span{
    background: transparent linear-gradient(90deg, #ff911d 50%, rgba(0, 0, 0, 0.1) 0);
    background-size: 200% 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    position: relative;
 }
 .horizontaltabs .tab-content .tab-pane > ul li::marker{
  color: #ff911d;
 }
 .horizontaltabs .tab-content .tab-pane > ul li{
        margin-top: 20px;
          font-size: 18px;
    font-family: Outfit_Regular;
    color: #222220;
    line-height: 25px;
 }
.DifferentiatorSummary .left-tabs-component .nav li button, .DifferentiatorSummary .left-tabs-component .nav li button span, 
 .horizontaltabs .nav-tabs .nav-link span{
    background-color: transparent;
    border-radius: 0;
    font-size: 18px;
    line-height: 26px;
    font-family: Outfit_Medium;
    color: #222220;
        padding: 0;
        text-align: left;
}
.DifferentiatorSummary .left-tabs-component .nav li button span{
  flex: 0 0 72%;
}
.DifferentiatorSummary .left-tabs-component .nav li button .iconTabs, .horizontaltabs .nav-tabs .nav-link {
    display: flex;
    align-items: center;
    gap: 35px;
    position: relative;
}
.DifferentiatorSummary .left-tabs-component .nav li button .iconTabs:after {
    content: "";
    width: 30px;
    height: 30px;
    border-bottom: 2px solid #ff911d;
    border-right: 2px solid #ff911d;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    right: 0;
}
.DifferentiatorSummary .left-tabs-component .nav li button{
    width: 100%;
}
.DifferentiatorSummary .left-tabs-component .col-md-8, .mobile-accordion .accordion-body {
        padding: 20px;
    background: url(/themes/custom/divihn_bootstrap/images/dif-bg.svg), #fef0df;
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: center right 30px;
    align-items: center;
    background-blend-mode: multiply;
    display: flex;
}
.mobile-tabs-accordion .accordion-body{
   align-items: center;
    background-blend-mode: multiply;
    display: flex;
     padding: 20px;
      background-color: #fef0df;
}

.DifferentiatorSummary .left-tabs-component .tab-content .tab-pane ul{
    margin: 0;
}
.DifferentiatorSummary .left-tabs-component .tab-content .tab-pane ul li, .mobile-accordion .accordion-body ul li, .mobile-tabs-accordion .accordion-body ul li{
    font-size: 18px;
    font-family: Outfit_Regular;
    color: #222220;
    line-height: 25px;
    list-style-type: none;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-top: 20px;
}
.DifferentiatorSummary .left-tabs-component .nav li.open button .iconTabs img, .DifferentiatorSummary .left-tabs-component .nav li button.active .iconTabs img, 
.horizontaltabs .nav-tabs .nav-item.open .nav-link img, .horizontaltabs .nav-tabs .nav-link.active img, .mobile-accordion .accordion-item .accordion-header button[aria-expanded="true"] .iconTabs img, 
.mobile-accordion .accordion-item .accordion-header button:not(.collapsed) .iconTabs img, .mobile-tabs-accordion .accordion-item .accordion-header button[aria-expanded="true"] img, 
.mobile-tabs-accordion .accordion-item .accordion-header button:not(.collapsed) img {
        filter: brightness(0) saturate(100%) invert(58%) sepia(90%) saturate(1013%) hue-rotate(344deg) brightness(100%) contrast(102%);
}
.DifferentiatorSummary .left-tabs-component .nav li.open button .iconTabs span, .DifferentiatorSummary .left-tabs-component .nav li button.active .iconTabs span{
    background: transparent linear-gradient(90deg, #ff911d 50%, rgba(0, 0, 0, 0.1) 0);
    background-size: 200% 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    position: relative;
}
/* .DifferentiatorSummary .left-tabs-component .nav li.open button .iconTabs span {
    color: #ff911d;
} */
.DifferentiatorSummary .left-tabs-component .nav li.open button:hover .iconTabs:after{
    animation: leftarrowanimation .25s linear
}
 .node--type-services .paragraph--type--25-75-left-img-with-right-text .textWrapp .small-title,  .node--type-services .paragraph--type--25-75-right-img-with-left-text .textWrapp .small-title, 
  .node--type-specialization-pages .paragraph--type--25-75-left-img-with-right-text .textWrapp .small-title,  .node--type-specialization-pages .paragraph--type--25-75-right-img-with-left-text .textWrapp .small-title, 
  .node--type-unique-template-pages .paragraph--type--25-75-left-img-with-right-text .textWrapp .small-title, .node--type-unique-template-pages .paragraph--type--25-75-right-img-with-left-text .textWrapp .small-title, 
  .node--webinar-landing-page .paragraph--type--25-75-left-img-with-right-text .textWrapp .small-title, .node--webinar-landing-page .paragraph--type--25-75-right-img-with-left-text .textWrapp .small-title, 
  .node--type-service-landing-page .paragraph--type--25-75-left-img-with-right-text .textWrapp .small-title, .node--type-service-landing-page .paragraph--type--25-75-right-img-with-left-text .textWrapp .small-title{
        display: none;
  }
   .DifferentiatorSummary .sub_heading{
        padding: 0 4% !important;
    }
    .bottom-btn {
    position: absolute;
    bottom: -80px;
  }
  .paragraph--type--Overview-with-image .two-col{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.paragraph--type--Overview-with-image ul {
        padding-left: 20px;
}
.paragraph--type--Overview-with-image .two-col .right-image > .field > .field__item:last-child {
    margin-top: 5px;
    display: inline-block;
} 
.paragraph--type--Overview-with-image > .container > .row > .left-text{
    margin-bottom: 30px;
}
    .horizontaltabs .nav-tabs .nav-link.active{
            border: 0;
            border-radius: 0;
    }
    .horizontaltabs .nav-tabs{
        border: 0;
    }
    .horizontaltabs .nav-tabs .nav-link {
    padding: 30px 20px;
    cursor: pointer;
    background-color: hsla(33, 94%, 94%, .5);
        margin-bottom: 0 !important;
        border: 0 !important;
        border-top-left-radius: 0;
    border-top-right-radius: 0;
        transition: all .2s linear;
            width: 100%;
            min-height: 112px;
    }
    .horizontaltabs .nav-tabs .nav-link img{
        filter: brightness(0) saturate(100%);
        width: 40px;
        height: 40px;
    }
    .horizontaltabs .nav-tabs .nav-link:focus, .horizontaltabs .nav-tabs .nav-link:hover{
        border: 0;
           border-radius: 0;
    }
     .horizontaltabs .nav-tabs .nav-link:focus-visible{
        box-shadow: none;
        outline: none !important;
        background-color: #f2f2f2 !important;
    }
    .horizontaltabs *:focus-visible{
         box-shadow: none;
        outline: none !important;
        background-color: #d96500 !important;
        border-radius: 0;
    }
    body.path-frontpage .ui-widget.ui-widget-content:focus-visible{
          box-shadow: none;
        outline: none !important;
        border-radius: 0;
        background-color: #fff !important;
    }
    .horizontaltabs .tab-content .tab-pane{
         background: #fef0df;
        padding: 30px 20px;
    }
    .horizontaltabs .tab-content .tab-pane,  .horizontaltabs .tab-content .tab-pane p {
    font-size: 18px;
    font-family: Outfit_Regular;
    color: #222220;
    line-height: 25px;
    }
    .horizontaltabs .tab-content .tab-pane > ul{
        margin-top: 40px;
    }
    .horizontaltabs .tab-content .tab-pane ul li ul, .horizontaltabs .accordion-item .accordion-body ul li ul{
            flex: 0 0 100%;
    }
    .horizontaltabs .tab-content .tab-pane ul li ul li::before{
        background: #000 0 0 no-repeat padding-box;
    }
    .horizontaltabs .tab-content .tab-pane ul li ul li{
        margin-top: 0;
    }
    .dual-card-layout{
      background: linear-gradient(to right,
        #fff8ef 0%,
        #fff8ef 50%,
        #fef0df 50%,
        #fef0df 100%
    );
    padding: 20px;
    z-index: 1;
    position: relative;
}
.dual-card-layout .col-md-6:first-child, .dual-card-layout .col-md-6:first-child .card{
    background: #fff8ef 0 0 no-repeat padding-box;
        gap: 20px;
}
.dual-card-layout .col-md-6:last-child, .dual-card-layout .col-md-6:last-child .card{
    background: #fef0df 0 0 no-repeat padding-box;
        gap: 20px;
}
.dual-card-layout > h2, .webinar-details .field--name-field-title, .paragraph--type--speaker-details .field--name-field-title{
      font-size: 24px;
    font-family: Outfit_Medium;
    color: #ff8913;
    line-height: 30px;
    font-weight: 600;
}
.dual-card-layout .card{
    border: 0;
    border-radius: 0;
}
.dual-card-layout .card h4{
    font-size: 24px;
    font-family: Outfit_Medium;
    color: #222220;
    line-height: 30px;
    font-weight: 600;
}

.dual-card-layout .card  img{
        width: auto;
    height: 120px;
    object-fit: cover;
    object-position: top;
}

.field--name-field-services-content .paragraph > .sub_heading{
    color: #22568b;
}
.paragraph--type--simple-text-block > .sub_heading{
        margin-top: 50px;
}
.paragraph--type--simple-text-block > .text-formatted > h3{
    font-size: 18px;
    font-family: Outfit_Regular;
    color: #222220;
    line-height: 30px;
    padding: 15px 0 40px;
    font-weight: 700;
}
.paragraph--type--simple-text-block > .text-formatted > h3 > span{
        font-size: 20px;
    font-family: Outfit_Medium;
    line-height: 30px;
        font-weight: 700;
}

.paragraph--type--simple-text-block > .text-formatted > h3 > span{
    background: transparent linear-gradient(90deg, #ff911d 50%, rgba(0, 0, 0, 0.1) 0);
    background-size: 200% 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    position: relative;
}
.paragraph--type--simple-text-block .OurPromiseWrap{
        display: flex;
}
.OurPromiseWrap .OurPromiseBox {
    background: #fff7ed;
    padding: 30px;
    width: 50%;
}
.OurPromiseWrap .OurPromiseBox:last-child {
    background: #fff;
}
.OurPromiseBox .headingBox {
    display: flex;
    gap: 20px;
    align-items: center;
}
.OurPromiseBox .headingBox h4 {
    font-size: 24px;
    font-family: Outfit_SemiBold;
    color: #222220;
    line-height: 30px;
}
.OurPromiseBox .contentListBox {
    padding: 30px 0;
}
.OurPromiseBox .contentListBox ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
    list-style-type: none;
    padding: 0;
}
.OurPromiseBox .contentListBox ul li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
.OurPromiseBox .contentListBox ul li .listTitle {
    font-size: 18px;
    font-family: Outfit_Regular;
    color: #222220;
    line-height: 20px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.OurPromiseBox .contentListBox ul li .listTitle > p:first-child{
    font-family: Outfit_Bold;
    font-size: 20px;
    margin-bottom: 0;
}
.commercialWrap{
        margin-bottom: 80px;
}
.commercialWrap .field--name-field-grids{
        display: flex;
    padding-top: 20px;
}
.commercialWrap .field--name-field-grids > .field__item {
    flex: 1;
}
.commercialWrap .field--name-field-grids > .field__item .paragraph--type--grid-items, .tiles-section .row .col-2{
    display: flex;
    padding: 30px;
    align-items: flex-start;
    cursor: pointer;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: column;
    transition: all .8s cubic-bezier(.745,.065,.17,1);
        background: #fff7ed;
        min-height: 283px;
}
.commercialWrap .field--name-field-grids > .field__item:nth-child(even)  .paragraph--type--grid-items, .tiles-section .row .col-2:nth-child(even){
        background-color: #fff;
}
.commercialWrap .paragraph--type--grid-items img {
    width: 57px;
    height: auto;
    transition: all .8s cubic-bezier(.745, .065, .17, 1) !important;
}
.commercialWrap .paragraph--type--grid-items h3 > .field--name-field-title{
    min-height: auto;
        margin-bottom: 0;
            
}
.commercialWrap .paragraph--type--grid-items p {
    font-size: 16px;
    line-height: 20px;
    font-family: Outfit_Regular;
    color: #222220;
    font-weight: 400;
        margin-bottom: 0;
}
.commercialWrap .paragraph--type--grid-items h3 {
    margin-top: 10px;
}
.paragraph--overview-text-2 .overview-text-2 .small-title{
    margin-bottom: 0;
}
.horizontaltabs.greybg .nav-tabs .nav-link span{
    font-size: 18px;
    font-weight: 500;
        -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.horizontaltabs.greybg .nav-tabs .nav-link.active span, .horizontaltabs.greybg .nav-tabs .nav-item.open .nav-link span{
    color: #fff;
}
.horizontaltabs.greybg .nav-tabs .nav-link{
    padding: 10px;
        background: #f2f2f2;
        justify-content: center;
    gap: 10px;
    width: 100%;
        min-height: 72px;
}
.horizontaltabs.greybg .nav-tabs .nav-link.active, .horizontaltabs.greybg .nav-tabs .nav-item.open .nav-link{
    background-color: #003f5e;
}
.horizontaltabs.greybg .nav-tabs .nav-item.open .nav-link img, .horizontaltabs.greybg .nav-tabs .nav-link.active img{
        filter: brightness(0) invert(1);
}
.horizontaltabs.greybg .nav-tabs > .nav-item{
            flex: 1;
}
.horizontaltabs.greybg .nav-tabs{
    gap: 1px;
    border-bottom: 1px solid #ff8913;
}
.horizontaltabs.greybg .tab-content .tab-pane{
    background-color: #fff;
}
.horizontaltabs.greybg .tab-content .tab-pane h2{
       font-size: 24px !important;
    font-family: Outfit_Bold;
    color: #222220;
    line-height: 32px;
    margin-bottom: 5px !important;
}
.horizontaltabs.greybg .tab-content .tab-pane li {
    font-size: 16px;
    font-family: Outfit_Regular;
    color: #222220;
    line-height: 24px;
    list-style-type: none;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-top: 0;
}
.horizontaltabs.greybg .tab-content .tab-pane ul{
    padding-left: 0 !important;
}
.horizontaltabs.greybg .tab-content .tab-pane > div{
    column-gap: 20px !important;
    margin-bottom: 0 !important;
}
.node--type-services ._none:nth-child(4) .col-12 .field__items .field__item:last-child .horizontaltabs.greybg .nav > li > .nav-link > span {
    min-height: 52px;
        display: flex;
    align-items: center;
}
    @keyframes leftarrowanimation {
    0% {
        right: 0
    }

    50% {
        right: -10px
    }

    to {
        right: 0
    }
}
 /*service digitalization page desing end */
 /* goverment page design start */
.SpotlightCopyBox, .SpotlightCopyBox a{
    font-size: 18px;
    font-family: Outfit_Regular;
    line-height: 22px;
}
.SpotlightCopyBox{
    color: #222220;
    padding: 20px 0 80px;
}
.SpotlightCopyBox a {
    color: #c45400 ;
    display: inline;
    text-decoration: underline;
        background: transparent linear-gradient(90deg, #ff911d 50%, rgba(0, 0, 0, 0.1) 0);
    background-size: 200% 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}
.SpotlightCopyBox + h3.sub_heading{
      color: #22568b;
          font-size: 42px;
    font-family: Outfit_Medium;
    margin-bottom: 20px;
}
.PrimaryAwardsSection{
        padding-bottom: 80px;
}
.category-table, .category-table tr td, .contentWrap table tr td, .contentWrap table thead tr th{
    border: 1px solid #ff8913;
}
.contentWrap table thead tr th{
  text-align: center;
}
.contentWrap table thead tr:first-child th{
      font-family: Outfit_Bold;
    background: #f9d8af;
}
.category-table thead .category-header{
    border: 1px solid #ff8913;
        font-family: Outfit_Bold;
    background: #f9d8af;
    text-align: center;
        font-size: 18px;
    color: #222220;
    line-height: 22px;
    padding: 20px 10px;
    width: calc(100% / 3);
}
.category-table tr td{
        font-size: 18px;
    color: #222220;
    line-height: 22px;
    padding: 20px 10px;
        font-family: Outfit_Medium;
}
.category-table tr td .row{
    gap: 40px;
       margin: 0;
           padding: 0;
}
.category-table tr:first-child td{
    text-align: center;
}
.category-table tr td .row ul li:not(:last-child), .categories .categorylist ul li:not(:last-child){
    margin-bottom: 15px;
}
.PrimaryAwardsSection > ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
    list-style-type: none;
}
.PrimaryAwardsSection > ul li {
    color: #222220;
    font-size: 16px;
    font-family: Outfit_Regular;
    line-height: 20px;
}
.paragraph--type--simple-text-block .sub_heading  + ul{
        display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 15px;
    padding-top: 10px;
        margin-bottom: 40px;
}
.paragraph--type--simple-text-block .sub_heading  + ul li,  .RecruitmentCapabilitiesWrap .capabilities ul li, .categories .categorylist ul li {
    color: #222220;
    font-size: 16px;
    font-family: Outfit_Regular;
    line-height: 20px;
}
 .category-table tr td .row > div{
    padding: 0;
 }
 .RecruitmentCapabilitiesWrap{
        padding: 50px 0 0;
 }
 .RecruitmentCapabilitiesWrap .capabilities{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 30px 0;
    width: 85%;
    margin-right: auto;
 }
 .RecruitmentCapabilitiesWrap .capabilities ul {
    padding-left: 0;
 }
 .RecruitmentCapabilitiesWrap .sub_heading{
    margin-bottom: 20px;
 }
 .RecruitmentCapabilitiesWrap .capabilities ul li:not(:last-child){
        margin-bottom: 15px;
 }
 .RecruitmentCapabilitiesWrap ul li{
    display: flex;
    align-items: center;
    gap: 10px;
 }
 .RecruitmentCapabilitiesWrap ul li img {
    width: 23px;
    height: 23px;
    margin-right: 10px;
}
.contractInfoWrap{
    display: flex;
    flex-wrap: wrap;
    background: #f2f2f2;
    flex-direction: column;
    margin-top: 15px;
}
.contractInfoWrap .contract-info{
        display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #c7c7c7;
    padding: 30px 20% 25px 30px;
}
.contractInfoWrap .contract-info p{
    color: #222220;
    font-size: 18px;
    font-family: Outfit_Regular;
    line-height: 20px;
        display: flex;
    align-items: center;
    gap: 4px;
}
.contractInfoWrap .categories {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: column;
    padding: 15px 30px;
    width: 90%;
    margin-right: auto;
}
.categories > h3{
    color: #222220;
    font-size: 20px;
    font-family: Outfit_Medium;
    line-height: 22px;
}
.contractInfoWrap .contract-info p:last-child{
    margin-bottom: 0;
}
.contractInfoWrap .contract-info p > img{
        width: 15px;
    height: 15px;
        margin-right: 6px;
}
.contractInfoWrap .contract-info p > img + strong {
    font-weight: normal;
}
.categories .categorylist{
        display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 0 10px;
    width: 100%;
    margin-right: auto;
}
.categories .categorylist ul{
    padding-left: 1.5rem;
    margin: 0;
}
.contract {
    margin-bottom: 50px;
}
 /* goverment page design end */
.contactus .block-inline-blockimage-block *, .webform-submission-contact-form .js-form-item-phone > .iti {
    width: 100%;
}
.contactus > div {
    display: flex;
    gap: 30px;
}
.webform-submission-contact-form #edit-heading h1{
        font-size: 42px ;
    font-family: Outfit_Medium ;
    font-weight: 400 ;
    line-height: normal;
        color: #222220;
        margin-bottom: 20px;
            margin-top: 30px;
}
.webform-submission-contact-form #edit-heading .short_description, .webform-submission-contact-form .checkboxes--wrapper .fieldset-legend{
    font-size: 18px;
    font-family: Outfit_Regular;
    line-height: 26px;
        font-size: 18px;
}
.webform-submission-contact-form .form-control, .webform-submission-staffing-services-enquiry-form-form .form-control{
        font-size: 16px;
    font-family: Outfit_Regular;
    color: #707070;
    line-height: 24px;
    font-weight: 400;
    border: 1px solid #707070;
    border-radius: 25px;
    padding: 10px 20px;
}
.webform-submission-contact-form p{
    font-size: 16px;
    font-family: Outfit_Regular;
    line-height: 26px;
}
/* Hide labels only for specific fields */
.webform-submission-contact-form label[for="edit-first-name"],
.webform-submission-contact-form label[for="edit-last-name"],
.webform-submission-contact-form label[for="edit-organization-name"],
.webform-submission-contact-form label[for="edit-title"],
.webform-submission-contact-form label[for="edit-business-email"],
.webform-submission-contact-form label[for="edit-phone"]  {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
}
/* Two-column layout for the first six input items */
.webform-submission-contact-form .js-form-item-first-name,
.webform-submission-contact-form .js-form-item-last-name,
.webform-submission-contact-form .js-form-item-organization-name,
.webform-submission-contact-form .js-form-item-title,
.webform-submission-contact-form .js-form-item-business-email,
.webform-submission-contact-form .js-form-item-phone {
  width: 100%;
}
.webform-submission-contact-form .checkboxes--wrapper .fieldset-legend{
    font-family: Outfit_SemiBold;
}
.webform-submission-contact-form input[type="checkbox"] {
  appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #ff8913;
  background-color: #fff;
  border-radius: 0;
  /* margin-right: 10px; */
  position: relative;
  cursor: pointer;
  float: none;
}
.node--type-unique-template-pages fieldset .js-form-type-checkbox {
  display: flex;
    align-items: center;
    gap: 10px;
}
.webform-submission-contact-form input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 12px;
  top: 3px;
  left: 8px;
  border: solid #ff8913;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  display: block;
}
.webform-submission-contact-form input[type="checkbox"]:checked {
  background-color: #fff; 
}
/* contact form desing end */
/*client Success story start */
.clientSuccessBox{
        background: #fff4e6;
    padding: 40px 0;
}
.clientSuccessBox  p{
        display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: column;
    font-size: 24px;
    line-height: 30px;
    font-family: Outfit_Regular;
    color: #222220;
    text-align: center;
     padding: 0 6%;
     margin-bottom: 0;
}
.SuccessStoriesDetialsList .InfoBxo{
        display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
}
.SuccessStoriesDetialsList .InfoBxo .CopyBox p{
    font-size: 16px;
    line-height: 24px;
    font-family: Outfit_Regular;
    color: #222220;
    margin-bottom: 0;
}
.SuccessStoriesDetialsList .sub_heading{
    margin-bottom: 0;
}
.SuccessStoriesDetialsList .CopyBox ul li{
      font-size: 16px;
    font-family: Outfit_Regular;
    color: #222220;
    line-height: 20px;
    margin-top: 20px;
}
.node--type-client-success .block-field-blocknodeclient-successfield-icon-text-block .field {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    flex-direction: column;
}
.node--type-client-success .block-field-blocknodeclient-successfield-icon-text-block{
    padding: 80px 0;
}
.capabilities-section-box{
           box-shadow: 0 5px 30px #0000000d;
    padding: 40px;
}
.RelatedCapabilitiesWrap h2{
    font-size: 24px;
    font-family: Outfit_Medium;
    color: #22568b;
    line-height: 24px;
}
.capabilities-section-box .capabilities-row{
        display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 30px;
    padding: 20px 0;
    justify-content: flex-start;
}
.capabilities-section-box .capabilities-row .capabilities-column{
        display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
}
.capabilities-section-box .capabilities-row .capabilities-column .capabilities-items{
    display: flex;
}
.capabilities-section-box .capabilities-row .capabilities-column .capabilities-items .capability-item{
        display: flex;
    gap: 10px;
    align-items: center;
    margin-right: 20px;
}
.capabilities-section-box .capabilities-row .capabilities-column .capabilities-items .capability-item img{
    width: 65px;
    height: 65px;
    filter: brightness(0) saturate(100%) invert(58%) sepia(90%) saturate(1013%) hue-rotate(344deg) brightness(100%) contrast(102%);
}
.capabilities-section-box .listBox .capability-title{
        font-size: 18px;
    font-family: Outfit_SemiBold;
    color: #222220;
    line-height: 18px;
    display: flex;
    margin-bottom: 10px;
}
.capabilities-section-box .capability-category{
        font-size: 14px;
    font-family: Outfit_SemiBold;
    color: #222220;
    line-height: 14px;
}
/*client Success story end */
.contactUsPage{
    padding: 60px 0 0;
}
.contactUsPage .sub_heading{
    text-align: center;
}
.contactUsPage .sub_heading h2{
    margin-bottom: 20px;
}
.contactUsPage .mapWrap iframe {
    width: 100%;
}
.contactUsPage .locationBox {
    box-shadow: 0 3px 6px #00000029;
    width: 67%;
    padding: 30px 80px;
    background: #fff;
    margin: -60px auto 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contactUsPage .locationBox .leftBox {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.contactUsPage .locationBox h3 {
    font-size: 30px;
    font-family: Outfit_Medium;
    line-height: 1.2;
    color: #222220;
    font-weight: 400;
    margin-bottom: 0;
}
.contactUsPage .locationBox .addressLine {
    font-size: 16px;
    font-family: Outfit_Regular;
    line-height: 1.2;
    color: #222220;
    font-weight: 400;
}
.contactUsPage .locationBox .contactLine {
    display: flex;
    gap: 5px;
}
.contactUsPage .locationBox .contactLine, .contactUsPage .locationBox .contactLine a {
    font-size: 14px;
    font-family: Outfit_Bold;
    line-height: 1.2;
    color: #22568b;
    font-weight: 400;
}
.contactUsPage .locationBox .submitBtn {
    white-space: nowrap;
}
.contactUsPage .locationBox .submitBtn {
    border: 0;
    position: relative;
    font-size: .875rem;
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    min-height: 50px;
    padding: 0 1.7rem;
    transition: all .5s cubic-bezier(.745, .065, .17, 1);
    overflow: hidden;
    border-radius: 50px;
    z-index: 1;
    margin: 0 auto;
    font-size: 14px;
    font-family: Outfit_Semibold;
    cursor: pointer;
    color: #000;
}
.submitBtn:before {
    width: 48px;
    height: 48px;
    left: 0;
    border-radius: 50px;
    border: 1px solid rgba(255, 139, 19, .5);
    transition-delay: .4s !important;
}
.submitBtn:after {
    width: 0;
    height: 100%;
    right: 0;
    left: auto;
    border-radius: 50px;
    background: #ff8b13;
}
.submitBtn:after, .submitBtn:before {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    transition: all .5s cubic-bezier(.745, .065, .17, 1);
}
.submitBtn svg {
    margin-left: .5rem;
    margin-top: 4px;
    transition-delay: .4s !important;
    transition: all .5s ease-in-out !important;
}
/* contact us page end */
/* security-in-the-digital-DNA page design start */
.upcomingEventsWrap{
        background: #fff4e6;
}
.upcomingEventsWrap .view-webinar-views{
    min-height: 230px;
    max-height: 230px;
}
.upcomingEventsWrap > .col-12{
    padding: 20px;
    min-height: 250px;
    max-height: 250px;
        transition-property: opacity, transform;
            transition-duration: .5s;
                transition-delay: .2s;
                    opacity: 1;
    transform: none;
}
.upcomingEventsWrap > .col-12:first-child{
        background: #fff4e6;
}
.upcomingEventsWrap > .col-12:nth-child(2){
            background: #fffbf6;
}
.upcomingEventsWrap .view-webinar-views .view-header h3, .upcomingEventsWrap .view-fear .view-header h3, .upcomingEventsWrap .LatestWebinars .view-header h2{
        font-size: 22px;
    font-family: Outfit_Medium;
    color: #1e394d;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: flex-start;
        gap: 10px;
        margin-bottom: 15px;
}
.upcomingEventsWrap .view-webinar-views .view-header h3::after, .upcomingEventsWrap .view-fear .view-header h3::after,  .upcomingEventsWrap .LatestWebinars .view-header h2::after{
  content: "";
  display: inline-block;
      width: 14px;
    height: 11px;
  background: url("/themes/custom/divihn_bootstrap/images/orange-arrow.svg")
    no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  transform: rotate(90deg)
}
.upcomingEventsWrap .LatestWebinars.view-expert-contents .view-content .swiper .swiper-wrapper .swiper-slide .views-field-title a{
      font-family: Outfit_Medium;
}
.upcomingEventsWrap .view-webinar-views .view-header-content > h2, .upcomingEventsWrap .view-webinar-views .view-header-content .border-button, 
.upcomingEventsWrap .view-webinar-views .swiper-slide .views-field-type, .upcomingEventsWrap .view-fear .view-header .view-header-content, 
.LatestWebinarBox .view-webinar-views .view-header-content > h2{
    display: none;
}
.upcomingEventsWrap .view-webinar-views .swiper-slide .views-field-field-media img{
           width: 100%;
    height: 117px;
    max-width: 100%;
    object-fit: cover;
}
.upcomingEventsWrap .view-webinar-views .swiper-slide .views-field-title a{
    font-size: 16px;
    font-family: Outfit_Medium;
        display: inline-block;
}
.upcomingEventsWrap .view-webinar-views .swiper-wrapper{
    padding-bottom: 5%;
}
.upcomingEventsWrap .view-fear .view-content .views-field-title a{
    font-size: 18px;
    font-family: Outfit_Medium;
    color: #222220;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.upcomingEventsWrap .view-fear .view-content .views-field-title h3, .LatestWebinarBox .view-popular-articles .views-field-title h2{
    margin-bottom: 0;
}
.upcomingEventsWrap .view-fear .view-content .views-field-field-description p{
        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    font-family: Outfit_Regular;
    color: #707070;
}
.upcomingEventsWrap .view-fear.view-id-fear{
    margin: 0;
}
.expertWrap{
    background: #e3fdfd;
    padding: 80px 0 60px;
}
.expertWrap .view-expert-contents{
        padding-left: calc(3% - 12px) !important;
    padding-right: calc(3% - 12px) !important;
}
.expertWrap .view-expert-contents .view-content > .views-view-grid {
         display: flex ;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.expertWrap .view-expert-contents .view-content .row-1{
        display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
    padding-right: 6%;
    width: 65%;
    border-right: 1px solid hsla(0, 0%, 44%, .3);
}
.expertWrap .view-expert-contents .view-content .views-col {
            width: 100% !important;
}
.expertWrap .view-expert-contents .view-content .row-1 .views-field-type span, 
.expertWrap .view-expert-contents .view-content .row-2 .views-field-type span{
    font-size: 14px;
    line-height: 20px;
    font-family: Outfit_Bold;
    color: #b45309;
    padding: 10px 0 5px;
    display: block;
    font-weight: 400;
    background: transparent linear-gradient(90deg, #ff911d 50%, rgba(0, 0, 0, 0.1) 0);
    background-size: 200% 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

.expertWrap .view-expert-contents .view-content .row-1 .views-field-title a, 
.expertWrap .view-expert-contents .view-content .row-2 .views-field-title a {
    font-size: 28px;
    line-height: 30px;
    font-family: Outfit_Medium;
    color: #1e394d;
}
.expertWrap .view-expert-contents .view-content .row-1 .views-field-field-author-name h6, 
.expertWrap .view-expert-contents .view-content .row-2 .views-field-field-author-name h6{
    font-size: 16px;
    line-height: 20px;
    font-family: Outfit_Bold;
    color: #222220;
}
.expertWrap .view-expert-contents .view-content .row-1 .views-field-field-author-name h6, 
.expertWrap .view-expert-contents .view-content .row-2 .views-field-field-author-name h6{
    padding-top: 10px;
    margin-bottom: 0;
}
.expertWrap .view-expert-contents .view-content .row-1 .views-field-field-author-details p, 
.expertWrap .view-expert-contents .view-content .row-2 .views-field-field-author-details p, 
.futuredContributorsWrap .view-contributors .view-content .swiper-slide .views-field-field-author-details .field-content{
    margin-bottom: 10px;
        font-size: 12px;
    line-height: 20px;
    font-family: Outfit_Regular;
    color: #707070;
}
.expertWrap .view-expert-contents .view-content .row-2 .views-field-type span{
        display: inline-block;
}

.futuredContributorsWrap {
    position: relative;
    padding: 80px 0 0;
        margin: 80px 0;
        align-items: baseline;
}
.futuredContributorsWrap::before{
    background: #d9fbe1;
}
 .futuredContributorsWrap .view-contributors .view-content .swiper-slide .views-field-field-image img{
    border-radius: 50%;
    width: 130px;
        height: 130px;
}
 .futuredContributorsWrap .view-contributors .view-content .swiper-slide .views-field-field-author-name a, 
  .futuredContributorsWrap .view-contributors .view-content .swiper-slide .views-field-field-author-name {
    font-size: 24px;
    line-height: 24px;
    font-family: Outfit_Medium;
    color: #222220;
 }
  .futuredContributorsWrap .view-contributors .view-content .swiper-slide .views-field-field-linkedin-url .field-content a {
  display: inline-block;
  width: 24px;        /* set image width */
  height: 24px;       /* set image height */
  text-indent: -9999px; /* hide text visually */
  overflow: hidden;
    background: url(/themes/custom/divihn_bootstrap/images/linkdin.svg) no-repeat center center / contain;
}
.futuredContributorsWrap .small-title{
    margin-bottom: 10px;
}
.LatestWebinarBox{
    margin-top: 60px;
}
.LatestWebinarBox .layout__region{
    display: flex;
}
.LatestWebinarBox .block-views-blockwebinar-views-block-1{
            width: 60%;
    background: #1e394d;
    padding: 30px 60px 60px;
}
.LatestWebinarBox .block-views-blockpopular-articles-block-1{
           width: 40%;
    background: #ebebeb;
    padding: 55px 60px 0;
}
.LatestWebinarBox .view-webinar-views .view-header #latestwebinars{
        display: flex;
    align-items: center;
    justify-content: space-between;
}
.LatestWebinarBox .view-webinar-views .view-header h3, .LatestWebinarBox .view-popular-articles .view-header h2{
        font-size: 42px ;
    font-family: Outfit_Medium;
    font-weight: 400 ;
    line-height: normal;
    color: #fff;
}
.LatestWebinarBox .view-webinar-views .view-header .border-button{
        color: #fff;
}
.LatestWebinarBox .view-content .swiper .swiper-slide .field--type-image{
    position: relative;
}
.LatestWebinarBox .view-content .swiper .swiper-slide .views-field-type .field-content{
        font-size: 14px;
    font-family: Outfit_Bold;
    color: #fff;
    display: inline-block;
    padding: 15px 0;
}
.LatestWebinarBox .view-content .swiper .swiper-slide .views-field-title a{
    font-size: 34px;
    font-family: Outfit_Medium;
    color: #fff;
    display: block;
}
.LatestWebinarBox .view-popular-articles .view-header h2{
        color: #1e394d;
}
.LatestWebinarBox .view-popular-articles .views-field-title h2 a{
    font-size: 24px !important;
    font-family: Outfit_Medium !important;
    color: #222220 !important;
    padding-top: 20px !important;
    padding: 0;
}
.LatestWebinarBox .view-popular-articles .views-field-field-description p{
        font-size: 14px;
    font-family: Outfit_Regular;
    color: #333;
    /* opacity: .6; */
    display: block;
    padding-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
}
.LatestWebinarBox .view-popular-articles .views-field-field-author-name h6{
        font-size: 14px;
    font-family: Outfit_Regular;
    color: #333;
    display: block;
}
.LatestWebinarBox .view-popular-articles .views-field-field-author-details .field-content{
    font-size: 14px;
    font-family: Outfit_Regular;
    color: #333;
    /* opacity: .6; */
}
.futuredContributorsWrap .swiper-button-next, .futuredContributorsWrap .swiper-button-prev{
    top: 93%;
}
.LatestWebinarBox .views-slideshow-controls-bottom .views-slideshow-pager-bullets{
  text-align: center;
    display: flex;
    flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
}
.LatestWebinarBox .views-slideshow-controls-bottom .views-slideshow-pager-bullets li{
  font-size: 14px;
    font-family: Outfit_Regular;
    color: #333;
    background: #d1d1d1;
    padding: 2.5px 2.5px;
        width: 5px;
    height: 5px;
    border: 0;
}
.LatestWebinarBox .views-slideshow-controls-bottom .views-slideshow-pager-bullets li.active{
  background: #ff8913;
    border-color: #ff911d;
    border: 0;
}
.LatestWebinarBox .list-group-item+.list-group-item.active{
  margin-top: 0.4em;
}
.LatestWebinarBox .list-group-item+.list-group-item {
    border-top-width: 1px;
}
.LatestWebinarBox .views_slideshow_cycle_slide, .LatestWebinarBox .list-group-item.active{
  z-index: 1 !important;
}
.LatestWebinarBox .views-slideshow-controls-bottom{
          margin: 8% 0 4%;
}
      .LatestWebinarBox .view-webinar-views .view-content .swiper .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){
              background: #fff;
                  opacity: 1;
     }
/* security-in-the-digital-DNA page design start */
/*career page desing start */
.spotlightWrap .primary-btn{
    width: auto;
    margin-top: 20px;
}
.node--type-unique-template-pages .spotlightWrap .primary-btn{
        border: 1px solid #ff911d;
}
.tiles-section{
        padding: 50px 0;
}
.tiles-section .firstFold{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 5%;
    margin-bottom: 1rem;
}
.tiles-section .row .col-2{
    width: calc(100% / 5);
    flex: 1;
}
.tiles-section .row .col-2{
    padding: 30px 20px;
}
.tiles-section .row .col-2 .tile h3{
    font-size: 24px;
    min-height: 48px;
    margin-bottom: 0;
        font-family: Outfit_SemiBold;
    line-height: 1;
}
.tiles-section .row .col-2 .tile-icon img{
    width: 69px;
    height: 69px;
}
.tiles-section .row .col-2 .tile-icon img:hover{
        filter: brightness(0);
}
.tiles-section .row .col-2 .tile-icon {
    margin-bottom: 25px;
}
.node--type-unique-template-pages .horizontaltabs .tab-content{
        border: 1px solid #f2f2f2;
    border-top: 0;
}
.horizontaltabs .tab-content .tab-pane p > strong{
        font-size: 24px;
    line-height: 25px;
    font-family: Outfit_Regular;
    color: #222220;
    display: block;
    font-weight: normal;
}
.horizontaltabs .tab-content .tab-pane p a{
    font-size: 18px;
    font-family: Outfit_Regular;
    color: #c45400;
    line-height: 25px;
    display: inline;
    text-decoration: underline;
    background: linear-gradient(90deg, #f99111 50%, rgba(0, 0, 0, 0) 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    -webkit-background-clip: text;
    color: transparent;
    animation: textReveal 2s ease forwards 0.5s;
}
.node--type-unique-template-pages .horizontaltabs{
    padding-bottom: 80px;
}
.simpleTextBlock{
    padding-bottom: 70px;
}
.simpleTextBlock .sub-heading{
        font-size: 42px ;
    font-family: Outfit_Medium ;
    font-weight: 600 ;
    line-height: normal;
}

.simpleTextBlock .sub-heading > span {
  display: inline;
  position: relative;
  background: linear-gradient(90deg, #000 50%, rgba(0,0,0,0) 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  color: transparent;
  animation: textReveal 2s ease forwards;
  font-weight: 600;
}

/* Delay for second span */
.simpleTextBlock .sub-heading span.orange {
  background: linear-gradient(90deg, #f99111 50%, rgba(0,0,0,0) 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  color: transparent;
  animation: textReveal 2s ease forwards 0.5s;
}
.WePromiseWrap{
    margin-bottom: 100px;
}
.WePromiseWrap .sub_heading{
    color: #22568b;
    margin-bottom: 20px;
}
.WePromiseWrap .field--name-field-tile-grid {
        display: flex;
    flex-wrap: wrap;
}
.WePromiseWrap .field--name-field-tile-grid > .field__item{
        width: calc(100% / 2);
    align-items: center;
}
.WePromiseWrap .field--name-field-tile-grid > .field__item, .WePromiseWrap .field--name-field-tile-grid > .field__item:nth-child(2n) {
    background: #fff;
    transition: all .8s cubic-bezier(.745, .065, .17, 1);
}

.WePromiseWrap .field--name-field-tile-grid > .field__item:nth-child(3n+1), .WePromiseWrap .field--name-field-tile-grid > .field__item:nth-child(5) {
    background: #fff7ed;
     transition: all .8s cubic-bezier(.745, .065, .17, 1);
}

.WePromiseWrap .field--name-field-tile-grid > .field__item:hover {
    background: #f9d8af;
     transition: all .8s cubic-bezier(.745, .065, .17, 1);
}
.WePromiseWrap .paragraph--type--tile-grids{
    display: flex;
    padding: 30px;
    gap: 20px;
    cursor: pointer;
        align-items: center;
}
.WePromiseWrap .paragraph--type--tile-grids img {
    width: 77px;
    height: auto;
    transition: all .8s cubic-bezier(.745, .065, .17, 1);
}
.WePromiseWrap .paragraph--type--tile-grids:hover img{
    filter: brightness(0);
    transition: all .8s cubic-bezier(.745, .065, .17, 1);
}
.WePromiseWrap .paragraph--type--tile-grids .TileWrapper{
        display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.WePromiseWrap .paragraph--type--tile-grids .TileWrapper h3{
        font-size: 24px;
    line-height: 24px;
    font-family: Outfit_SemiBold;
    color: #222220;
    font-weight: 400;
    width: 100%;
}
.WePromiseWrap .paragraph--type--tile-grids .TileWrapper p{
        font-size: 16px;
    line-height: 20px;
    font-family: Outfit_Regular;
    color: #222220;
    font-weight: 400;
}
.carrierTestimonialWrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 100px;
}
.carrierTestimonialWrapper aside p{
        font-size: 20px;
    font-family: Outfit_Regular;
    color: #222220;
    line-height: 25px;
    padding-top: 20px;
    margin-bottom: 0;
}
.carrierTestimonialWrapper .aside{
    padding-bottom: 45px;
}
.carrierTestimonialWrapper .small-title{
    margin-bottom: 5px;
        padding-top: 45px;
}
.carrierTestimonialWrapper .testimonial-items .swiper-slide{
   background: url(/themes/custom/divihn_bootstrap/images/quote.svg) no-repeat;
    background-position: 100% 100%;
    padding-bottom: 30px;
}
.carrierTestimonialWrapper .testimonial-items .swiper-slide h5{
        font-size: 24px;
    font-family: Outfit_Regular;
    color: #222220;
    line-height: 30px;
    padding: 0 10px;
    font-style: italic;
    position: relative;
    margin-bottom: 0;
}
.carrierTestimonialWrapper .testimonial-items .swiper-slide h5::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
     width: 10px;
    height: 10px;
 background: url(/themes/custom/divihn_bootstrap/images/quote-start.svg) no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0.95;
}

.carrierTestimonialWrapper .testimonial-items .swiper-slide h5::after {
  content: "";
  position: absolute;
      width: 10px;
    height: 10px;
  background: url(/themes/custom/divihn_bootstrap/images/quote-end.svg) no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0.95;
}
.OurValuesResonateWrap{
        box-shadow: 0 5px 30px #0000000d;
    margin: 80px 0;
}
.OurValuesResonateWrap > div > .py-5{
    padding: 0 !important;
}
.OurValuesResonateWrap .sub_heading{
    margin-bottom: 10px;
        color: #d56a00;
          background: transparent linear-gradient(90deg, #ff911d 50%, rgba(0, 0, 0, 0.1) 0);
    background-size: 200% 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}
.OurValuesResonateWrap p{
       font-size: 24px !important;
    font-family: Outfit_Regular;
    color: #222220 !important;
    line-height: 30px;
}
.OurValuesResonateWrap .col-md-4{
        text-align: left !important;
}
.OurValuesResonateWrap .col-md-4 .primary-btn{
    width: auto;
}
.OurValuesResonateWrap .col-md-4 .primary-btn::after{
    content: "View our Open Positions";
}
.OurValuesResonateWrap .primary-btn{
        color: #22568b !important;
    margin-top: 20px;
    border: 1px solid #ff911d;
}
.OurValuesResonateBox{
        display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.OurValuesResonateBox h2, .OurValuesResonateBox p{
    margin-bottom: 0 !important;
    color: #222220;
}
.OurValuesResonateBox .text-muted, .OurValuesResonateBox p{
    font-size: 18px !important;
    font-family: Outfit_Regular;
    line-height: 25px;
    text-align: center;
}
.OurValuesResonateBox .webform-dialog{
       color: #ff911d;
       font-weight: normal !important;
           background: transparent linear-gradient(90deg, #ff911d 50%, rgba(0, 0, 0, 0.1) 0);
    background-size: 200% 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}
.Internalcareers .paragraph--type--25-75-left-img-with-right-text{
    padding-top: 60px;
}
.node--type-unique-template-pages .ui-dialog, .node--type-jobs .ui-dialog, .node--type-blog .ui-dialog, 
.node--type-service-landing-page .ui-dialog{
    max-width: 73%;
    background: #fff;
    box-shadow: 0 75px 30px rgba(0, 0, 0, .05);
    border: 1px solid #d0d0d0;
    padding: 55px 99px;
    margin: 0 auto;
}
.node--type-unique-template-pages .ui-dialog:focus-visible, .node--type-jobs .ui-dialog:focus-visible, 
.node--type-blog .ui-dialog:focus-visible, .node--type-service-landing-page .ui-dialog:focus-visible{
    outline: 0 !important;
     background-color: #fff !important;
}
.node--type-unique-template-pages .ui-widget-header, .node--type-jobs .ui-widget-header, .node--type-blog .ui-widget-header, 
.node--type-service-landing-page .ui-widget-header{
    background: transparent;
    border: 0;
    padding-left: 0;
}
.node--type-blog .ui-widget-header, .node--type-service-landing-page .ui-widget-header{
      display: flex;
    align-items: center;
    justify-content: center;
}
.node--type-blog .ui-dialog .ui-dialog-title, .node--type-service-landing-page .ui-dialog .ui-dialog-title{
      font-size: 28px;
    overflow: visible;
    text-align: center;
    word-wrap: break-word;
    white-space: normal;
    line-height: 38px;
}
.node--type-unique-template-pages .ui-dialog .ui-dialog-titlebar-close, body.path-frontpage .ui-dialog .ui-dialog-titlebar-close, .node--type-jobs .ui-dialog .ui-dialog-titlebar-close, .node--type-blog .ui-dialog .ui-dialog-titlebar-close, 
.node--type-service-landing-page .ui-dialog .ui-dialog-titlebar-close{
    border: 0;
}
.node--type-unique-template-pages .ui-dialog .ui-dialog-titlebar-close, body.path-frontpage .ui-dialog .ui-dialog-titlebar-close, .node--type-jobs .ui-dialog .ui-dialog-titlebar-close, .node--type-blog .ui-dialog .ui-dialog-titlebar-close, 
.node--type-service-landing-page .ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
       right: -8%;
    top: -8%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    padding: 0 !important;   /* Important for proper alignment */
}
body.path-frontpage .ui-dialog .ui-dialog-titlebar-close{
  right: 0;
  top: 50%;
}
.node--type-unique-template-pages .ui-dialog .ui-dialog-titlebar-close::before,
.node--type-unique-template-pages .ui-dialog .ui-dialog-titlebar-close::after, 
.node--type-jobs .ui-dialog .ui-dialog-titlebar-close::before,
.node--type-jobs .ui-dialog .ui-dialog-titlebar-close::after, 
body.path-frontpage .ui-dialog .ui-dialog-titlebar-close::before,
body.path-frontpage .ui-dialog .ui-dialog-titlebar-close::after, 
.node--type-blog .ui-dialog .ui-dialog-titlebar-close::before,
.node--type-blog .ui-dialog .ui-dialog-titlebar-close::after, 
.node--type-service-landing-page .ui-dialog .ui-dialog-titlebar-close::before,
.node--type-service-landing-page .ui-dialog .ui-dialog-titlebar-close::after   {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;         /* smaller so it looks balanced */
    height: 2px;
    background: #000;
    transform-origin: center;
}

.node--type-unique-template-pages .ui-dialog .ui-dialog-titlebar-close::before, .node--type-jobs .ui-dialog .ui-dialog-titlebar-close::before, body.path-frontpage .ui-dialog .ui-dialog-titlebar-close::before, 
.node--type-blog .ui-dialog .ui-dialog-titlebar-close::before, .node--type-service-landing-page .ui-dialog .ui-dialog-titlebar-close::before  {
    transform: translate(-50%, -50%) rotate(45deg);
}

.node--type-unique-template-pages .ui-dialog .ui-dialog-titlebar-close::after, .node--type-jobs .ui-dialog .ui-dialog-titlebar-close::after, body.path-frontpage .ui-dialog .ui-dialog-titlebar-close::after, 
.node--type-blog .ui-dialog .ui-dialog-titlebar-close::after, .node--type-service-landing-page .ui-dialog .ui-dialog-titlebar-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.node--type-unique-template-pages .ui-dialog .ui-dialog-title, .node--type-jobs .ui-dialog .ui-dialog-title, .node--type-blog .ui-dialog .ui-dialog-title, .node--type-service-landing-page .ui-dialog .ui-dialog-title{
        color: #222220;
    text-align: left;
    font-family: Outfit_Medium;
    font-size: 60px;
    line-height: 66px;
    letter-spacing: 0;
    opacity: 1;
    font-weight: 700;
}
.node--type-blog .ui-dialog .ui-dialog-title, .node--type-service-landing-page .ui-dialog .ui-dialog-title{
      font-size: 32px;
    line-height: 38px;
}
.node--type-blog .ui-widget-header .ui-dialog-title, .node--type-service-landing-page .ui-widget-header .ui-dialog-title{
  display: none;
}
.node--type-blog .ui-dialog-content .js-form-item h4, .webform-submission-ai-readiness-survey-form .js-form-item h4, 
.node--type-service-landing-page .ui-dialog-content .js-form-item h4{
    font-size: 32px;
    line-height: 38px;
    color: #222220;
    text-align: left;
    font-family: Outfit_Medium;
    letter-spacing: 0;
    opacity: 1;
    font-weight: 700;
    text-align: center;
}
.webform-submission-ai-readiness-survey-form .js-form-item h4{
      font-size: 28px;
    line-height: 34px;
}
.node--type-unique-template-pages fieldset.webform-composite-hidden-title, .node--type-jobs fieldset.webform-composite-hidden-title{
    margin-top: 0;
}
.node--type-unique-template-pages legend, .node--type-jobs legend{
   margin: 0;
}
.node--type-unique-template-pages fieldset .mb-3, .node--type-jobs fieldset .mb-3{
    margin-bottom: 0 !important
}
.node--type-unique-template-pages .ui-dialog-content input, .node--type-unique-template-pages .ui-dialog-content textarea, .node--type-unique-template-pages .ui-dialog-content select,
.node--type-jobs .ui-dialog-content input, .node--type-jobs .ui-dialog-content textarea, .node--type-jobs .ui-dialog-content select, .node--type-blog .ui-dialog-content input[type="email"], 
.node--type-service-landing-page .ui-dialog-content input[type="email"]   {
    font-size: 16px;
    font-family: Outfit_Regular;
    color: #222220;
    line-height: 24px;
    font-weight: 400;
    border: 1px solid #707070;
    border-radius: 25px;
    padding: 10px 20px;
    width: 100%;
}
.node--type-unique-template-pages .ui-dialog-content textarea, .node--type-jobs .ui-dialog-content textarea{
    height: 94px;
}
.node--type-unique-template-pages .ui-dialog .ui-dialog-buttonpane button{
    border: 0;
    position: relative;
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    min-height: 50px;
    padding: 0 1.7rem;
    transition: all .5s cubic-bezier(.745, .065, .17, 1);
    overflow: hidden;
    border-radius: 50px;
    z-index: 1;
    margin: 0 auto;
    font-size: 14px;
    font-family: Outfit_Semibold;
    cursor: pointer;
    color: #000;
    background-image: none;
}
.node--type-unique-template-pages .ui-dialog .ui-dialog-buttonpane button:after, .node--type-unique-template-pages .ui-dialog .ui-dialog-buttonpane button:before {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    transition: all .5s cubic-bezier(.745, .065, .17, 1);
}
.node--type-unique-template-pages .ui-dialog .ui-dialog-buttonpane button:before {
    width: 48px;
    height: 48px;
    left: 0;
    border-radius: 50px;
    border: 1px solid rgba(255, 139, 19, .5);
    transition-delay: .4s !important;
}
.node--type-unique-template-pages .ui-dialog .ui-dialog-buttonpane button:after {
    width: 0;
    height: 100%;
    right: 0;
    left: auto;
    border-radius: 50px;
    background: #ff8b13;
}
.node--type-unique-template-pages .ui-dialog .ui-dialog-buttonpane button:hover {
    color: #fff;
    transition-delay: .4s!important
}

.node--type-unique-template-pages .ui-dialog .ui-dialog-buttonpane button:hover, .node--type-unique-template-pages .ui-dialog .ui-dialog-buttonpane button:hover:before {
    transition: all .5s cubic-bezier(.745,.065,.17,1)
}

.node--type-unique-template-pages .ui-dialog .ui-dialog-buttonpane button:hover:before {
    width: calc(100% - 2px)
}

.node--type-unique-template-pages .ui-dialog .ui-dialog-buttonpane button:hover:after {
    width: 100%;
    left: 0;
    right: auto;
    transition-delay: .4s!important;
    transition: all .5s cubic-bezier(.745,.065,.17,1)
}
.node--type-unique-template-pages .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{
    float: left;
}
.node--type-unique-template-pages .ui-widget-overlay, .node--type-jobs .ui-widget-overlay{
    background: hsla(0, 0%, 100%, .7);
    opacity: 0.8;
}
@keyframes textReveal {
  to {
    background-position: 0 0;
  }
}
/*career page desing end */
.SuccessStoriesWrap.view-success-stories{
        margin: 0;
    padding: 0 0 0 3%;
}
.SuccessStoriesWrap  .swiper-slide .views-field-nothing .col-12{
    padding-left: 10px;
    display: flex;
    align-items: center;
}
.responsiveCards .successCards h2 a{
        font-size: 28px;
    font-family: Outfit_Regular;
    color: #222220;
    padding: 0 10px;
    line-height: 1.2;
    margin-bottom: 3px;
    width: -moz-fit-content;
    width: fit-content;
    display: inline;
    line-height: 1.3 !important;
    -webkit-box-decoration-break: clone;
     overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
        margin-bottom: 0;
        font-weight: 700;
          background: hsla(0, 0%, 100%, .85);
}
.responsiveCards .successCards h2 {
    margin: 0;
            min-height: 73px;
}
.responsiveCards .successCards h2 {
        display: flex;
    align-items: flex-end;
}
.successCards {
    position: relative;
    display: inline-block;
    top: -73px;
}
  .responsiveCards .successCards p{
        font-size: 16px;
    font-family: Outfit_Regular;
    color: #222220;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: auto;
    margin: 10px;
  }
   .responsiveCards .successCards p span{
     font-family: inherit;
}
.responsiveCards .pager a::after{
    content: "Load More"
}
.testimonialSuccessWrap .view-content{
    width: 85%;
    margin: 0 auto;
    padding: 60px 80px;
        background-color: #fff7ed;
        background: #fff7ed url(/themes/custom/divihn_bootstrap/images/quote.svg) no-repeat 62% 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.testimonialSuccessWrap{
            margin: 50px 0 140px;
}
.testimonialSuccessWrap .testimonialSuccess{
            display: flex;
    align-items: center;
    justify-content: center;
}
.testimonialSuccessWrap .testimonialSuccess > p{
        max-width: 600px;
    margin-bottom: 0;
}
.testimonialSuccessWrap .testimonialSuccess .testimonialInfo{
    text-align: center;
    max-width: 130px;
    margin-left: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.testimonialSuccessWrap .swiper-button-next{
    right: 40%;
    top: 94%;
}
.testimonialSuccessWrap .swiper-button-prev{
    left: 40%;
    top: 94%;
}
.view-success-stories .card .card-body h3, .view-id-fear .card .card-body h3 {
           align-items: end;
        min-height: 40px;
        display: flex;
}
.view-success-stories .card .card-body h3 a, .view-id-fear .card .card-body h3 a {
    font-family: Outfit_Light;
        font-weight: 700;
}
#TitleParaImgSec{
      margin: 80px 0;
}
#TitleParaImgSec .sub_heading span{
      font-size: 40px;
}
#TitleParaImgSec .sub_heading{
  margin-bottom: 20px;
}
#TitleParaImgSec .short_description{
  margin-bottom: 0;
}
.benefits-section{
  margin-bottom: 80px;
}
.benefits-section > .container{
  padding: 0 !important;
}
 .benefits-section .small-title{
        line-height: 30px;
    letter-spacing: 0;
    color: #222220;
    font-family: Outfit_Regular;
        font-weight: 700;
}
 .benefits-section .text-center{
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -10px;
 }
  .benefits-section .benefit-item {
    text-align: left;
}
.benefits-section .benefit-item p {
  line-height: normal;
}
.partners-wrapper > p {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin: 0;
}

.partners-wrapper img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.ourPromise p > .orange{
  color: #b45309;
  background: transparent linear-gradient(90deg, #ff911d 50%, rgba(0, 0, 0, 0.1) 0);
    background-size: 200% 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}
.RecruitmentCapabilitiesWrap .SectionCopy p{
     font-size: 20px;
            line-height: 1.2;
}
.RecruitmentCapabilitiesWrap .SectionCopy p > .orange{
    color: #b45309;
  background: transparent linear-gradient(90deg, #ff8913 50%, rgba(0, 0, 0, 0.1) 0);
    background-size: 200% 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: inherit;
}
.webform-submission-contact-form .form-actions button, .webform-submission-application-form-form .button--primary, 
.webform-submission-become-a-contributor-form .button--primary.btn:first-child:active, .webform-submission-become-a-contributor-form .button--primary, 
.webform-submission-application-form-form .button--primary.btn:first-child:active, .webform-submission-staffing-services-enquiry-form-form .form-actions button{
  background-color: #fff;
    border: 0 !important;
}
.webform-submission-application-form-form .button--primary, .webform-submission-become-a-contributor-form .button--primary{
  background-image: none;
  font-family: Outfit_Semibold;
}
.webform-submission-application-form-form .button--primary.btn:first-child:active:not(:hover), .webform-submission-become-a-contributor-form .button--primary.btn:first-child:active:not(:hover){
      color: #000;
}
.webform-submission-application-form-form .button--primary.btn:focus-visible, .webform-submission-become-a-contributor-form .button--primary.btn:focus-visible{
  box-shadow: none;
        outline: none !important;
        background-color: #fff !important;
        border-radius: 0;
}
form .form-actions .btn-primary{
    width: auto;
    color: #22568b;
    background-color: transparent;
    border: 1px solid #22568b;
    border-radius: 50px;
    padding: .8rem 1.5rem;
    font-size: 14px;
    line-height: 1;
    font-family: Outfit_SemiBold;
        transition-delay: .2s;
    transition: all 1s cubic-bezier(.745, .065, .17, 1);
}
form .form-actions .btn-primary:not(.arrow-submit ):hover{
  border: 1px solid #ff911d;
  background-color: #ff911d;
  color: #fff;
    transition: all 1.3s cubic-bezier(.745, .065, .17, 1);
}
form .form-actions .btn-primary > svg {
  display: none;
}
.webform-submission-contact-form .form-actions .button--primary > svg, .webform-submission-application-form-form .button--primary > svg, .webform-submission-become-a-contributor-form .button--primary > svg, 
.webform-submission-staffing-services-enquiry-form-form .form-actions .button--primary > svg{
    display: block;
}
/* .RegisterWebinarformWrap form .form-actions button{
  background-color: transparent;
      color: #000;
} */
.tb-megamenu .nav li.dropdown.open > .dropdown-toggle{
  color: #1e394d;
}
.tb-megamenu .nav li.dropdown > .dropdown-toggle::after{
      border: 0;
}
.Internalcareers .paragraph--type--left-image-with-right-text .left-image img, .node--type-why-divihn-page .paragraph--type--left-image-with-right-text .left-image img{
  width: auto;
}
span.video-text {
    font-family: Outfit_Regular;
    font-size: 14px;
    line-height: 16px;
    margin-left: 10px;
}
#backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px 15px;
    background-color: rgba(247,144,39,.1);
    color: #222220;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    transition: opacity .3s,transform .3s;
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center
}

#backToTop span {
    font-size: 12px;
    font-family: Outfit_SemiBold;
    color: #f79027
}
#backToTop.active {
    opacity: 1;
    transform: translateY(0)
}

#backToTop svg {
    display: block;
    rotate: -90deg;
    width: 14px;
    height: 11px;
    margin: 0 auto
}
#successstories .card-body .arrow-btn{
  margin-left: 10px;
}
.view-id-fear .view-header #articles, .expertWrap .view-expert-contents .view-header #expertcontent, .view-id-fear .view-header{
      display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px
}
.second-fold .nav-tabs .nav-link:focus-visible{
  outline: 0 !important;
    outline-offset: 0;
    border-radius: 0;
    background-color: #fff !important;
    box-shadow: none
}
div#sliding-popup{
  background-color: #e8feff !important;
  box-shadow: 0 10px 10px #00000014;
  background: none;
}
#sliding-popup h1, #sliding-popup h2, #sliding-popup h3, #sliding-popup p, #sliding-popup label, #sliding-popup div, .eu-cookie-compliance-more-button, .eu-cookie-compliance-secondary-button, .eu-cookie-withdraw-tab{
      font-size: 14px;
    color: #22568b;
        font-family: Outfit_Regular;
            font-weight: normal;
}
.eu-cookie-compliance-content{
  max-width: 100%;
  padding: 15px;
      display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}
.eu-cookie-compliance-buttons{
      display: flex;
    align-items: center;
        justify-content: flex-start;
    gap: 15px;
    float: none;
}
.eu-cookie-compliance-content #popup-text p a {
      display: inline;
    color: #ff8913;
}
.eu-cookie-compliance-message{
  max-width: 100%;
  line-height: normal;
}
.eu-cookie-compliance-message p{
      line-height: normal;
}
#sliding-popup h2{
  margin-bottom: 0;
}
.eu-cookie-compliance-message, .eu-cookie-compliance-buttons{
  margin: 0;
}
.eu-cookie-compliance-secondary-button, .eu-cookie-compliance-default-button{
  padding: 10px;
    border-radius: 30px;
    font-size: 12px !important;
    background: #fff;
    color: #22568b;
    border: 1px solid #ff911d;
    width: auto;
    min-width: 100px;
    margin: 0;
    font-family: Outfit_Regular;
    text-shadow: none;
    line-height: normal;
}
.eu-cookie-compliance-default-button{
      background-image: none;
    box-shadow: none;
    font-weight: normal;
}
.eu-cookie-compliance-secondary-button:hover, .eu-cookie-compliance-default-button:hover {
    background: #ff911d;
    color: #fff;
}
.job-detail-page .mainHeadingTextDiv{
      background: #fff7ede0 url(/themes/custom/divihn_bootstrap/images/jonBanner.svg) calc(100% + 140px) -270px no-repeat;
    padding: 140px 0 40px;
}
.StartArrowBtnWrapp{
  justify-content: end;
}
.StartArrowBtn {
    background: #fff 0 0 no-repeat padding-box;
    border: 1px solid #ff911d;
    border-radius: 25px;
    color: #22568b;
    font-size: 16px;
    padding: 15px 30px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center
}

.StartArrowBtn,.StartArrowBtn:hover {
    transition: all .25s cubic-bezier(.075,.82,.165,1)
}

.StartArrowBtn:hover {
    background: #ff911d;
    color: #fff
}

.StartArrowBtn svg {
    transform: rotate(180deg);
    margin-right: 10px
}

.StartArrowBtn:hover svg path {
    fill: #fff
}

.StartArrowBtn.EndArrowBtn svg {
    transform: rotate(0deg);
    margin-right: 0;
    margin-left: 10px
}
.mainHeadingTextDiv h1 {
    font-size: 50px;
    line-height: 52px;
    color: #222220;
    font-weight: 400;
    margin-bottom: 30px;
}
.mainList{
  display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
}
.mainHeadingTextDiv .mainList .outerFlex {
    justify-content: flex-start;
    align-items: flex-start;
}
/* .mainHeadingTextDiv .mainList .outerFlex img{
      width: 24px;
    height: 30px;
} */
.mainHeadingTextDiv .mainList .TextJobDiv h5,  .secondList .TextJobDiv h5{
    font-size: 24px;
    color: #222220;
    font-weight: 500;
    margin-bottom: 0;
}
.secondList .TextJobDiv h5{
  font-size: 16px;
}
.mainHeadingTextDiv .mainList .TextJobDiv a{
      font-size: 16px;
    color: #222220;
}
.mainHeadingTextDiv .secondList{
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #d8d8d8;
}
.mainHeadingTextDiv .secondList img{
  width: 19px;
  height: 20px;
}
.secondList .TextJobDiv .field__item, .secondList .TextJobDiv .field__item time, .mainHeadingTextDiv .secondList .btnDivLinks .small a, .mainHeadingTextDiv .secondList .btnDivLinks .small .text-muted{
        font-size: 14px;
            color: #222220 !important;
}
.mainHeadingTextDiv .secondList .secondListInner{
        display: flex;
    justify-content: flex-start;
        gap: 30px;
    align-items: flex-start;
}
.mainHeadingTextDiv .secondList .secondListInner > .col-auto{
  display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}
.mainHeadingTextDiv .secondList .btnDivLinks{
  margin-top: 10px;
}
.solidOrangeBtn {
    background: #ff911d 0 0 no-repeat padding-box;
    border: 1px solid #ff911d;
    border-radius: 25px;
    color: #fff;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    min-width: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
}

.solidOrangeBtn,.solidOrangeBtn:hover {
    transition: all .25s cubic-bezier(.075,.82,.165,1)
}

.solidOrangeBtn:hover {
    border-color: #22568b;
    background: #22568b
}
.mainHeadingTextDiv .secondList .btnDivLinks > .col-auto{
  display: flex;
    justify-content: flex-start;
        gap: 50px;
        align-items: center;
}
.mainHeadingTextDiv .secondList .btnDivLinks > .col-auto > .ajax-progress{
  margin-left: -45px;
}
.mainHeadingTextDiv .secondList .btnDivLinks .small {
      display: flex ;
    justify-content: flex-start;
        gap: 30px;
}
.mainDescDiv{
      padding-top: 50px !important;
      padding-bottom: 50px !important;
}
.mainDescDiv h4{
  color: #222220;
    font-size: 24px;
    font-weight: 600;
}
.mainDescDiv .field__item {
    font-size: 16px;
    color: #222220;
}
.mainDescDiv section{
     margin-bottom: 20px;
}
.webform-submission-application-form-form .webform-element-description{
  font-size: 12px;
}
/* .node--type-unique-template-pages .ui-dialog {
  overflow: hidden !important;
} */

.node--type-unique-template-pages .ui-dialog-content, .node--type-jobs .ui-dialog-content, .node--type-blog .ui-dialog-content, .node--type-service-landing-page .ui-dialog-content {
  overflow-y: auto;
  max-height: 80vh;
  padding-left: 0;
  padding-right: 0;
}
.webform-submission-application-form-form .js-form-type-managed-file .description {
    display: none;
}
.secondList .btnDivLinks .modal-body .social-icons{
  display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 40%;
    margin-top: 1rem;
}
.secondList .btnDivLinks .modal{
      background: hsla(0, 0%, 100%, .7);
}
.secondList .btnDivLinks .modal .modal-content{
  border-radius: 0;
}
.mainHeadingTextDiv .mainList .outerFlex.position-type{
  filter: brightness(0);
}
.mainHeadingTextDiv .secondList .btnDivLinks .small a svg {
    margin-right: 5px;
}
.mainDescDiv aside .title, .view-related-jobs .views-view-responsive-grid__item .JobCardDiv h3 a, .view-jobs-search .views-view-responsive-grid__item .JobCardDiv h3 {
  color: #222220;
    font-size: 24px;
    font-weight: 600;
}
.view-related-jobs .views-view-responsive-grid__item .views-field-nothing, .view-jobs-search .views-view-responsive-grid__item .views-field-nothing{
    background: #f8f8f8;
    padding: 40px
}
.view-related-jobs .views-view-responsive-grid__item .JobCardDiv h3 a, .view-jobs-search .views-view-responsive-grid__item .JobCardDiv h3{
        color: #22568b;
}
.JobCardDiv ul {
    margin-top: 8px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
}
.JobCardDiv ul li {
    min-height: 20px;
    margin-bottom: 12px;
    width: 100%;
    display: flex;
    align-items: center;
}
.JobCardDiv ul li span img{
  margin-right: 10px;
}
.JobCardDiv ul li span.jobcodebIcon img, .JobCardDiv ul li.jobcodebIcon span img{
    width: 35px;
    height: 35px;
    margin-right: 0;
    margin-left: -8px;
}
.view-related-jobs .views-view-responsive-grid__item .views-field-nothing, .view-jobs-search .views-view-responsive-grid__item .views-field-nothing {
      color: #707070;
    margin-top: 10px;
    display: flex;
}
.view-related-jobs .views-view-responsive-grid__item .views-field-nothing:hover, .view-jobs-search .views-view-responsive-grid__item .views-field-nothing:hover{
      transition: all .5s ease-in-out;
      box-shadow: 0 10px 10px #00000014;
          transition-delay: .1s;
}
.JobCardDiv ul li span{
  color: #8a3600;
    font-size: 16px;
    margin-right: 10px;
}
.JobCardDiv ul li:last-child svg{
  width: 30px;
    height: 24px;
    filter: invert(28%) sepia(69%) saturate(435%) hue-rotate(176deg) brightness(88%) contrast(92%);
    margin-right: 5px;
margin-left: -5px;
}
.JobCardDiv ul li small {
    color: #222220;
    font-size: 16px;
}
.view-related-jobs .view-footer .StartArrowBtn {
  margin-top: 2rem;
}
.custom-block{
  padding: 100px 0;
  text-align: center;
}
.custom-block .justify-center{
  display: flex;
  justify-content: center;
}
.custom-block h2{
      font-size: 42px;
    font-family: Outfit_Medium;
    font-weight: 400;
    line-height: normal;
    color: #222220;
}
 .view-jobs-search .JobCardDiv ul li{
      margin-bottom: 5px;
}
:target {
  scroll-margin-top: 120px;
}
.searchbox {
      padding: 140px 0 60px;
    background: #ff911d34;
}
.searchbox form{
  padding: 0 3% !important;
}
.searchbox form .d-flex{
  justify-content: center;
    max-width: 500px;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.searchbox form .js-form-item{
          width: 100%;
}
.searchbox form .js-form-item label{
      font-size: 34px;
    line-height: 38px;
    font-weight: 400;
}
.searchbox form .js-form-item input[name="search_api_fulltext"]{
    font-size: 16px;
    line-height: 20px;
    min-height: 50px;
    border: 1px solid #707070;
    border-radius: 25px;
    margin: 20px auto 0;
    background: #fff;
    padding-left: 22px;
    padding-right: 22px;
}
.searchbox form .form-actions{
      position: absolute;
    right: 1px;
}
.searchbox form .btn-primary{
  font-size: 0;
  position: relative;
    width: 50px;
    height: 50px;
    background: #ff8913;
    border-radius: 50%;
    border: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
.searchbox form .btn-primary:before {
    content: "";
    position: absolute;
    background: url("/themes/custom/divihn_bootstrap/images/search-icon.svg") 60% no-repeat;
    filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(19%) hue-rotate(132deg) brightness(106%) contrast(105%);
    width: 100%;
    height: 100%
}
.view-jobs-search .view-filters{
      background: hsla(0, 0%, 100%, .8) 0 0 no-repeat padding-box;
    box-shadow: 0 10px 10px #00000014;
    opacity: 1;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    padding: 20px 0;
    position: -webkit-sticky;
    position: sticky;
    top: 55px;
    z-index: 2;
}
.view-jobs-search .view-filters form, .view-jobs-search .view-header{
      padding: 0 3% !important;
}
.view-jobs-search .view-header {
    color: #222220;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 18px;
}

.view-jobs-search .view-filters form > .d-flex{
  justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.view-jobs-search .view-filters form .js-form-type-select{
      display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.view-jobs-search .view-filters form .js-form-type-select label{
      font-size: 14px;
    line-height: 16px;
    color: #222220;
    font-weight: 500;
    white-space: nowrap;
}
.view-jobs-search .view-filters form .js-form-type-select .form-select{
  min-width: 160px;
    height: 35px;
    background: #f2f2f2 url(/themes/custom/divihn_bootstrap/images/arrow_down.png) calc(100% - 10px) 50% no-repeat;
    border-radius: 25px;
    padding: 0 15px;
    font-size: 14px;
    border: 0;
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
}
.view-jobs-search .view-filters form .js-form-type-select .form-select:focus, .view-jobs-search .view-filters form .js-form-type-select .form-select:focus-visible, .view-jobs-search .view-filters form .js-form-type-select .form-select:active{
    background: #f2f2f2 url(/themes/custom/divihn_bootstrap/images/arrow_down.png) calc(100% - 10px) 50% no-repeat !important;
}
.view-jobs-search .view-filters form .form-actions .btn-primary{
  width: 160px;
    height: 35px;
    background: #22568b 0 0 no-repeat padding-box !important;
        border-radius: 25px;
    color: #ffffffe0;
        line-height: 16px;
    font-weight: 500;
        line-height: 16px;
    font-weight: 500;
        font-family: Outfit_Regular;
        padding: 0;
            border: 1px solid #22568b;
}
.view-jobs-search .view-filters form .form-actions .btn-primary:hover{
      background: #fff !important;
    color: #22568b;
    transition: all .5s cubic-bezier(.745, .065, .17, 1);
}
.view-jobs-search .view-content, .view-jobs-search .view-empty{
  padding: 45px 3% 60px !important;
}
.view-jobs-search .views-view-responsive-grid__item .JobCardDiv h3 + span {
    color: #8a3600;
    font-size: 16px;
    display: inline-flex;
}
.view-jobs-search .views-view-responsive-grid__item .JobCardDiv h3{
  margin-bottom: 10px;
}
.view-jobs-search .views-view-responsive-grid__item .JobCardDiv p {
    color: #707070;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}
.posted-time{
      color: #707070;
    display: flex;
    font-style: italic;
}
/* opt-in-form page design start */

.webform-submission-opt-in-form-form .form-check, 
.webform-submission-register-now-form .form-check, 
.node--type-blog .ui-widget .form-check, 
.webform-submission-lead-gen-form-form .form-check, 
.node--type-service-landing-page .ui-widget .form-check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  text-align: left;
}
.node--type-blog .ui-widget .form-check, .node--type-service-landing-page .ui-widget .form-check {
    align-items: center;
}
.webform-submission-opt-in-form-form .form-check-input, 
.webform-submission-register-now-form .form-check-input, 
.node--type-blog .ui-widget .form-check-input, 
.webform-submission-lead-gen-form-form .form-check-input, 
.node--type-service-landing-page .ui-widget .form-check-input {
  margin-top: 4px;
      appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #ff8913;
    background-color: #fff;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    float: none;
}
.webform-submission-opt-in-form-form .form-check-input:checked::after, 
.webform-submission-register-now-form .form-check-input:checked::after, 
.node--type-blog .ui-widget .form-check-input:checked::after, 
.webform-submission-lead-gen-form-form .form-check-input:checked::after, 
.node--type-service-landing-page .ui-widget .form-check-input:checked::after{
    content: "";
    position: absolute;
    width: 6px;
    height: 12px;
    top: 2px;
    left: 7px;
    border: solid #ff8913;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    display: block;
}

.webform-submission-opt-in-form-form .webform-element-description, 
.webform-submission-register-now-form .webform-element-description, 
.node--type-blog .ui-widget .webform-element-description, 
.webform-submission-lead-gen-form-form .webform-element-description, 
.webform-submission-lead-gen-form-form .js-form-type-processed-text > p, 
.node--type-service-landing-page .ui-widget .webform-element-description {
  color: #222220;
  font-size: 13px;
  line-height: 1.4;
}
.webform-submission-lead-gen-form-form .js-form-type-processed-text > p{
      color: #707070;
      text-align: center;
}
.webform-submission-opt-in-form-form .form-actions .btn-primary, 
.webform-submission-register-now-form .form-actions .btn-primary, 
.webform-submission-lead-gen-form-form .form-actions .btn-primary{
           border: 1px solid #22568b;
    color: #fff;
    font-family: Outfit_Regular;
    margin-top: 20px;
    background-color: #22568b;
    transition: none;
}
.webform-submission-opt-in-form-form .form-actions .btn-primary svg, 
.webform-submission-register-now-form .form-actions .btn-primary svg, 
.webform-submission-lead-gen-form-form .form-actions .btn-primary svg{
  display: none;
}
.webform-submission-opt-in-form-form .form-actions .btn-primary:hover, 
.webform-submission-register-now-form .form-actions .btn-primary:hover, 
.webform-submission-lead-gen-form-form .form-actions .btn-primary:hover {
    color: #fff !important;
}
.node--type-blog .ui-widget form .form-actions .btn-primary, .node--type-service-landing-page .ui-widget form .form-actions .btn-primary{
    background-color: #fff;
    background-image: none;
    margin-top: 1rem;
}
.node--type-blog .ui-widget form .form-actions .btn-primary:hover, .node--type-service-landing-page .ui-widget form .form-actions .btn-primary:hover{
  background-color: #ff911d;
  color: #fff;
}
.node--type-blog .ui-widget form .form-actions, .node--type-service-landing-page .ui-widget form .form-actions{
      text-align: center;
}
.webform-submission-opt-in-form-form .mb-3 {
  margin-bottom: 16px !important;
}
.webform-submission-opt-in-form-form .form-control:focus, .webform-submission-opt-in-form-form .form-control:active, .webform-submission-opt-in-form-form .form-control:focus-visible{
            border-radius: 6px;
             box-shadow: 0 0 0 3px rgba(255,255,255,0.5) !important;
                border-color: #fff;
}
.RegisterWebinarformWrap  .webform-submission-opt-in-form-form .form-control:focus, .RegisterWebinarformWrap  .webform-submission-opt-in-form-form .form-control:active, .RegisterWebinarformWrap .webform-submission-opt-in-form-form .form-control:focus-visible{
             box-shadow: 0 0 6px rgba(0,0,0,0.15) !important;
}

.webform-submission-opt-in-form-form, .hero-section .hero-form .hero-form-wrapper .webform-submission-register-now-form, 
.hero-section-wrap .hero-form .hero-form-wrapper .webform-submission-register-now-form, .webform-submission-lead-gen-form-form {
    max-width: 480px;
    margin: 5% auto;
    padding: 32px 28px;
    background: #0b5aa3;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.18);
    text-align: center;
}

.webform-submission-opt-in-form-form h2, 
.webform-submission-register-now-form h3, 
.webform-submission-lead-gen-form-form .js-form-item h2 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.4;
    font-family: 'Outfit_Regular';
}

.webform-submission-opt-in-form-form input[type="email"], .webform-submission-opt-in-form-form input[type="tel"] {
    width: 100%;
    padding: 10px 14px;
    font-size: 15px;
    border: none;
    outline: none;
    color: #222220;
}
.webform-submission-opt-in-form-form input[type="tel"]{
  padding-left: 52px !important;
}

.webform-submission-opt-in-form-form input[type="email"]::placeholder {
    color: #c9def2;
}

.webform-submission-opt-in-form-form input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgba(255,145,29,0.5);
}

.webform-submission-opt-in-form-form .form-check{
    display: flex;
    align-items: flex-start;
    gap: 8px;
    text-align: left;
}
.RegisterWebinarformWrap  .webform-submission-opt-in-form-form .form-check{
  align-items: center;
}

.webform-submission-opt-in-form-form .form-check-input {
    margin-top: 4px;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #ff8913;
    background-color: #fff;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    float: none;
}

.webform-submission-opt-in-form-form .form-check-input:checked::after{
    content: "";
    position: absolute;
    width: 6px;
    height: 12px;
    top: 2px;
    left: 7px;
    border: solid #ff8913;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    display: block;
}

.webform-submission-opt-in-form-form .webform-element-description {
    color: #e6f0fb;
    font-size: 13px;
    line-height: 1.4;
}

.webform-submission-opt-in-form-form .webform-element-description a, 
.webform-submission-register-now-form .webform-element-description a, 
.node--type-blog .ui-widget .webform-element-description a, 
.webform-submission-lead-gen-form-form .webform-element-description a, 
.webform-submission-lead-gen-form-form .js-form-type-processed-text > p a, 
.node--type-service-landing-page .ui-widget .webform-element-description a {
    color: #ff8b13;
    display: inline-block;
    background: transparent linear-gradient(90deg, #ff911d 50%, rgba(0, 0, 0, 0.1) 0);
    background-size: 200% 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-position-x: 0%;
}
.webform-submission-opt-in-form-form .form-actions .btn-primary, 
.webform-submission-register-now-form .form-actions .btn-primary, 
.webform-submission-lead-gen-form-form .form-actions .btn-primary
 {
    border: 1px solid #fff;
    color: #fff;
    font-family: Outfit_Regular;
    margin-top: 20px;
}

.webform-submission-opt-in-form-form .mb-3 {
    margin-bottom: 16px !important;
}
.RegisterWebinarformWrap .webform-submission-opt-in-form-form {
  max-width: 600px;
  margin: 5% auto;
  padding: 0 28px;
  text-align: center;
  background-color: transparent;
  box-shadow: none;
}
.RegisterWebinarformWrap .webform-submission-opt-in-form-form h2 {
  color: #222220;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.4;
  font-family: 'Outfit_Medium';
}
.RegisterWebinarformWrap .webform-submission-opt-in-form-form input[type="email"], .RegisterWebinarformWrap .webform-submission-opt-in-form-form .webform-element-description{
    color: #222220;
}
/* .webform-submission-opt-in-form-form input[type="email"] {
  width: 100%;
  height: 48px;
  padding: 10px 14px;
  font-size: 15px;
  border-radius: 6px;
  border: none;
  outline: none;
  background: #0a4a87;
  color: #ffffff;
} */
.webform-submission-opt-in-form-form #edit-enter-your-email-address::placeholder {
  color: #222220;
  opacity: 0.8;
}

.webform-submission-opt-in-form-form #edit-enter-your-email-address::-webkit-input-placeholder {
  color: #222220;
}

.webform-submission-opt-in-form-form #edit-enter-your-email-address:-ms-input-placeholder {
  color: #222220;
}

.webform-submission-opt-in-form-form #edit-enter-your-email-address::-ms-input-placeholder {
  color: #222220;
}
.RegisterWebinarformWrap .webform-submission-opt-in-form-form input[type="email"]:focus {
  box-shadow: 0 0 0 2px rgba(255, 145, 29, 0.5);
}
.webform-submission-opt-in-form-form .iti{
      display: block;
}
.thankyou{
    padding: 0 3% !important;
    margin: 5% 0;
}
.thankyou .sub_heading{
    margin-top: 20px;
}
.thankyou svg{
     filter: brightness(0) saturate(100%) invert(58%) sepia(90%) saturate(1013%) hue-rotate(344deg) brightness(100%) contrast(102%);
}
/* opt-in-form page design end */

/* privacyPolicy page design start */
.privacyPolicyWrapper{
  max-width: 1000px !important;
    margin: 50px auto;
}
.privacyPolicyWrapper .mainContentDiv{
  margin-top: 50px;
}
.privacyPolicyWrapper .mainContentDiv .short_description{
      font-size: 16px;
          color: #222220;
    margin-top: 15px;
        margin-bottom: 0;
}
.privacyPolicyWrapper .mainContentDiv h4{
      margin-top: 30px;
    font-size: 24px;
    margin-bottom: 0;
        font-weight: 700;
}
.privacyPolicyWrapper .mainContentDiv ol {
    padding-left: 20px;
}
.privacyPolicyWrapper .mainContentDiv ol li {
    margin-top: 30px;
    font-size: 20px;
}
.privacyPolicyWrapper .mainContentDiv ol li h4{
  margin: 0;
    font-size: inherit;
}
.privacyPolicyWrapper .mainContentDiv a {
    display: inline;
    color: #ff8913;
    word-wrap: break-word;
}
.privacyPolicyWrapper .mainContentDiv a:hover {
    text-decoration: underline;
}
/* privacyPolicy page design end */

body.path-frontpage .ui-dialog .ui-dialog-titlebar{
        background: transparent;
    border: 0;
    padding: 0;
}
body.path-frontpage .ui-dialog .ui-dialog-content{
        text-align: center;
    font-size: 20px;
    line-height: 26px;
    color: #22568b;
}
body.path-frontpage .ui-dialog .ui-dialog-content span{
     font-family: Outfit_Bold;
}
.ourPromiseWrapp, .view-testimonial, .overview-section, .paragraph--type--Overview-with-image {
  position: relative;
  padding: 12% 0 12% !important;
  overflow: hidden; /* KEY */
}

.ourPromiseWrapp::before, .view-testimonial::before, .overview-section::before, .paragraph--type--Overview-with-image::before {
  content: "";
  position: absolute;
  top: -120px;
  left: 0;
  width: 100%;
  height: 360px;
  background: url("/themes/custom/divihn_bootstrap/images/curve-outline-shape-zoom-top.209058c8.svg")
              no-repeat center / cover;
  transform: rotate(10deg);
  z-index: 0;
}

.ourPromiseWrapp::after, .view-testimonial::after, .overview-section::after, .paragraph--type--Overview-with-image::after {
  content: "";
  position: absolute;
  bottom: -220px;
  left: 0;
  width: 100%;
  height: 700px;
  background: url("/themes/custom/divihn_bootstrap/images/curve-outline-shape-zoom-bottom.2b73c6c1.svg")
              no-repeat center / cover;
  transform: rotate(14deg);
  z-index: 0;
}

.ourPromiseWrapp .ourPromise {
  position: relative;
  z-index: 1;
}
.node--type-webinar .field--name-field-meet-the-speakers{
    padding-bottom: 3rem;
}
/* new webinar design start */
.hero-section .hero-form .hero-form-wrapper{
  border-radius: 16px;
}
.hero-section .hero-form .hero-form-wrapper .webform-submission-opt-in-form-form, 
.hero-section .hero-form .hero-form-wrapper .webform-submission-register-now-form, 
.hero-section-wrap .hero-form .hero-form-wrapper .webform-submission-register-now-form, 
.webform-submission-lead-gen-form-form{
  background: #fffbf6;
}
.hero-section .hero-form .hero-form-wrapper .webform-submission-opt-in-form-form h2, 
.hero-section .hero-form .hero-form-wrapper .webform-submission-register-now-form h3,
.hero-section-wrap .hero-form .hero-form-wrapper .webform-submission-register-now-form h3, 
.webform-submission-lead-gen-form-form .js-form-item h2{
      color: #222220;
          font-size: 18px;
}
.hero-section .hero-form .hero-form-wrapper .webform-submission-opt-in-form-form .webform-element-description{
    color: #222220;
}
.hero-section .hero-form .hero-form-wrapper .webform-submission-opt-in-form-form input[type="email"], .hero-section .hero-form .hero-form-wrapper .webform-submission-opt-in-form-form input[type="tel"]{
  border: 1px solid #d9e2ec;
}
.hero-section .webform-submission-opt-in-form-form .form-actions .btn-primary, 
.hero-section .webform-submission-register-now-form .form-actions .btn-primary, 
.hero-section-wrap .webform-submission-register-now-form .form-actions .btn-primary, 
.webform-submission-lead-gen-form-form .form-actions .btn-primary{
      width: 100%;
    border-radius: 6px;
}
.hero-section .webform-submission-opt-in-form-form .form-actions .btn-primary:hover, 
.hero-section .webform-submission-register-now-form .form-actions .btn-primary:hover, 
.hero-section-wrap .webform-submission-register-now-form .form-actions .btn-primary:hover, 
.webform-submission-lead-gen-form-form .form-actions .btn-primary:hover{
      background: #e67f12;
}
 .hero-section .webform-submission-opt-in-form-form .form-control:focus, 
 .hero-section .webform-submission-register-now-form .form-control:focus,
 .hero-section-wrap .webform-submission-register-now-form .form-control:focus,
 .webform-submission-lead-gen-form-form .form-control:focus {
   box-shadow: 0 0 6px rgba(0, 0, 0, 0.15) !important;
}
 .hero-section .webform-submission-register-now-form .form-control:focus,
 .webform-submission-lead-gen-form-form .form-control:focus {
      border-color: transparent;
 }
 .hero-section .webform-submission-register-now-form fieldset.webform-composite-hidden-title, 
  .hero-section-wrap .webform-submission-register-now-form fieldset.webform-composite-hidden-title{
    margin-bottom: 0 !important;
 }
  .hero-section-wrap .hero-content .hero-meta{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
 }
 .hero-section-wrap .hero-content .hero-meta .hero-meta-item{
  position: relative;
 }
.hero-section-wrap .hero-content .hero-meta .hero-meta-item > div {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-left: 30px;
    position: relative;
}
.paragraph--type--webinar-detail-section{
    background: linear-gradient(to right, #fef0df 0%, #fef0df 50%, #fff8ef 50%, #fff8ef 100%);
    margin-bottom: 30px;
}
.webinar-details .field--name-field-title, .paragraph--type--speaker-details .field--name-field-title{
  font-size: 20px;
      display: flex;
    align-items: center;
    width: 100%;
    gap: 4px;
        margin-bottom: 10px;
}
/* .webinar-details .field--name-field-title::after, .paragraph--type--speaker-details .field--name-field-title::after {
    content: "";
    content: "";
    flex: 1;              
    height: 1.5px;
    margin-top: 4px;
    background-color: rgba(112, 112, 112, 0.25);
} */
.paragraph--type--speaker-details .field--name-field-speaker-host-info .field__item{
      display: flex;
    flex-direction: column;
    gap: 20px;
}
.paragraph--type--speaker-details .field--name-field-speaker-host-info .field__item:nth-child(odd) .SpeakersListBox .SpeakersImg img{
        border: 2px solid #003f5e;
}
.paragraph--type--speaker-details .field--name-field-speaker-host-info .field__item:nth-child(even) .SpeakersListBox .SpeakersImg img{
        border: 2px solid #ff8913;
}
.paragraph--type--speaker-details .SpeakersListBox .SpeakersInfo h4.SpeakersName{
      margin-bottom: 0;
}
.webinar-details .webinar-details-items{
  display: flex;
}
.webinar-details .webinar-details-items .left-side, .webinar-details .webinar-details-items .right-side{
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.webinar-details .webinar-details-items .right-side{
  position: relative;
    padding-left: 15px;
}
.webinar-details .webinar-details-items .left-side .webinar-date h6, .webinar-details .webinar-details-items .left-side .webinar-date time,
.webinar-details .webinar-details-items .left-side .webinar-details-value h6, .webinar-details .webinar-details-items .left-side .webinar-details-value time, 
.webinar-details .webinar-details-items .right-side .webinar-details-value h6, .webinar-details .webinar-details-items .right-side .webinar-details-value .field{
    font-size: 14px;
    line-height: 14px;
    font-family: Outfit_Medium;
    color: #222220;
    margin-left: 35px;
    margin-bottom: 5px;
    display: block;
}
.webinar-details .webinar-details-items .left-side .webinar-date h6,.webinar-details .webinar-details-items .left-side .webinar-details-value h6,
.webinar-details .webinar-details-items .right-side .webinar-details-value h6 {
      font-weight: bold;
      margin-bottom: 8px;
}
.webinar-details .webinar-details-items .left-side .webinar-date, .webinar-details .webinar-details-items .left-side .webinar-details-value, 
.webinar-details .webinar-details-items .right-side .webinar-details-value{
    position: relative;
}
/* .webinar-details .webinar-details-items .left-side{
  padding-right: 15px;
} */
 .webinar-details .webinar-details-items .right-side{
  padding-left: 15px;
  position: relative;
 }
 /* .webinar-details .webinar-details-items .right-side::before {
    content: "";
    border-left: 1.5px solid rgba(112,112,112,0.25);
    height: 80%;
    position: absolute;
    left: 0;
    top: 10%;
} */
.webinar-details .webinar-details-items .left-side .webinar-date, .webinar-details .webinar-details-items .left-side .webinar-details-value{
  position: relative;
}
.webinar-details .webinar-details-items .left-side .webinar-date h6, .webinar-details .webinar-details-items .left-side .webinar-details-value h6{
  display: flex;
    align-items: center;
    gap: 6px;
    margin-right: 6px;
}
/* .webinar-details .webinar-details-items .left-side .webinar-date h6::after, .webinar-details .webinar-details-items .left-side .webinar-details-value h6::after{
    content: "";
    flex: 1;
    height: 1.5px;
    margin-top: 4px;
    background-color: rgba(112, 112, 112, 0.25);
} */
.webinar-details .webinar-details-items .left-side .webinar-date time, .webinar-details .webinar-details-items .left-side .webinar-details-value time{
    padding-right: 30px;
}
.webinar-details .webinar-details-items .left-side .webinar-date::before, .webinar-details .webinar-details-items .left-side .webinar-details-value::before, .webinar-details .webinar-details-items .right-side .webinar-details-value::before{
  top: 0;
  transform: none;
}
.paragraph--type--speaker-details, .webinar-details{
  padding: 30px 0;
   background-color: #fff8ef;
}
.paragraph--type--speaker-details .field--name-field-speaker-host-info{
  display: flex;
  justify-content: space-around;
  gap: 15px;
}
.paragraph--type--full-width-block{
      background: #ff901c;
      margin-bottom: 40px;
}
.paragraph--type--full-width-block .field--name-field-content{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 4%;
   margin: 0;
}
.paragraph--type--full-width-block .field--name-field-content p:first-child{
      font-size: 20px;
      color: #222220;
      font-family: Outfit_Medium;
    line-height: 1.4;
      flex: 0 0 60%;
  margin: 0;
}
.paragraph--type--full-width-block .field--name-field-content p:last-child a:hover, 
.node--webinar-landing-page .paragraph--type--25-75-right-img-with-left-text .textWrapp .left-text .primary-btn:hover{
    background-color: #ff911d;
    border: 1px solid #ff911d;
}
.paragraph--type--full-width-block .field--name-field-content p:last-child{
      margin: 0 auto;
}
.webinar-resources .pillar-title .field {
    font-size: 30px;
    font-family: Outfit_Medium;
    width: max-content;
    line-height: 1;
    color: #22568b;
    margin-bottom: 25px;
        background: transparent linear-gradient(90deg, #ff911d 50%, rgba(0, 0, 0, 0.1) 0);
    background-size: 200% 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-position-x: 0%;
}
.webinar-resources .field--name-field-webinar-tag .card {
  position: relative;
  padding-top: 75%; /* 14:7 fallback */
  width: 100%;
}
.webinar-resources .field--name-field-blog-tag .card.mb-3, .webinar-resources .field--name-field-case-study .card.mb-3, .webinar-resources .field--name-field-white-paper .card.mb-3 {
    margin-bottom: 1.5rem !important;
}
.webinar-resources .field--name-field-white-paper .card.mb-3 {
    margin-top: 1.5rem;
}
.webinar-resources .field--name-field-blog-tag .card-body, .webinar-resources .field--name-field-case-study .card-body, .webinar-resources .field--name-field-white-paper .card-body{
      padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.webinar-resources .field--name-field-blog-tag .card-body .title, .webinar-resources .field--name-field-case-study .card-body .title, .webinar-resources .field--name-field-white-paper .card-body h5{
    font-size: 16px;
    color: #222220;
    font-family: Outfit_Regular;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.webinar-resources .field--name-field-blog-tag .card-body .badge-name, .webinar-resources .field--name-field-case-study .card-body .badge-name, 
.webinar-resources .field--name-field-white-paper .card-body .badge-name{
  background: transparent linear-gradient(90deg, #ff911d 50%, rgba(0, 0, 0, 0.1) 0);
    background-size: 200% 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-position-x: 0%;
    font-weight: 600;
    font-family: Outfit_Regular;
    font-size: 16px;
}
.webinar-resources .field--name-field-blog-tag .card .col-md-4 .h-100 *, .webinar-resources .field--name-field-case-study .card .col-md-4 .h-100 *, 
.webinar-resources .field--name-field-white-paper .card .col-md-4 .h-100 *{
  height: 100%;
}
.webinar-resources .field--name-field-blog-tag .card .col-md-4 .h-100 img, .webinar-resources .field--name-field-case-study .card .col-md-4 .h-100 img, 
.webinar-resources .field--name-field-white-paper .card .col-md-4 .h-100 img{
  min-height: 110px;
}
.webinar-resources .field--name-field-blog-tag .card-body h5, .webinar-resources .field--name-field-case-study .card-body h5{
    display: none;
}
.webinar-resources .field--name-field-webinar-tag .pillar-card .card-img-overlay {
  position: absolute !important;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: block;
  height: 100%;
  padding: 1rem !important;
}
.webinar-resources .field--name-field-webinar-tag .pillar-card .card-img-overlay .title{
          font-size: 24px;
    font-family: Outfit_Medium;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
        line-height: normal;
}
.webinar-resources .field--name-field-webinar-tag .pillar-card .card-img-overlay span {
        font-size: 14px;
    font-family: Outfit_Bold;
    line-height: 20px;
    background: transparent linear-gradient(90deg, #ff911d 50%, rgba(0, 0, 0, 0.1) 0);
    background-size: 200% 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    margin: 0 !important;
}
.node--webinar-landing-page .hero-section{
  background-color: #000;
}
.node--webinar-landing-page .paragraph--type--25-75-right-img-with-left-text .textWrapp .left-text .primary-btn::after {
    content: "Download your blueprint today!";
}
.node--type-webinar-landing-page .breadcrumb-container{
      display: none;
}
.hero-badge .field {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #f4d7b5;  
  color: #0b5d5b;              
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  padding: 6px 12px;
  text-transform: uppercase;
}

.hero-badge .field::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #0b5d5b;
  border-radius: 50%;
  display: inline-block;
}
.hero-meta{
  flex-direction: column;
}
.hero-pill {
  display: inline-flex;
}
.hero-pill .field__item {
  display: inline-flex;
  align-items: center;
  background-color: #f7941d;   
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 6px 12px;
  border-radius: 4px;        
  white-space: nowrap;
}
.hero-pill .datetime {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.node--type-webinar-landing-page .paragraph--type--25-75-left-img-with-right-text .textWrapp{
    background-color: #fff;
    margin-left: 50px;
    padding: 0;
}
.paragraph--type--25-75-left-img-with-right-text .left-image, .paragraph--type--25-75-left-img-with-right-text .left-image *{
    height: 100%;
    min-height: 400px;
}
@supports (aspect-ratio: 16 / 9) {
  .webinar-resources .field--name-field-webinar-tag .card {
    padding-top: 0;
    aspect-ratio: 4 / 3;
  }
}
/* new webinar design end */

/* new service page desing start */
.hero-section {
  position: relative;
  overflow: hidden;
  background-color: #000;
  margin-bottom: 3rem;
}
.hero-section .hero-bg {
  position: absolute;
  inset: 0;                
  width: 100%;
  height: 100%;
}
.hero-section .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;       
  display: block;
}
.hero-section .container {
  position: relative;      
  padding-top: 80px;
  padding-bottom: 80px;
}
.hero-section .hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}
.video-thumbnail-wrapper {
  position: relative;
  display: inline-block;
}

.video-thumbnail-wrapper .field--name-field-media-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 28px;
}
.video-thumbnail-wrapper .btn-primary {
 position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 0;
    font-size: 0;
    border: none;
    background: rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.video-thumbnail-wrapper .btn-primary::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
    transition: background-color 0.3s ease;
    background-position: center;
}
.hero-section-wrap  .video-thumbnail-wrapper .btn-primary::before{
        width: 68px;
    height: 48px;
        background: #ff0033 !important;
    border: 1px solid #ff0033 !important;
    border-radius: 12px;
}
.video-thumbnail-wrapper .btn-primary:hover::before{
    background: #ff8a00;
    border-color: #ff8a00;
}
.video-thumbnail-wrapper .btn-primary::after {
  content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 22px;
    transform: translate(-50%,-50%);
    z-index: 1;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14.741' height='16.847' viewBox='0 0 14.741 16.847'><path d='M7.555,1.519a1,1,0,0,1,1.736,0l6.7,11.726a1,1,0,0,1-.868,1.5H1.723a1,1,0,0,1-.868-1.5Z' transform='translate(14.741) rotate(90)' fill='%23fff' /></svg>");
    transition: background-image 0.3s ease;
    background-position: center;
}

.video-thumbnail-wrapper .field--type-entity-reference .field__label, .node--type-service-landing-page .breadcrumb-container{
  display: none;
}
  .hero-section-wrap .hero-form .video-thumbnail-wrapper{
        margin: 16% 0;
  }
/* @keyframes playPulse {
  0%   { transform: scale(0.9); opacity: 0.8; }
  70%  { transform: scale(1.2); opacity: 0; }
  100% { opacity: 0; }
} */
.hero-form {
  display: flex;
  flex-direction: column;
  align-items: flex-end;   /* right alignment */
}

.hero-form .right-cta {
  width: 100%;
  margin-bottom: 1rem;
}

.hero-form .right-cta a {
 display: inline-block;
    padding: 5px 26px;
    border-radius: 30px;
    background: #d9d9d9;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 22px;
        margin-top: 3rem !important;
}

/* new service page desing end */

/*standalone form start*/
.webform-submission-ai-readiness-survey-form {
    max-width: 900px;
    margin: 60px auto;
    padding: 50px 60px;
    background: #fffbf6;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    color: #222220;
    font-family: "Segoe UI", sans-serif;
}
.webform-submission-ai-readiness-survey-form fieldset {
    border: none;
    padding: 15px 0;
    border-bottom: 1px solid #e5e2db;
}
.webform-submission-ai-readiness-survey-form fieldset:last-of-type {
    border-bottom: none;
}
.webform-submission-ai-readiness-survey-form .fieldset-legend {
    font-weight: 600;
    font-size: 18px;
    color: #222220;
}
.webform-submission-ai-readiness-survey-form .description p {
    margin: 5px 0 0;
    font-size: 15px;
    color: #555550;
}
.webform-submission-ai-readiness-survey-form input[type="text"],
.webform-submission-ai-readiness-survey-form input[type="email"] {
    border: 1px solid #d8d5ce;
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 15px;
    background: #ffffff;
    color: #222220;
}
.webform-submission-ai-readiness-survey-form input[type="text"]:focus,
.webform-submission-ai-readiness-survey-form input[type="email"]:focus {
    outline: none;
    border-color: #ff911d;
    box-shadow: 0 0 0 2px rgba(255,145,29,0.2);
}
.webform-submission-ai-readiness-survey-form #edit-name--wrapper .fieldset-wrapper {
    display: flex;
    gap: 20px;
}
.webform-submission-ai-readiness-survey-form #edit-name--wrapper .form-item {
    flex: 1;
}
.webform-submission-ai-readiness-survey-form .form-check {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.webform-submission-ai-readiness-survey-form .form-check-input {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ff911d;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    float: none;
}
.webform-submission-ai-readiness-survey-form .form-check-input:checked::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #ff8913;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.webform-submission-ai-readiness-survey-form .js-webform-checkboxes {
    margin-top: 10px;
}
.webform-submission-ai-readiness-survey-form .form-actions {
    text-align: center;
    margin-top: 40px;
}
.webform-submission-ai-readiness-survey-form .webform-button--submit {
    background: #ff911d;
    border: none;
    padding: 10px 28px;
    font-size: 15px;
    border-radius: 8px;
    color: #fff;
    transition: 0.3s ease;
}
.webform-submission-ai-readiness-survey-form .webform-button--submit svg {
    margin-left: 6px;
}
.webform-submission-ai-readiness-survey-form .webform-button--submit:hover {
    background: #e67e00;
}
.webform-submission-ai-readiness-survey-form fieldset {
    display: flex;
    align-items: center;
}
.webform-submission-ai-readiness-survey-form fieldset legend {
    flex: 0 0 20%;
}
.webform-submission-ai-readiness-survey-form fieldset .fieldset-wrapper {
    flex: 0 0 80%;
    display: flex;
    align-items: center;
}
.webform-submission-ai-readiness-survey-form fieldset .field-prefix {
    flex: 0 0 80%;
}
.webform-submission-ai-readiness-survey-form fieldset .js-webform-radios {
    flex: 0 0 20%;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}
.webform-submission-ai-readiness-survey-form fieldset[id="edit-name--wrapper"] > legend{
    display: none;
}
.webform-submission-ai-readiness-survey-form fieldset[id="edit-name--wrapper"] > .fieldset-wrapper{
      flex: 0 0 100%;
}
.webform-submission-ai-readiness-survey-form fieldset[id="edit-name--wrapper"]{
  padding-bottom: 0;
    border-bottom: 0;
}
.webform-submission-ai-readiness-survey-form fieldset[id="edit-leadership--wrapper"]{
        border-top: 1px solid #e5e2db;
}
.webform-submission-ai-readiness-survey-form .form-type-email{
      margin-bottom: 2rem !important;
}
/*standalone form end */
.path-frontpage .paragraph--type--spotlight-banner .swiper-button-prev:not(.swiper-button-lock):hover, .path-frontpage .paragraph--type--spotlight-banner .swiper-button-next:not(.swiper-button-lock):hover{
background-color: #e6e6e6;
}
.webform-submission-lead-gen-form-form fieldset{
      margin-bottom: 0 !important;
}
.hero-section .hero-description .bullet-text-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.hero-section .hero-description .bullet-text-wrapper > div {
  padding: 15px;
  box-sizing: border-box;
  flex: 1 0 33.333%;
}
/* Safari only */
@supports (-webkit-touch-callout: none) {

  .approachWrapIcon ul.blazy {
    align-items: stretch;
  }

  .approachWrapIcon li.grid {
    flex: 0 0 auto !important;
  }

  /* Desktop (large-block-column-4) */
  .approachWrapIcon li.large-block-column-4,
  .approachWrapIcon li.b-column--lg-4 {
    flex-basis: 25% !important;
    max-width: 25% !important;
  }

  /* Medium */
  .approachWrapIcon li.medium-block-column-2,
  .approachWrapIcon li.b-column--md-2 {
    flex-basis: 50% !important;
    max-width: 50% !important;
  }

  /* Small */
  .approachWrapIcon li.small-block-column-2,
  .approachWrapIcon li.b-column--sm-2 {
    flex-basis: 50% !important;
    max-width: 50% !important;
  }
    .approachWrapIcon li.grid {
    transform: none !important;
  }

}
/* Safari only end*/

@media screen and (min-width: 768px){
    .paragraph--type--government-client-details .field--name-field-naics-details .field__item {
    flex: 0 0 calc((100% - 120px) / 8);
  }
   .paragraph--type--25-75-left-img-with-right-text .row > .col-md-4{
        padding-right: 40px;
  }
         .spotlightWrap .titlebox h1 span{
      display: block;
  }
       .overview-section .container, .OurValuesResonateWrap > div{
        padding: 0 4% !important;
  }
  .Internalcareers .paragraph--type--culture-section{
            padding: 3rem 4% !important;
  }
   .dual-card-layout .col-md-6:last-child .card .w-100{
    padding-left: 20px;
 }
 .paragraph--overview-text-2{
      padding: 0 3% !important;
 }
 .dual-card-layout .card .col-9 {
  padding-right: 20px;
          padding-left: 20px;
 }
  .dual-card-layout .col-md-6:first-child .card .w-100  *{
    width: 100%;
  }
    .webform-submission-become-a-contributor-form{
      display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 15px;
    }
    .WebinarScheduleWrap .field{
      white-space: nowrap;
    }
}
@media screen and (min-width: 992px){
  .paragraph--type--meet-the-speakers, .WebinarInfoWrap {
         width: 85%;
    margin: 0 auto;
    margin-bottom: 5%;
    }
    footer .contactUs{
          padding: 60px 100px 40px;
    }
       .spotlightWrap .tagbox .short_description span{
      width: max-content;
    }
    .paragraph--type--meet-the-speakers{
      padding: 0 12px;
    }
    .node--type-webinar .field--name-field-meet-the-speakers{
    padding-bottom: 3rem;
    }
    /* .WebinarScheduleWrap .col-12 > .block:last-child{
    width: 200px;
    } */
    .RegisterWebinarformWrap form{
            width: 55%;
    }
    .paragraph--type--government-client-details .container > .row{
         height: 100px;
    }
       .paragraph--type--contract-vehicles-section .paragraph--type--left-image-with-right-text .left-img-wrapper{
        padding-right: 20px;
    }
    .OrderingInformationWrap .container .col-md-6:first-child{
        padding-right: 15px;
    }
     .OrderingInformationWrap .container .col-md-6:last-child{
        padding-left: 15px;
    }
    .paragraph--type--representative .field--name-field-image-grid{
         display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    list-style: none;
  }
  .paragraph--type--25-75-left-img-with-right-text > .sub_heading, .paragraph--type--25-75-right-img-with-left-text > .sub_heading{
    display: none;
  }
  .paragraph--type--25-75-left-img-with-right-text .sub_heading{
          padding-left: 43px;
  }
     .DifferentiatorSummary .left-tabs-component .mobile-accordion{
        display: none;
    }
        .paragraph--type--Overview-with-image .two-col  .left-text{
        padding-right: 10px;
    }
     .paragraph--type--Overview-with-image .two-col  .right-image{
        padding-left: 10px;
    }
       .category-table tr td .row > div:nth-child(1),
    .category-table tr td .row > div:nth-child(2) {
    flex: 0 0 20%;   
    }
    .category-table tr td .row > div:nth-child(3) {
    flex: 0 0 45%;   /* 45% width */
    }
       .contactus .block-inline-blockimage-block{
    flex: 0 0 45%
}
.contactus .block-field-blocknodeunique-template-pagesfield-webform-tag{
    flex: 0 0 55%
}
.webform-submission-contact-form{
    padding-right: 7%;
}
  .webform-submission-contact-form .js-form-item-first-name,
  .webform-submission-contact-form .js-form-item-last-name,
  .webform-submission-contact-form .js-form-item-organization-name,
  .webform-submission-contact-form .js-form-item-title,
  .webform-submission-contact-form .js-form-item-business-email,
  .webform-submission-contact-form .js-form-item-phone, 
  .webform-submission-contact-form #edit-services--wrapper, 
   .webform-submission-contact-form #edit-industries--wrapper,
    .webform-submission-contact-form #edit-technologies--wrapper,
  .webform-submission-contact-form #edit-about-divihn--wrapper,
   .webform-submission-application-form-form .webform-name--wrapper, 
  .webform-submission-application-form-form .js-form-item-email-address, 
   .webform-submission-application-form-form .js-form-item-phone-number,
    .webform-submission-application-form-form .js-form-item-country-state-city,
  .webform-submission-application-form-form .js-form-item-country-state-city + div, 
  .webform-submission-application-form-form .js-form-item-linkedin-profile {
    display: inline-block;
    width: calc(50% - 12px);
    margin-right: 20px;
    vertical-align: top;
    margin-bottom: 20px !important;
  }

  /* Remove right margin for right-side column */
  .webform-submission-contact-form .js-form-item-last-name,
  .webform-submission-contact-form .js-form-item-title,
  .webform-submission-contact-form .js-form-item-phone,
  .webform-submission-contact-form #edit-technologies--wrapper,
  .webform-submission-contact-form #edit-about-divihn--wrapper, 
  .webform-submission-application-form-form .js-form-item-email-address, 
    .webform-submission-application-form-form .js-form-item-country-state-city,
    .webform-submission-application-form-form .js-form-item-linkedin-profile {
    margin-right: 0;
  }
  .webform-submission-staffing-services-enquiry-form-form
.form-item-company-nam,
.webform-submission-staffing-services-enquiry-form-form
.form-item-job-title {
  display: inline-block;
  width: calc(50% - 10px) !important;
  vertical-align: top;
  margin-bottom: 20px;
}
.webform-submission-staffing-services-enquiry-form-form
.form-item-job-title {
  margin-right: 0;
}
    .node--type-client-success .container.SuccessStoriesDetialsList{
            width: 80% !important;
            padding: 0 !important;
    }
    .node--type-client-success .container.SuccessStoriesDetialsList .InfoBxo .CopyBox{
            width: 85%;
    }
  .RelatedCapabilitiesWrap{
        padding: 0 3% 80px;
    }
     .node--type-client-success .spotlightWrap .col-lg-8 .field--type-image img{
                height: calc(100vh - 170px);
    object-fit: cover;
    }
     .futuredContributorsWrap .swiper-button-prev, .carrierTestimonialWrapper .swiper-button-prev{
        left: 20%;
    }
    .futuredContributorsWrap .swiper-button-next, .carrierTestimonialWrapper .swiper-button-next{
            right: auto;
          left: 40%;
    }
    .futuredContributorsWrap .swiper-pagination, .carrierTestimonialWrapper .swiper-pagination{
      width: auto;
    }
    .carrierTestimonialWrapper .swiper-pagination,  .futuredContributorsWrap .swiper-pagination{
      left: 27%;
    }
        .carrierTestimonialWrapper .testimonial-items{
    width: 86%;
    margin-left: auto;
    padding: 25px 0 85px;
    }
     .OurValuesResonateWrap .col-md-4{
                text-align: center !important;
            padding-left: 2%;
    }
    .OurValuesResonateWrap .col-md-8{
            padding-right: 7%;
    }
    .OurValuesResonateWrap, .Internalcareers .paragraph--type--culture-section{

    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    }
    .SuccessStoriesWrap .tagbox p{
      max-width: 50%;
          background: hsla(0, 0%, 100%, 0.85);
        padding: 4px;
        line-height: 1.8;
        display: block;
        font-size: 18px;
        font-family: Outfit_Regular;
        margin-bottom: 3px;
    }
    .responsiveCards .view-filters form .js-form-item-field-services-specialization-ty-1-1 select{
      width: 45%;
    }
    .responsiveCards .view-filters form .js-form-item-field-industry-2 select{
      width: 60%;
    }
    .testimonialSuccessWrap .swiper-wrapper{
          padding-bottom: 5%;
    }
      .benefits-section .text-center > div{
    margin-top: 0;
  }
  .paragraph--type--culture-section .quote-block blockquote h5, .quotes-section .quote-block h5, .testimonialSuccessWrap .testimonialSuccess > p{
    max-width: 600px;
    margin-left: auto;
  }
      .dual-card-layout{
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
  .dual-card-layout > .row, .dual-card-layout > h2 {
    padding: 0 3% !important;
  }
  .includeWrapp > div{
    flex: 0 0 50%;
  }
   .overview-section> .container > .small-title, .paragraph--type--Overview-with-image> .container > .row > .small-title{
    margin-bottom: 0;
 }
 .spotlightWrap .field--name-field-media-image img{
    height: calc(100vh - 100px);
    object-fit: cover;
 }
 .DifferentiatorSummary .left-tabs-component .nav li button .iconTabs img, .DifferentiatorSummary .left-tabs-component .nav li button .iconTabs img{
   height: 40px;
    width: 40px;
  }
  .privacyPolicyWrapper{
        padding: 0 3% !important;
  }
  .view-success-stories .card .card-body,
  .view-id-fear .card .card-body {
    min-height: 261px;
  }
   .node--type-government-page .sled-certs .swiper-wrapper .swiper-slide{
      left: 38%;
    }
     .node--type-government-page .sled-certs .swiper-button-next {
    right: 37.3%;
    }
        .hero-section .hero-form .hero-form-wrapper, .hero-section-wrap .hero-form .hero-form-wrapper{
      max-width: 350px;
      margin: 0 auto;
  }
  .paragraph--type--speaker-details{
      padding: 30px 3%;
  }
  .paragraph--type--webinar-detail-section .col-lg-6:first-child{
      box-shadow: 8px 0 12px -4px rgba(112, 112, 112, 0.25);
  }
  .paragraph--type--full-width-block .field--name-field-content p:last-child {
  margin-left: auto;
  margin-bottom: 0;
  margin-right: 5%;
  }
  .node--type-government-page .dual-column-section .left-slider{
    margin-right: 1%;
  }
  .node--type-government-page .dual-column-section .right-slider {
      margin-left: 1%;
  }
  .WebinarScheduleWrap .modal .modal-body .media-oembed-content, .node--type-webinar .spotlightWrap .modal .modal-body .media-oembed-content, 
  .hero-section .hero-form .modal .modal-body .media-oembed-content,  .hero-section-wrap .hero-form .modal .modal-body .media-oembed-content{
        padding-bottom: 50px;
  }
  .view-perspectives-search .views-field-views-conditional-field-1 .modal,
.view-perspectives-search .views-field-views-conditional-field .modal, 
 .quote-block .modal, .WebinarScheduleWrap .modal, .node--type-webinar .spotlightWrap .modal, 
 .hero-section .hero-form .modal, .hero-section-wrap .hero-form .modal .view-perspectives-search .views-field-views-conditional-field-4 .modal{
  height: 100vh;
  overflow-y: hidden;
}

.view-perspectives-search
  .views-field-views-conditional-field-1
  .modal
  .modal-body
  .media-oembed-content,
.view-perspectives-search
  .views-field-views-conditional-field
  .modal
  .modal-body
  .media-oembed-content, .quote-block .modal .modal-body
  .media-oembed-content, .WebinarScheduleWrap .modal .modal-body .media-oembed-content, 
  .node--type-webinar .spotlightWrap .modal .modal-body .media-oembed-content, 
  .hero-section .hero-form .modal .modal-body .media-oembed-content, 
  .hero-section-wrap .hero-form .modal .modal-body .media-oembed-content, 
  .view-perspectives-search .views-field-views-conditional-field-4 
  .modal
  .modal-body
  .media-oembed-content{
  aspect-ratio: 16 / 9;
  }
  .node--type-webinar .spotlightWrap .modal{
    top: 75px;
  }
  .node--type-webinar .spotlightWrap .btn-primary{
      min-width: 300px;
  }
  .hero-section{
        padding: 3% 0;
  }
  .hero-form{
  padding-left: 5%;
  }
  .video-thumbnail-wrapper .field--name-field-media-image img{
    max-width: 80%;
    margin: 0 auto;
  }
}
@media all and (min-width: 991px){
    .paragraph--type--right-img-with-left-text .col-md-6:last-child{
    padding-left: 20px;
    }
      .paragraph--type--government-client-details .field--name-field-naics-details{
      border-left: 1px solid rgba(0, 0, 0, .1);
      padding: 0 10px 0 30px;
    }
      .expertWrap .view-expert-contents .view-content .row-2 {
    padding: 0 15px;
    width: 35%;
    position: relative;
    }
    .expertWrap .view-expert-contents .view-content .row-1 .views-field-field-media img{
    width: 150px;
    height: 150px;
    object-fit: cover;
    }
    .expertWrap .view-expert-contents .view-content .row-1 .views-field-field-media, 
    .futuredContributorsWrap .view-contributors .view-content .swiper-slide .views-field-field-image {
    float: left;
    width: 150px;
    margin-right: 30px;
    }
    .expertWrap .view-expert-contents .view-content .row-1 .views-field-type, 
    .expertWrap .view-expert-contents .view-content .row-1 .views-field-title, 
    .expertWrap .view-expert-contents .view-content .row-1 .views-field-field-author-name,
    .expertWrap .view-expert-contents .view-content .row-1 .views-field-field-author-details, 
     .futuredContributorsWrap .view-contributors .view-content .swiper-slide .views-field-field-author-name,
      .futuredContributorsWrap .view-contributors .view-content .swiper-slide .views-field-field-author-details, 
       .futuredContributorsWrap .view-contributors .view-content .swiper-slide .views-field-field-linkedin-url{
            display: block;
        width: auto;
        overflow: hidden;
    }
    .expertWrap .view-expert-contents .view-content .row-1 .views-field-title a, 
    .expertWrap .view-expert-contents .view-content .row-2 .views-field-title a {
            -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
    }
    .futuredContributorsWrap::before, .carrierTestimonialWrapper::before{
    width: 67% !important;
    }
    .futuredContributorsWrap .col-lg-4{
    padding-left: 4%;
    }
    .futuredContributorsWrap .col-lg-8{
            padding-left: 5%;
    }
     .futuredContributorsWrap .view-contributors .view-content .swiper-slide{
            min-height: 250px;
     }
     .upcomingEventsWrap{
                margin-bottom: -30px;
     }
     .LatestWebinarBox .view-webinar-views .view-content .swiper-wrapper{
        padding-bottom: 10%;
     }
    header .header-actions.ms-auto {
        margin-left: auto !important;
        flex: 0 0 auto;
        display: flex;
          }
          .header-actions > * {
      margin-left: 12px;
    }
     .header-menu{
          margin-left: 30px;
            flex: 1 1 auto;
        min-width: 0;
     }
         /* #edit-name--wrapper .fieldset-wrapper > div:nth-child(odd), .js-form-type-textfield:nth-child(odd) {
    margin-right: 1%;
    } */
    #sustainability .quotes-section .right-text, #dei .quotes-section .right-text, #community .quotes-section .right-text{
          margin-top: 50px;
    }
    .header-logo {
  flex: 0 1 auto;   
    min-width: 0;   
    max-width: 220px;
  }
  .header-logo img {
  max-width: 100%;
  height: auto;
  display: block;
  }
   .whatwedo .second-fold .card-group{
        display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .whatwedo .second-fold .tab-card{
    width: 100%;
  }
  .paragraph--type--25-75-left-img-with-right-text, .paragraph--type--25-75-right-img-with-left-text{
    padding: 0 4%;
  }
}
@media (max-width: 480px) {
  .ourPromiseWrapp,
  .view-testimonial, 
  .overview-section, 
  .paragraph--type--Overview-with-image {
    padding: 100px 0 120px !important;
  }

  .ourPromiseWrapp::before,
  .view-testimonial::before, .overview-section::before, 
  .paragraph--type--Overview-with-image::before {
    top: -60px;
    height: 160px;
    transform: rotate(4deg);
  }

  .ourPromiseWrapp::after,
  .view-testimonial::after, .overview-section::after, 
  .paragraph--type--Overview-with-image::after {
    bottom: -90px;
    height: 280px;
    transform: rotate(6deg);
  }
}
@media all and (max-width: 767px){
    .dual-column-section .swiper-wrapper{
    padding-bottom: 10%;
    }
    .dual-column-section p{
        margin-top: 15px;
    }
        .paragraph--type--government-client-details .col-lg-9{
          border-top: solid rgba(0, 0, 0, .1);
        padding-top: 20px;
                padding-left: 0;
        padding-right: 0;
    }
    .paragraph--type--government-client-details .container {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .node--type-government-page > .node__content > ._none:nth-child(2) > .container-fluid{
    margin-top: 30px;
  }
  .paragraph--type--government-client-details .col-lg-3{
    padding-bottom: 15px;
  }
  .paragraph--type--government-client-details .field--name-field-naics-details{
        gap: 5px;
        flex-wrap: wrap;
        align-items: flex-start;
  }
  .paragraph--type--government-client-details .field--name-field-naics-details > .field__item:first-child{
      flex: 0 0 100%;
      text-align: center;
  }
   .paragraph--type--government-client-details .field--name-field-naics-details > .field__item:not(:first-child){
      flex: 0 0 20%
  }
    .paragraph--type--contract-vehicles-section > .field--name-field-title{
        margin-bottom: 0;
    }
    .spotlightWrap .titlebox h1 span{
      padding-right: 1%;
    }
     .dual-card-layout{
        background: linear-gradient(to bottom, #fff8ef 0%, #fff8ef 50%, #fef0df 50%, #fef0df 100%);
    }
    .dual-card-layout .card img {
            width: auto;
        height: auto;
    }
    .dual-card-layout .card > .row{
        flex-direction: column;
                align-items: self-start !important;
    }
    .dual-card-layout .card > .row > .col-3{
            width: 100%
    }
    .dual-card-layout .card > .row > .col-9{
        width: 50%;
    }
        .dual-card-layout .card h4 {
        font-size: 18px;
        line-height: 20px;
                margin-top: 15px;
    }
        .dual-card-layout .card p{
        font-size: 14px;
        line-height: 16px;
    }
    .dual-card-layout .col-md-6:first-child{
        margin-bottom: 50px;
    }
    .dual-card-layout{
        margin-top: 30px;
    }
       .dual-card-layout .card > .row > .col-9{
  padding-left: 20px;
  }
   .paragraph--overview-text-2{
      padding: 0 15px !important;
  }
  #TitleParaImgSec .sub_heading span {
    font-size: 24px;
}
.benefits-section .small-title{
      margin-bottom: 0;
}
  .paragraph--type--25-75-left-img-with-right-text, .paragraph--type--25-75-right-img-with-left-text{
    margin-bottom: 40px;
  }
  .paragraph--type--government-client-details .field > .field__item:first-child strong{
        padding-left: 15px;
      }
      .path-frontpage .view-perspectives .swiper-pagination{
        bottom: 0;
      }
      .webform-submission-contact-form #edit-heading h1{
        font-size: 28px;
            margin-top: 0;
      }
      .node--type-unique-template-pages .ui-dialog .ui-dialog-title{
        font-size: 26px;
      }
             .ourPromiseWrapp,
  .view-testimonial, .overview-section, .paragraph--type--Overview-with-image {
    padding: 120px 0 140px !important; /* fixed padding works better than % */
  }

  .ourPromiseWrapp::before,
  .view-testimonial::before, .overview-section::before, .paragraph--type--Overview-with-image::before {
    top: -80px;
    height: 200px;
    transform: rotate(6deg);
    background-size: cover;
  }

  .ourPromiseWrapp::after,
  .view-testimonial::after, .overview-section::after, .paragraph--type--Overview-with-image::after {
    bottom: -120px;
    height: 360px;
    transform: rotate(8deg);
    background-size: cover;
  }
    .hero-section .hero-description .bullet-text-wrapper > div {
    flex: 1 0 100%;
  }
}
@media screen and (max-width: 991px){
   .WebinarScheduleWrap > .col-12{
    flex-wrap: wrap;
        width: 100%;
   }
            .dual-column-section > .row {
        gap: 20px;
    }
    .node--type-government-page ._none:nth-child(2){
        margin-bottom: 0;
    }
    .leftIimgRightText .imageBlock{
        padding: 30px 10px;
    }
    .leftIimgRightText .textBlock .content > h2{
                font-size: 28px;
    }
    .leftIimgRightText .col-md-4{
        order: 2;
    }
     .leftIimgRightText .col-md-8{
        order: 1;
    }
  .paragraph--type--representative .field--name-field-image-grid{
       display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 30px;
  }
      .paragraph--type--25-75-left-img-with-right-text .textWrapp{
                padding: 15px;
                        width: 90%;
             margin: -40px auto 0 !important;
    }
    .paragraph--type--25-75-right-img-with-left-text > .container > .row> .col-md-7{
        order: 2;
    }
      .paragraph--type--25-75-right-img-with-left-text > .container > .row> .col-md-5{
        order: 1;
    }
    .paragraph--type--25-75-right-img-with-left-text .textWrapp{
        padding: 15px;
        margin: -40px auto 0 !important;
        padding-right: 15px;
        padding-left: 15px;
        width: 90%;
    }
    .paragraph--type--25-75-left-img-with-right-text .textWrapp .small-title, .paragraph--type--25-75-right-img-with-left-text .textWrapp .small-title{
        display: none;
    }
    .includeWrapp{
      flex-wrap: wrap;
    }
    .includeWrapp h3{
      font-size: 21px;
    }
    .includeWrapp ul li{
      font-size: 16px;
        margin-top: 12px;
    }
        .DifferentiatorSummary .left-tabs-component .col-md-8{
         margin-left: -12px;
    }
     .DifferentiatorSummary .left-tabs-component .col-md-8, .DifferentiatorSummary .left-tabs-component .col-md-4{
        display: none;
    }
       .mobile-accordion{
        margin-top: 0 !important;
        
    }
     .mobile-accordion .accordion-item, .mobile-tabs-accordion .accordion-item{
        border-radius: 0;
                border: 0;
    }
    .mobile-accordion .accordion-item .accordion-header button, .mobile-tabs-accordion .accordion-item .accordion-header button{
         background-color: hsla(33, 94%, 94%, .5);
            border: 0;
            width: -webkit-fill-available;
                cursor: pointer;
                padding: 20px;
                position: relative;
    }
    .mobile-accordion .accordion-item .accordion-header button[aria-expanded="true"], .mobile-tabs-accordion .accordion-item .accordion-header button[aria-expanded="true"]{
        background-color: #fef0df;
        border-radius: 0;
    }
     .mobile-accordion .accordion-item .accordion-header button .iconTabs, .mobile-tabs-accordion .accordion-item .accordion-header button{
    display: flex;
    align-items: center;
    gap: 35px;
    position: relative;
    }
    .iconTabs, .iconTabs span {
    font-size: 18px;
        line-height: 24px;
    font-family: Outfit_Medium;
    color: #222220;
    }
    .mobile-accordion .accordion-button:focus, .mobile-tabs-accordion  .accordion-button:focus{
        box-shadow: none;
    }
    .mobile-accordion .accordion-button::after,  .mobile-tabs-accordion .accordion-button::after{
        width: 15px !important;
    height: 15px !important;
    background-image: none !important;
    border-bottom: 2px solid #ff911d;
    border-right: 2px solid #ff911d;
    position: absolute;
    transform: rotate(45deg) translateY(-50%);
    top: calc(50% - 6px);
    right: 20px;
    }
    .mobile-accordion .accordion-button[aria-expanded="true"]::after, .mobile-tabs-accordion .accordion-button[aria-expanded="true"]::after{
        transform: rotate(-135deg) translateY(-50%);
    }
     .mobile-accordion .accordion-body{
                padding-top: 0 !important;
     }
     .mobile-accordion .accordion-body ul,  .mobile-tabs-accordion .accordion-body ul{
                padding-left: 15px;
     }
     .mobile-accordion .accordion-item .accordion-header button:not(.collapsed) .iconTabs span, .mobile-tabs-accordion .accordion-item .accordion-header button:not(.collapsed) span{
             color: #ff911d;
     }
     .paragraph--type--25-75-left-img-with-right-text, .paragraph--type--25-75-right-img-with-left-text {
    margin-bottom: 70px;
  }
  .mobile-tabs-accordion .accordion-body{
    flex-wrap: wrap;
  }
  .mobile-tabs-accordion .accordion-body ul ul {
        margin-top: 50px;
  }
  .mobile-tabs-accordion .accordion-body ul ul li{
    word-break: break-word;
  }
      .OurPromiseWrap {
        flex-wrap: wrap;
    }
        .OurPromiseWrap .OurPromiseBox {
        width: 100%;
    }
      .commercialWrap .field--name-field-grids{
            flex-direction: column;
    }
    .horizontaltabs.greybg .mobile-tabs-accordion .accordion-item .accordion-header button{
            background: #d1d1d1;
            border-radius: 0;
    }
    .horizontaltabs.greybg .mobile-tabs-accordion .accordion-item{
              border-bottom: 1px solid #ff8913;
    }
    .horizontaltabs.greybg .mobile-tabs-accordion .accordion-item h2 span{
      font-size: 18px;
      font-weight: 500;
      line-height: 24px;
      flex: 0 0 75%;
    }
    .horizontaltabs.greybg > .sub_heading{
        margin-top: 10%;
    }
    #horizontalTabsContent-1170+.mobile-tabs-accordion{
        margin-bottom: 3rem;
    }
    .horizontaltabs.greybg .mobile-tabs-accordion .accordion-item .accordion-header button img {
    width: 31px;
    height: 31px;
    }
    .horizontaltabs.greybg .mobile-tabs-accordion .accordion-item .accordion-header button:not(.collapsed) span {
    color: #fff;
    }
    .horizontaltabs.greybg .mobile-tabs-accordion .accordion-item .accordion-header button:not(.collapsed){
    background-color: #ff8913;
    }
    .horizontaltabs.greybg .mobile-tabs-accordion .accordion-item .accordion-header button:not(.collapsed) img{
      filter: brightness(0) saturate(100%) invert(95%) sepia(90%) saturate(1013%) hue-rotate(230deg) brightness(166%) contrast(100%);
    }
    .horizontaltabs.greybg .mobile-tabs-accordion .accordion-item .accordion-header button:not(.collapsed)::after{
              border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
    }
    .horizontaltabs.greybg .mobile-tabs-accordion .accordion-button::after{
                border-bottom: 2px solid #222220;
        border-right: 2px solid #222220;
    }
    .horizontaltabs.greybg .mobile-tabs-accordion .accordion-body > div{
        grid-template-columns: 1fr !important;
        margin-bottom: 0 !important;
    }
     .horizontaltabs.greybg .mobile-tabs-accordion .accordion-body{
      border: 1px solid #f2f2f2;
      border-top: 0;
      background-color: #fff;
    }
    .horizontaltabs.greybg .mobile-tabs-accordion .accordion-body h2{
      font-size: 24px !important;
      line-height: 32px;
      margin-bottom: 10px !important;
    }
    .horizontaltabs.greybg .mobile-tabs-accordion .accordion-body ul{
      padding-left: 0 !important;
    }
    .mobile-tabs-accordion .accordion-body ul li{
      margin-top: 0;
      font-size: 16px;
      line-height: 24px;
    }
      .PrimaryAwardsSection {
        padding: 0 0 40px;
    }
    .SpotlightCopyBox + h3.sub_heading{
      font-size: 28px;
    }
    .SpotlightCopyBox{
      padding-bottom: 30px;
    }
      .capabilities {
        flex-wrap: wrap;
        width: 100%;
        gap: 15px;
        justify-content: flex-start;
        padding: 10px 0 0;
    }
    .contractInfoWrap .contract-info{
        flex-wrap: wrap;
        padding: 30px 20px;
        gap: 10px;
    }
    .contractInfoWrap .contract-info p{
                line-height: 24px;
    }
    .contractInfoWrap .categories{
                width: 100%;
        padding: 15px 20px;
    }
    .categorylist{
                flex-wrap: wrap;
        gap: 10px;
        justify-content: flex-start;
    }
      .contactus > div{
        flex-wrap: wrap;
    }
    .webform-submission-contact-form{
        padding: 0 15px;
    }
    .capabilities-section-box .capabilities-row .capabilities-column .capabilities-items{
        flex-direction: column;
            gap: 10px;
    }
    .clientSuccessBox{
        margin-top: 30px;
    }
            .contactUsPage .locationBox {
        margin-top: 20px;
        width: 100%;
        padding: 30px;
        flex-wrap: wrap;
        gap: 30px;
    }
    .expertWrap .view-expert-contents .view-content > .views-view-grid {
            flex-wrap: wrap;
        }
        .expertWrap .view-expert-contents .view-content .row-1{
        padding-right: 0;
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid hsla(0, 0%, 44%, .3);
    }
     .view-fear .views-view-responsive-grid {
        grid-template-columns: 1fr;
    }
    .futuredContributorsWrap{
            padding: 0;
    margin-top: 20px;
    }
     .futuredContributorsWrap .col-lg-8{
        background: #fff7ed;
        position: relative;
        padding: 45px 15px;
     }
     .futuredContributorsWrap .view-contributors .view-content .swiper-slide .views-field-field-author-name a, .futuredContributorsWrap .view-contributors .view-content .swiper-slide .views-field-field-author-name{
        margin-top: 20px;
     }
      .futuredContributorsWrap .view-contributors .view-content .swiper-wrapper{
        padding-bottom: 20%;
      }
      .LatestWebinarBox .view-webinar-views .swiper-wrapper{
                padding-bottom: 2%;
      }
      .futuredContributorsWrap .py-5{
            padding-bottom: 0 !important;
      }
      .LatestWebinarBox .layout__region{
        flex-direction: column;
      }
          .LatestWebinarBox .block-views-blockwebinar-views-block-1 {
        width: 100%;
        padding: 30px 15px;
    }
        .LatestWebinarBox .block-views-blockpopular-articles-block-1 {
        width: 100%;
        padding: 30px 15px 15px;
    }
    .LatestWebinarBox .view-webinar-views .view-header  h3, .LatestWebinarBox .view-popular-articles .view-header h2{
        font-size: 28px;
    }
    .tiles-section .row {
        flex-direction: column;
    }
    .tiles-section .row .col-2{
        padding: 20px;
    width: 100%;
    margin-bottom: 20px;
    }
    .tiles-section .row .col-2 .tile{
            display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    }
    .simpleTextBlock .sub-heading{
                font-size: 28px;
    }
    .WePromiseWrap .field--name-field-tile-grid{
        flex-direction: column;
    }
    .WePromiseWrap .field--name-field-tile-grid > .field__item{
        width: 100%;
    }
    .WePromiseWrap .field--name-field-tile-grid  .field--name-field-icon{
        flex-shrink: 0;
    }
    .carrierTestimonialWrapper .testimonial-items{
                background: #fff7ed;
        position: relative;
        margin-top: 30px;
        padding: 30px 15px 90px;
    }
          .node--type-unique-template-pages .ui-dialog, .node--type-blog .ui-dialog, .node--type-service-landing-page .ui-dialog {
        max-width: 90%;
        padding: 30px 20px;
    }
       .node--type-unique-template-pages .ui-dialog .ui-dialog-title, .node--type-blog  .ui-dialog .ui-dialog-title, 
       .node--type-blog .ui-dialog-content .js-form-item h4, .webform-submission-ai-readiness-survey-form .js-form-item h4, 
       .node--type-service-landing-page .ui-dialog .ui-dialog-title, .node--type-service-landing-page .ui-dialog-content .js-form-item h4 {
        font-size: 24px;
        line-height: 32px;
    }
    .node--type-unique-template-pages .ui-dialog .ui-dialog-titlebar-close, body.path-frontpage .ui-dialog .ui-dialog-titlebar-close, .node--type-blog .ui-dialog .ui-dialog-titlebar-close, 
    .node--type-service-landing-page .ui-dialog .ui-dialog-titlebar-close{
            right: 0;
        top: 0;
    }
    .SuccessStoriesWrap .swiper-slide .views-field-nothing .col-12{
          flex-direction: column;
    }
    .view-perspectives-search .view-filters form .d-flex, .responsiveCards .view-filters form .d-flex{
      flex-direction: column;
    }
     .view-perspectives-search .view-filters form .js-form-item label{
      min-width: 85px;
    }
    .testimonialSuccessWrap .view-content{
              padding: 40px 30px;
        background-position: 90% 30px;
                background-size: 25%;
                    width: 100%;
    }
    .testimonialSuccessWrap .testimonialSuccess .testimonialInfo{
      margin: 30px auto 0;
        max-width: 90%;
    }
    .testimonialSuccessWrap{
      margin: 20px 0 80px;
    }
      .ourPromise .promise-title br, .whyusList ul.leadership-list li.leadership-item ul li br, .whyusList ul.leadership-list .leadership-item h3 br {
    display: contents;
  }
  .whyusList ul.leadership-list li.leadership-item ul > li strong{
            display: block;
  }
  #TitleParaImgSec {
        margin: 35px 0;
    }
    .benefits-section .text-center > div:not(:first-child, :nth-child(2)) {
    margin-top: 30px;
  }
  .partners-wrapper > p{
        grid-template-columns: repeat(3, 1fr);
  }
  .paragraph--type--culture-section .quote-block, .quotes-section .quote-block{
        padding: 20px 3% 35px !important;
        background-size: 25%;
          background-position: 90% 80px;
  }
  .whatwedo .second-fold .nav-tabs{
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
  }
  .second-fold .cards-container{
    flex-direction: column;
  }
  .whatwedo .first-fold .leftSide{
    width: 100%;
  }
    header .header-container .header-actions.ms-auto{
    margin-left: auto !important;
      margin-right: 25px !important;
  }
  .RegisterWebinarformWrap form{
            padding: 0 15px;
  }
   .StartArrowBtn {
        font-size:14px;
        padding: 10px 20px;
        height: 40px
    }
    .mainList > .col-auto, .mainHeadingTextDiv .secondList .secondListInner > .col-auto{
      flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
    }
    .mainHeadingTextDiv .secondList .btnDivLinks > .col-auto{
                flex-wrap: wrap;
        gap: 20px;
        margin-top: 20px;
    }
        .eu-cookie-compliance-content {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .paragraph--type--success-for-clients .blazy--field-success-grids, .RegisterWebinarformWrap form #edit-name--wrapper .fieldset-wrapper{
    flex-direction: column;
  }
    .paragraph--type--webinar-detail-section{
        background: linear-gradient(to bottom, #fff8ef 0%, #fff8ef 50%, #fef0df 50%, #fef0df 100%);
  }
  .paragraph--type--speaker-details .field--name-field-title{
    margin-top: 30px;
  }
  .paragraph--type--full-width-block .field--name-field-content{
        flex-direction: column;
        text-align: center;
        gap: 20px;
  }
  .webinar-resources .field--name-field-blog-tag .card-body, .webinar-resources .field--name-field-case-study .card-body, .webinar-resources .field--name-field-white-paper .card-body{
    padding-left: 0;
  }
  .node--webinar-landing-page .paragraph--type--25-75-left-img-with-right-text > .sub_heading, .node--webinar-landing-page .paragraph--type--25-75-right-img-with-left-text > .sub_heading{
          padding-left: 15px;
  }
  .webinar-resources .field--name-field-blog-tag .card .align-items-stretch, .webinar-resources .field--name-field-case-study .card .align-items-stretch, .webinar-resources .field--name-field-white-paper .card .align-items-stretch {
        gap: 10px;
  }
  .hero-section-wrap .hero-content{
      margin-top: 30px;
      margin-bottom: 30px;
  }
  .webinar-resources .field--name-field-blog-tag .card .col-md-4 .h-100 img, .webinar-resources .field--name-field-case-study .card .col-md-4 .h-100 img, .webinar-resources .field--name-field-white-paper .card .col-md-4 .h-100 img{
    width: 100%;
  }
    .hero-section-wrap .hero-content .hero-meta, .paragraph--type--speaker-details .field--name-field-speaker-host-info{
        flex-wrap: wrap;
  }
  .paragraph--type--speaker-details, .webinar-details{
    padding: 30px 15px;
    margin: 5% 0;
  }
  .node--type-webinar-landing-page .paragraph--type--25-75-left-img-with-right-text .textWrapp{
        margin: 0 !important;
    padding: 25px 15px 0;
    width: 100%;
  }
  .node--type-service-landing-page .paragraph--type--25-75-left-img-with-right-text .sub_heading, .node--type-service-landing-page .paragraph--type--25-75-right-img-with-left-text .sub_heading{
      padding-left: 15px;
  }
  .hero-form .right-cta a{
        margin-bottom: 1rem;
  }
  .webform-submission-ai-readiness-survey-form{
    margin: 0;
    padding: 30px 15px;
  }
  .webform-submission-ai-readiness-survey-form #edit-name--wrapper .fieldset-wrapper, .webform-submission-ai-readiness-survey-form fieldset{
        flex-direction: column;
  }
  .webform-submission-ai-readiness-survey-form fieldset legend, .webform-submission-ai-readiness-survey-form fieldset .fieldset-wrapper{
    flex: 0 0 100%;
  }
  .webform-submission-ai-readiness-survey-form fieldset .fieldset-wrapper{
        max-width: 100%;
    flex-wrap: wrap;
    gap: 10px;
  }
  .hero-section .hero-bg div{
      height: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 991px){
  .header-container{
    justify-content: space-between;
  }
  .view-testimonial .testimonial-row .flex-md-row{
        flex-direction: column !important;
  }
  .view-testimonial .testimonial-row .testimonial-left, .site-footer .footerBox .col-md-2{
    width: 100%;
  }
  .breadcrumbs{
        top: 62px;
  }
  .paragraph--type--25-75-left-img-with-right-text .col-md-5, .paragraph--type--25-75-right-img-with-left-text .col-md-5, 
  .paragraph--type--25-75-left-img-with-right-text .col-md-7, .paragraph--type--25-75-right-img-with-left-text .col-md-7{
        width: 100%;
  }
  .horizontaltabs.greybg .nav-tabs .nav-link span{
        font-size: 13px;
  }
  .RegisterWebinarformWrap form  .js-form-item{
        width: 100%;
  }
  .node--type-webinar .spotlightWrap .modal{
    top: 60px;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
    .dual-column-section .swiper-wrapper {
    padding-bottom: 16%;
    }
    .paragraph--type--government-client-details .container{
      padding: 10px 0 !important;
    }
    .paragraph--type--government-client-details .field--name-field-government-client-details, .paragraph--type--government-client-details .field--name-field-naics-details{
      gap: 10px;
    }
    .paragraph--type--government-client-details .field--name-field-government-client-details{
      flex-wrap: wrap;
    }
    .paragraph--type--spotlight-banner{
      height: 75vh;
    }
    /* .paragraph--type--spotlight-banner .banner-slide .banner-image img{
      height: 75vh;
    } */
    .quotes-section .quote-block{
          padding: 50px 0;
    }
    .horizontaltabs.greybg .nav-tabs .nav-link span{
      font-size: 14px;
    }
     .hero-section-wrap .hero-form .video-thumbnail-wrapper{
        margin: 25% 0;
  }
}
@media all and (min-width: 1200px) and (max-width: 1300px){
  .approachWrapIcon .blazy > li .paragraph .field--name-field-title{
    font-size: 17px;
  }
  .node--type-sled .sled-certs .swiper-button-next, .node--type-sled .sled-certs .swiper-button-prev{
    top: 93%;
  }
      .dual-column-section .swiper-button-prev, .dual-column-section .swiper-button-next{
    top: 89%;
    }
}
@media all and (min-width: 1300px){
  .view-id-fear .view-content .swiper .swiper-button-prev, .view-id-fear .view-content .swiper .swiper-button-next{
            top: 96%;
  }
}
@media screen and (min-width: 1600px){
  .paragraph--type--dual-card-layout .paragraph--type--card-grid-with-images .text-formatted{
    height: 25px;
  }
  .DifferentiatorSummary .left-tabs-component .nav li button, .DifferentiatorSummary .left-tabs-component .nav li button span, 
  .horizontaltabs .nav-tabs .nav-link span{
    font-size: 24px;
  }
  .horizontaltabs .nav-tabs .nav-link{
    gap: 23px;
  }
  .whyusList ul.leadership-list {
  justify-content: center;
  }
    .paragraph--type--culture-section .intro-text p{
    margin-left: 50px;
    margin-right: 12%;
  }
  .ourPromiseWrapp, .view-testimonial, .overview-section {
  padding: 8% 0 8% !important;
  }
  .node--type-unique-template-pages .ui-dialog .ui-dialog-titlebar-close, body.path-frontpage .ui-dialog .ui-dialog-titlebar-close, .node--type-jobs .ui-dialog .ui-dialog-titlebar-close, .node--type-blog .ui-dialog .ui-dialog-titlebar-close, 
  .node--type-service-landing-page .ui-dialog .ui-dialog-titlebar-close{
        right: 0;
  }
  .hero-section-wrap .hero-form .video-thumbnail-wrapper{
        margin: 6% 0;
  }
}
@media screen and (min-width: 1700px){
  .paragraph--type--spotlight-banner .swiper-button-prev, .paragraph--type--spotlight-banner .swiper-button-next{
    bottom: 20% !important;
  }
}
@media all and (min-width: 992px) and (max-width: 1400px){
    .horizontaltabs.greybg .nav-tabs .nav-link img {
    width: 31px;
    height: 31px;
}
}
@media all and (min-width: 1300px) and (max-width: 1800px){
  .sled-certs .swiper-button-next, .sled-certs .swiper-button-prev{
        top: 93%;
  }
  /* .paragraph--type--success-for-clients .blazy--field-success-grids > li{
    min-height: 385px;
  } */
  .horizontaltabs.greybg .nav-tabs .nav-link span{
    font-size: 16px;
  }
  .path-frontpage .whatwedo{
    margin-top: 2%;
  }
  .horizontaltabs.greybg .nav-tabs .nav-link{
    min-height: 72px;
  }
}
@supports (-webkit-appearance: none) and (not (appearance: none)){
  .socialmedia > *:not(:last-child){
       margin-right: 12px;
  }
  header .header-actions > .action-item .block .field__item > p > .primary-btn:first-child{
    margin-right: 15px;
  }
  .OrderingInformationWrap .container .col-md-6 ul li::before, .DifferentiatorSummary .left-tabs-component .tab-content .tab-pane ul li::before, .mobile-accordion .accordion-body ul li::before, .mobile-tabs-accordion .accordion-body ul li::before,  .overview-section .overview-text-1 ul li::before, .overview-section .overview-text-2 ul li::before, 
 .OurPromiseBox .contentListBox ul li::before, .horizontaltabs.greybg .tab-content .tab-pane li::before{
   margin-right: 10px;
 }
 .eu-cookie-compliance-content #popup-text, .eu-cookie-compliance-buttons .agree-button{
    margin-right: 15px;
 }
 .view-perspectives-search .view-filters form .d-flex > .js-form-item, .responsiveCards .view-filters form .d-flex > .js-form-item{
      margin-right: 10px;
 }
 .view-responsive-grids-who-we-serve .commercialBox > .commercialBoxItem{
  margin-left: 20px;
 }
}
/* Safari 10.1 ONLY */
@supports (-webkit-marquee-repetition: infinite) and (not (object-fit: cover)) {

  .primary-btn,.view-perspectives-search .pager a, .WebinarScheduleWrap .field--name-field-register-now-link a, .responsiveCards .pager a,.webform-submission-contact-form input[type="submit"], 
  .node--type-webinar .spotlightWrap .btn-primary{
    display: inline-block; /* FIX */
    overflow: visible;     /* FIX */
  }

 .primary-btn::before, .view-perspectives-search .pager a::before, .WebinarScheduleWrap .field--name-field-register-now-link a::before, .responsiveCards .pager a::before,
  .primary-btn::after, .view-perspectives-search .pager a::after, .responsiveCards .pager a::after, .WebinarScheduleWrap .field--name-field-register-now-link a::after, 
  .node--type-webinar .spotlightWrap .btn-primary::before, .node--type-webinar .spotlightWrap .btn-primary::after {
    display: none !important; /* Disable animation */
  }

   .primary-btn,.view-perspectives-search .pager a, .WebinarScheduleWrap .field--name-field-register-now-link a,.responsiveCards .pager a, .webform-submission-contact-form input[type="submit"], 
   .node--type-webinar .spotlightWrap .btn-primary{
    color: #22568b !important;
    background-color: transparent;
  }

   .primary-btn:hover,.view-perspectives-search .pager a:hover, .WebinarScheduleWrap .field--name-field-register-now-link a:hover, .responsiveCards .pager a:hover, .webform-submission-contact-form input[type="submit"]:hover, 
   .node--type-webinar .spotlightWrap .btn-primary:hover {
    color: #fff !important;
    background-color: #ff911d;
    border-color: #ff911d;
  }
}