html, body { height: 100%;}
body {
	/*(font-family: 'Open Sans', sans-serif;*/
}
h1, h2, h3, h4, h5, h6, .montserrat-font {
	    font-family: 'Montserrat', sans-serif;
}
.intro-section .banner-text.align-left {
    margin-bottom: 10%;
}
.navbar-inverse .navbar-nav>li>a { color: #fff;font-size: 13px;}
.navbar-inverse.wh-bg-clr .navbar-nav>li>a {color: #414141;}
.ba-bi { background: url(../images/Web\ Page\ A1.jpg) top center no-repeat;background-size: 100% 100%;
background-attachment: fixed; background-size: cover;}
.intro-section {margin: 0;height: 100%; overflow: hidden;}
.demo a {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
    font-size: 12px;
    text-transform: uppercase;
}
.demo a:hover {
  opacity: .8;
}
#section10 a {
  padding-top: 60px;
}
#section10 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
#section10 a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.ba-bi-title {
    font-size: 52px;
    color: #fff;
    font-weight: normal !important;
    margin: 0;
	line-height: 1.3;
}

.ba-bi-subtitle {
    font-size: 27px;
    color: #fff;
    font-weight: lighter;
}

.ba-primary-btn a {
    background: #00aac4;
    max-width: 209px;
    font-size: 15px;
    padding: 16px 24px;
    display: inline-block;
    border-radius: 6px;
    box-shadow: 0 0 4px rgba(0,0,0,0.27);
    font-weight: 500;
    transition: all 0.5s ease;
    border: 2px solid #00aac4;
}
.ba-primary-btn a:hover, .ba-primary-btn a:active{
    background: #fff;
    color: #00aac4;
    border: 2px solid #00aac4;
}
.ba-outline-btn a {
    background: #ffffff;
    max-width: 204px;
    font-size: 15px;
    padding: 16px 24px;
    display: inline-block;
    border-radius: 6px;
    box-shadow: 0 0 4px rgba(0,0,0,0.27);
    font-weight: 500;
	color:#00aac4!important;
	transition: all 0.5s ease;
	border: 2px solid #00aac4;
}
.ba-outline-btn a:hover, .ba-outline-btn a:active {
    background: #00aac4;
    color: #fff!important;
    border: 2px solid #00aac4;
}
.ba-primary-btn, .ba-outline-btn {
    margin-top: 36px;
}
.stats{
    max-width: 960px;
    margin: auto;
    text-align: center;
}
.math-fig {
    font-size: 70px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.highlight {
    font-size: 20px;
    background: #ffd400;
    font-weight: 600;
    padding: 2px 8px;
    color: #000;
    float: left;
    margin: 0 0 0 20%;
}
.stats .col-sm-4:nth-child(2) .highlight {
    margin-left: 16%;
}
.stats-section {
    /*background: url(../images/ba/stats-bg.png) 0 100px no-repeat;
    background-size: cover;*/
    padding-bottom: 60px;
	position: relative;
}
.stats-section > .container{
	position: relative;
	z-index: 9;
}
.animated-image-section {
    background: #f9f9f9 url(../images/ba/stats-bg.png);
    width: 100%;
    bottom: 0;
    margin: 0;
    z-index: 0;
    position: absolute;
    background-size: cover;
    top: 100px;
}
.section-inner-title {
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 36px;
    color: #000;
    font-weight: 300;
}

.partner-wrapper {
    max-width: 860px;
    margin: auto;
    text-align: center;
    display: flex;
    width: 100%;
    flex-direction: row;
}
.advanced-stats .partner-wrapper li,.partner-wrapper li {
    flex-grow: 1;
    flex-basis: 0;
    align-self: center;
}
.bi-featured-partner {
    margin: 84px 0 0;
}

.bi-features {
    max-width: 1024px;
    margin: auto;
}

.feature-body p {
    font-size: 15px;
    text-align: left;
    color: #0b0b0b;
    font-weight: 500;
}

.feature-body {
    max-width: 274px;
    margin: .;
}
.feature-head {
    position: relative;
    width: 100%;
}

.feature-head h1 {
    margin: 40px 0 24px;
    color: #000;
    font-size: 26px;
    width: 100%;
    font-weight: bold;
    min-height: 72px;
    line-height: 1.4;
}

.feature-head img {
    position: relative;
    width: 204px;
}

.feature-head:before {
    position: absolute;
    content: "";
    background: rgba(0,0,0,0.17);
    width: 246px;
    height: 246px;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    margin: auto;
    transition: all 0.5s ease;
    display: none;
}
.feature-wrapper:hover .feature-head:before {
    background: rgba(0,0,0,0.54);
}
.col-sm-4:first-child .feature-head h1 {
}

.col-sm-4:nth-child(2) .feature-head h1 {
}

.col-sm-4:last-child .feature-head h1 {
}
.author-section {
    overflow: hidden;
}

.col-sm-6 .thumb img {
    width: 100%;
    transition: all 0.5s ease-in-out;
    object-fit: cover;
    min-height: 100%;
}
.col-sm-4 .thumb {
    overflow: hidden;
    height: 360px;
}

.col-sm-4 .thumb img {
    width: 100%;
    transition: all 0.5s ease-in-out;
    height: 100%;
    object-fit: cover;
}
.col-sm-5 .thumb,.col-sm-7 .thumb {
    height: 300px;
    overflow: hidden;
}

.col-sm-5 .thumb img,.col-sm-7 .thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}
.usecase-type:hover .thumb img {
    transform: scale(1.1);
}
.author-section .col-sm-6, .author-section .col-sm-5, .author-section .col-sm-7, .author-section .col-sm-4 {
    padding: 0;
}

