html, body {
  font-family: 'Inter';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #475467;
  overflow-x: hidden;
  background: #FCFCFD;
  scrollbar-gutter: stable;
}
option {
  font-family: 'Inter';
}
img{
    max-width:100%;
    height:auto;
}
footer a, footer a:visited {
  color: #667085;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
.post, .page {
  margin: 0;
}
.fontOffWhite {
  color: #FCFCFD;
}
h1 {
  font-size: 32px;
  font-weight: 700;
}
h1 span {
  font-weight: 300;
}
h2 {
  font-weight: 700;
  font-size: 28px;
  color: #0B4A6F;
  margin-bottom: 32px;
}
h2 span {
  font-weight: 400;
}
h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1rem;
}
h5, .proTtl {
  font-size: 20px;
}
h6 {
  font-size: 1rem;
}
@media screen and (min-width:992px) {
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 40px;
  }
}
p {
  line-height: 150%;
}
.pb-0 {
  padding-bottom: 0;
}
.blue200-bg {
  background: #B9E6FE;
}
.blueHdr {
  color: #0B4A6F;
}
.justify-end {
  display: flex;
  justify-content: flex-end;
}
.flexCenter{
    display:flex;
    align-items:center;
}
.bgLightBlue {
  background: #B9E6FE !important;
}
header {
  background: #FCFCFD;
  position:relative;
    z-index:9999;
}
header .container {
  position: relative;
}
.headLogo {
  padding: 1.0rem 0;
}
header .menu-main-menu-container {
  width: 100%;
  height: 100%;
}
header .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header .menu > li {
  height: 100%;
}
header .menu li .sub-menu li {
  height: auto;
}
header .menu a {
  display: inline-flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #344054;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 500;
}
header .menu a:hover {
  color: #0086C9;
}
header .current-menu-item a {
  color: #0086C9;
}
header .menu a .icon {
  margin-left: 5px;
  font-size: 0.7rem;
}
header .menu .sub-menu a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #0086C9;
  position: relative;
  display: inline-flex;
  height: 100%;
  width: 100%;
  align-items: center;
  padding: 0 15px;
  justify-content: center;
  flex-direction: column-reverse;
}
header .menu .sub-menu-wrap {
  display: none;
  position: absolute;
  width: 100%;
  margin: 0;
  left: 0;
  z-index: 999;
  padding-top: 10px;
}
header .menu .sub-menu-wrap .sub-menu {
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
header .menu .menu-item-has-children:hover .sub-menu-wrap {
  display: block;
}
header .menu .sub-menu li {
  text-align: center;
  padding: 15px;
  border-radius: 8px;
}
header .menu .sub-menu li a {
  text-decoration: none;
}
header .menu .sub-menu > li:hover {
  background: #e0f2fe;
}
header .sub-menu a:after {
  content: '';
}
header .menu .sub-menu a .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 5px solid #f0f9ff;
  background: #e0f2fe;
  margin-bottom: 15px;
  color: #0086c9;
  font-size: 1.5rem;
  margin-left: 0;
}
header .sub-menu li:hover .icon {
  border: 5px solid #fff;
}
.productCard {
  background: #FFF;
  padding: 32px 24px;
  border-radius: 8px;
  margin-bottom: 1rem;
  display: block;
  box-shadow: 0px 8px 64px 0px rgba(0, 0, 0, 0.08);
}
.productCard:hover {
  box-shadow: 0px 8px 64px 0px rgba(0, 0, 0, 0.18);
}
#oracastBG {
  background: #FCFCFD;
  position: relative;
}
#oracastBG .oBG {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 10%;
  z-index: 88;
  display: flex;
  justify-content: center;
}
#oracastBG .oBG img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
#oracastBG section {
  position: relative;
  z-index: 90;
}
.secPad .container {
  position: relative;
  z-index: 90;
}
@media screen and (min-width:992px) {
  .productCard {
    height: 100%;
  }
}
.headList {
  margin: 0;
  padding: 18px 0;
  list-style: none;
  font-size: 0.89rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (min-width:992px) {
  .headList {
    padding: 0 0 0 50px;
  }
}
.headList a {
  color: #0086C9;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
.headList a.btn {
  background: #12B76A;
  color: #FFF;
  padding: 10px 18px;
  margin: 0;
  font-weight: 500;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.headList a:hover {
  text-decoration: underline;
}
.headList a.btn:hover {
  background: #0d9355;
  text-decoration: none;
}
.mobMenu .menu .mobBtn{
    text-align:center;
}
.mobMenu .menu .mobBtn a{
  background: #12B76A;
  color: #FFF;
  padding: 10px 18px;
  margin: 0;
  font-weight: 500;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  display:inline-flex;
  margin-bottom:30px;
  border-radius:8px;
}
.mobMenu .menu .mobBtn a:hover {
  background: #0d9355;
  text-decoration: none;
}

.falign-center {
  display: flex;
  align-items: center;
}
.banItem {
  position: relative;
  z-index: 888;
}
.banImg img {
  width: 100%;
  height: auto;
  max-width: none;
}
.banItem .banCnt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banItem .banCnt img {
  max-width: 100%;
  height: auto;
  align-self: center;
  width: auto;
}
.mobFlex {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobFlex .mobMenuBtn {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#mobMenuContainer {
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #04182D;
  z-index: 99999;
  display: none;
}
.logged-in #mobMenuContainer {
  margin-top: 46px;
}
.mobMenu {
  color: #fff;
}
.mobMenu .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobMenu .menu li {
  overflow: hidden;
}
.mobMenu .menu a {
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  padding: 10px 15px 10px 0;
  margin-bottom: 5px;
  font-weight: 700;
}
.menu-item-has-children a .icon {
  transition: all ease 0.5s;
}
.menu-item-has-children.active > a > .icon {
  transform: rotate(-180deg);
  transition: all ease 0.5s;
}
.mobMenu .menu .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  transition: all ease 0.5s;
  font-size: 16px;
}
.mobMenu .menu .sub-menu a {
  padding: 5px;
  font-weight: 400;
  font-style: italic;
}
.mobMenu .menu .sub-menu a .icon {
  display: none;
}
.mobMenu .menu .sub-menu.active {
  max-height: 500px;
}
@media screen and (min-width:992px) {
  .logged-in #mobMenuContainer {
    margin-top: 32px;
  }
}
main {
  background: #FCFCFD;
}
section {
  padding: 2rem 0;
  position: relative;
}
@media screen and (min-width:992px) {
  section {
    padding: 4rem 0;
  }
}
#homeDesc {
  padding: 0;
}
#homeBanner {
  padding: 0;
  position: relative;
  min-height: 450px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobileBan {
  background: #333;
  position:absolute;
    top:0;
    left:0;
  height:100%;
  width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.mobileBan img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.vidOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 88;
}
.banBlur{
backdrop-filter: blur(4px);
background-color: rgba(10, 10, 10, 0.2);
border-radius: 20px;
padding: 28px;
}
.banText{
  width: 100%;
  height: 100%;
  z-index: 90;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  padding:2rem 0;
}
@media screen and (min-width:992px){
.banText {
  position: absolute;
  top: 0;
  left: 0;
  padding:0;
}
}
.vidHolder {
  display: none;
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.vidHolder iframe, .vidHolder video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}
@media screen and (min-width:992px) {
    #homeBanner{
      min-height: 650px;
    }
  .mobileBan {
    display: none;
  }
  .vidHolder {
    display: block;
  }
}
#oStats {
  padding: 2rem 0 0rem 0;
  position: relative;
}
@media screen and (min-width:992px) {
  #oStats .statsCon {
    position: relative;
    top: -50%;
    z-index: 996;
    margin-bottom: 0rem;
  }
}
#subBanner {
  background: url(/wp-content/themes/oracast/assets/images/subpage-banner.webp);
  padding: 1rem;
  overflow: hidden;
}
#subBanner .subPageVideo video{
    display:none;
}
@media screen and (min-width:992px){
    #subBanner .subPageVideo video{
        display:block;
    }
}
#subBanner h1 {
  font-weight: 400;
  margin-bottom: 24px;
}
#subBanner h1 strong {
  font-weight: 700;
  color: #36BFFA;
}
.subPageVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 88;
}
#subBanner .container {
  position: relative;
  z-index: 99;
}
#appLpBanner{
    max-height:650px;
    overflow:hidden;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:0;
}
#appLpBanner .appLpPageVideo{
    width:100%;
    display:block;
}
#appLpBanner .appLpBanCnt{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:90;
    display:flex;
    justify-content:center;
    align-items:center;
}
#appLpBanner .appLpPageVideo:before{
    background:rgba(0,0,0,0.2);
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:9;
}
@media screen and (min-width:992px) {
  #subBanner {
    padding: 3rem;
  }
}
.statsCon {
  background: #FFF;
  border-radius: 8px;
  padding: 1.78rem;
  margin-bottom: 3rem;
  box-shadow: 0px 8px 64px 0px rgba(0, 0, 0, 0.08);
}
.statItem {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width:992px) {
  .statItem {
    display: block;
    border-left: 1px solid #B9E6FE;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.statItem.first {
  border-left: none;
}
.statItem .statNum {
  color: #0BA5EC;
  font-size: 3.55rem;
  text-align: center;
  display: block;
  line-height: normal;
  font-weight: 900;
}
.statItem .statDesc {
  color: #026AA2;
  text-align: center;
  display: block;
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
}
.featStudy {
  display: flex;
  flex-wrap: wrap;
  background: #FCFCFD;
  border-radius: 24px;
  margin-bottom: 3rem;
  padding: 1rem;
  height: 565px;
  overflow: hidden;
  filter: drop-shadow(0px 8px 64px rgba(0, 0, 0, 0.08));
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.featStudy:last-of-type {
  margin-bottom: 0;
}
.featStudy:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.30);
  z-index:999;
  cursor: pointer;
}
@media screen and (min-width:992px) {
  .featStudy {
    padding: 3rem 0rem 0 3rem;
    height: 460px;
  }
  .featStudy .featCnt .featHead {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.featStudy .featCnt .featLogo {
  width: 50%;
  margin-bottom: 1rem;
}
.featStudy .featCnt .featCat {
  width: 50%;
  color: #475467;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding-left: 2rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.featStudy .featCnt .featCat .catColor {
  width: 10px;
  height: 10px;
  background: #0BA5EC;
  border-radius: 50%;
  margin-right: 1rem;
}
.featStudy .featCnt .featTtl {
  width: 100%;
  color: #101828;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1rem;
  margin-top: 2.8rem;
}
.featStudy .featCnt .featLink {
  width: 100%;
}
.featStudy .featCnt .featLink .fsLink {
  color: #475467;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 1rem;
  display: inline-block;
  text-decoration: none;
}
.featStudy .featCnt .featLink .fsLink span {
  color: #0BA5EC;
}
.featStudy .featCnt .featLink .fsLink:hover {
  text-decoration: underline;
}
#featCaseStudy:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: #0086C9;
  z-index: 888;
}
#featCaseStudy .container {
  z-index: 999;
  position: relative;
}
#featCaseStudy .bottomBg {
  position: absolute;
  bottom: 240px;
  right: 0;
}
#featCaseStudy .topBg {
  position: absolute;
  top: -300px;
  left: 0;
}
#orPartners {
  background: #0086C9;
  color: #F5FBFF;
  padding-bottom: 2rem;
}
@media screen and (min-width:992px) {
  #orPartners {
    padding-bottom: 8rem;
  }
}
.badges {
  display: flex;
  flex-wrap: wrap;
}
.badges .badge {
  width: 50%;
  height: auto;
}
@media screen and (min-width:992px) {
  .badges .badge {
    width: 250px;
    height: 200px;
    padding: 0 20px;
  }
  .badges .badge:nth-child(4) {
    margin-left: 125px;
  }
}
#orTestimonial {
  position: relative;
}
.testVector {
  position: absolute;
  top: -150px;
  left: 0;
  z-index: 77;
}
.testimonial {
  border-radius: 20px;
  background: #E0F2FE;
  text-align: center;
  padding: 24px;
  position: relative;
  z-index: 99;
}
.testimonial .testChevron {
  position: absolute;
  top: -75px;
  right: -75px;
  width: 200px;
  height: 200px;
}
.testTtl {
  width: 90%;
  text-align: center;
  margin: 0 auto 3rem auto;
  color: #0B4A6F;
  position: relative;
}
.testHold .testCnt {
  width: 100%;
  padding: 30px;
  position: relative;
}
.testHold {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.testQuote {
  font-size: 42px;
  position: absolute;
  top: 0;
  left: 0;
  color: #0BA5EC;
}
.testHold .testCnt p {
  font-size: 32px;
  color: #101828;
  font-weight: 500;
  line-height: 150%;
  font-style: italic;
}
.testHold .testProfile {
  width: 100%;
  padding: 15px;
  text-align: left;
}
.testHold .testProfile .testImg img {
  width: auto;
  max-width: 100%;
}
@media screen and (min-width:992px) {
  .testimonial {
    padding: 64px;
  }
  .testTtl {
    width: 50%;
  }
  .testHold .testCnt {
    width: 70%;
    padding: 50px;
  }
  .testHold .testProfile {
    width: 30%;
    border-left: 1px solid #0BA5EC;
    padding: 50px 0 50px 50px;
  }
}
.testProfile .testImg {
  margin-bottom: 32px;
}
.testProfile .testName {
  color: #026AA2;
  font-weight: 700;
  font-size: 24px;
}
.testProfile .testName span {
  font-weight: 500;
  font-size: 18px;
  color: #667085;
}
.testProfile .testStars {
  margin-top: 1rem;
  color: #0BA5EC;
}
.appList {
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
}
.appList li a {
  padding: 16px;
  color: #475467;
  line-height: 28px;
  position: relative;
  border-bottom: 1px solid #7CD4FD;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}
.appList li a:hover {
  text-decoration: none;
  background: #E0F2FE;
}
.appList .check {
  color: #36BFFA;
  margin-right: 15px;
}
.appList .ttl {
  flex-grow: 1;
  text-align: left;
}
.appList li a:hover .arrow {
  color: #36BFFA;
}
.appIcon {
  margin-bottom: 24px;
}
#products {
  position: relative;
  padding: 5rem 0 0 0;
  overflow: hidden;
}
@media screen and (min-width:992px) {
  #products {
    padding: 5rem 0;
  }
}
#serviceFrm {
  padding: 5rem 0;
  background: url(/wp-content/uploads/2025/06/servicefrm-bg.webp) #065986;
}
.imgContainer {
  position: relative;
  margin-bottom: 2rem;
}
.imgContainer .imgCnt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*
.formContainer {
  padding: 40px 32px;
  background: #FFF;
  border-radius: 16px;
}
.formContainer label {
  color: #344054;
  font-size: 0.78rem;
}
.formContainer .form-control {
  padding: 12px 16px;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.formContainer select.form-control {
  height: 2.75em;
}
.formContainer input[type='checkbox'] {
  margin-right: 1rem;
}
.formContainer input[type='submit'] {
  border-radius: 8px;
  border: 1px solid #12B76A;
  background: #12B76A;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 16px 28px;
  display: block;
  color: #fff;
  width: 100%;
}
.formContainer input[type='submit']:hover {
  background: #039855;
  border-color: #039855;
}
*/
.btn {
  padding: 15px;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  margin: 32px 0;
}
.btn.whiteBtn {
  color: #1D2939;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.2px;
  background: #fff;
  border: 1px solid #36BFFA;
  display: flex;
  align-items: center;
}
.btn.whiteBtn span {
  color: #36BFFA;
  margin-left: 0.5rem;
}
.btn.btnGreen {
  background: #12B76A;
  border: 1px solid #12B76A;
  color: #fff;
  display: inline-block;
}
.btn.btnGreen:hover {
  background: #0d9355;
  border-color: #0d9355;
}
.btn.btnGreen.alt {
  background: none;
}
.btn.btnGreen.alt:hover {
  background: #0d9355;
}
.btn.full {
  display: block;
width:100%;
}
.btn .icon {
  color: #0086C9;
  background: #E0F2FE;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  padding: 12px;
  border: 8px solid #F0F9FF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin-right: 1rem;
}
.listTtl {
  color: #E0F2FE;
  font-size: 20px;
  font-weight: 700;
}
.checkList {
  margin: 0;
  padding: 15px 0;
  list-style: none;
}
.checkList li {
  padding: 6px 0;
  line-height: 28px;
  position: relative;
  display: flex;
  font-size: 18px;
  text-decoration: none;
}
.checkList li:hover {
  text-decoration: none;
}
.checkList.wLine li {
  border-bottom: 1px solid #B9E6FE;
  font-size: 16px;
  padding: 16px 0;
}
.checkList .check {
  color: #36BFFA;
  margin-right: 15px;
  background: #E0F2FE;
  width: 30px;
  min-width:30px;
  min-height:30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.note {
  color: #026AA2;
  font-weight: 500;
}
.audioReader {
  padding: 24px;
  background: #fff;
  border-radius: 8px;
  color: #1D2939;
  width: 100%;
  display: flex;
}
.audioReader .icon {
  color: #0086C9;
  background: #E0F2FE;
  border-radius: 50%;
  border: 8px solid #F0F9FF;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.audioReader .ttl {
  font-weight: 700;
  margin-bottom: 8px;
}
.audioReader .cnt {
  font-size: 14px;
  margin-bottom: 8px;
}
.audBtn {
  font-size: 14px;
  color: #12B76A;
  font-weight: 600;
  cursor: pointer;
}
.audBtn:hover {
  text-decoration: underline;
}
.audCnt {
  width: calc(100% - 56px);
  margin-left: 15px;
}
@media screen and (min-width:992px) {
  .audioReader {
    width: 200px;
    display: block;
  }
  .audCnt {
    width: 100%;
    margin-left: 0;
  }
}
.processList {
  list-style: none;
  padding: 0;
  margin: 0 0 0 6rem;
}
.processList li {
  position: relative;
}
.processList .icon {
  font-size: 28px;
  color: #0086C9;
  background: #E0F2FE;
  border: 14px solid #F0F9FF;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -6rem;
  z-index: 99;
}
.processList .line {
  width: 4px;
  background: #36BFFA;
  height: calc(100% + 64px);
  position: absolute;
  top: 0;
  left: -3.8rem;
  z-index: 88;
}
.processList .ttl {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (min-width:992px) {
  .processList .ttl {
    font-size: 24px;
  }
}
.processList .ttl span {
  font-weight: 900;
  color: #0086C9;
  margin-right: 0.5rem;
}
.processList .cnt {
  margin-bottom: 64px;
}
.processList li:last-child .line {
  display: none;
}
#waProcess {
  background: #B9E6FE;
  padding: 1rem;
}
@media screen and (min-width:992px) {
  #waProcess {
    padding: 2rem 5rem;
  }
    .page-template-tp-app-lp #waProcess{
        padding:4rem 5rem 2rem 5rem;
    }
}
#waSecurity {
  background: #E0F2FE;
}
#homeServices .servePlus {
  position: absolute;
  top: calc(50% + 60px);
  right: 0;
  z-index: 66;
  width: 50%;
  height: 65px;
  background: url(/wp-content/uploads/2025/06/service-plus.webp);
  background-repeat: repeat-x;
}
#homeServices .container {
  position: relative;
  z-index: 90;
}
#products {
  position: relative;
}
#products .topBg {
  position: absolute;
  top: -50px;
  right: -25px;
}
.faqTagline{
    margin-bottom:32px
}
.faqs {
  position: relative;
}
.faqs .faq {
  position: relative;
  padding: 15px;
  border-radius: 16px;
  border: 1px solid var(--blues-300, #7CD4FD);
  overflow: hidden;
  cursor: pointer;
  text-align: left;
  margin-bottom: 8px;
  background: #FCFCFD;
}
.faqs .faq .question {
  color: #101828;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  padding: 15px;
}
.faqs .faq:hover, .faqs .faq.active {
  background: #fff;
}
.faqs .faq .icon {
  position: absolute;
  top: 32px;
  right: 32px;
}
.faqs .faq .icon .open {
  display: none;
}
.faqs .faq .answer {
  font-size: 16px;
  color: #475467;
  max-height: 0;
  overflow: hidden;
  margin: 0;
  transition: all ease 0.5s;
  padding:0 15px;
  cursor: text;
}
.faqs .faq.active .icon .open {
  display: block;
}
.faqs .faq.active .icon .closed {
  display: none;
}
.faqs .faq.active .answer {
  margin-top: 8px;
  height: auto;
  max-height:250px;
}
.webAppCta {
  background: #0B4A6F url('/wp-content/uploads/2025/06/webApp-cta.webp');
  padding: 1rem;
  text-align: center;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  background-size: cover;
}
.webAppCta h2 {
  color: #fff;
}
.webAppCta .cnt {
  width: 100%;
}
@media screen and (min-width:992px) {
  .webAppCta {
    padding: 3rem;
  }
  .webAppCta .cnt {
    width: 60%;
  }
}
.workCard {
  display: flex;
  flex-wrap: wrap;
  background: #FCFCFD;
  padding: 32px 0 0 32px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1rem;
  filter: drop-shadow(0px 8px 64px rgba(0, 0, 0, 0.08));
  height: 425px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.workCard .cnt {
  display: flex;
  padding-bottom: 30px;
}
.workCard .cnt .logo {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.workCard:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.30);
  z-index:999;
  cursor: pointer;
}
@media screen and (min-width:992px) {
  .workCard {
    height: 300px
  }
  .workCard .cnt {
    width: 50%;
  }
  .workCard .img {
    width: 50%;
  }
}
.workCard .category .catColor {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  margin-right: 12px;
}
.catColor.catRed {
  background: #F00;
}
.catColor.catBlue {
  background: #00F;
}
.workCard .cnt .ttl {
  color: #101828;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.workCard .cnt .link {
  color: #475467;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  algin-items: center;
  text-decoration: none;
}
.workCard .cnt .link:hover {
  text-decoration: none;
  color: #0BA5EC;
}
.workCard .cnt .link .arrow {
  color: #0BA5EC;
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
#waOurWork {
  position: relative;
}
#waOurWork:after {
  content: '';
  position: absolute;
  height: 35%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #B9E6FE;
}
#waOurWork .container {
  position: relative;
  z-index: 999;
}
#waOurWork .topBg {
  position: absolute;
  top: -200px;
  left: 0;
  z-index: 99;
}
#appSecThreats .topBg {
  position: absolute;
  top: -200px;
  left: 0;
  z-index: 99;
}
#waOurWork .bottomBg {
  position: absolute;
  top: -200px;
  right: 0;
}
#appSecThreats {
  position: relative;
  z-index: 888;
}
#appSecThreats:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #B9E6FE;
}
#appSecThreats .container {
  position: relative;
  z-index: 999;
}
.codeCard {
  background: #fff;
  padding: 25px;
  height: 100%;
  border-radius: 8px;
  display: block;
  box-shadow: 0px 8px 64px 0px rgba(0, 0, 0, 0.08);
}
.codeCard .icon {
  color: #0086C9;
  background: #E0F2FE;
  border: 8px solid #F0F9FF;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}
.codeCard .ttl {
  color: #101828;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
.codeCard .cnt {
  color: #475467;
  font-weight: 400;
}
#appSecApproach {
  background: #B9E6FE;
  padding-top: 0;
}
#appSecApproach h3 {
  margin-bottom: 32px;
}
#pageAudio {
  padding: 0;
  position: fixed;
  z-index: 999;
  bottom: 0;
  right: 0;
  display: none;
}
#pageAudio .audClose {
  cursor: pointer;
}
#pageAudio audio::-webkit-media-controls-panel {
  background-color: #B9E6FE;
}
#pageAudio audio::-webkit-media-controls-play-button {
  background-color: #F0F9FF;
  border-radius: 50%;
}
#pageAudio audio::-webkit-media-controls-play-button:hover {
  background-color: #E0F2FE;
}
#yourProject {
  color: #fff;
}
.serviceCta {
  background: url('/wp-content/themes/oracast/assets/images/cta-bg.webp') no-repeat;
  padding: 50px;
  border-radius: 30px;
  background-size: cover;
}
.serviceCta h2 {
  color: #fff;
}
.serviceCta .btn {
  margin: 0;
  margin-bottom: 10px;
}
.partnerCard {
  background: #FCFCFD;
  border-radius: 6px;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
.partnerCard:hover{
  background-color: rgba(0,0,0,0);
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}
.partnerCard img {
  max-width: 100%;
}
.pcHolder {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  position: relative;
}
#partnerCarousel {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 86;
}
@media screen and (min-width:992px) {
  .partnerCard {
    margin-top: 0;
  }
  .pcHolder {
    border-left: 1px solid #fff;
    width: 150%;
  }
  .pcHolder:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 88;
    background: rgb(0, 134, 201);
    background: linear-gradient(94deg, rgba(0, 134, 201, 1) 1%, rgba(0, 134, 201, 0) 25%, rgba(0, 134, 201, 0) 75%, rgba(0, 134, 201, 1) 95%);
  }
  #partnerCarousel {
    width: 112%;
    left: -12%;
  }
}
.productIcon, .appIcon {
  width: 50px;
  height: 50px;
  background: #E0F2FE;
  border: 8px solid #F0F9FF;
  padding: 20px;
  color: #0086C9;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.lineFlex {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.arrowLine {
  height: 2px;
  width: 100%;
  background: #FFF;
  display: inline-block;
  margin: 3rem 0;
}
.arrowCirc {
  width: 50px;
  height: 50px;
  background: #fff;
  color: #36BFFA;
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width:992px) {
  .arrowLine {
    margin: 0;
  }
  .arrowCirc {
    rotate: -90deg;
  }
}
@media screen and (min-width:992px) {
  .arrowLine {
    width: 2px;
    height: 100%;
    background: #fff;
    display: inline-block;
  }
}
#idealCustomer {
  background: #E0F2FE;
}
#plans {
  background: #0BA5EC;
  color: #F5FBFF;
}
#plans h2 {
  color: #F5FBFF;
}
.hostCard {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  color: #212529;
  height: 100%;
  position: relative;
  z-index: 99;
  display: flex;
  flex-direction: column;
}
.hostHeader {
  text-align: center;
  border-bottom: 1px solid #E0F2FE;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 700;
}
.hostHeader h3 {
  color: #0BA5EC;
  margin-bottom: 30px;
}
.hostList {
  margin: 0;
  padding: 0;
  list-style: none;
  flex-grow: 2;
}
.hostList .icon {
  margin-right: 10px;
  color: #12b76a;
  width: 32px;
  height: 32px;
  background: #D1FADF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-shrink:0;
}
.hostList .checkList li {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.hostBtn {
  margin-top: 15px;
}
.hostBtn.btn {
  cursor: pointer;
  background: #12b76a;
  padding: 15px;
  display: block;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin-bottom: 0;
}
.btn.hostBtn:hover {
  background: #0d9355;
}
.hostTtl {
  color: #0BA5EC;
  font-size: 32px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 1rem;
  text-align: center;
}
.hostCost {
  color: #101828;
  font-size: 24px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -0.48px;
  text-align: center;
  border-bottom: 1px solid #B9E6FE;
  margin-bottom: 1rem;
}
#appPartners {
  background: #0086C9;
  color: #fff;
}
.partnerFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.partnerFlex .item {
  margin: 0 15px 30px 15px;
  width:calc(50% - 30px);
}
@media screen and (min-width:992px){
    .partnerFlex .item{
        width:200px;
    }
}
.blueBottom {
  position: relative;
}
.blueBottom:after {
  position: absolute;
  height: 40%;
  width: 100%;
  background: #0086C9;
  content: '';
  bottom: 0;
  left: 0;
  z-index: 88;
}
.blueBottom.lightBlue:after {
  background: #B9E6FE;
}
.blueBottom .container {
  position: relative;
  z-index: 98;
}
.maintSec:nth-child(odd) {
  background: #E0F2FE;
}
.arrowList {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1rem;
}
.arrowList li {
  margin-bottom: 0.5rem;
  height: 30px;
  display: flex;
  align-items: center;
}
.arrowList .check {
  color: #36BFFA;
  margin-right: 15px;
  background: #E0F2FE;
  width: 30px !important;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#whyColumns {
  background: #E0F2FE;
}
#questions {
  position: relative;
}
#questions .container {
  position: relative;
  z-index: 99;
}
#questions .questionVector {
  position: absolute;
  top: -50%;
  z-index: 88;
}
#plans {
  position: relative;
}
#plans .container {
  position: relative;
  z-index: 99;
}
#plans .plansVector {
  position: absolute;
  bottom: -15%;
  z-index: 88;
}
#plans .supportVector{
    position: absolute;
    left: 0;
    bottom: -225px;
    z-index: 88;
}
#questions .questionBtm {
  position: absolute;
  bottom: -50%;
  right: 0;
  z-index: 88;
  text-align: right;
}
#<strong>buildTogether</strong> .container {
  position: relative;
  z-index: 99;
}
#buildTogether h2{
    color:#fff;
}
#contSec {
  position: relative;
  background: #E0F2FE;
}
#contSec .container {
  position: relative;
  z-index: 98;
}
#contSec .secCnt {
  order: 2;
}
#contSec .secCnt h3 {
  color: #0B4A6F;
}
#contSec .secImg {
  order: 1;
}
@media screen and (min-width:992px) {
  #contSec:nth-child(odd) .secCnt, #contSec:nth-child(even) .secImg {
    order: 2;
  }
  #contSec:nth-child(even) .secCnt, #contSec:nth-child(odd) .secImg {
    order: 1;
  }
  #contSec .secCnt .flexCnt {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
}
footer {
  background: #F2F4F7;
  padding: 3rem 0;
    position:relative;
    z-index:88;
}
.footerTtl {
  color: #344054;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
footer .menu {
  list-style: none;
  margin: 24px 0 0 0;
  padding: 0;
}
footer .menu li {
  margin-bottom: 16px;
}
footer .menu li a {
  color: #667085;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}
footer .menu li a:hover {
  text-decoration: underline;
}
footer .footerSocial {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footerSocial a {
  font-size: 32px;
}
footer .footerSocial a.lin {
  color: #0077B5 !important;
}
.footSep {
  margin: 54px 0;
  height: 1px;
  background: #7CD4FD;
}
.footList {
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding: 20px 0 0 0;
}
.footList li {
  position: relative;
}
@media screen and (min-width:992px){
    .footList{
        padding:0;
         display: flex;
         justify-content: flex-end;
    }        
    .footList li {
      margin: 0 10px;
    }
}
.testFull, a.testFull:visited {
  font-style: italic;
  font-size: 16px;
  color: #667085;
  margin: 8px 0;
  display: inline-block;
}
.highlight {
  background: rgba(11, 165, 236, 0.9);
  color: #fff;
  padding: 20px;
}
.mobEmail, .mobPhone {
  display: flex;
  position: relative;
    justify-content:center;
}
@media screen and (min-width:992px){
.mobEmail, .mobPhone {
    width:50%;
    float:left;
}
}
.mobEmail .icon, .mobPhone .icon {
  margin-right: 10px;
  color: #0BA5EC;
}
.mobMenu .menu .mobPhone a, .mobMenu .menu .mobEmail a{    
    padding:0;   
    font-weight:normal;
}
.footEmail, .footPhone {
  position: relative;
  display: flex;
}
.footEmail .icon, .footPhone .icon {
  margin-right: 10px;
  color: #0BA5EC;
}
.swCard {
  background: #FCFCFD;
  padding: 40px;
  border: 1px solid #B9E6FE;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-eind: 97;
}
.swCardIcon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #E0F2FE;
  border: 10px solid #F0F9FF;
  color: #0086C9;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  margin-right: 32px;
}
.swCardTtl {
  color: #0B4A6F;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 1rem;
}
.swCardCnt {
  width: calc(100% - 99px);
}
.secTopLftImg {
  position: absolute;
  top: -15%;
  left: 0;
  z-index: 88;
}
.secTopRgtImg {
  position: absolute;
  top: -50px;
  right: 15%;
  z-index: 88;
}
.secBtmLftImg {
  position: absolute;
  bottom: 25%;
  left: 10%;
  z-index: 88;
}
.secBtmRgtImg {
  position: absolute;
  bottom: 20%;
  right: 10%;
  z-index: 88;
}

/*************************************************************/
/* End Standard Form */
/*************************************************************/
.gform_title {display:none;}
.gform_wrapper .gfield .gfield_label {display:none;}
.gform_required_legend {display:none;}
.gform_submission_error {
  font-size: 18px;
  color: red;
}
.gform_confirmation_message{
  font-size: 18px;
  color: green;
}
.gform_wrapper .gform_body .gform_fields .gfield input {
  background: #f5fbff;
  font-size: 16px;
  border: 1px solid #b9e6fe;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  margin: 0 8px 8px 0;
  padding: 10px !important;
  border-radius: 8px;
  display: inline-block;
  color:#000000;
}
.gform_wrapper .gform_body .gform_fields .gfield select {
  background: #f5fbff;
  font-size: 16px;
  border: 1px solid #b9e6fe;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  margin: 0 8px 8px 0;
  padding: 14px;
  border-radius: 8px;
  display: inline-block;
  color:#667085;
}
.gform_wrapper .gform_footer input[type=submit]{
  margin-top: 15px;
  padding:16px 28px !important;
  border-radius:8px !important;
  border:0px solid #12B76A !important;
  background:#12B76A !important;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
  color:#fff !important;
  font-size:18px !important;
  font-weight: 500 !important;
}
.gform_wrapper .gform_footer input[type=submit]:hover{
  background: #0d9355 !important;
  text-decoration: none !important;
}
.gform_wrapper .gform_body .gform_fields .gfield_description {
  display:none;
}
.gform_wrapper .gform_validation_error_link {
  color: #475467 !important;
}
::placeholder {
  color: #667085;
  opacity: 1; /* Firefox */
}
::-ms-input-placeholder { /* Edge 12 -18 */
  color:#667085 ;
}
/*************************************************************/
/* End Standard Form */
/*************************************************************/

/*************************************************************/
/* Start Work Together Page */
/*************************************************************/
#workTogether {
  background: url(/wp-content/uploads/2025/06/work-with-us-bg.webp) #0b4a6f;
  background-size: cover;
  color: #F0F9FF;
}
#workTogetherBan {
  padding: 6rem 0 0rem 0;
  position: relative;
}
#workTogether h1 {
  color: #FCFCFD;
  font-size: 80px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 24px;
}
#workTogether h1 strong {
  color: #36BFFA;
  font-weight: 600;
}
#workTogether .tagLine {
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
}
#workTogetherBan .container {
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
#workTogetherBan .container:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #36BFFA;
  width: 50%;
}
#workTogether h2 {
  color: #FCFCFD;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
}
/*
#workTogether .formTtl {
  color: #F0F9FF;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 150%;
  margin-bottom: 24px;
  margin-top: 48px;
}
.orProduct{
  padding: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border: 1px solid #0086C9;
  background: rgba(5, 64, 98, 0.9);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  display: inline-block;
  margin: 0 8px 8px 0;
  cursor:pointer;
  position:relative;
  z-index:99;
}
.orProduct.active{
    color:#F5FBFF;
    background:#0086C9;    
}
.orProduct:hover{
    color:#F5FBFF;
    background:#0CA5EC;    
}
.orProduct .checkbox{
    display:none;
}
#workTogether .form-control{
  background: rgba(5, 64, 98, 0.9);
  border: 1px solid #0086C9;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  margin: 0 8px 8px 0;
  padding: 16px;
  border-radius: 8px;
  display: inline-block;
  width:49%;
  color:#fff;
}
#workTogether .form-control::placeholder{
    color:#fff;
}
.formSubmit{
    padding:16px 28px;
    border-radius:8px;
    border:1px solid #12B76A;
    background:#12B76A;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color:#fff;
}
*/
.workTogetherFrm .gform_title {display:none;}
.workTogetherFrm .gform_wrapper .gfield .gfield_label {display:inline-block;}
.workTogetherFrm .gform_wrapper .gfield .gfield_label {
  color: #F0F9FF;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 150%;
  margin-bottom: 24px;
  margin-top: 48px;
}
/* Buttonize Radio & Checkbox Fields */
.workTogetherFrm .gform_wrapper .gfield.buttonized .gfield_radio .gchoice,
.workTogetherFrm .gform_wrapper .gfield.buttonized .gfield_checkbox .gchoice {
  position: relative;
  text-align: center;
  display: inline-block;
}
.workTogetherFrm .gform_wrapper .gfield.buttonized input[type="radio"],
.workTogetherFrm .gform_wrapper .gfield.buttonized input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}
.workTogetherFrm .gform_wrapper .gfield.buttonized .gfield_radio label,
.workTogetherFrm .gform_wrapper .gfield.buttonized .gfield_checkbox label {
  display: inline-block;
  position: relative;
  max-width: 100%;
  padding: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 8px 8px 0;
  border: 1px solid #0086C9;
  background: rgba(5, 64, 98, 0.9);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  cursor: pointer;
  color:#ffffff;
}
.workTogetherFrm .gform_wrapper .gfield.buttonized input[type="radio"]:hover+label,
.workTogetherFrm .gform_wrapper .gfield.buttonized input[type="checkbox"]:hover+label {
  color:#F5FBFF;
  background:#0CA5EC;   
}
.workTogetherFrm .gform_wrapper .gfield.buttonized input[type="radio"]:focus+label,
.workTogetherFrm .gform_wrapper .gfield.buttonized input[type="checkbox"]:focus+label {
  /*border-color: #040404;*/
}
.workTogetherFrm .gform_wrapper .gfield.buttonized input[type="radio"]:checked+label,
.workTogetherFrm .gform_wrapper .gfield.buttonized input[type="checkbox"]:checked+label {
  color:#F5FBFF;
  background:#0086C9; 
}
.workTogetherFrm .gform_wrapper .gfield.buttonized .gfield_radio,
.workTogetherFrm .gform_wrapper .gfield.buttonized .gfield_checkbox {
  display: inline-block;
}
.workTogetherFrm .gform_wrapper .gform_body .gform_fields .gfield input {
  background: rgba(5, 64, 98, 0.9);
  font-size: 16px;
  border: 1px solid #0086C9;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  margin: 0 8px 8px 0;
  padding: 16px !important;
  border-radius: 8px;
  display: inline-block;
  width:98.5%;
  color:#fff;
}
.workTogetherFrm .gform_wrapper .gform_body .gform_fields .gfield select {
  background: rgba(5, 64, 98, 0.9);
  font-size: 16px;
  border: 1px solid #0086C9;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  margin: 0 8px 8px 0;
  padding: 26px;
  border-radius: 8px;
  display: inline-block;
  /*width:49%; */
  color:#fff;
}
.workTogetherFrm .gform_wrapper .gform_body .gform_fields .gfield textarea {
  background: rgba(5, 64, 98, 0.9);
  font-size: 16px;
  border: 1px solid #0086C9;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  margin: 0 8px 8px 0;
  padding: 26px;
  border-radius: 8px;
  display: inline-block;
  color:#fff;
  width: 100%;
}
.workTogetherFrm .gform_wrapper .gform_body .gform_fields .gfield--width-half {
  display: inline-block;
  width: 100%;
}
@media screen and (min-width:992px){
  .workTogetherFrm .gform_wrapper .gform_body .gform_fields .gfield--width-half {
    width: 50%;
  }
}
.workTogetherFrm .gform_wrapper .gform_footer input[type=submit]{
  margin-top: 40px;
  padding:16px 28px !important;
  border-radius:8px !important;
  border:0px solid #12B76A !important;
  background:#12B76A !important;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
  color:#fff !important;
  font-size:16px !important;
  font-weight: 500 !important;
}
.workTogetherFrm .gform_wrapper .gform_footer input[type=submit]:hover{
  background: #0d9355 !important;
  text-decoration: none !important;
}
.workTogetherFrm .gform_wrapper .gform_body .gform_fields .gfield_description {
  display:none;
}
.workTogetherFrm .gform_wrapper .gform_validation_error_link {
  color: #ffffff !important;
}
.workTogetherFrm ::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}
.workTogetherFrm ::-ms-input-placeholder { /* Edge 12 -18 */
  color: white;
}
/*************************************************************/
/* End Work Together Page */
/*************************************************************/

