:root {
  --clr-primary: #0f0e9f;
  --clr-secondary: #f99200;
  --clr-accent: #0f0e9f;
  --clr-white: #fff;
  --clr-black: #434245;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "futura-pt", Arial, sans-serif;
  color: var(--clr-primary);
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 20px;
}

body {
  font-family: "myriad-pro", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  color: #8b8a8f;
}

:root {
  box-sizing: border-box;
}

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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  font-size: 16px;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::backdrop {
  background-color: transparent;
}

svg {
  max-width: 100%;
  width: 100%;
  height: auto;
  fill: var(--fill, var(--color));
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
h1, .fs46 {
  font-size: clamp(34px, 4.6875vw, 46px);
}

h2, .fs40 {
  font-size: clamp(30px, 4.1666666667vw, 40px);
}

h3, .fs28 {
  font-size: clamp(20px, 2.6041666667vw, 28px);
}

h4, .fs24 {
  font-size: clamp(18px, 2.34375vw, 24px);
}

h5, .fs22 {
  font-size: clamp(17px, 2.2135416667vw, 22px);
}

h6, .fs20 {
  font-size: clamp(17px, 2.2135416667vw, 20px);
}

p, .fs18 {
  font-size: clamp(16px, 2.0833333333vw, 18px);
}

.fs78 {
  font-size: clamp(42px, 6.083333vw, 78px);
}

@media (min-width: 500px) {
  .fs78 {
    font-size: clamp(47px, 6.083333vw, 78px);
  }
}


.ar-1-1 {
  aspect-ratio: 1 / 1;
}

.ar-2-3 {
  aspect-ratio: 2 / 3;
}

.ar-3-2 {
  aspect-ratio: 3 / 2;
}

.ar-4-3 {
  aspect-ratio: 4 / 3;
}

.ar-16-9 {
  aspect-ratio: 16 / 9;
}

.ar-9-16 {
  aspect-ratio: 9 / 16;
}

.bg-primary {
  background-color: #0f0e9f;
}

.clr-primary {
  color: #0f0e9f;
}

.bg-secondary {
  background-color: #f99200;
}

.clr-secondary {
  color: #f99200;
}

.bg-accent {
  background-color: #0f0e9f;
}

.clr-accent {
  color: #0f0e9f;
}

.bg-white {
  background-color: #fff;
}

.clr-white {
  color: #fff;
}

.bg-black {
  background-color: #434245;
}

.clr-black {
  color: #434245;
}

.dflex {
  display: flex;
  flex-wrap: wrap;
  align-items: var(--align, center);
  justify-content: var(--justify, center);
  column-gap: var(--col-gap, 0);
  row-gap: var(--row-gap, 0);
}

.fw700 {
  font-weight: 700;
}

.fw600 {
  font-weight: 600;
}

.fw500 {
  font-weight: 500;
}

.fw400 {
  font-weight: 400;
}

.wrapper {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 3%;
}
@media (min-width: 1025px) {
  .wrapper {
    padding: 0 4%;
  }
}

@media (min-width: 1200px) {
  .wrapper {
    padding: 0 5%;
  }
}

a {
  text-decoration: none;
  color: var(--clr-accent);
  transition: all 0.5s;
}
a:hover {
      color: #8B8A8F;
}

img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  display: block;
  height: auto;
  object-fit: cover;
}

.button {
    display: inline-block;
    align-items: center;
    justify-content: center;
    font-size: clamp(18px, 2.34375vw, 24px);
    background: #f99200;
    color: #fff;
    padding: 10px 30px;
    text-align: center;
    line-height: 1.3;
    min-width: 300px;
}

.blue.button {
    background: #0F0E9F;
}

ul {
  padding-left: 40px;
  margin-bottom: 30px;
}

li::marker {
  color: #0f0f9f;
}

li {
  list-style-type: square;
}
ol li{
      list-style-type: auto;
}

.site-header {
  padding: 20px 0;
  background: #fff;
  box-shadow: 0 0 0.2rem grey;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    overflow: hidden;
}

.ehub {
    position: absolute;
    right: 0;
    top: -10px;
    display: block;
    color: #8b8a8f;
    font-size: 14px;
}

.ehub a {
    color: #8b8a8f;
}
@media (min-width: 1025px) {
 .site-header {
  
    overflow: visible;
  }
}

.site-header:after {
    width: 1px;
    height: calc(100% + 60px);
    content: '';
    background: #00000099;
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%) rotate(45deg);
}
.site-header.sticky::after{
  top: -20px;
  height: calc(100% + 42px);
}

.site-header .site-branding {
  --justify:space-between;
  position: relative;
}


.site-header .mainLogo {
  width: 120px;
}
@media (min-width: 1025px) {
  .site-header .mainLogo {
    width: 140px;
  }
  .site-header.sticky .mainLogo {
    width: 145px;
    transition: width 0.3s ease;
  }
}
@media (min-width: 1400px) {
  .site-header .mainLogo {
    width: 200px;
  }
}


.site-header .mainLogo {
    transition: width 0.3s ease;
}
.site-header .mainMenu {
  width: calc(100% - 180px);
}

@media (min-width: 1025px) {
  .site-header .mainMenu {
    width: 82%;
}
}