.video-type {
    position: relative;
}

.text-desc {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    padding: 100px 64px 64px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
p.category {
    font-size: 15px;
    color: #fff;
}

p.cat-title {
    font-size: 24px;
    color: #fff;
    line-height: 1.3;
	font-weight: 500;
	display: inline-block;
}
.video-type p.cat-title span {
    background: url(../images/ba/video-icon.png) 84% 45% no-repeat;
    transition: all 0.5s ease;
}
/*.usecase-type p.cat-title span{
    background: url(../images/ba/arrow-icon.png) 100% 55% no-repeat;
    transition: all 0.5s ease;
    padding: 0 56px 0 0;
}*/
.tab-pane h2 {
    font-size: 27px;
    font-weight: 600;
    margin: 0 0 40px;
}
p.expert-name {
    font-size: 18px;
    margin: 24px 0 0px;
    font-weight: 500;
    color: #000;
}

p.expert-role {
    font-size: 13px;
}
/*footer {
    background: #fff;
    color: #414141;
    border-top: 4px solid #00abc5;
    border-bottom: 12px solid #00abc5;
}

.hd ul li:first-child a, .hd ul li.no-link, .foot-con ul li:first-child a, .foot-con ul li.no-link {
    text-transform: capitalize;
    font-weight: 600;
}

footer a {
    color: #414141;
    font-weight: 500;
}

.bottom li, .bottom a {
    color: #414141;
    font-weight: 500;
}

footer .bottom {
    padding: 20px 0;
    border-top: 1px solid rgba(188, 198, 208, 0.64);
}
.inblo-li li {
    font-weight: 500;
}

.soc-icon-box a {
    border-color: #414141;
}*/
.ba-advanced-analytic { background: url(../images/ba/ba-advanced-analytic-landing-page-header-bg-test.jpg) top center no-repeat;background-size: 100% 100%;
background-attachment: fixed;}
.ba-advanced-analytic .text-highlight, .text-highlight {
    color: #ffd400;
    font-weight: bold;
}
.stats-width {
    max-width: 184px;
    margin: auto;
}
.advanced-stats .stats {
    width: 700px;
}
.advanced-analytic-feature .col-sm-4:nth-child(n) .feature-head h1 {
    height: 80px;
}
.col-sm-6 .thumb,.col-sm-12 .thumb {
    max-height: 100%;
    overflow: hidden;
    height: 440px;
}
.col-sm-12 .thumb {
	height: 300px;
	
}
.col-sm-12 .thumb img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.hero-separator-2 {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
}
.hero-separator-2 path {
	fill: #fff;
}

/*BA Landing page*/
.ba-landing { background: url(../images/Web\ Page\ A2.jpg) top center no-repeat;background-size: cover;
background-attachment: fixed;}
.ba-landing-stats {
    max-width: 1024px;
}

.stats.ba-landing-stats .col-sm-4:nth-child(2) .highlight {
    margin-left: 22%;
}

.stats.ba-landing-stats .col-sm-4:nth-child(1) .highlight {
    margin-left: 25%;
}

.stats.ba-landing-stats .col-sm-4:nth-child(3) .highlight {
    margin-left: 18.5%;
}
.partner-wrapper.ba-partner {
    max-width: 100%;
}
.other-solution {
    background: url(../images/ba/solution-know-more-section-bg.jpg) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0;
}

.title-wrap {
    margin: 0 0 42px;
    padding: 0;
}

.solution-slider-wrapper {
    width: 100%;
}

.title-wrap p {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    margin: 30px 0 0 0;
}

.title-wrap h3 {
    font-size: 36px;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
}

.solution-card {
	max-height: 330px;
	padding: 30px 0 1px;
	margin: auto;
	border-radius: 4px;
	background: rgba(0,0,0,0.2);
}
.ba-featured-partner.bi-featured-partner {
    margin-bottom: 0;
}
.solution-card .pmd-card-media {
	padding: 27px 64px 0;
}
#other-solution-slider .owl-nav {
    position: absolute;
    bottom: 20%;
    left: -34%;
}
#other-solution-slider .owl-theme .owl-nav .disabled {
    opacity: 1;
}
#other-solution-slider .owl-prev {
    left: 0;
}