/*************************************************************/
/* Start Support Page */
/*************************************************************/
#supportCards{
    background:#B9E6FE;
    padding:4rem;
    position:relative;
}
#supportCards .supportVector{
    position:absolute;
    right:5%;
    bottom:-50px;
    z-index:88;
}
#supportCards .sVector{
    position:absolute;
    left:0;;
    top:-70%;
    z-index:88;
}
#supportCards .container{
    position:relative;
    z-index:98;
}
.supportCard{
    padding:30px;
    background:#fff;
    box-shadow: 0px 8px 64px 0px rgba(0, 0, 0, 0.08);
    border-radius:8px;
    height:100%;
}
.supportCard .scTtl{
    color:#101B2B;
    font-size:24px;
    font-weight:700;
    line-height:30px;
    margin-bottom:1rem;
}
.supportCard .scIcon{
    width:63px;
    height:63px;
    border:10px solid #F0F9FF;
    background:#E0F2FE;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:1rem;
}
.supportCard .item{
    padding:15px;
    display:flex;
    color:#475467;
    font-size:18px;
    font-weight:400;
    line-height:28px;
    text-decoration:none;
    border-bottom: 1px solid #7CD4FD;
}
.supportCard .item .ttl{
    flex-grow:2;
}
.supportCard .item:hover{
    background:#E0F2FE;
}
/*************************************************************/
/* End Support Page */
/*************************************************************/

