/* ----------- New CSS for two pages only ----------- */
@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }
}

section.inner-page-banner {
  max-height: 100vh;
  min-height: 90vh;
}

section.inner-page-banner .page-banner {
  max-height: 100vh;
  min-height: 90vh;
  overflow: hidden;
}

@media (max-width: 991px) {
  section.inner-page-banner .page-banner {
    min-height: auto;
  }
}

@media (min-width: 768px) {
  section.inner-page-banner .page-banner {
    min-height: 100vh;
  }
}

@media (max-width: 768px) {
  section.inner-page-banner .page-banner {
    min-height: 300px;
  }
}

@media (max-width: 480px) {
  section.inner-page-banner .page-banner {
    min-height: 200px;
  }
}

section.inner-page-banner .page-banner .banner-item {
  position: relative;
  overflow: hidden;
}

section.inner-page-banner .page-banner .banner-item .banner-caption {
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.inner-page-banner .page-banner .banner-item .banner-caption.no-overlay {
  background: none;
}

@media (min-width: 768px) {
  section.inner-page-banner .page-banner .banner-item .banner-caption {
    width: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    padding-left: 50px;
    background: #ffffffb3;
    max-height: 100vh;
    padding-right: 40px;
  }
  section.inner-page-banner .page-banner .banner-item .banner-caption.square-overlay {
    background: #ffffffb3;
  }
  section.inner-page-banner .page-banner .banner-item .banner-caption.circle-overlay {
    width: 70%;
    background: url("../icons/circle-overlay.png");
    background-position: right;
    padding-right: 18%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  section.inner-page-banner .page-banner .banner-item .banner-caption.triange-overlay {
    background: none;
  }
  section.inner-page-banner .page-banner .banner-item .banner-caption.triange-overlay::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 139%;
    background: #ffffffb3;
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
    left: -75%;
    z-index: -1;
  }
}

@media (max-width: 768px) {
  section.inner-page-banner .page-banner .banner-item .banner-caption {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 35px 15px 50px 15px;
    position: absolute;
    width: 100%;
  }
}

@media (min-width: 768px) {
  section.inner-page-banner .page-banner .banner-item .banner-caption h1 {
    font-size: 1.8rem;
  }
}

@media (min-width: 992px) {
  section.inner-page-banner .page-banner .banner-item .banner-caption h1 {
    font-size: 3rem;
  }
}

@media (max-width: 768px) {
  section.inner-page-banner .page-banner .banner-item .banner-caption h1 {
    font-size: 2rem;
    color: #fff;
  }
}

section.inner-page-banner .page-banner .banner-item .banner-caption .lead-primary,
section.inner-page-banner .page-banner .banner-item .banner-caption .lead-secondary {
  line-height: 5rem;
}

section.inner-page-banner .page-banner .banner-item .banner-caption .lead-primary {
  color: #fff;
}

@media (max-width: 992px) {
  section.inner-page-banner .page-banner .banner-item .banner-caption .lead-primary {
    text-shadow: none;
  }
}

section.inner-page-banner .page-banner .banner-item .banner-caption .lead-secondary {
  color: #fff;
}

@media (max-width: 992px) {
  section.inner-page-banner .page-banner .banner-item .banner-caption .lead-secondary {
    color: #fff;
    text-shadow: none;
  }
}

section.inner-page-banner .page-banner .banner-item .banner-caption .text-details {
  padding-left: 20px;
}

section.inner-page-banner .page-banner .banner-item .banner-caption .brand-wrapper {
  background: #ddd;
}

section.inner-page-banner .page-banner .banner-item .banner-caption .brand-wrapper .brand-name {
  color: #000;
  text-align: center;
  font-size: 2.4rem;
}

@media (max-width: 992px) {
  section.inner-page-banner .page-banner .banner-item .banner-caption .brand-wrapper .brand-name {
    font-size: 1.3rem;
  }
}

section.inner-page-banner .page-banner .banner-item .banner-caption .brand-wrapper .brand-logo {
  padding: 20px;
  text-align: center;
  background: #fafafa;
}

section.inner-page-banner .page-banner .banner-item .banner-caption .brand-wrapper .brand-logo img {
  max-height: 85px;
  width: auto;
  max-width: 100%;
}

section.inner-page-banner .page-banner .banner-item .banner-caption.boxed .caption-text {
  text-align: left;
  color: #fff;
  background: rgba(246, 139, 33, 0.5);
  padding: 15px;
}

section.inner-page-banner .page-banner .banner-item .banner-caption.boxed .caption-inner {
  padding: 20px;
  background: rgba(246, 139, 33, 0.5);
}

@media (max-width: 768px) {
  section.inner-page-banner .page-banner .banner-item .banner-caption.boxed {
    padding: 0;
  }
  section.inner-page-banner .page-banner .banner-item .banner-caption.boxed .caption-text {
    background: #f15b40;
    padding: 0;
    width: 100%;
  }
  section.inner-page-banner .page-banner .banner-item .banner-caption.boxed .caption-inner h1 {
    margin: 0;
  }
}

@media (max-width: 991px) {
  section.inner-page-banner .page-banner .banner-item picture img {
    min-width: 100%;
    width: auto;
    height: 91vh;
  }
}

section.inner-page-banner .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
  position: absolute;
  left: 30px;
  bottom: 10px;
}