#other-solution-slider .owl-next {
    right: -120px;
    transform: rotateX(180deg);
    top: 3px;
}
.solution-card .pmd-card-title-text {
    text-transform: uppercase;
    margin: 0 0 15px;
    line-height: 1.4;
    min-height: 66px;
    font-size: 20px;
    color: #fff;
}

.solution-card a.pmd-card-subtitle-text {
    opacity: 1;
    color: #00aac4;
    text-transform: uppercase;
    font-size: 13px;
}

/*Service section*/
.section-heading-subheading p {
    color: #070707;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.section-heading-subheading h3 {
    color: #00aac4;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.3;
}
.service-box-title {
    font-size: 20px;
    color: #515151;
    margin: 15px 0;
}
.service-section .row:first-child {
    margin-bottom: 64px;
}
p.event-schedule {
    color: #fff;
}
p.expert-feature {
    font-size: 55px;
    color: #00acc4;
    font-weight: lighter;
    line-height: 1.3;
}
p.expert-meet {
    font-size: 29px;
    color: #000;
    font-weight: lighter;
}
h4.expert-name {
    font-size: 20px;
    color: #00acc4;
    font-weight: 800;
}
.expert-pic h5 {
    font-size: 14px;
    color: #00acc4;
}
.ba-landing.valigncenter div.col-sm-6 div {
    text-align: left;
}
#rotate-text-carousel .text-highlight {
    color: #ffd400;
    font-weight: bold;
    font-size: 52px;
    line-height: 1;
    display: block;
}
/*digital experience page*/
.digital-experience {
    background: url(../images/ba/ba-digital-experience-management-page-header-bg.jpg) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.digital-stats-section {
    background-position: 0 330px;
	padding-bottom: 84px;
}

/*use case*/
.usecase-intranet {
    background: url(../images/ba/usecase-intranet-detail-header-bg.jpg) bottom center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.intro-section .banner-text.align-left h1 {
    color: #fed800;
    margin-top: 0px;
    text-transform: capitalize;
    margin: 0;
}
.intro-section .banner-text.align-left h2 {
	font-size: 50px;
	font-weight: 600;
}
.intro-section .banner-text.align-left h1:after{
	display: none;
} 

.usecase-procurement {
    background: url(../images/ba/usecase-detail-procurement.jpg) bottom center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.procurement-benefits.insights h2.sec-hd, h2.sec-hd.new {
    font-size: 45px;
    color: #878787;
    font-weight: 600;
}

.benefit-card-header h3 {
    font-size: 18px;
    color: #414141;
    font-weight: bold;
    margin: 24px 0;
}

.benefit-card.text-center {
    max-width: 300px;
    margin: auto;
}
#stats .apple-feature-desc {
    font-size: 14px;
}
.ba-landing .ba-bi-title, .ba-sliding-text {
    display: inline-block;
}
.ba-landing .ba-bi-subtitle {
	margin: 10px 0 0px;
}
.rotate-sub-text-carousel {
	min-height: 36px;
}
.ba-sliding-text {
    max-width: 280px;
	min-width: 280px;
    margin: auto;
	width: auto !important;
	vertical-align: bottom;
}
.upper-text {
    margin-bottom: 10%;
}
.ba-landing .ba-bi-title {
    margin-left: -15px;
}
.service-box-content {
    max-width: 300px;
}
.usecase-type {
    animation: all 0.5s ease-in-out;
}

p.cat-title img {
    margin-left: 16px;
    transition: all 0.5s ease-in-out;
}

.usecase-type:hover p.cat-title img {
    margin-left: 32px;
}
.usecase-performance {
    background: url(../images/ba/usecase-detail-improve-performance.jpg) bottom center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
h1.bold-number {
    font-size: 60px;
    font-weight: 600;
    color: rgba(0,171,193,0.3);
}
.solution-card .pmd-card-media img {
    max-width: 84px;
    margin: 0 auto 32px;
}

#other-solution-slider.owl-theme .owl-nav.disabled+.owl-dots {
    margin: 24px 0 0;
}

#other-solution-slider.owl-theme .owl-dots .owl-dot span {
    width: 18px!important;
    height: 18px!important;
}
.data-prep-management {
    background: url(../images/ba/ba-data-prep-management-page-header-bg.jpg) bottom center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.custom-modal .modal-content {
    padding: 52px;
}
.custom-modal {
    max-width: 900px;
}

.custom-modal .pmd-card-title {
    padding: 52px 0 0;
    margin: 0;
}

.custom-modal .pmd-card-title-text {
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.custom-modal .modal-body {
    padding: 0;
}

.so-we-section .title, .delivery-section .title, .title {
    font-size: 32px;
    color: #00abc5;
    font-weight: 700;
}

.so-we-section .desc {
    font-size: 16px;
    color: #414141;
    font-weight: 500;
}

.so-we-section {
    margin-bottom: 3rem;
}

.facts-row {
    display: table;
    width: 100%;
}

.facts-row .col {
    display: table-cell;
    width: 33.33%;
    padding: 0 6% 0 0;
    font-size: 16px;
    font-weight: 500;
}

span.col:nth-child(2) {
    border-left: 1px solid #9b9b9b;
    padding: 0 6%;
    border-right: 1px solid #9b9b9b;
}

span.col:last-child {
    padding-left: 6%;
    padding-right: 0;
	border-right: none;
}
button.close {
    position: relative;
    z-index: 11;
    padding: 14px;
    font-size: 50px;
    font-weight: 400;
    opacity: 0.64;
    line-height: 0.5;
}
img.modal-image {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center;
}
.col strong {
    font-size: 36px;
}
.casestudy-carousel .owl-next span,.casestudy-carousel .owl-prev span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 28px;
}
.casestudy-carousel .owl-next,.casestudy-carousel .owl-prev {
	    background: #d6d6d6 !important;
    right: -30px;
    height: 64px;
    width: 64px;
    border-radius: 50% !important;
}
.casestudy-carousel .owl-prev {
	right: unset;
	left: -30px;
}
.usecase-prudent {
    background: url(../images/ba/usecase-thumb-bfsi.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.prudent-steps h3 {
    font-size: 18px;
    font-weight: bold;
}

.prudent-steps {
    margin: 24px 0 54px;
}
.usecase-fight-fraudent {
    background: url(../images/ba/usecase-thumb-bfsi-fight_fraud.jpg) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.usecase-cross-sale {
    background: url(../images/ba/cross-sale-thumb.jpg) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.usecase-sentiment {
    background: url(../images/ba/sentiment-banner.jpg) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.usecase-forcasting {
    background: url(../images/ba/forcasting-banner.jpg) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.big-data {
    background: url(../images/ba/big-data-banner.jpg) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.usecase-partner-supplier {
    background: url(../images/ba/partner-and-supplier-banner.jpg) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#carousel-modal-thumb .item,#carousel-modal-thumb1 .item {
    height: 120px;
    position: relative;
}
#carousel-modal-thumb .item:after,#carousel-modal-thumb1 .item:after  {
    position: absolute;
    content: '';
    background: rgba(0,0,0,0.42);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
#carousel-modal-thumb .item img,#carousel-modal-thumb1 .item img {
    height: 100%;
}
#carousel-modal-thumb.owl-theme .owl-nav,#carousel-modal-thumb1.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    width: 100%;
    height: 32px;
    top: -33px;
}
#carousel-modal-thumb .owl-prev,#carousel-modal-thumb1 .owl-prev  {
    left: 92.5%;
}
#carousel-modal-thumb .owl-next,#carousel-modal-thumb1 .owl-next {
    right: 0;
    transform: none;
}
.thumb-title {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
	display: table;
    width: 90%;
    text-align: center;
    color: #fff;
    font-weight: bold;
	z-index:2;
}
.focus-page h1 {
    font-size: 45px;
    color: #878787;
    text-align: center;
    font-weight: 600;
    margin: 36px 0;
}

.rfm-help-center img {
    margin: auto auto 80px;
}

.focus-page .container {
    max-width: 960px;
}
.rfm-help-center li {
    font-size: 16px;
    font-weight: 600;
    padding: 0 0 0 32px;
    background: url(../images/ba/bullet-image.png) 0 5px no-repeat;
    margin: 0 0 12px;
    color: #414141;
}
.highlight-center h2 {
    font-size: 50px;
    color: #e8b183;
    font-weight: bold;
}

.highlight-center p {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

.highlight-center .col-sm-6:first-child {
    border-right: 1px solid #cacaca;
}

.highlight-center .col-sm-6 {
    padding: 0 32px;
}
.customer-segment-table th {
    background: #f8f8f8;
    text-align: center;
    width: 33.3%;
    padding: 16px;
    border: 1px solid #dedede;
    font-size: 18px;
    font-weight: 600;
}

.customer-segment-table td {
    text-align: center;
    padding: 16px;
    border: 1px solid #dedede;
    font-size: 13px;
    font-weight: 600;
}
.usecase-focus-page {
    background: url(../images/ba/focus-the-right-way-banner.jpg) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.spotlight-page {
    background: url(../images/ba/spotlight-banner.jpg) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.filter-section {
    float: right;
    width: 100%;
    text-align: right;
}

.filter-section span {
    font-size: 15px;
    margin: 0;
}

select.filterby {
    max-width: 144px;
    padding: 8px;
    height: auto;
    width: auto;
    margin: 0 0 0 40px;
    color: rgba(65,65,65,0.8);
    font-size: 15px;
}
.spotlight-cards {
    border: 1px solid #eaeaea;
	padding: 0;
}

.spotlight-cards .pmd-card-media {
    border-bottom: 1px solid #eaeaea;
	height: 200px;
}

.spotlight-cards .category {
    color: #61747c;
    font-weight: normal;
    font-size: 14px;
    font-weight: 600;
}

.spotlight-cards .cat-title {
    color: #414141;
    font-weight: 600;
}
.spotlight-cards .pmd-card-media img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.featured-partner-logo img {
    margin: auto;
    width: auto!important;
}

.navbar.mainmenu.wh-bg-clr .header-fixd-btn .btn.btn-us {border: 1px solid #33bcd1;color: #33bcd1;}

.navbar.mainmenu .header-fixd-btn .btn.btn-us {border: 1px solid #fff;color: #fff;}