/*************************************************************/
/* Start Payment Options Page */
/*************************************************************/
#paymentCards{
    position:relative;
}
#paymentCards .container{
    position:relative;
    z-index:98;
}
#paymentCards .paymentCard{
    padding:30px;
    background:#fff;
    box-shadow: 0px 8px 64px 0px rgba(0, 0, 0, 0.08);
    border-radius:8px;
    height:100%;
}
#paymentCards .paymentCard:hover{
  background: #fefefe;
}
#paymentCards .paymentCard .pcTtl{
    color:#101B2B;
    font-size:24px;
    font-weight:700;
    line-height:30px;
    margin-bottom:1rem;
}
#paymentCards .paymentCard .pcIcon{
    width:63px;
    height:63px;
    border:10px solid #F0F9FF;
    background:#E0F2FE;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:1rem;
}
/*************************************************************/
/* End Payment Options Page */
/*************************************************************/


#coreValues{
    position:relative;
    background:#B9E6FE;
}
#coreValues .topBg{
    position:absolute;
    top:-60%;
    left:0;
}
.staffCard{
    position:relative;
    margin-bottom:64px;
}
.staffCard .staffImg{
    margin-bottom:20px;
}
.staffCard .staffName{
    color:#1D2939;
    font-weight:500;
}
.staffCard .staffTtl{
    color:#0BA5EC;
    font-size:16px;
    font-weight:400;
    line-height:24px;
}
#compStats{
    position:relative;
}
#compStats:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    height:50%;
    width:100%;
    background:#0086C9;
    z-index:88;
}
#compStats .container{
    position:relative;
    z-index:98;
}
.locationCnt, .locations{
    padding-bottom:24px;
    margin-bottom:24px;
    border-bottom:1px solid #36BFFA;
}
.locations .location{
    position:relative;
    margin-left:25px;
}
.locationIcon{
    position:absolute;
    top:0;
    left:-25px;
  font-size:8px;
}
.locationIconCalgary{
 color: #7cd4fd;
}
.locationIconKelowna{
 color: #32d583;
}
.locationTtl{
   color:#0B4A6F;
    font-size:20px;
    font-weight:700;
    line-height:30px;
    letter-spaceing: -0.2px;
}
#joinTeam{
    background:#E0F2FE;
}