section.inner-page-banner .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 12px;
  background: #082340;
}

section.inner-page-banner .owl-theme .owl-dots .owl-dot.active span,
section.inner-page-banner .owl-theme .owl-dots .owl-dot:hover span {
  background: #ff9900;
}

.quarter-circle {
  position: absolute;
  background: #ddd;
  height: 80px;
  width: 80px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .quarter-circle {
    height: 40px;
    width: 40px;
  }
}

.quarter-circle.top-left {
  top: 0;
  left: 0;
  border-bottom-right-radius: 100%;
}

.quarter-circle.top-right {
  top: 0;
  right: 0;
  border-bottom-left-radius: 100%;
}

section.common {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

section.common .section-punchline {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  color: #000;
}

@media (max-width: 992px) {
  section.common .section-punchline {
    margin-bottom: 20px;
    font-size: 1.3rem;
  }
}

section.common .section-lead-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 4rem;
  font-weight: bold;
  color: #000;
}

section.common .section-lead-text.left {
  text-align: left;
}

section.common .section-lead-text.right {
  text-align: right;
}

section.common .section-lead-text.center {
  text-align: center;
}

section.common .section-lead-text > div {
  width: 100%;
}

@media (max-width: 992px) {
  section.common .section-lead-text {
    font-size: 2.28rem;
    text-align: center;
    display: block;
    margin-bottom: 30px;
  }
  section.common .section-lead-text.left, section.common .section-lead-text.right, section.common .section-lead-text.center {
    text-align: center;
  }
}

section.common .thumb-pic.circular img {
  border-radius: 50%;
}

section.digital-experience .section-punchline {
  color: #00b0f0;
}

section.digital-experience .quarter-circle {
  background: #00b0f0;
}

section.digital-experience .section-lead-text {
  border-right: 10px solid #00b0f0;
}

@media (max-width: 992px) {
  section.digital-experience .section-lead-text {
    border: none;
  }
}

section.digital-experience .dx-item {
  margin-bottom: 15px;
}

section.digital-experience .dx-item .card {
  padding: 15px;
  border: none;
}

@media (max-width: 375px) {
  section.digital-experience .dx-item .card {
    padding: 0px;
  }
}

section.digital-experience .dx-item .card.bg {
  background: #e5f3f6;
}

@media (max-width: 375px) {
  section.digital-experience .dx-item .card.bg {
    background: none;
  }
}

section.digital-experience .dx-item .card.b-top {
  border-top: 10px solid #ffc000;
}

@media (max-width: 375px) {
  section.digital-experience .dx-item .card.b-top {
    border-top: none;
  }
}

section.digital-experience .dx-item .card .tile-head {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #444;
}