.site-header .submenu-toggle {
  color: #fff;
  font-size: 20px;
}
@media (min-width: 1025px) {
  .site-header .submenu-toggle {
    display: none;
  }
}
.site-header .menu {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  list-style: none;
  gap: 20px;
  font-size: 16px;
  flex-direction: column;
  padding: 140px 30px;
  justify-content: flex-end;
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .site-header .menu {
    flex-direction: row;
    gap: 16px;
    font-size: 17px;
    padding: 0;
  }
}
@media (min-width: 1400px) {
  .site-header .menu {
    gap: 37px;
  }
}
.site-header .menu .menu-item {
  list-style-type: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  flex-wrap: wrap;
  min-height: 40px;
}
@media (min-width: 1025px) {
  .site-header .menu .menu-item {
    border-bottom: none;
  }
  .site-header .menu > .menu-item:last-child {
      background-color: #0f0e9f;
      width: 107px;
      transition: background-color 200ms ease-in-out;
      color: #fff;
      justify-content: center;
  }
  .site-header .menu > .menu-item:last-child:hover {
    background-color: #8b8a8f;
  }

  .site-header .menu > .menu-item:last-child > a {
    color: #fff;
  }
}
@media (min-width: 1025px) {
  .site-header .menu .menu-item:hover .sub-menu {
    display: block;
    position: absolute;
  }
}
.site-header .menu .menu-item.open {
  border-bottom: none;
}
.site-header .menu .menu-item.open .sub-menu {
  position: relative;
  min-width: auto;
  border-top: 1px solid #fff;
  padding-bottom: 0;
}
.site-header .menu .menu-item .sub-menu {
  margin-bottom: 0;
  padding: 15px 20px 20px 20px;
  list-style: none;
  background-color: #0202a4;
  top: 100%;
  width: 100%;
  display: none;
  overflow: hidden;
}
.site-header .menu .menu-item .sub-menu a {
  color: #fff;
}
.site-header .menu .menu-item .sub-menu a:hover {
    text-shadow: 0.4px 0 0 currentColor;
}
.site-header .menu a {
  color: var(--clr-white);
}

@media (min-width: 1025px) {
  .site-header .menu .menu-item .sub-menu {
    box-shadow: 1px 1px 10px #ffffff57;
     min-width: 280px;
  }
  .site-header .menu a {
    color: var(--clr-accent);
  }
  .site-header .menu a:hover {
   color: #8B8A8F
  }
}
.site-header .main-navigation .menu-header-menu-container {
  width: 320px;
  transition: all 0.5s;
  position: fixed;
  background-color: var(--clr-primary);
  top: 0;
  right: -100%;
  height: 100%;
  z-index: 9999;
}
@media (min-width: 1025px) {
  .site-header .main-navigation .menu-header-menu-container {
    width: 100%;
    position: relative;
    right: inherit;
    background: transparent;
    transition: background-color 0s ease;
  }
}
.site-header .main-navigation.toggled .menu-header-menu-container {
  top: 0;
  right: 0;
  visibility: visible;
}



.mobile-menu {
  width: 30px;
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  height: 16px;
  margin-top: 1px;
  margin-left: auto;
  position: relative;
  z-index: 99999;
  border: none;
  background: transparent;
  padding: 0;
}
.mobile-menu[aria-expanded=true] span {
  background: var(--clr-white);
  transform: translate(0, 10px) rotate(-45deg);
}
.mobile-menu[aria-expanded=true] span:first-child {
  transform: translateY(10px) rotate(135deg);
  top: -3px;
}
.mobile-menu[aria-expanded=true] span:nth-child(2) {
  transform: translateY(0px) rotate(-135deg) !important;
  top: 7px;
}
.mobile-menu[aria-expanded=true] span:nth-child(3) {
  width: 0;
  transition: 0s;
}
.mobile-menu span {
  width: 100%;
  height: 2px;
  background: var(--clr-black);
  display: block;
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.mobile-menu span:nth-child(2) {
  top: 5px;
}
.mobile-menu span:nth-child(3) {
  top: 10px;
  transition: 0s;
}
@media (min-width: 1025px) {
  .mobile-menu {
    display: none;
  }
}

.footerCta {
  background-color: #0f0e9f;
  color: white;
  padding: 30px 0 25px;
}
@media (min-width: 992px) {
  .footerCta {
    padding: 20px 0 25px;
  }
}
.footerCta .leftBlock {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .footerCta .leftBlock {
    width: 40%;
    text-align: left;
    margin-bottom: 0px;
  }
}
.footerCta .rightBlock {
  width: 100%;
}
@media (min-width: 992px) {
  .footerCta .rightBlock {
    width: 60%;
  }
}
.footerCta .ctaTitle {
  color: var(--clr-white);
}
.footerCta .subtitle {
    font-family: "futura-pt", Arial, sans-serif;
}
.footerCta .content {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .footerCta .content {
    align-items: flex-end;
  }
}
@media (min-width: 1300px) {
  .footerCta .content {
    flex-direction: row;
  }
}
.footerCta .content p {
  font-size: clamp(18px, 2.34375vw, 24px);
}
@media (min-width: 992px) {
  .footerCta .content p {
    margin-left: 30px;
  }
}
.footerCta .content a {
  color: var(--clr-white);
  font-size: clamp(18px, 2.34375vw, 24px);
  text-decoration: underline;
}
.footerCta .content a:hover {
  color: var(--clr-secondary);
}

.site-footer {
  background-color: #caccce;
  padding: 75px 0 80px 0;
}
.site-footer .footerRow {
  --justify:space-between;
  gap: 30px;
}
.site-footer .footerRow .leftBlock {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .site-footer .footerRow .leftBlock {
    width: 24%;
    display: block;
  }
}
.site-footer .footerRow .RightBlock {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .site-footer .footerRow .RightBlock {
    width: 70%;
    align-items: flex-end;
  }
}
.site-footer .footerRow .RightBlock .content {
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .site-footer .footerRow .RightBlock .content {
    text-align: right;
  }
}
.site-footer .footerRow .RightBlock .content p {
  line-height: 1;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .site-footer .footerRow .RightBlock .content p {
    margin-bottom: 0px;
  }
}
.site-footer .footerRow .RightBlock .content a {
  color: var(--clr-black);
  font-size: 14px;
}
.site-footer .footerRow .RightBlock .content a:hover {
  color: var(--clr-accent);
}
.site-footer .footerRow #secondary-menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  column-gap: 37px;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .site-footer .footerRow #secondary-menu {
    display: flex;
    flex-wrap: wrap;
  }
}
.site-footer .footerRow #secondary-menu .menu-item {
  list-style-type: none;
}
.site-footer .footerRow #secondary-menu a {
  color: var(--clr-black);
}
.site-footer .footerRow #secondary-menu a:hover {
  color: var(--clr-accent);
}
.site-footer .linkGroup {
  margin-bottom: 35px;
}
.site-footer .linkGroup .link {
  display: block;
  width: max-content;
  line-height: 1.3;
}
.site-footer .socialMedia {
  --justify:flex-start;
  --col-gap:20px;
}
.site-footer .socialMedia .socialList {
  width: 30px;
}
@media (min-width: 992px) {
  .site-footer .socialMedia .socialList {
    width: 36px;
  }
}