#popTopics{
    background:#F0F9FF;
    position:relative;
}
.popTopVector{
    position:absolute;
    left:0;
    bottom:-40%;
}
.popTopVector img{
    max-width:300px;
}
.popBtmVector{
    position:absolute;
    right:0;
    top:-10%;
}
#popTopics .postTags{
    display:flex;
    justify-content:center;
}
.vidHolder{
    width:100%;
    height:0;
    position:relative;
    padding-top:56.25%;
    border-radius:8px;
    overflow:hidden;
}
.vidHolder iframe, .vidHolder video{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
}
.vidHolder.inContent{
    z-index:999;
}

/*************************************************************/
/* Start Case Study Pages */
/*************************************************************/
#caseMain{
    position:relative;
}
#fixedNav{
    position:absolute;
    top:0px;
    left:0;
    width:100%;
    height:100%;
}
#fixedNav.sticky{
    position:fixed;
    z-index:988;
}
#fixedNav.fixBtm{
    position:absolute;
    bottom:0;
}
#fixedNav.fixBtm .sideNav{
    position:absolute;
    bottom:0;
}
#fixedNav{
    display:flex;
}
#fixedNav .sideNav{
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
    padding:24px;
    border-radius:16px;
    display:inline-block;
    position:relative;
    background:#fff;
    z-index:988;
}
#fixedNav .sideNav .sideNavList{
    list-style:none;
    margin:0;
    padding:0;
}
#fixedNav .sideNav .sideNavList:before{
    content: '';
    position: absolute;
    top: 30px;
    left: 30px;
    width: 1px;
    height: calc(100% - 65px);
    border-right: 2px dotted #ccc;
}
#fixedNav .sideNav .sideNavList li{
    margin-bottom:32px;
}
#fixedNav .sideNav .sideNavList li a{
    color:#000000;
    font-size:14px;
    font-weight:400;
    letter-spacing:-0.14px;
    text-decoration:none;
    position:relative;
    display:flex;
    cursor:pointer;
}
#fixedNav .sideNav .sideNavList li a:hover {
  font-weight: bold;
}
#fixedNav .sideNav .sideNavList li a.active {
  font-weight: bold;
}
#fixedNav .sideNav .sideNavList li a .icon{
    margin-right:8px;
    background:#fff;
    color:#000000;
}
#fixedNav .sideNav .sideNavList li a .icon .inactive, #fixedNav .sideNav .sideNavList li a .icon.active .active{
    display:block;
}
#fixedNav .sideNav .sideNavList li a .icon.active .inactive, #fixedNav .sideNav .sideNavList li a .icon .active{
    display:none;
}
#fixedNav .sideNav .sideNavList li:last-of-type{
    margin-bottom:0;
}
.caseBanner{
    background-size:cover;
}
.caseBanner .logo{
    width:100%;
    height:auto;
    padding:0 0 0 40px;
}
.detailCard{
    border-radius:8px;
    overflow:hidden;
}
.detailCard .conCnt{
    padding:32px 32px;
    display:flex;
}
.detailCard .conCnt .colIcon{
    width:80px;
    height:80px;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#fff;
    border-radius:50%;
    margin-right:24px;
}
.detailCard .colList{
    list-style:none;
    padding:0;
    margin:auto;
    flex-grow:2;
}
.detailCard .colList li {
    padding:8px;
    font-size:18px;
    font-weight:400;
    letter-spacing:-0.18px;
    justify-content:space-between;
}
.detailCard .colList li a{
    font-size:18px;
    font-weight:400;
    letter-spacing:-0.18px;
    text-decoration:none;
    display:flex;
    justify-content:space-between;
}
.detailCard .colList li a:hover {
	padding-right:5px;
	text-decoration:underline;
}
.storeList{
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom:30px;
}
@media screen and (min-width:992px){
    .storeList{
        padding-bottom:0;
    }
}
.storeList a{
    margin-right:24px;
}
#siteWave img{
    width:100%;
    height:auto;
}
#siteWave{
  height: 804px;
  width: 7680px;
  animation: slide 240s linear infinite;
  position:relative;
  z-index:888;
}
@keyframes slide {
  0% {transform: translate(0);}
  100% {transform: translate(-3840px); /* The image width */}
}