@media (max-width: 992px) {
  section.digital-experience .dx-item .card .tile-head {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}

section.digital-experience .dx-item .card ul {
  margin: 0;
  padding: 0;
  padding-left: 0px;
}

section.digital-experience .dx-item .card ul li {
  list-style: none;
}

section.digital-experience .dx-item .card ul li a {
  color: inherit;
  line-height: 2rem;
}

@media (min-width: 768px) {
  section.digital-experience .dx-item .card ul li a {
    font-size: 1.3rem;
    background-repeat: no-repeat;
  }
}

section.digital-experience .dx-item .card ul li a {
  color: inherit;
  font-size: 1.2rem;
  line-height: 3rem;
  background: url("../icons/link-bg-blue.png");
  background-repeat: no-repeat;

  padding-left: 20px;
  background-size: 8px;
  display: block;
  background-position-y: 13px;
  color: #444;
}

@media (max-width: 768px) {
  section.digital-experience .dx-item .card ul li a {
    font-size: 1rem;
  }
}

section.digital-commerce {
  background: #082340;
  color: #fff;
}

section.digital-commerce .section-punchline {
  color: #ffc000;
}

section.digital-commerce .quarter-circle {
  background: #ffc000;
}

section.digital-commerce .section-lead-text {
  color: inherit;
  border-left: 10px solid #ffc000;
}

@media (max-width: 992px) {
  section.digital-commerce .section-lead-text {
    border: none;
  }
}

section.digital-commerce .thumb-pic img {
  border-radius: 50%;
}

@media (max-width: 992px) {
  section.digital-commerce .thumb-pic img {
    border-radius: 0;
  }
}

section.digital-commerce .commerce-items {
  padding-top: 30px;
  padding-right: 50px;
}

section.digital-commerce .commerce-items .ecommerce-link {
  text-align: right;
}

@media (max-width: 992px) {
  section.digital-commerce .commerce-items .ecommerce-link {
    text-align: left;
  }
}

section.digital-commerce .commerce-items .ecommerce-link a {
  color: inherit;
  font-size: 2rem;
  line-height: 6rem;
}

@media (max-width: 992px) {
  section.digital-commerce .commerce-items .ecommerce-link a {
    font-size: 1rem;
    line-height: 3rem;
    background: url("../icons/link-bg.png");
    background-repeat: no-repeat;
    padding-left: 20px;
    background-size: 10px;
    display: block;
    background-position-y: 13px;
  }
}

section.industry-solutions {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url("../icons/brand-bg-short.png");
  background-repeat: no-repeat;
  background-color: #faebd7;
}

@media (min-width: 991px) {
  section.industry-solutions {
    background-position: right;
  }
}

@media (max-width: 991px) {
  section.industry-solutions {
    background-size: cover;
  }
}

@media (max-width: 768px) {
  section.industry-solutions .resource-item {
    margin-bottom: 30px;
  }
}

section.industry-solutions .resource-item .resource-thumb {
  position: relative;
  margin-bottom: 10px;
}

section.industry-solutions .resource-item .resource-title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.4rem;
}

section.industry-solutions .resource-item .resource-details {
  font-size: 1.2rem;
  line-height: 2.2rem;
}

section.industry-solutions .resource-item .resource-details a {
  color: inherit;
  font-size: 1.2rem;
  line-height: 3rem;
  background: url("../icons/link-bg-blue.png");
  background-repeat: no-repeat;
  padding-left: 20px;
  background-size: 8px;
  display: block;
  background-position-y: 13px;
}

section.insights {
  background: #00b0f0;
  color: #fff;
}

section.insights .section-punchline {
  color: inherit;
}

section.insights .section-lead-text {
  color: inherit;
}

section.insights .insight-item .card {
  border: none;
  background: #f1f1f1;
  position: relative;
}

section.insights .insight-item .card:hover {
  -webkit-box-shadow: 0px 0px 10px 0px #88888870 !important;
          box-shadow: 0px 0px 10px 0px #88888870 !important;
}

@media (max-width: 768px) {
  section.insights .insight-item {
    margin-bottom: 30px;
    margin-top: 10px;
  }
}

section.insights .insight-item .insight-title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.5rem;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(black), color-stop(40%, rgba(0, 0, 0, 0.7)), color-stop(90%, rgba(0, 212, 255, 0.1)));
  background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 212, 255, 0.1) 90%);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 375px) {
  section.insights .insight-item .insight-title {
    font-size: 1.2rem;
    font-weight: normal;
  }
}

section.insights .insight-item .insight-title a {
  color: inherit;
  display: block;
  width: 50%;
  padding-left: 15px;
  padding-top: 15px;
}

@media (max-width: 375px) {
  section.insights .insight-item .insight-title a {
    width: 60%;
  }
}

section.insights .insight-item .insight-summary {
  font-size: 1.2rem;
  line-height: 2.2rem;
}

section.platforms .section-lead-text {
  color: inherit;
}

section.platforms .quarter-circle {
  background: #ffc000;
}

section.platforms .platform-item {
  padding: 40px;
}

@media (max-width: 992px) {
  section.platforms .platform-item {
    padding: 10px;
  }
}

section.platforms .platform-item img {
  max-height: 65px;
  width: auto;
  max-width: 100%;
}

section.why-us .section-punchline {
  color: #00b0f0;
}