.heroBaner {
  background-color: #f1f1f1;
  position: relative;
}
.heroBaner:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background: url(/wp-content/uploads/2025/12/Since_1978_alt.svg);
  bottom: -40px;
  z-index: 999;
  background-repeat: no-repeat;
  background-size: cover;
  right: 5%;
}
@media (min-width: 1200px) {
  .heroBaner:after {
    width: 224px;
    height: 224px;
    bottom: -112px;
  }
}
.heroBaner .headingGroup {
  padding: 30px 0;
}
.heroBaner .headingGroup .maintitle {
  margin-bottom: 10px;
}
.heroBaner .headingGroup .subtitle {
  text-transform: capitalize;
}
.heroBaner .slideImage {
  position: relative;
  padding-top: 46%;
}
.heroBaner .slideImage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.heroBaner .swiper-slide {
  background-color: #0202a4;
}
.heroBaner .swiper-slide.swiper-slide-active img {
  opacity: 1;
}
.heroBaner .swiper-slide img {
  opacity: 0.2;
  transition: opacity 0.5s ease-in-out;
}
.heroBaner .swiper-button-next, .heroBaner .swiper-button-prev {
  width: 34px;
  height: 34px;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
  border-radius: 100%;
  padding: 10px;
}
@media (min-width: 992px) {
  .heroBaner .swiper-button-next, .heroBaner .swiper-button-prev {
    width: 44px;
    height: 44px;
  }
}
.heroBaner .swiper-button-next:hover, .heroBaner .swiper-button-prev:hover {
  background: white;
}
.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

.heroBaner .swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px ;
    background: #0f0e9f;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}

.heroBaner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.news-services-career {
  padding: 90px 0;
}
@media (min-width: 1200px) {
  .news-services-career {
    padding: 125px 0;
  }
}
.news-services-career .section-title {
  margin-bottom: 20px;
}
.news-services-career .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 1201px) {
  .news-services-career .grid {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
  }
}
@media (min-width: 1400px) {
  .news-services-career .grid {
    gap: 100px;
  }
}
@media (min-width: 1600px) {
  .news-services-career .grid {
    gap: 190px;
  }
}
.news-services-career .news-item {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  border-bottom: 1px solid #caccce;
  margin-bottom: 30px;
  padding-bottom: 30px;
  flex-direction: column;
}
@media (min-width: 600px) {
  .news-services-career .news-item {
    flex-direction: row;
  }
}
.news-services-career .news-item .news-thumb {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 1400px) {
  .news-services-career .news-item .news-thumb {
    max-width: 190px;
  }
}
.news-services-career .news-item .news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-services-career .news-item .news-content {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1400px) {
  .news-services-career .news-item .news-content {
    max-width: calc(100% - 230px);
  }
}
.news-services-career .news-tag {
  font-size: 14px;
  text-transform: uppercase;
}
.news-services-career .newsTitle {
  text-transform: capitalize;
  margin-bottom: 6px;
}
.news-services-career .career-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.news-services-career .career-content ul li {
  line-height: 1.5;
}
.news-services-career .services-buttons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 60px;
  margin-top: 20px;
}
@media (min-width: 600px) {
  .news-services-career .services-buttons {
    grid-template-columns: 1fr 1fr;
  }
}
.news-services-career .service-btn,
.news-services-career .career-btn {
  background: orange;
  color: #fff;
}

#sitePopup {
    background-color: #f79320;
    max-width: 650px;
    /* max-width: 850px; */
    border-radius: 25px 25px 0px 0px;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 10;
    filter: drop-shadow(0 0 0.2rem grey);
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.popup-title {
    font-size: 16px;
    color: white;
    margin: 0;
    text-align: center;
}

.popup-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: white;
    margin: 14px;
    flex-wrap: wrap;
}

.popup-cta {
    border-radius: 50px;
    border: none;
    background-color: #2c358b;
    color: white;
    margin: 10px 20px;
    padding: 3px 20px;
    width: auto;
    font-family: "futura-pt", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.3;
    font-style: italic;
    
    @media (min-width: 600px) {
       margin: 2px 20px;
    }
}

/* Single service page styles */

.service-hero {
    background-image: url(/wp-content/uploads/2025/12/4M_Blue_Bubble_BG.jpg);
    position: relative;
    background-color: #353535;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 75px;
    overflow: hidden;
}

.service-hero .image {
    
    position: absolute;
    height: 100%;
    width: auto;
    top: 0;
    right: 0;
}


.service-hero .image img{
   height: 100%;
   object-position: bottom left;
}

.service-hero .title {
    position: relative;
    z-index: 1;
    color: #fff;
    filter: drop-shadow(4px 4px 5px rgba(28, 55, 120, 0.8));
    max-width: 100%;
    width: 100%;
}
@media (min-width: 500px) {
  .service-hero .title {
     max-width: 80%;
  }
}
@media (min-width: 991px) {
  .service-hero .title {
     max-width: 1000px;
  }
}
.service-content{
  padding: 60px 0;
  background-color: #f1f1f1;
}

@media (min-width: 991px) {
  .service-content{
    padding: 100px 0;
  }
}

.service-layout {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    flex-direction: column-reverse;
    --align: top;
}
@media (min-width: 991px) {
  .service-layout {
    flex-direction: row;
  }
}

.service-sidebar {
    max-width: 100%;
    width: 100%;
    position: sticky;
    top: 140px;
    height: 100%;
    padding-right: 4%;
}

@media (min-width: 991px) {
  .service-sidebar {
      max-width: 33%;
  }
}
@media (min-width: 1400px) {
  .service-sidebar {
      max-width: 27%;
  }
}

.RightContent {
    max-width: 100%;
    width: 100%;
}