/*************************************************************/
/* End Case Study Pages */
/*************************************************************/

/*************************************************************/
/* Start Embracing Life Specific */
/*************************************************************/
.caseBanner.embracingLife {
    background:url('/wp-content/uploads/2025/06/embrace-banner.webp'); 
}
.caseBanner.embracingLife h1{
  color: #223c5c;
}
.embracingLifeMain h2 {
 color: #33303e;
}
.embracingLifeMain #fixedNav .sideNav .sideNavList li a{
    color:#8C8A97;
}
.embracingLifeMain #fixedNav .sideNav .sideNavList li a.active {
 color:#94AD5C;
}
.embracingLifeMain #fixedNav .sideNav .sideNavList li a .icon{
    color:#94AD5C;
}
.embracingLifeMain #siteWave {
  background: url("/wp-content/uploads/2025/06/embracing-wave.webp") repeat-x;
}
.embracingLifeMain #sunSec {
  padding-top: 0;
}
.embracingLifeMain .approachTest{
    color:#FCFCFD;
    font-size:20px;
    font-style:italic;
    font-weight:400;
    line-height:160%;
}
.embracingLifeMain .approachTest .note{
    color:#223C5C;
    font-weight:700;
    font-size:14px;
    letter-spacing: -0.14px;
}
.embracingLifeMain .detailCard .colList li {
    color:#4E5F28;
}
.embracingLifeMain .detailCard .colList li a{
    color:#4E5F28;
}
.embracingLifeMain .detailCard .colList li a:hover{
    color:#0b4a6f;
}
.embracingLifeMain .detailCard .conCnt .colIcon{
  color: #94ad5c;
  margin: auto 20px auto 5px;
  font-size: 28px;
}
.embracingLifeQuote{
  border-radius:5px;
  color: #4E5F28;
  font-weight: 400;
  font-size: 20px;
  font-style: italic;
  background: #e4ead6;
}
@media screen and (min-width:992px){
  .embracingLifeQuote{
    margin-top:80px;
  }
}
.embracingLifeQuoteIcon {
  background:#94AD5C;
  color: #f5f7ef;
  font-size:48px;
  text-align: center;
  border-radius:5px;
}
.embracingLifeMain #quote{
    display:flex;
    justify-content:flex-end;
}
.embracingLifeMain .quoteIcon{
    color:#94AD5C;
    background:rgba(148, 173, 92, 0.10);
    width:80px;
    height:80px;
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:2rem;
    border-radius:50%;
}
.embracingLifeMain .quoteIconBlue{
    color:#94AD5C;
    background:#0b4a6f;
    width:80px;
    height:80px;
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:2rem;
    border-radius:50%;
}
.embracingLifeQuoteContent {
  padding:20px;
  border-radius:5px;
}
.sunCnt{
    background:#223C5C;
    color:#fff;
}
.embracingLifeMain .sunCnt h2{
    color:#fff;
}
.embracingLifeMain .sunTop img, .embracingLifeMain .leafBottom img{
    width:100%;
    height:auto;
}
.cta{
    padding:35px 70px;
    border-radius:48px;
    background:#EAF0F7;
    color: #5F5C6B;
}