section.why-us .section-lead-text {
  border-right: 10px solid #00b0f0;
}

@media (max-width: 992px) {
  section.why-us .section-lead-text {
    border: none;
  }
}

section.why-us .benefit-item {
  margin-top: 25px;
  margin-bottom: 25px;
}

section.why-us .benefit-item .thumb-pic img {
  padding: 5px;
  border: 1px solid #888;
}

section.why-us .benefit-item .benefit-head {
  font-size: 2rem;
  color: inherit;
}

section.why-us .xtender {
  margin-top: 30px;
}

section.why-us .xtender .xtender-item {
  margin-bottom: 15px;
}

section.why-us .xtender .xtender-item .card {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  text-align: center;
}

section.why-us .xtender .xtender-item .card .item-icon {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #082340;
}

section.why-us .xtender .xtender-item .card:hover {
  background-color: #082340;
  color: #FFF;
}

section.why-us .xtender .xtender-item .card:hover .item-icon {
  color: #FFF;
}

section.what-we-do {
  background: #082340;
  color: #fff;
}

@media (min-width: 768px) {
  section.what-we-do {
    padding: 0;
  }
}

section.what-we-do .section-lead-text {
  color: inherit;
}

section.what-we-do .section-punchline {
  color: inherit;
  text-align: left;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  section.what-we-do .section-punchline {
    text-align: center;
  }
}

section.what-we-do .what-link-accordian-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  section.what-we-do .what-link-accordian-item {
    margin-bottom: 15px;
  }
}

section.what-we-do .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

section.what-we-do .details-wrapper {
  background: #bdd7ee;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #082340;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  section.what-we-do .details-wrapper {
    background: none;
    color: #fff;
  }
}

section.what-we-do .details-wrapper .details-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

@media (min-width: 768px) {
  section.what-we-do .details-wrapper .what-item-details .content-heading {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  section.what-we-do .details-wrapper .what-item-details .content-description {
    font-size: 1.2rem;
  }
}

section.what-we-do .details-wrapper .what-item-details .content-description ul li {
  line-height: 3rem;
}
section.what-we-do .details-wrapper .what-item-details .content-description p,
section.what-we-do .details-wrapper .what-item-details .content-description ul li {
  color: #082340;
}

section.what-we-do .what-wrapper .what-item-details {
  display: none;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 768px) {
  section.what-we-do .what-wrapper .what-item-details.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 768px) {
  section.what-we-do .what-wrapper .what-item-details.show {
    display: block;
  }
}

@media (max-width: 768px) {
  section.what-we-do .what-wrapper .what-item-details {
    padding: 15px;
    border: 1px solid #fff;
  }
}

section.what-we-do .what-wrapper .what-we-items {
  padding-top: 30px;
  padding-bottom: 30px;
}

section.what-we-do .what-wrapper .what-we-items ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 20px;
}

@media (max-width: 992px) {
  section.what-we-do .what-wrapper .what-we-items ul {
    padding: 0;
  }
}

@media (max-width: 992px) {
  section.what-we-do .what-wrapper .what-we-items ul li {
    display: inline-block;
  }
}

section.what-we-do .what-wrapper .what-we-items ul li a {
  color: inherit;
  font-size: 1.82rem;
  line-height: 5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

section.what-we-do .what-wrapper .what-we-items ul li a span.link-icon {
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  color: #000;
  line-height: 1.8rem;
  text-align: center;
  margin-right: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

section.what-we-do .what-wrapper .what-we-items ul li.active a {
  color: #ff9900;
}

section.what-we-do .what-wrapper .what-we-items ul li.active a span.link-icon {
  background: #ff9900;
  color: #fff;
}

section.what-we-do .what-wrapper .what-link-accordian {
  color: #fff;
  font-size: 1.3rem;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #fff;
}

section.what-we-do .what-wrapper .what-link-accordian a {
  color: inherit;
  display: block;
  padding-left: 15px;
}

section.what-we-do .what-wrapper .what-link-accordian a .expand-icon {
  font-weight: bold;
  display: inline-block;
}

section.what-we-do .what-wrapper .what-link-accordian a .collapse-icon {
  font-weight: bold;
  display: none;
}

section.what-we-do .what-wrapper .what-link-accordian.active, section.what-we-do .what-wrapper .what-link-accordian.show {
  background: #fff;
  color: #082340;
}

section.what-we-do .what-wrapper .what-link-accordian.active .expand-icon, section.what-we-do .what-wrapper .what-link-accordian.show .expand-icon {
  display: none;
}

section.what-we-do .what-wrapper .what-link-accordian.active .collapse-icon, section.what-we-do .what-wrapper .what-link-accordian.show .collapse-icon {
  display: inline-block;
}

section.dx-client-speak .speak-wrapper {
  background-color: #ff9900;
  padding: 20px 20px 60px 20px;
  z-index: 1;
  bottom: 50px;
  right: 0;
  color: #fff;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  section.dx-client-speak .speak-wrapper {
    border-top-left-radius: 80px;
    position: absolute;
    padding: 20px 50px;
    width: 550px;
  }
}

section.dx-client-speak .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}