.RightContent .description{
      padding-left: 0;
}
.single .RightContent .description{
   padding-left: 80px;
}
@media (min-width: 991px) {
  .RightContent {
    max-width: 67%;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .RightContent {
    max-width: 73%;
    width: 100%;
  }
}

.RightContent .wrapper{
    padding: 0;
}

.service-menu {
    padding: 0;
    margin: 0;
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #ccc;
}

@media (min-width: 991px) {
 .service-menu {
      border-top: none;
      padding-top: 0px;
      margin-top: 0px;
      margin-bottom: 60px;
  }
}

.itemList {
    list-style: none;
    margin-bottom: 15px;
}

.itemList a {
    display: block;
    padding: 7px 30px 7px 10px;
}

.itemList.active a {
    color: #f99200;
    background: white url(/wp-content/uploads/2025/12/subnav_arrow.png) no-repeat bottom right;
    background-size: contain;
    line-height: 1;
}

.sidebar-contact {
    margin-bottom: 40px;
    border-top: 1px solid #CACACA;
    padding-top: 40px;
}

.formTitle{
  text-transform: capitalize;
  color: #8b8a8f;
  margin-bottom: 20px;
}
.formContent{
    color: #8b8a8f;
    line-height: 1.3;
    margin-bottom: 20px;
}




.sidebar-contact form {
    background-color: #f8f8f8;
    padding: 20px;
}

.gform_wrapper.gravity-theme .gfield_label {
    line-height: 1;
    font-size: 14px !important;
    margin-bottom: 0px !important;
    line-height: 1;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-weight: 400 !important;
}
.gform_wrapper.gravity-theme .gfield_required{
  display: none !important;
}

/* .sidebar-contact .gform_wrapper.gravity-theme input[type=color], .sidebar-contact .gform_wrapper.gravity-theme input[type=date], .sidebar-contact .gform_wrapper.gravity-theme input[type=datetime-local], .sidebar-contact .gform_wrapper.gravity-theme input[type=datetime], 
.sidebar-contact .gform_wrapper.gravity-theme input[type=email], .sidebar-contact .gform_wrapper.gravity-theme input[type=month], .sidebar-contact .gform_wrapper.gravity-theme input[type=number], .sidebar-contact .gform_wrapper.gravity-theme input[type=password], 
.sidebar-contact .gform_wrapper.gravity-theme input[type=search], .sidebar-contact .gform_wrapper.gravity-theme input[type=tel], .sidebar-contact .gform_wrapper.gravity-theme input[type=text], 
.sidebar-contact .gform_wrapper.gravity-theme input[type=time], .sidebar-contact .gform_wrapper.gravity-theme input[type=url], .sidebar-contact .gform_wrapper.gravity-theme input[type=week], 
.sidebar-contact .gform_wrapper.gravity-theme select, .sidebar-contact .gform_wrapper.gravity-theme textarea{
  border: 1px solid #cecece;
    padding: 5px;
    font-size: 12px;
    color: #666666;
    width: 100% !important;
    height: 36px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
} */
.gform_wrapper.gravity-theme input{
    border: 1px solid #cecece;
    padding: 5px;
    font-size: 12px;
    color: #666666;
    width: 100% !important;
    height: 36px;
    border-radius: 0;
    -webkit-appearance: none;
}
.gform_wrapper.gravity-theme .gfield_select{
    border: 1px solid #cecece;
    padding: 5px;
    font-size: 15px;
    color: #666666;
    width: 100% !important;
    height: 36px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(./assets/images/dropdown.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center right 10px;
    background-color: #fff !important;
}

input[type=submit].gform_button, button.gform_button, .gform_wrapper.gravity-theme .gform_footer .gform_button {
    font-size: 12px;
    font-weight: bold;
    border-radius: 0 !important;
    background-color: #0f0e9f;
    color: #FFF;
    padding: 12px 30px;
    border: 0px;
    cursor: pointer;
    width: 100%;
    min-width: auto;
    min-height: auto !important;
    line-height: 1 !important;
    margin-bottom: 0;
}

.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.gform_wrapper.gravity-theme .gfield_label {
    color: initial !important;
}
.gform_ajax_spinner{
  display: none !important;
}

.description h1,
.description h2,
.description h3,
.description h4,
.description h5,
.description h6 {
      margin-bottom: 30px;
}
.description p{
    margin-bottom: 20px;
}
.description img{
    margin-bottom: 30px;
}

.description h3{
  text-transform: capitalize;
  font-weight: 400;
}

.description .button{
  min-width: auto;
  padding: 10px 40px;
}
.description .button a{
    color: #fff;
    font-size: clamp(17px, 2.2135416667vw, 22px);
}
.description .button a:hover{
  color: #8B8A8F;
}

.description .wp-block-separator {
    margin: 60px 0;
    border-top: 1px solid #CACACA;
}
.description ol, .description ul {
       padding-left: 30px;
}
.description ol li::marker, .description ul li::marker {
      color: #8b8a8f;
}
.description ol li::marker, .description ul li{
      list-style-type: disc;
}

.description .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 20px;
}

.description .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

  
@media (max-width: 782px) {
  .description .wp-image-337 , .description .wp-image-338 {
    max-width: 500px;
    margin-top: 16px;
  }

  .description .wp-block-columns {
      gap: 0;
  }
}

.certificateSec ul li{
      list-style-type: disc;  

}
.certificateSec ul li::marker{
      color: #8b8a8f; 
    }


/* Leadership list */

.blog-archive {
    padding: 105px 0 60px;
}

.RowItem {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #CACACA;
}

.RowItem:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.RowItem .imageContent {
    --justify: space-between;
    --align: flex-start;
}

.imageContent .image {max-width: 100px;width: 100%;}

.imageContent .content {max-width: calc(100% - 120px);width: 100%;}

.RowItem .title {
    margin-bottom: 40px;
}

.RowItem .subtitle {
    margin-bottom: 30px;
}


.certificateWrap .imageContent .image{
  max-width: 100px;
}

.certificateWrap .imageContent .content{
  max-width: calc(100% - 120px);
}


@media (min-width: 767px) {
  .certificateWrap .imageContent .image{
    max-width: 140px;
  }

  .certificateWrap .imageContent .content{
    max-width: calc(100% - 160px);
  }
}



.HeadquartersWrap .RowItem{
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.HeadquartersWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.HeadquartersWrap .RowItem {
    max-width: calc((100% - 40px) / 2);
    width: 100%;
}

.HeadquartersWrap .RowItem .title{
  margin-bottom: 20px;
}
/* @media (min-width: 1024px) {
  .HeadquartersWrap .RowItem {
    max-width: calc((100% - 40px) / 2);
    width: 100%;
  }
} */

@media (min-width: 1400px) {
  .HeadquartersWrap .RowItem {
    max-width: calc((100% - 40px) / 3);
    width: 100%;
  }
}

.sidebarextra {
    margin-bottom: 40px;
}

.sidebarextra h3 , .sidebarextra h2, .sidebarextra h4 {
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: clamp(18px, 2.34375vw, 24px);
  color: #8b8a8f;
}


blockquote{
      margin: 0;
    padding: 40px !important;
    background: url(./assets/images/apostrophe_left.png), url(./assets/images/apostrophe_right.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 9px 8px, bottom 10px right 9px;
    background-color: white;
}

blockquote p {
    font-style: italic;
    color: #7da1c4;
}
.sidebar_chunk blockquote cite {
    font-size: 16px;
    font-style: normal;
}


.BoxlistSec .sectionTitle {
    margin-bottom: 30px;
}
.BoxListWrap {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.BoxListWrap .RowItem {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding-bottom: 0;
    border: none;
}

@media (min-width: 500px) {
 .BoxListWrap .RowItem {
    max-width: calc((100% - 60px) / 2);
  
  }
}

@media (min-width: 768px) {
 .BoxListWrap .RowItem {
    max-width: calc((100% - 60px) / 3);
  
  }
}

.BoxListWrap .image {
    margin-bottom: 20px;
    position: relative;
    padding-top: 50%;
}
.BoxListWrap .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover;
}

.BoxListWrap .link {
   color: #f7911e;
    font-weight: 600;
}
.BoxListWrap .link:hover {
  color: #8B8A8F;
}
    

.BoxListWrap .content , .BoxListWrap .title{
    margin-bottom: 20px;
}
    

/* Blogpost get single page */

.blog-section {
    padding: 40px 0;
}
.blog-section .blog-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}

@media (min-width: 992px) {
.blog-section .blog-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}
}

.blog-section .blog-item {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 40px;
    border-bottom: 1px solid #caccce;
    align-items: center;
    margin-bottom: 20px;
    align-items: flex-start;
    
}
@media (min-width: 600px) {
  .blog-section .blog-item {
      align-items: center;
      flex-direction: row;
      
  }
}
.blog-section .blog-thumb {
    max-width: 190px;
    width: 100%;
}

.blog-section .blog-thumb img {
    height: auto;
    object-fit: cover;
}

.blog-section .blog-label {
    font-size: 14px;
    letter-spacing: 1px;
    color: #8b8a8f;
    text-transform: uppercase;
    display: block;
    line-height: 1.2;
}

.blog-section .blog-title {
    margin-bottom: 8px;
    line-height: 1.2;
    text-transform: inherit;
}

.blog-section .blog-title a {
    text-decoration: none;
    color: #0f0e9f;
}

.blog-section .blog-excerpt {
    color: #8B8A8F;
    margin-bottom: 12px;
        line-height: 1.3;
}

.blog-section .read-more {
       color: #0f0e9f;
    text-decoration: none;
}

.blog-section .read-more:hover {
       color: #8B8A8F;
}

.readmore {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
        padding-bottom: 110px;
    border-bottom: 1px solid #cacaca;
}



/* Blog Archive */

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

@media (max-width: 767px) {
  .grid {
      grid-template-columns: 1fr;
  }
}

/* Blog Card */
.blog-card {
  /* background: #ffffff; */
  transition: all 0.3s ease;
  border-bottom: 1px solid #cacaca;
}

/* Blog Image */
.blog-image img {
  width: 100%;
  object-fit: cover;
}

/* Content */
.blog-content {
  padding: 20px 0;
}

.excerpt .wp-block-heading {
    color: #f99200;
    font-size: 12px;
}

.blog-content .blog-date {
    display: block;
    color: #8b8a8f;
    font-style: italic;
    margin-bottom: 10px;
}
.blog-content .excerpt{
  line-height: 1.2;
  color: #8b8a8f;
  font-family: Aptos, sans-serif;
}

.blog-content h3 {
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.3;
}

.paginationWrap {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
}

.page-numbers.first {
    display: none;
}

.page-numbers.current {
    color: #f5a81c;
    font-size: 16px;
}
.pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.paginationWrap a {
    text-transform: uppercase;
    font-size: 16px;
}

.prev.page-numbers {
    margin-right: 10px;
}

.next.page-numbers {
    margin-left: 10px;
}


/* partnerLogo-section */
.partnerLogoSec {
    padding: 60px 0;
}
.partnerLogoSec .sectiontitle {
    margin-bottom: 30px;
}
.partnerLogoSec .logo-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 90px;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) {
  .partnerLogoSec .logo-grid {
      gap: 50px 90px;
  }
}