.cta .ctaCnt{
    display:flex;
    align-items:center;
    height:100%;
}
.cta img{
    max-width:100%;
    padding-top:30px;
}
@media screen and (min-width:992px){
    .cta img{
        padding-top:0;
    }
}
.bgEmbracingLifeLightGreen{
    background:#f5f7ef;
}
.bgEmbracingLifeMedGreen{
    background: #e4ead6;
}
.bgEmbracingLifeGreen{
    background:#94AD5C;
}
.cta.embrace h2{
    color:#223C5C;
}
.cta.embrace h2 span{
    color:#94AD5C;
}
/*************************************************************/
/* End Embracing Life Specific */
/*************************************************************/

/*************************************************************/
/* Start Shell Canada Specific */
/*************************************************************/
.caseBanner.shellCanada {
    background:#ffd600; 
  color:#101828;
}
.caseBanner.shellCanada h1{
  color: #101828;
}
.shellCanadaMain h2 {
 color: #101828;
}
.shellCanadaMain #fixedNav .sideNav .sideNavList li a{
    color:#8C8A97;
}
.shellCanadaMain #fixedNav .sideNav .sideNavList li a.active {
 color:red;
}
.shellCanadaMain #fixedNav .sideNav .sideNavList li a .icon{
    color:red;
}
.shellCanadaMain #siteWave {
  background: url("/wp-content/uploads/2025/06/shell-wave.webp") repeat-x;
}
.shellCanadaMain .detailCard .colList li {
    color:#101828;
}
.shellCanadaMain .detailCard .colList li a{
    color:#101828;
}
.shellCanadaMain .detailCard .colList li a:hover{
    color:#000000;
}
.shellCanadaMain .detailCard .conCnt .colIcon{
  color: red;
  margin: auto 20px auto 5px;
  font-size: 28px;
}
.shellCanadaMain .resultsCard{
    border-radius:8px;
    overflow:hidden;
    padding:48px 32px;
    color: #1e1e1e;
}
.shellCanadaMain .resultsCard .resultsTitle{
  font-weight:500;
  font-size: 24px;
}
.shellCanadaMain .resultsCard .resultsList .checkList tr{
  border-bottom:1px solid #fee97e;
}
.shellCanadaMain .resultsCard .resultsList .checkList td{
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight:300;
}
.shellCanadaMain .resultsCard .resultsList .colIcon {
  color: #ffffff;
  width: 48px;
  height: 48px;
  background: red;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid red;
margin: auto 20px auto 5px;
}
.shellCanadaMain .resultsCard .resultsList .checkList span {
  font-weight:500;
}

.shellCanadaQuote{
  border-radius:5px;
  color: red;
  font-weight: 600;
  font-size: 30px;
  font-style: italic;
}
@media screen and (min-width:992px){
  .shellCanadaQuote{
    margin-top:80px;
  }
}
.shellCanadaQuoteIcon {
  background:red;
  color: #ffe666;
  font-size:48px;
  text-align: center;
  border-radius:5px;
}
.shellCanadaQuoteContent {
  padding:20px;
  border-radius:5px;
}
.bgShellCanadaLightYellow{
    background:#fff7cc;
}
.bgShellCanadaMedYellow{
    background:#ffef99;
}
.bgShellCanadaDarkYellow{
  background: #ffe666;
}
.bgShellCanadaYellow{
    background:#ffd600;
}
/*************************************************************/
/* End Shell Canada Specific */
/*************************************************************/