section.dx-client-speak .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 12px;
  background: #082340;
}

@media (max-width: 768px) {
  section.dx-client-speak .owl-theme .owl-dots .owl-dot span {
    background: #fff;
  }
}

section.dx-client-speak .owl-theme .owl-dots .owl-dot.active span,
section.dx-client-speak .owl-theme .owl-dots .owl-dot:hover span {
  background: #082340;
}

section.dx-client-speak .quotes {
  margin-bottom: 15px;
}

section.dx-client-speak .quotes img {
  display: inline-block;
  width: auto;
}

section.dx-client-speak .client-name {
  font-size: 1.3rem;
}

section.dx-client-speak .client-details {
  margin-top: 20px;
}

section.dx-client-speak picture {
  position: relative;
  display: block;
  overflow: hidden;
}

section.dx-client-speak picture img {
  height: auto;
}
section.dx-client-speak .section-heading .heading-text {
  color: #fff;
}
section.dx-client-speak .speak-details p {
  color: #fff;
}
section.dx-client-speak iframe {
  position: absolute;
  width: 103%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border: 0;
}

section.experience-delivered {
  padding-bottom: 0px;
}

section.experience-delivered .section-punchline {
  color: #00b0f0;
}

section.experience-delivered .xperience-item {
  position: relative;
}

section.experience-delivered .xperience-item .show-more-circle {
  position: absolute;
  color: #000;
  text-align: center;
  height: 80px;
  width: 80px;
  top: 0;
  right: 0;
  padding-left: 10px;
  padding-bottom: 10px;
  line-height: 4rem;
  font-size: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  z-index: 1;
}

section.experience-delivered .xperience-item .show-more-circle.white {
  color: #000;
}

section.experience-delivered .xperience-item .card-hover-overlay {
  position: absolute;
  top: 0;
  right: 0;
  background: #ff991b;
  text-align: center;
  height: 80px;
  width: 80px;
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom-left-radius: 100%;
  -webkit-transition: width 0.4s ease, border-radius 0.4s ease,
 height 0.4s ease;
  -webkit-transition: width 0.4s ease, border-radius 0.4s ease, height 0.4s ease;
  transition: width 0.4s ease, border-radius 0.4s ease, height 0.4s ease;
  z-index: 1;
}

section.experience-delivered .xperience-item .card-hover-overlay.white {
  background: #fff;
}

section.experience-delivered .xperience-item .card-content {
  position: absolute;
  color: #000;
  opacity: 0;
  top: 0;
  right: 0;
  padding: 20px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  z-index: 1;
  padding-right: 80px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

section.experience-delivered .xperience-item .card-content h3 {
  font-size: 1.4rem;
  font-weight: bold;
}

section.experience-delivered .xperience-item .card-content p {
  font-size: 19px;
}

@media (max-width: 992px) {
  section.experience-delivered .xperience-item .card-content p {
    display: none;
  }
}

section.experience-delivered .xperience-item.active .card-hover-overlay {
  width: 100%;
  height: 100%;
  background: #ff991be0;
  z-index: 1;
  border-bottom-left-radius: 0;
  color: #fff;
}

section.experience-delivered .xperience-item.active .card-hover-overlay.white {
  background: #ffffffe0;
  color: #000;
}

section.experience-delivered .xperience-item.active .card-content {
  opacity: 1;
}

.scroll-on-mobile {
  width: auto;
}

.scroll-on-mobile.owl-theme .owl-item {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.scroll-on-mobile.owl-theme .owl-item.active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.scroll-on-mobile.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  text-align: left;
}

.scroll-on-mobile.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 5px 12px;
}

.scroll-on-mobile.owl-theme .owl-dots .owl-dot.active span,
.scroll-on-mobile.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
  width: 35px;
}
/*# sourceMappingURL=dx.css.map */