/* Logo Item */
.partnerLogoSec .logo-item {
  display: flex;
    align-items: center;
    flex-direction: column;
}

.partnerLogoSec .logo-item img {
  width: auto;
  height: auto;
}

.partnerLogoSec .logo-title {
    text-align: center;
}


/* testimonialSec */
.testimonialSec {
    border-top: 1px solid #CACACA;
    padding-bottom: 30px;
}
.testimonialContent {
    padding: 14% 1% 6%;
    margin-bottom: 10%;
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
}

.testimonialTitle {
    color: #7DA1C4;
    font-style: italic;
    text-transform: none;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.testimonialText{
  position: relative;
  z-index: 1;
}
.testimonialTitle:after {
    content: '';
    position: absolute;
    background: transparent url(./assets/images/apostrophe_right.png) 0% 0% no-repeat;
    background-repeat: no-repeat;
    display: block;
    z-index: -1;
    right: -0;
    bottom: -22px;
    width: 90px;
    height: 90px;
    background-size: contain;
    
}

.testimonialTitle:before {
    background: transparent url(./assets/images/apostrophe_left.png) 0% 0% no-repeat;
    content: "";
    display: block;
    position: absolute;
    top: -34px;
    left: 0;
    width: 80px;
    height: 70px;
    z-index: -1;
    background-size: contain;
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px !important;
    background: #0f0e9f;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

@media (min-width: 992px) {
  .testimonialContent {
    padding: 6% 10% 2.5%;   
    margin-bottom: 3%;
  }

  .testimonialTitle:after {
    right: -48px;
     width: 133px;
    height: 123px;
    
}

.testimonialTitle:before {
    left: -60px;
    width: 90px;
    height: 83px;
}
}



/* sidebarFormSec */


.sidebarFormSec{
    background-color: #f8f8f8;
    padding: 105px 0 60px;
}

.sidebarFormRow {
    --align: top;
}
.row-reverse .sidebarFormRow{
  flex-direction: column-reverse;
}
.sidebarContent{
  max-width: 100%;
  width: 100%;
}
.rightSideContent{
  max-width: 100%;
  width: 100%;
}
.sidebarContent .team-list{
  margin-bottom: 60px;
}
.sidebarContent .team-item{
  display: flex;
  margin-bottom: 30px;
}
.sidebarContent .team-item .image {
    flex: 0 1 115px;
    margin-right: 20px;
}
.sidebarContent .sidebarText p{
    margin-bottom: 20px;
}
.sidebarText p img {
    height: 688px;
    width: 275px;
}

.sidebarContent .sidebarTitle {
    margin-bottom: 30px;
    font-weight: normal;
}

.sidebarContent .sidebarText h2 , .sidebarContent .sidebarText h3, .sidebarContent .sidebarText h4, .sidebarContent .sidebarText h5 , .sidebarContent .sidebarText h6 {
    margin-bottom: 30px;
    font-weight: normal;
}

.rightSideContent h2 , .rightSideContent h3, .rightSideContent h4, .rightSideContent h5 , .rightSideContent h6 {
    margin-bottom: 30px;
    font-weight: normal;
}
.rightSideContent h3{
  color: #f99200;
  text-transform: none;
}
.rightSideContent p {
    margin-bottom: 20px;
}

.rightSideContent .gform_wrapper.gravity-theme .gfield_label{
  color: #8b8a8f !important;
  font-size: clamp(16px, 2.0833333333vw, 18px) !important;
  font-weight: lighter !important;
}


.rightSideContent .gform_wrapper.gravity-theme input{
  height: 40px;
}
.rightSideContent .gform_wrapper.gravity-theme .gfield_select{
  height: 40px;
}

.rightSideContent input[type=submit].gform_button, .rightSideContent button.gform_button, .rightSideContent .gform_wrapper.gravity-theme .gform_footer .gform_button{
    background-color: #F7911E;
    display: inline-block;
    width: 21.4% !important;
    margin: 0;
    font-size: clamp(16px, 2.0833333333vw, 18px) !important;
    font-family: "futura-pt", Arial, sans-serif;
    line-height: 1 !important;
    min-height: inherit !important;
    height: 63px;
    min-width: 150px;
}

@media (min-width: 992px) {

  .row-reverse .sidebarFormRow{
    flex-direction: row;
  }
  
  .sidebarContent{
    max-width: 40%;
    position: sticky;
    top: 140px;
    height: 100%;
    padding-right: 60px;
  }
  .rightSideContent{
    max-width: 60%;
  }

  .rightSideContent .gform_wrapper.gravity-theme input{
    height: 50px;
  }
  .rightSideContent .gform_wrapper.gravity-theme .gfield_select{
    height: 50px;
  }
}


/* sidebarAccorSec */

.sidebarAccorSec {
    background-color: #f1f1f1;
    padding: 105px 0 60px;
}

.sidebarAccorSec .sidebar-item {
    border-top: 1px solid #CACACA;
    padding-top: 40px;
    margin-top: 40px;
}
.sidebarAccorSec .sidebar-item iframe {
    width: 100%;
}

.sidebarAccorSec .sidebar-item:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}

.sidebarAccorSec .sidebar-item h2 {
    margin-bottom: 30px;
}

.sidebarAccorSec .sidebar-item p {
    margin-bottom: 30px;
}

.rightSideContent ul li {
    list-style: disc;
    margin-bottom: 16px;
}

.rightSideContent ul li::marker {
    color: #8b8a8f;
}

.accordion-item {
    border-top: 1px solid #939598;
    padding: 20px 0;
}

.accordion-title {
    color: #707070 !important;
    position: relative;
    margin: 0 !important;
    text-transform: none;
    display: flex;
    align-items: center;
    padding-right: 40px;
    cursor: pointer;
}

.accordion-title:after {
    background: url(./assets/images/slidedown_arrow.svg) no-repeat;
    content: "";
    width: 37px;
    height: 19px;
    position: absolute;
    right: 0;
    transition: transform .5s;
}

.accordion-item.active .accordion-title:after {
  transform: rotate(-180deg);
}

.accordion-content {
    margin-top: 20px;
}


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

.gform_wrapper.gravity-theme .gchoice{
      display: flex;
    align-items: flex-start;
}
.gform_wrapper.gravity-theme .gchoice input {
    width: 16px !important;
    height: 16px;
    border-radius: 0 !important;
    border: 1px solid #cecece;
    background: transparent;
    cursor: pointer;
    margin-top: 7px;
    margin-right: 10px;
}
.gform_wrapper.gravity-theme .gchoice label{
  cursor: pointer;
}


.gform_wrapper.gravity-theme .gchoice input:checked {
    background-color: #0f0e9f;
    border: 1px solid #0f0e9f;
}
.sidebar-item img {
    max-width: 500px;
}


.blogtitle {
    margin-bottom: 30px;
}

.description {
    padding-left: 80px;
    position: relative;
}

.description .date {
    font-family: "futura-pt", Arial, sans-serif;
    border: 1px solid #CACACA;
    width: 60px;
    height: 75px;
    margin: 5px 20px 10px 0;
    color: #8B8A8F;
    padding: 4px 5px 5px 5px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 0;
}

.description .month {
    font-size: 16px;
    display: block;
    line-height: 1;
    margin-bottom: 2px;
}

.description .day {
    font-size: 30px;
    line-height: 1;
    display: block;
    margin-bottom: 2px;
}

.description .year {
    font-size: 12px;
    display: block;
    line-height: 1;
}
.service-sidebar .featuredImage {
    border-top: 1px solid #CACACA;
    padding-top: 40px;
}



.sidebar-item .button{
    background-color: #0F0E9F;
    min-height: 63px;
    display: inline-flex;
    font-size: 18px;
}


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

.rightSideContent .responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom: 35px;
}