/*************************************************************/
/* Start COFB Specific */
/*************************************************************/
.caseBanner.cofb {
    background:#0083a3; 
    color:#ffffff;
}
.caseBanner.cofb h1{
  color: #ffffff;
}
.cofbMain h2 {
 color: #101828;
}
.cofbMain #fixedNav .sideNav .sideNavList li a{
    color:#8C8A97;
}
.cofbMain #fixedNav .sideNav .sideNavList li a.active {
 color:#0086c9;
}
.cofbMain #fixedNav .sideNav .sideNavList li a .icon{
    color:#0086c9;
}
.cofbMain #siteWave {
  background: url("/wp-content/uploads/2024/12/cofb-wave.webp") repeat-x;
}
.cofbMain .detailCard .colList li {
    color:#101828;
}
.cofbMain .detailCard .colList li a{
    color:#101828;
}
.cofbMain .detailCard .colList li a:hover{
    color:#000000;
}
.cofbMain .detailCard .conCnt .colIcon{
  color: #F7931E;
  margin: auto 20px auto 5px;
  font-size: 28px;
}
.cofbMain .resultsCard{
    border-radius:8px;
    overflow:hidden;
    padding:48px 32px;
    color: #ffffff;
}
.cofbMain .resultsCard .resultsTitle{
  font-weight:500;
  font-size: 24px;
}
.cofbMain .resultsCard .resultsList .checkList tr{
  border-bottom:1px solid #329bb5;
}
.cofbMain .resultsCard .resultsList .checkList td{
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight:300;
}
.cofbMain .resultsCard .resultsList .colIcon {
  color: #ffffff;
  width: 48px;
  height: 48px;
  background: #F7931E;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #F7931E;
margin: auto 20px auto 5px;
}
.cofbMain .resultsCard .resultsList .checkList span {
  font-weight:500;
}
.bgCofbLightOrange{
    background:#FFCA38;
}
.bgCofbMedOrange{
    background:#FBAA27;
}
.bgCofbDarkOrange{
  background: #F7931E;
}
.bgCofbBlue {
  background: #0083A3;
}
/*************************************************************/
/* End COFB Specific */
/*************************************************************/

/*************************************************************/
/* Start Teamo Specific */
/*************************************************************/
.caseBanner.teamo {
    background:radial-gradient(circle at 0 0, #90b65936, #06bcc161 34%, #cebeffd4 72%, #99fcff57); 
    color:#343434;
}
.caseBanner.teamo h1{
  color: #343434;
}
.teamoMain h2 {
 color: #343434;
}
.teamoMain #fixedNav .sideNav .sideNavList li a{
    color:#8C8A97;
}
.teamoMain #fixedNav .sideNav .sideNavList li a.active {
 color:#0086c9;
}
.teamoMain #fixedNav .sideNav .sideNavList li a .icon{
    color:#0086c9;
}
.teamoMain #siteWave {
  background: url("/wp-content/uploads/2025/01/teamo-wave.webp") repeat-x;
}
.teamoMain .detailCard .colList li {
    color:#101828;
}
.teamoMain .detailCard .colList li a{
    color:#101828;
}
.teamoMain .detailCard .colList li a:hover{
    color:#000000;
}
.teamoMain .detailCard .conCnt .colIcon{
  color: #86b64c;
  margin: auto 20px auto 5px;
  font-size: 28px;
}
.teamoMain .resultsCard{
    border-radius:8px;
    overflow:hidden;
    padding:48px 32px;
    color: #ffffff;
}
.teamoMain .resultsCard .resultsTitle{
  font-weight:500;
  font-size: 24px;
}
.teamoMain .resultsCard .resultsList .checkList tr{
  border-bottom:1px solid #329bb5;
}
.teamoMain .resultsCard .resultsList .checkList td{
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight:300;
}
.teamoMain .resultsCard .resultsList .colIcon {
  color: #ffffff;
  width: 48px;
  height: 48px;
  background: #F7931E;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #F7931E;
margin: auto 20px auto 5px;
}
.teamoMain .resultsCard .resultsList .checkList span {
  font-weight:500;
}
.teamoQuote{
  border-radius:5px;
  color: #4E5F28;
  font-weight: 400;
  font-size: 20px;
  font-style: italic;
  background: #e4ead6;
}
@media screen and (min-width:992px){
  .teamoQuote{
    margin-top:80px;
  }
}
.teamoQuoteIcon {
  background:#a0e2e7;
  color: #f5f7ef;
  font-size:48px;
  text-align: center;
  border-radius:5px;
}
.teamoMain #quote{
    display:flex;
    justify-content:flex-end;
}
.teamoMain .quoteIcon{
    color:#94AD5C;
    background:rgba(148, 173, 92, 0.10);
    width:80px;
    height:80px;
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:2rem;
    border-radius:50%;
}
.teamoQuoteContent {
  padding:20px;
  border-radius:5px;
}
.teamoQuoteContent span{
  font-style:normal;
  font-weight:700;
}
.bgTeamoLightGreen{
    background:#daeddb;
}
.bgTeamoMedGreen{
    background:#c2e9de;
}
.bgTeamoDarkGreen{
  background: #a0e2e7;
}
.bgTeamoBlue {
  background: #0083A3;
}
/*************************************************************/
/* End Teamo Specific */
/*************************************************************/


.caseCnt{
    position:relative;
    z-index:999;
}
.flexSpaceCnt{
    display:flex;
    flex-direction:column;
    justify-content:space-around;
}
.appCard{
    display:flex;
    margin-bottom:36px;
}
.appCard .appCnt{
    margin-left:15px;
}
.appCard .appCnt a{
    text-decoration:none !important;
}
.appCard .appCnt a h3{
    font-size:20px;
    font-weight:700;
    line-height:130%;
    margin-bottom:6px;
    color:#475467;
}
.appCard .appCnt a.lpLearnMore{
    font-size:16px;
    font-weight:400;
    line-height:140%;
    color:#0BA5EC;
    text-decoration:none;
}
.appCard .appCnt a.lpLearnMore svg{
    margin-left:12px;
}
.flexEndCnt{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#lpServices{
    padding-bottom:0;
}


/*************************************************************/
/* Start Blog Specific */
/*************************************************************/
.row.post{
    margin-bottom:32px;
}
.postImg{
    position:relative;
    margin-bottom:32px;
    height:250px
}
.featuredPost .postImg{
}
.postImg a.post-thumbnail, .postImg .post-thumbnail{
    width:100%;
    display:block;
    height:100%;
}
.postImg a.post-thumbnail img, .postImg .post-thumbnail img{
 width:100%;
    height:100%;
    object-fit:cover;
    border-radius:8px;
}
.post .meta{
    color:#0BA5EC;
    font-size:14px;
    font-weight:600;
    line-height:20px;
    display:flex;
    margin-bottom:12px;
}
.post .meta .dot{
    margin:0 5px;
    font-size:6px;
}
.post .postTtl, .post .postTtl a{
    color:#101828;
    font-size:24px;
    font-weight:600;
    margin-bottom:12px;
    line-height:32px;
    text-decoration:none;
}
.post .postTtl a:hover{
    text-decoration:underline;
}
.post .postCnt{
    font-size:16px;
    font-weight:400;
    line-height:24px;
}
.postTags{
    position:relative;
}
.postTags .tags{
    display:flex;
    margin:0;
    padding:0;
    flex-wrap:wrap;
    z-index:999;
}
.postTags .tags li{    
    margin-right:12px;
    list-style:none;
    margin-bottom:12px;
}
.postTags .tags li a{
    font-size:14px;
    padding:2px 10px;
    border-radius:16px;
    font-weight:500;
    text-decoration:none;
    display:block;
}
.postTags .tags li a.application-security{
    color:#0BA5EC;
    background:#F9F5FF;
}
.postTags .tags li a.ecommerce{
    color:#027A48;
    background:#ECFDF3;
}
.postTags .tags li a.mobile-apps{
    color:#C11574;
    background:#FDF2FA;
}
.postTags .tags li a.news{
    color:#3538CD;
    background:#EEF4FF;
}
.postTags .tags li a.web-apps{
    color:#363F72;
    background:#F8F9FC;
}
.postTags .tags li a.web-design{
    color:#C4320A;
    background:#FFF6ED;
}
.postTags .tags li a.wordpress{
    color:#C01048;
    background:#FFF1F3;
}
.postTags .tags li a:hover {
  filter: brightness(95%);
}
.postDate{
    color:#0BA5EC;
    font-size:16px;
    font-weight:600;
    line-height:24px;
    margin-bottom:12px;
}
.postTtl{
    color:#0B4A6F;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -0.96px;
    margin-bottom:16px;
}
.postTagline{
    font-size:20px;
    line-height:30px;
    color:#344054;
}
.postTags .tags .tag{
    background:#EEF4FF;
    padding:2px 10px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:16px;
    font-size:14px;
    font-weight:500;
    line-height:20px;
    color:#3538CD;
    text-align:center;
}
.sideCta{
    background:url('/wp-content/uploads/2024/12/sidebar-bg.webp') no-repeat;
    background-size:100%;
    padding:24px;
    color:#fff;
    text-align:center;
    border-radius:14px;
}
.sideCta .ctaTtl{
    font-size:32px;
    text-align:center;
    font-weight:700;
    line-height:normal;
    margin-bottom:24px;
    padding:0 12px;
}
.sideCta .ctaCnt{
    margin-bottom:24px;
    font-size:18px;
    font-weight:400;
    line-height:150%;
    color:#F0F9FF;
}
.ctaBtn .btn{
    border-radius:8px;
    border:1px solid #12B76A;
    background:#12B76A;
    box-shadow:0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding:16px 28px;
    color:#fff;
    display:inline-flex;
    justify-content:center;
    align-items:center;
}
.single-post h2{
    color:#0B4A6F;
    font-size:30px;
    font-weight:600;
    line-height:38px;
    margin-top:48px;
}
.single-post h3{
    margin:48px 0 16px 0;
    color:#0BA5EC;
    font-size:24px;
    font-weight:600;
    line-height:32px;
}
.single-post blockquote{
    padding:0 0 0 20px;
    border-left: 1px solid #0BA5EC;
    font-size:24px;
    font-style:italic;
    font-weight:500;
    line-height:36px;
    color:#101828;
}
.single-post blockquote li{
    color:#344054;
    font-size:16px;
    font-weight:400;
    line-height:24px;
}
#postBan {
  background-color: #f0f9ff;
}
@media screen and (min-width:992px){
    #postBan{
        position:relative;
    }
    #postBan .banContent{
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        display:flex;
        align-items:center;
    }
    #postBan .blogBan{
        height:500px;
    }
    #postBan .blogBan img{
        height:100%;
        width:100%;
        object-fit:cover;
    }
}
.postAuthor{
    padding-top:24px;
    border-top:1px solid #B9E6FE;
    margin-top:48px;
}
.authDetails{
    display:flex;
    margin-bottom:15px;
    align-items:center
}
.authDetails .authorImg{
    margin-right:12px;
    border-radius:50%;
    overflow:hidden;
}
.authDetails .authorImg img{
    width:56px;
    height:56px;
    object-fit:cover;
}
.authDetails .authName{
    color:#101828;
    font-size:18px;
    font-weight:500;
    line-height:28px;
}
.authDetails .authTtl{
    color:#344054;
    font-size:16px;
    font-style:normal;
    font-weight:400;
    line-height:24px;
}
/*************************************************************/
/* End Blog Specific */
/*************************************************************/