.sidebarFormSec.bgcolor {
    background-color: #f1f1f1;
}




.aroundTheWordSec {
    padding-bottom: 100px;
}

.aroundTheWordSec .blog-content {
    padding: 0;
}
.boxRow {
    --align: top;
}

.boxRow .leftCol {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
}

.boxRow .rightCol {
    max-width: 100%;
    width: 100%;
}

.boxRow .post-date {
    display: block;
    font-style: italic;
    margin-bottom: 10px;
    font-size: clamp(17px, 2.2135416667vw, 22px);
}

.boxRow .blog-card {
    padding-bottom: 30px;
    margin-bottom: 40px;
}
.boxRow .blog-card .title {
    text-transform: none;
}

@media (min-width: 992px) {
    .boxRow .leftCol {
        max-width: 34%;
        padding-right: 30px;
         margin-bottom: 0;
    }

    .boxRow .rightCol {
          max-width: 66%;
    }
}

.whitePapersSec {
    padding-bottom: 110px;
}

.whitePapersSec .inWrap{
    --align: flex-start;
    --justify: flex-start;
}

.whitePapersSec .inWrap .blog-content{
  padding: 0;
}

.whitePapersSec .inWrap .featuredImage {
    padding-right: 30px;
    margin-bottom: 20px;
}
@media (max-width: 600px) {
   .whitePapersSec .inWrap{
       flex-direction: column;
  }  
}


.pdfLink {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pdfLink .icon {
    width: 38px;
    min-width: 38px;
    margin-left: 20px;
}

.Pdfwrap {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CACACA;
    display: none;
}

.whitepaper-form .gform_confirmation_message {
    color: var(--clr-accent);
    font-size: clamp(30px, 4.1666666667vw, 40px);
    text-transform: uppercase;
}





.post-type-archive-white-papers .service-layout{
      --align: top;
}
.post-type-archive-white-papers .cardWrap {
    --align: top;
    --justify: lef;
}

.post-type-archive-white-papers .whitepaper-card {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #CACACA;
}
.post-type-archive-white-papers .whitepaper-card .content{
  max-width: calc(100% - 160px);
  width: 100%;
}
.post-type-archive-white-papers .thumb {
    padding-right: 30px;
}

.post-type-archive-white-papers .pdfLink{
  align-items: flex-start;
}

.single-white-papers .section-title{
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #CACACA;
}

@media (max-width: 767px) {
   .post-type-archive-white-papers .whitepaper-card .title{
        font-size: 22px;
   } 
   .post-type-archive-white-papers .whitepaper-card .content{
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
  } 
}

.whitepaper-form input {
    height: 50px !important;
}

.whitepaper-form .gform_wrapper.gravity-theme .gfield_label {
    color: #8b8a8f !important;
}

.whitepaper-form .formTitle{
    color: #0f0e9f;
    text-transform: uppercase;
}

.whitepaper-form input[type=submit].gform_button, .whitepaper-form button.gform_button, .whitepaper-form .gform_wrapper.gravity-theme .gform_footer .gform_button{
        background-color: #F7911E;
    width: 30% !important;
    font-size: 18px;
    min-width: 160px;
    font-family: "futura-pt", Arial, sans-serif;
}


.single-white-papers .service-hero .image{
  left: 0;
}





/* localManagSec */

.localManagSec {
    background-color: #fff;
}

.localManagSec .siderbar-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
}

.localManagSec .sidebar-item {
    max-width: calc((100% - 30px) / 2);
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
}

.localManagSec .sidebar-item p {
    margin-bottom: 0;
}

.localManagSec img {max-width: 100%;width: 100%;min-height: 100%;}

.localManagSec .rightContent {
    display: block;
}