/*************************************************************/
/* Start Landing Page LP Specific */
/*************************************************************/
.lpForm{
    background:#ffffff;
    border-radius:8px;
    padding:48px;
    color:#101828;
}
.lpForm .lpFrmCnt{
    padding:0 15px;
    margin-bottom:24px;
}
.lpForm .lpfrmTtl{
    font-size:24px;
    font-weight:700;
    line-height:150%;
    text-transform:uppercase;
    margin-bottom:15px;
    text-align:center;
}
.lpForm .lpfrmTag{
    font-size:16px;
    line-height:150%;
    text-align:center;
    padding:0 15px;
}
.lpForm .gform_title {display:none;}
.lpForm .gform_wrapper .gfield .gfield_label {display:none;}
.lpForm .gform_required_legend {display:none;}
.lpForm .gform_submission_error {
  font-size: 18px;
  color: red;
}
.lpForm .gform_confirmation_message{
  font-size: 18px;
  color: green;
}
.lpForm .gform_wrapper .gform_body .gform_fields .gfield input {
  background: #f5fbff;
  font-size: 16px;
  border: 1px solid #b9e6fe;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  margin: 0 8px 8px 0;
  padding: 10px !important;
  border-radius: 8px;
  display: inline-block;
  width:98.5%;
  color:#000000;
}
.lpForm .gform_wrapper .gform_body .gform_fields .gfield select {
  background: #f5fbff;
  font-size: 16px;
  border: 1px solid #b9e6fe;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  margin: 0 8px 8px 0;
  padding: 14px;
  border-radius: 8px;
  display: inline-block;
  width:99%;
  color:#667085;
}
.lpForm .gform_wrapper .gform_footer input[type=submit]{
  margin-top: 15px;
  padding:16px 28px !important;
  border-radius:8px !important;
  border:0px solid #12B76A !important;
  background:#12B76A !important;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
  color:#fff !important;
  font-size:18px !important;
  font-weight: 500 !important;
  width: 100%;
}
.lpForm.gform_wrapper .gform_footer input[type=submit]:hover{
  background: #0d9355 !important;
  text-decoration: none !important;
}
.lpForm .gform_wrapper .gform_body .gform_fields .gfield_description {
  display:none;
}
.lpForm .gform_wrapper .gform_validation_error_link {
  color: #ffffff !important;
}
.lpForm ::placeholder {
  color: #667085;
  opacity: 1; /* Firefox */
}
.lpForm ::-ms-input-placeholder { /* Edge 12 -18 */
  color:#667085 ;
}

/*************************************************************/
/* End Landing Page LP Specific */
/*************************************************************/

/* SUPPORT ARTICLE CSS */
#supportStep{
    position:relative;
    padding:0;
}
#supportStep .bgGrey{
    background:#F0F0F0;
}
#supportStep .stepCnt{
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    height:100%;
    padding:2rem 0;
}
#supportStep .stepCnt li{
    margin-bottom:1rem;
}
#supportStep .stepCnt li li{
    margin-bottom:0.5rem;
}
#supportStep .stepImg img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.dmarcCards, .hackCard{
    padding:30px;
    background:#fff;
    box-shadow:0px 8px 64px 0px rgba(0, 0, 0, 0.08);
    border-radius:8px;
    height:100%;
}
.dmarcCards ul li, .dmarkCards ol li, .hackCard li{
    margin-bottom:1rem;
}
.dmarcCards li li{
    margin-bottom:0.5rem;
}
.dmarcCards h4{
    color:#026AA2;
}
.dmarcVars{
    font-size: 0.8rem;
    background: #EFEFEF;
    padding: 10px;
    height: 100%;
    color: #666;
    display: flex;
    align-items: center;
}
.hackCard{
    position:relative;
}
.hackCard .hackIcon{
    font-size: 2rem;
    color:#0086C9;
    margin-bottom:1rem;
}
code{
    display:block;
    margin-bottom:1rem;
}
@media screen and (min-width:992px){
    #supportStep{
        height:500px;
        overflow:hidden;
        padding:0;
    }
    #supportStep .stepImg{
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        display:flex;
        justify-content:center;
        align-items:center;
    }
    .hackCard .hackIcon{
        position: absolute;
        left: -60px;
        top: 30px;
    }
}

.skip-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display:none;
  }
.skip-links:focus{
    display:block;
}

  .skip-link {
    position: absolute;
    top: -100px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px 16px;
    z-index: 100;
    text-decoration: none;
  }

  .skip-link:focus {
    top: 0;
  }

.wp-block-list li{
    margin-bottom:1rem;
}

.wp-block-code code{
    background:#e5f4ff;
    padding:20px;
}


/* New Menu CSS */
.megaMenus{
    position:absolute;
    width:100%;
    z-index:9888;
    padding-top:12px;
    transition:ease all 1s;
    top:-700px;
}
body.activeMenu .megaMenus{
    top:0;
}
.megaMenus .megaMenu{
    background:#fff;
    border-radius:8px;
    padding:10px;
    -webkit-box-shadow: 5px 5px 7px 3px rgba(0,0,0,0.25); 
    box-shadow: 5px 5px 7px 3px rgba(0,0,0,0.25);
    height:525px;
    width:100%;
    position:absolute;
    top:-700px;
    transition:ease all 1s;
}
.megaMenus .megaMenu.active{
    top:75px;
}
.logged-in .megaMenus .megaMenu.active{
    top:110px;
}
.megaMenus .megaMenu li{
    border-radius:8px;
}

.megaMenus .megaMenu li:hover{
    background:#e0f2fe;
}
.megaMenus .megaMenu .menu a{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #0086C9;
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 15px;
    justify-content: center;
    flex-direction: row-reverse;
    text-decoration:none;
}
.megaMenus .megaMenu .menu a .icon{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px solid #f0f9ff;
    background: #e0f2fe;
    margin-right: 15px;
    color: #0086c9;
    font-size: 1.5rem;
    margin-left: 0;
}
.megaMenus .megaMenu .menu{
    list-style:none;
    margin:0;
    padding:0;
}
.megaTtl{
    padding:15px;
    color:#344054;
    font-weight:500;
}

.megaAd{
    position:relative;
    width:100%;
    height:100%;
    background:#E0F2FE;
    border-radius:8px;
    padding:20px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}
.megaAd .megaAdTtl{
    font-size:24px;
    text-align:center;
    font-weight:600;
    line-height:28px;
}
.megaAd .megaAdTtl span{
    font-size:20px;
    font-weight:500;
}
.megaAdImg{
    padding:20px;
}
.megaAdBtn{
    text-align:center;
}
.megaAdBtn a{
    text-decoration:none;
    background:#12B76A;
    color:#fff;
    padding:10px 18px;
    font-weight:500;
    box-shadow: 0px 1px 2px 0px rgba(16,25,80,0.05);
    border-radius:8px;
}
.megaAdBtn a:hover{
    background:#0d9355;
}
.siteOverlay{
    display:none;
}
body.activeMenu .siteOverlay{
    display:block;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.8);
    z-index:8888;
    backdrop-filter: blur(.125rem);
    -webkit-backdrop-filter: blur(.125rem);
}
body.activeMenu{
    height:100vh;
    overflow:hidden;
}
body.activeMenu header{
    position:relative;
    z-index:9999;
}
.p-rel{
    position:relative;
}