.localManagSec .section-subtitle {
    text-transform: none;
    margin: 20px 0;
}
.localManagSec .rightSideContent{
      margin-top: 30px;
}
@media (min-width: 992px) {
  .localManagSec .rightSideContent{
    margin-top: 0;
  }
  .localManagSec img {max-width: 665px;width: 100%;min-height: 472px;}
  .localManagSec .rightContent {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
}

.textCenter {
    text-align: center;
}

.ctaSection .title {
    color: #fff;
    text-transform: none;
}

.ctaSection .content {
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
}

.ctaSection .button {
    margin-top: 40px;
    font-size: 19px;
    min-width: 180px;
}


.ctaSection.double-column {
    padding: 0;
}

.ctaSection.double-column .boxRow {
    display: flex;
    flex-wrap: wrap;
}

.ctaSection .boxRow .col50 {
    max-width: 100%;
    width: 100%;
    padding: 60px 3%;
    background-color: #F1F1F1;
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ctaSection .boxRow .col50.secondColum{
  align-items: flex-start;
}

.ctaSection .wrapper {
    padding: 0;
}



.secondColum .title {
    color: #0f0e9f;
    margin-bottom: 30px;
}

.secondColum .inwrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.secondColum .inwrap .image {
    max-width: 140px;
    width: 100%;
}

.secondColum .inwrap .info {
    max-width: calc(100% - 160px);
    width: 100%;
}

.ctaSection.single-column .boxRow .col50{
  max-width: 100%;
}
.ctaSection.single-column .boxRow .col50.secondColum{
  display: none;
}

@media (max-width: 600px) {
  .secondColum .inwrap .image {
    max-width: 140px;
    width: 100%;
  }

  .secondColum .inwrap .info {
      max-width: 100%;
      width: 100%;
      margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .ctaSection .boxRow .col50 {
    max-width: 50%;
  }
}
@media (min-width: 1025px) {
   .ctaSection .boxRow .col50 {
      padding: 80px 4%;
  }

  .secondColum .inwrap .image {
    max-width: 160px;
      width: 100%;
  }

  .secondColum .inwrap .info {
      max-width: calc(100% - 180px);
  }
}
@media (min-width: 1200px) {
   .ctaSection .boxRow .col50 {
      padding: 100px 5%;
  }


  .secondColum .inwrap .image {
    max-width: 200px;
      width: 100%;
  }

  .secondColum .inwrap .info {
      max-width: calc(100% - 220px);
  }
}


.blog-section.bgcolor , .whitePapersSec.bgcolor , .aroundTheWordSec.bgcolor {
    background-color: #f1f1f1;
}

.blog-section.bgcolor .blog-content , .whitePapersSec.bgcolor .blog-card , .aroundTheWordSec.bgcolor .blog-card {
    background-color: #f1f1f1;
}


.single-white-papers .gform_wrapper.gravity-theme .gfield_required {
    display: inline-block !important;
    color: red !important;
}




.aroundthe4m-card .date {
    font-family: "futura-pt", Arial, sans-serif;
    border: 1px solid #CACACA;
    width: 60px;
    height: 75px;
    margin: 5px 20px 10px 0;
    color: #8B8A8F;
    padding: 4px 5px 5px 5px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.date .day {
    font-size: 30px;
    line-height: 1;
    display: block;
    margin-bottom: 2px;
}

.date .year {
    font-size: 12px;
    display: block;
    line-height: 1;
}

.date .month {
    font-size: 16px;
    display: block;
    line-height: 1;
    margin-bottom: 2px;
}

.aroundthe4m-card {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CACACA;
}

.aroundthe4m-card .main_content {
    display: flex;
    flex-wrap: wrap;
}

.aroundthe4m-card .excerpt {
    margin-bottom: 20px;
    display: block;
}

.aroundthe4m-card .contentWrap {
    max-width: calc(100% - 80px);
    width: 100%;
}

.aroundthe4m-card .thumb {
  margin: 20px 0;
}
.aroundthe4m-card .cardWrap {
    --justify: start;
}


.postNavigation {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e1e1e1;
    padding-top: 20px;
    gap: 20px;
    margin-top: 40px;
}

.postNavigation .navLabel {
    display: block;
}

.postNavigation a {
    font-size: 14px;
    line-height: 20px !important;
    display: inline-block;
}


.orange {
  color: #f7911e;
    margin-bottom: 20px;
    display: block;
    width: max-content;
}

.joblistSec {
    padding: 100px 0;
}

.fullcontentsec{
    padding: 100px 0;
}

.testimonialText img {
    max-width: 200px;
    margin: 0 auto;
}



.error-404 .page-content {
    background-color: #f1f1f1;
    padding: 105px 0;
}
.error-404 .page-testimonial{
    padding: 70px 0;
}

.error-404 .page-testimonial blockquote {
    padding: 60px !important;
}


.imagecontentrow {
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 70px;
}

.imagecontentsec {
    background-color: #F8F8F8;
    padding-top: 80px;
    padding-bottom: 80px;
}

.imagecontentrow .leftpan {
    max-width: 245px;
    width: 100%;
}

.imagecontentrow .rightpan {
    max-width: 40%;
    width: 100%;
}

.imagecontentrow .rightpan .content {
    margin-bottom: 30px;
}

@media (max-width: 991px) {

  .imagecontentrow {
    gap: 40px;
}
  .imagecontentrow .rightpan {
      max-width: 100%;
      text-align: center;
  }
}

.fullcontentsec h1,
.fullcontentsec h2,
.fullcontentsec h3,
.fullcontentsec h4,
.fullcontentsec h5,
.fullcontentsec h6,
.fullcontentsec p {
      margin-bottom: 20px;
}


.whitepaper-card {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CACACA;
}

.whitepaper-card .cardWrap{
    --justify: start;
    --col-gap: 20px;
}

.whitepaper-card .cardWrap .thumb {
    max-width: 100px;
    width: 100%;
}

.whitepaper-card .cardWrap .content {max-width: calc(100% - 120px);width: 100%;}

.whitepaper-card .cardWrap .content .title {
    margin-bottom: 20px;
}




.salesforce-form {
    font-size: 16px;
    color: black;
}
input[type=hidden] {
    display: none !important;
}


.salesforce-form label {
    display: block;
    line-height: 23px;
    cursor: pointer;
    margin-bottom: 3px;
}

.salesforce-form input.input-text, .salesforce-form textarea, .salesforce-form select, .salesforce-form input[type="text"], .salesforce-form input[type="email"] {
    height: 40px!important;
    margin-bottom: 9px;
    display: block;
    margin-bottom: 9px;
    border: solid 1px #cfcfcf!important;
    background-color: #ffffff;
    line-height: 50px;
    padding: 4px 6px 2px;
    width: 100%;
    height: 50px!important;
    margin-bottom: 20px;
    font-size: 1.6em;
}

.salesforce-form p{
  margin-bottom: 0px;
}

.form_embed__field input[type="text"], .form_embed__field input[type="email"], select {
    line-height: 1;
    font-size: 16px !important;
    padding: 0 15px;
    margin-bottom: 0;
    width: 100%;
    height: 40px;
}

.salesforce-form input[type="submit"] {
    width: 100%;
    display: block;
    padding: 20px;
    background-color: #F7911E;
    color: white;
    text-align: center;
    font-size: 1.3em;
    font-family: "futura-pt", Arial, sans-serif;
    clear: left;
    border: none;
    cursor: pointer;
    font-size: 18px;
    margin-bottom: 20px;
}