@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
body, html {
	font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab', serif;
}
h1{
	color: #00A1E0 !important;
}
h2{
	color: #1c69e6 !important;
}
body{
	color: #63666a !important;   
    font-weight: 300 !important;
    font-size: 16px !important;    
    line-height: 24px !important;
    overflow-x: hidden !important;
}
a, a:hover{
    text-decoration: none;
}
.header-container-wrapper, .body-container-wrapper, .footer-container-wrapper{
	width: 100%;
}
.body-container-wrapper .container-fluid{
	width: 100%;
    max-width: 100%;
}
/*About-Us*/
.body-container-wrapper{
	padding-top: 118px;
    background-color: #fff;
}
.body-container-wrapper .container-fluid{
	padding: 0px;
}

/*Customer 360++*/
.c360-btn{
    padding: 1rem;
}
/*Banner Image*/
.banner-wrapper{
	position: relative;
}

.banner-image{
	background: url(../img/salesforce-world-tour-banner.jpg) no-repeat;
    position: relative;
    height: 100vh;
    max-height: 724px;
    background-size: contain;
    background-position: 0 78px;
    padding-top: 78px;
}
.image-overlay .image-overlay-wrapper{
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    background-color: rgba(255,102,0,.13);
    transform: translatez(0);
    -webkit-transform: translatez(0);
}

.title--description-alignment-center .title-desc-wrapper{;
	top: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.title-desc-wrapper.has-main-image{
	min-height: 180px;
    overflow: hidden;
}
.title-desc-wrapper{
	margin: 0;
    padding: 80px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
}
.title--description-alignment-center .title-desc-wrapper .title-desc-inner{
	text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.title--description-position-over-image.title--description-alignment-center .title-desc-inner{
	padding: 80px 0;
}
.title-desc-inner{
	max-width: 60%;
    z-index: 100;
    position: relative;
}
.page-title-wrapper{
	display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    max-width: 100%;
}
.title--description-alignment-center .title-desc-wrapper .page-title{
	text-align: center;
}
h1.page-title{
	color: #fff !important;
    font-size: 2.55rem !important;
    font-weight: 400 !important;
}
.secondary-title {    
    font-size: 2.55rem;
	    color: #fff !important;
    font-weight: 400;
}
.black{
	background: #000
}


/*Customer Logo*/
section.container-fluid.cust-list{
	min-height: 0;
    padding-bottom: 80px;
}
.cust-list{
	overflow: hidden;
}
.cust-list > .row{
	padding-top: 60px;
}
.cust-list h1{
	font-size: 3em;
    margin-bottom: 15px;
}
.cust-list h1, .cust-list h2{
	text-align: center;
}
.container-fluid::after, .container::after, .row::after{
	display: table;
    content: "";
    clear: both;
}
*, ::after, ::before{
	box-sizing: inherit;
}
.IconsContainer {
    width: 3000px;
    height: 460px;
    position: relative;
}
.Icon {
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1), 0 3px 10px rgba(0, 0, 0, .07)
}

.Icon,
.Icon span {
    position: absolute;
    will-change: transform, opacity
}

.Icon span {
    left: 50%;
    bottom: -40px;
    padding: 5px 12px;
    background: #fff;
    box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
    border-radius: 50px;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
    color: #566b78;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transform: translate(-50%, -10px);
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: .25s;
    transition-timing-function: ease-out
}

.Icon:hover {
    z-index: 9999
}

.Icon:hover span {
    opacity: .9;
    transform: translate(-50%)
}
.Icon {
    background-size: 912px 912px;
    background-image: url('../img/customer-scrolling-logos.png');
    background-color: aqua;
    opacity: 1 !important;
/*    filter: grayscale(100%);*/
}
.Icon-img0 {
    background-position: -153px -1px
}

.Icon-img1 {
    background-position: -609px -153px
}

.Icon-img2 {
    background-position: -1px -153px
}

.Icon-img3 {
    background-position: -153px -153px
}

.Icon-img4 {
    background-position: -305px -1px
}

.Icon-img5 {
    background-position: -305px -153px
}

.Icon-img6 {
    background-position: -1px -305px
}

.Icon-img7 {
    background-position: -153px -305px
}

.Icon-img8 {
    background-position: -305px -305px
}

.Icon-img9 {
    background-position: -457px -1px
}

.Icon-img10 {
    background-position: -457px -153px
}

.Icon-img11 {
    background-position: -457px -305px
}

.Icon-img12 {
    background-position: -1px -457px
}

.Icon-img13 {
    background-position: -153px -457px
}

.Icon-img14 {
    background-position: -305px -457px
}

.Icon-img15 {
    background-position: -457px -457px
}

.Icon-img16 {
    background-position: -609px -1px
}

.Icon-img17 {
    background-position: -1px -1px
}

.Icon-img18 {
    background-position: -609px -305px
}

.Icon-img19 {
    background-position: -609px -457px
}

.Icon-img20 {
    background-position: -1px -609px
}

.Icon-img21 {
    background-position: -153px -609px
}

.Icon-img22 {
    background-position: -305px -609px
}

.Icon-img23 {
    background-position: -457px -609px
}

.Icon-img24 {
    background-position: -609px -609px
}

.Icon-img25 {
    background-position: -761px -1px
}

.Icon-img26 {
    background-position: -761px -153px
}

.Icon-img27 {
    background-position: -761px -305px
}

.Icon-img28 {
    background-position: -761px -457px
}

.Icon-img29 {
    background-position: -761px -609px
}

.Icon-img30 {
    background-position: -1px -761px
}

.Icon-img31 {
    background-position: -153px -761px
}

.Icon-img32 {
    background-position: -305px -761px
}

.Icon-img33 {
    background-position: -457px -761px
}
.cust-list{
    overflow: hidden;
}
.cust-list > .row{
    padding-top: 0;
}
.cust-list h2, .cust-list h3{
    text-align: center;
}
.cust-list h2{
    font-size: 3em;    
    margin-bottom: 15px;
}


/*Solutions*/
#products, #solution{
/*	background-color: #efefef;*/
}
#content-wrapper .content{
	width: 100%;
    background-color: #fff;
    position: relative;
    z-index: 50;
}
.sqs-block{
	position: relative;
    height: auto;
   /* padding-top: 17px;*/
    padding-bottom: 10px;
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(128,128,128,0);
    transition: box-shadow .2s ease-in-out;
}
.sqs-block-html{
	clear: none;
}
.service-cont{
    
    background: #fff;
    padding: 25px;
    border-radius: 4px;
   box-shadow: -3px 11px 20px rgba(111, 111, 111, 0.11), -1px 0px 6px rgba(119, 119, 119, 0.2);
}
.service-btn{
    padding-top: 0;
    padding-bottom: 0;
}
[class*=sqs-col] .sqs-block{
	padding-left: 17px;
    padding-right: 17px;
}
.row-margin{
	margin-top: 50px;
	margin-bottom: 50px;
}
html .sqs-block.sqs-block-html .sqs-block-content{
	cursor: auto;
}
.sqs-block-html .sqs-block-content{
	outline: none;
}
.sqs-block-image .image-block-outer-wrapper:not(.image-block-v2) .intrinsic{
	margin: auto;
}
a, a:visited{
	/*color: #00acc7;*/
    text-decoration: none;
}
/*.sqs-block-image .image-block-outer-wrapper:not(.image-block-v2) .image-block-wrapper{
	line-height: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.sqs-block-image .image-block-outer-wrapper:not(.image-block-v2) .image-block-wrapper img{
	position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    width: 100%;
}*/
.sqs-block-html .sqs-block-content>*:first-child{
	margin-top: 0;
}
.sqs-layout:not(.sqs-editing)>.sqs-row:first-child>[class*=sqs-col]:first-child>.sqs-block:last-child, .sqs-layout:not(.sqs-editing) .sqs-block+.sqs-row .sqs-block:not(.float):last-child{
	padding-bottom: 17px;
}
.sqs-block-button .sqs-block-button-container--center{
	text-align: center;
    margin-top: 20px;
}
.incubate-btn {
	text-align: right !important;
    margin-top: 30px !important;
    margin-right: 10px !important;
}
.sqs-block-button .sqs-block-button-element--small{
	padding: 13px 26px;
    font-weight: 600;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background-color: #272727;
    border-color: #272727;
}
.sqs-block-button .sqs-block-button-element{
	display: inline-block;    
    padding: 0.75em 1.45em;
    color: #ffffff;
    background-color: #1c69e6;   
    font-size: 1.05rem;           
    line-height: normal;
    font-weight: 300;
    border-radius: 0.25rem;
}
.sqs-block-content h2{
	height: 35px;
}
.sqs-block-content p{
    font-size: 17px;
}
/*fieldforcepro*/
#cognitivemarketing{
	background-image: url(../img/predictive-intelligence.png);
	background-size: cover;
    background-position: 0px 0px;
    display: block;
    position: relative;
    padding-top: 10em;
    height: 100vh;
}
#fieldmobility{
    background-image: url(../img/field-workforce.png);
    background-size: cover;    
    display: block;
    position: relative;
}
#fieldmobility:before {
    background-image: linear-gradient(90deg, #003a88, rgba(255, 255, 255, 0));
    bottom: 0;
    content: '';
    opacity: .8;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.home-top-banner{    
    padding: 3.75em 0 0;
    position: relative;
}
.predictive-lead-banner{
	padding: 0;
	margin-top: 30px;
	position: relative;
}
.home-bannerContent{
    position: relative;
    z-index: 1;
}
.home-bannerContent h1{	
    font-size: 3.15rem;
    color: #ffffff !important;
    margin-bottom: 0.85rem;
}
.home-bannerContent p{
    font-size: 1.55rem;
    line-height: 1;
    color: #ffffff;
    font-weight: 400;
}
.home-bannerContent .desc {
	font-size: 1.15rem;
    line-height: 1.6;
    margin-top: 1.95rem;
    font-weight: 300;
}
.bannerBtns{
    padding: 1.6em 0 0;
}
.btn-transparent{
    border: 1px solid #ffffff;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .15);
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    font-size: 0.9em;
    font-weight: 600;
    letter-spacing: 0.3px;
	padding: .85rem 2.13rem;
    border-radius: 2px;
}
.btn-transparent:hover{
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .3);
    color: #2f8cff !important;
    background: #ececec;
}
.btn-white{
   	font-size: 0.95rem;
    display: inline-block;
    font-weight: 400;
    padding: .85rem 2.13rem;
    border-radius: 0.25rem;
    border: 0;
    color: #2f8cff !important;
    margin: 6px;
    background: #ffffff;
    transition: .2s ease-out;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.btn-white:hover, .btn-white:focus{
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    background: #e8e8e8;
}
/*Video popup*/
.blur, .vd-popup-container{
    -webkit-transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition:         all 600ms cubic-bezier(0.39, 0.575, 0.565, 1); 
}
.blur{
    filter: blur(5px);
}
.overflow-hd{
    overflow: hidden !important;
}
.vd-popup-container{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.60);
    z-index: 999;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
}
.vd-popup-container .vd-content{
    position: absolute;
    top: 60%;
    left: 50%;
    width: 820px;
    height: 400px;
    transform: translate(-50%, -50%);    
}
.vd-popup-container .vd-content > iframe{
    width: 100%;
    height: 100%;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.vd-content #close-vd{
   position: absolute;
    display: flex;
    width: 30px;
    height: 11px;
    justify-content: center;
    align-items: center;
    color: #efecec;
    top: -21px;
    z-index: -1;
    cursor: pointer;
    right: 0;
    transition: all 600ms ease-in-out;
    font-size: 22px;
}
.vd-content #close-vd:hover{
    transform: translate(0, -6px);
    background: #ccc;
    color: #212121;
}
.vd-popup-container.pop-up-show{
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
}
/*FSP*/
.app-download{
	position: relative;
    background: url(../img/testimonials-bg.jpg);
    overflow: hidden;
    padding-bottom: 10rem;
    padding-top: 10rem;
}
.app-download:before{
	position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    background: rgba(0, 0, 0, 0.78);
    background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.83));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.83));
}
.ipad-img{
	position: absolute;
    top: -30px;
    width: 700px;
    left: -60px;
}
.app_link-btn {
    padding: 8px 10px !important;
    background: #fff;
    color: #333;
    margin-bottom: 10px;
    float: left;
    text-align: center;
    clear: both;
    font-size: 15px;
    border: 1px solid #333;
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
	font-weight: 600;
}
.app-download-holder .desc {
	font-size: 1.25rem;
    color: #fff;
    line-height: 1.5;
}
.app-lh {
    width: 100%;
    border-radius: 4px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.app-lh a{
    margin-right: 15px;
}


.app-logo {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

/*customer sucess*/
.services-casestudy-section {
	padding: 5em 0 7em 0; 
    background: radial-gradient(ellipse farthest-side at 100% 100%,rgba(38,38,42,0.94) 25%,rgba(9, 9, 21, 0.83) 50%,rgba(9,9,21,0.94) 110%);
}
.services-casestudy-header {
    padding: 2em 0;
    text-align: center;
    color: #ffffff;
}
.services-casestudy-header h2 {
    color: #ffffff!important;
    font-size: 2em!important;
    width: 100%;
}
.services-casestudy-header > p {
    font-size: 1em;
    width: 100%;
}
.services-case-study {
    display: block;
}
.services-casestudy-box {
    border-radius: 5px;
    margin-bottom: 2em;
}
.services-casestudy-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.0);
    -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cs-explore {
    position: absolute;
    width: 100%;
    top: 25%;
    text-align: center;
	display: flex;
    justify-content: center;
}
.cs-explore p {
    color: #ffffff;
}
.cs-arrow {
    display: inline-block;
    width: 40px;
    height: 40px;
    transform: translate(-10px,-2px);
    border: 2px solid #ffffff;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    font-size: 1em;
}
.cs-arrow {
    will-change: transform;
    color: #ffffff;
    font-weight: 300;
    opacity: 0;
    -webkit-transition: all 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
    transition: all 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.services-casestudy-box-content {
    padding: 25px 40px;
    max-height: 130px;
    min-height: 130px;
    overflow: hidden;
    border-top: 1px solid #e2e2e2;
}
.services-casestudy-box-title {
    font-size: 1.1em;
    text-align: center;
    line-height: 1.5em;
    color: #282e33;
    margin-bottom: 0;
}

.services-casestudy-box {
    border-radius: 5px;
    margin-bottom: 2em;
}
.cs-explore > p {
    display: inline-block;
    transform: translate(20px,0);
    font-size: 1.6em;
}
.cs-explore > p, .cs-arrow {
    will-change: transform;
    color: #ffffff;
    font-weight: 300;
    opacity: 0;
    -webkit-transition: all 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
    transition: all 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.cs-explore > p {
    display: inline-block;
    transform: translate(20px,0);
    font-size: 1.6em;
}
.cs-explore > p {
    display: inline-block;
    transform: translate(20px,0);
    font-size: 1.6em;
}
.cs-explore > p, .cs-arrow {
    will-change: transform;
    color: #ffffff;
    font-weight: 300;
    opacity: 0;
    -webkit-transition: all 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
    transition: all 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
	display: flex;
    align-items: center;
    justify-content: center
}
.cs-explore p {
    color: #ffffff;
}
.services-case-study:hover > .services-casestudy-box > .services-casestudy-mask {
    background: rgba(0,0,0,0.45);
}
.services-case-study:hover > .services-casestudy-box > .cs-explore > p {
    opacity: 1;
    transform: translate(-10px,0);
}
.services-case-study:hover > .services-casestudy-box > .cs-explore > .cs-arrow {
    opacity: 1;
    transform: translate(10px,-2px);
}
/*End customer success */
/*oracle-sf*/
.c-cont-pos {
    position: relative;
}
.trusted-advisor {
	padding: 3em 0 0;
}
.floating-container {
    width: 1000px;
    min-height: 300px;
    margin: 50px auto;
}
.f-saap {
    overflow: hidden;
    height: 300px;
    border-radius: 10px;
    box-shadow: 0 0.938rem 2.188rem rgba(13, 19, 26, 0.25), 0 0.313rem 0.938rem rgba(13, 19, 26, 0.04);
}
.f-saap {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0%);
    padding: 20px;
}
.partner-logo-centre{
    width: 650px;
}
.card {
    margin-bottom: 1.8em;
}
.f-saap > div {
    overflow: hidden;
}
.f-saap>div, .f-saap>div h2 {
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    text-align: center;
}
.f-saap > div h2 {
    position: relative;
    padding: 20px 0;
    display: inline-block;
    border-bottom: 2px solid #fff;
    line-height: 1;
    font-size: 2.2rem!important;
    width:100%;
}
.oracle {
    border-right: 1px solid #e4e4e4;
    padding: 0;
}
.f-saap > div img {
    height: auto;
    width: 160px;
    max-width: 200%;
    display: inline-block;
}
.testimonial{
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: #f5f5f5;
}
.incubate-section{
	background: #000000;
}
.incubate-content{
	margin-top: -50px;
}
.test-con{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    flex-direction: column;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(3,27,78,.06);
}
.test-con:hover{
    
    border-bottom: 3px solid #1c69e6;
}
.testmonial-heading{
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
}
.incubate-con .test-img img{
	width: 300px;
}
.incubate-con .test-img{
	padding: 0;
}
.test-img img{
    width: 60px;
}
.test-img{
    padding: 20px 0;
}
.testmonial-heading h2{
    color: #ff6600!important;
    margin-bottom: 1.5rem;
    font-weight: 500!important;
}
.test-desc h4{
   color: #464646;
    margin-bottom: 1rem;
    font-size: 20px;
}
.test-desc p{
    color: #63666a;
}
.incubate-test-desc p{
	margin-top: 2.85rem;
    font-size: 1.35rem;
    line-height: 1.65;
    color: #ffffff;
}
.img-below-text img{
	width: 625px;
}
.test-full{
    padding: 10px 0px;
}
.sqs-block-content ul li{
    list-style-type:disc;
}
.sqs-block-content ul{
    height: 160px;
    padding-left: 17px;
}
.heading h1{
    font-size: 2.35rem;
    text-align: center;
    margin-bottom: 4rem;
}
.trust-head{
    color:#212121!important;
}
.sqs-col{
    padding: 20px;
    border: 1px solid #e5e8ed;
    box-shadow: 0 2px 4px rgba(3,27,78,.06);
	border-radius: 5px;
    margin-bottom: 2rem;
}
.sqs-col:hover {
    box-shadow: 0 10px 20px rgba(3,27,78,.1);
}
.thumb-image{
    width:100px;
}
.prod-cont p{
    height: 38px;
}
.p-tb-5{
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.link-col{
    color:#63666a;
}
.card{
    border:none;
}
.sol-cont p{
    height: 80px;
}
.blue_bar-main{
	height: 60px;
    position: absolute;
    top: 200px;
    left: 70px;
    padding: 15px;
    border-radius: 5px;
}
.blue_bar-main p{
	color: #ffffff;    
}
.blue_bar-main .head{
    font-size: 4.4rem;
    line-height: 40px;
    /* margin-top: 10px; */
    font-weight: 500;
/*    margin-bottom: 40px;*/
}
.blue_bar-main .head-inter{
    font-size: 18px;   
    margin-top: 0px;
   /* text-transform: uppercase;*/
}
.head-cont{
    font-size: 50px;
    font-weight: 300;
    line-height: 50px;
}
.single-line-main{
	text-align: left;	
}
.btn-clr-main{
    background: #d0772b;
    color: #ffffff!important;
    margin-left: 0;
    text-transform: capitalize;
    font-weight: 300;
    
}
.sale-txt{
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 20px;
}
.logo-sal img{
	width: 30%;
    z-index: 1;
    position: absolute;
    top: 80px;
    left: 180px;
}
.form-au{
	padding: 20px 85px;
}
.form-dialog-container{
	box-shadow: -3px 11px 20px rgba(111, 111, 111, 0.11), -1px 0px 6px rgba(119, 119, 119, 0.2);
	padding: 25px;
}
.submit-button {
    font-size: 100%;
    width: 100%;
    border-radius: 3px;
    padding: .5em;
    border: 1px solid #0162ff;
    background: #1e69e6;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .03em;
    font-weight: 400;
}
.form-dialog-container select {
    display: block;
    width: 100%;
    padding: .3em .6em .3em 0;
    box-sizing: border-box;
    border-width: 0 0 1px;
    font-size: .8rem;
    background: none;
    position: relative;
	-webkit-appearance: menulist;
}
.fsp-meet{
    font-size: 1.8rem;
    font-weight: 300;
    margin: 3rem 0 2.3rem;
}
.fsp-cont{
	font-size: 4.35rem;
    color: #FFFFFF;
    font-weight: 300!important;
    margin-bottom: 2.6rem;
    letter-spacing: 0.03rem;
}
.predictive-lead-banner .home-bannerContent .hSubtitle {
	font-size: 1.35rem;
    font-weight: 300;
    line-height: 1.6;
    width:60%;
}
@media (min-width: 320px) and (max-width: 567px){
	.banner-image {
		background: #2f85b4 url(../img/sf-world-tour_potrait.png) no-repeat;
	}
	.services-casestudy-box-content {
		max-height: 120px;
		min-height: 120px;
	}
    .single-line {
		display: block;
		text-align: center;
		width: 100%;
    }
    .blue_bar p {
		margin-right: 0;
		font-size: 1.05rem;
    }
    .btn-clr {
	   	margin: auto;
		margin-top: 5px;
		max-width: 180px;
    }
    .blue_bar{
        justify-content: flex-start;
    }
    .sales-head{
        display: inline-block;
    }
    .blue_bar-main{
		top: 190px;
		left: 10px;
    }
    .test-full{
        padding: 0;
    }
    .incubate-test-desc{
        width:100%;
    }
    .img-below-text img{
        width:100%;
    }
    .logo-sal img{
        top: 30px;
        left: 20px;
        width:50%;
    }
    #fieldmobility {
        background-image: url(../img/mobile/field-workforce.png);
        background-size: cover;
        background-position: -900px;;
        display: block;
        position: relative;
        padding-top: 10em;
    }
    .home-bannerContent{
        padding: 0 15px;
    }
    .bannerBtns {
        padding: 1.6em 15px;
    }
    .mbl-fsp{
        flex-direction: column-reverse;
    }
    .app-download{
        padding-top: 5rem;
        padding-bottom: 8rem;
    }
    .fsp-logo-au{
        display: block!important;
        margin-top: -50px;
    }
    .fsp-logo-au img{
        width:75%;
    }
    .fsp-meet {
        font-size: 1.5rem;
    }
    .fsp-cont {
        font-size: 3.3rem;
    }
    .app-lh{
        padding-top: 0;
    }
    .ipad-img{
        width:100%;
        top:0;
        left:0;
    }
    .c-30s {
        padding-top: 3em;
    }
    .trusted-advisor {
        padding-left: 15px;
        padding-right: 15px;
    }
    .f-saap {
        position: relative;
        transform: translate(0,0);
        margin: auto;
        width: 90%;
        left: 15px;
        top: 0;
        height: auto;
    }
    .oracle {
        border-right: none;
        border-bottom: 1px solid #e2e2e2;
    }
    .f-saap > div img {
        max-width: 100%;
    }
    .form-au {
        padding: 20px 5px; 
    }
    .form-dialog-container {
        width: 100%!important;
    }
    .app-lh{
        padding: 0;
    }
    #contact{
        padding-left: 15px;
        padding-right: 15px;
    }
    /*header*/
    .navbar{
        padding: 10px 15px;
    }
    .logo-btn{
        padding: 6px 8px;
        border-radius: 4px;
    }
    .logo{
        width: 70px;
    }
    .d-navigation[data-role="navigation"]{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        top: 54px;
        background: #ffffff;
        z-index: 10;
        border-top: 2px solid #9a9a9a;
        max-height: 91vh;
        overflow: auto;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
        transition:         all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    .d-navigation.d-navigation-open[data-role="navigation"]{
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        -webkit-transition: all 600ms 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
        transition:         all 600ms 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    .resp-menu-toggle-btn{
        display: flex;
        width: 30px;
        height: 30px;
        background: #ffffff;
        margin-left: auto;
        align-items: center;
        border-radius: 3px;
        padding: 5px;  
        box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
        position: relative;
        -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
        -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
        box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
        position: relative;
    }
    .resp-menu-toggle-btn .resp-menu-bar{
        display: block;
        width: 100%;
        height: 2px;
        background: #1c69e6;
        position: relative;
         -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .resp-menu-toggle-btn:after, .resp-menu-toggle-btn:before{
        content: '';
        position: absolute;
        display: block;
        width: 68%;
        height: 2px;
        background: #1c69e6;
        left: 50%;
        transform: translate(-50%,0);
        transform-origin: 0;
        -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .resp-menu-toggle-btn:after{
        top: 8px;
    }
    .resp-menu-toggle-btn:before{
        top: 20px;
    }
    .resp-menu-toggle-btn.resp-menu-toggle-btn-close .resp-menu-bar{
        transform: translate(-120%);
        opacity: 0;
    }
    .resp-menu-toggle-btn.resp-menu-toggle-btn-close:after{
        transform: translate(-33%,0) rotate(45deg);
    }
    .resp-menu-toggle-btn.resp-menu-toggle-btn-close:before{
        top: 22px;
        transform: translate(-33%,0) rotate(-45deg);
    }
    .circle-fill{
        border-radius: 50%;
        width: 0px;
        height: 0px;
        position: absolute;
        top: 35px;
        right: 36px;
        background: #fff;
        opacity: 1;
        -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
        transition:         all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    .circle-filled{
        width: 2000px;
        height: 2000px;
        top: -560px;
        right: -565px;
    }
    li.nav_menu--item , li.has-dropdown{
        display: block;
        margin: 0;
    }
    .nav_menu--item a {
        color: #1c69e6;
        display: flex;
        width: 100%;
        padding: 15px;
        justify-content: center;
        border-bottom: 1px solid #f5f5f5;
    }
    li.has-dropdown a{
        padding: 15px;
    }
    .d-info{
        width: 100%;
        padding: 0;
        min-height: 0;
    }
    .d-info-icon-title {
        display: flex;
        align-items: center;
    }
    .d-icon{
        height: 42px;
        width: 42px;
        background-size: 25px;
        margin: 0;
    }
    .d-title{
        margin-bottom: 0;
        text-align: left;
        font-size: 0.94em;
        margin-left: 10px;
    }
    .d-text{
        width: 100%;
        display: block;
        padding-left: 10px;
        text-align: left;
        font-size: 12px;
    }
    .has-dropdown > a{
        position: relative;
    }
    .has-dropdown > a:after, .has-dropdown > a:before{
        position: absolute;
        content: '';
        width: 6px;
        height: 1px;
        background: #1c69e6;
        right: 6%;
        top: 50%;
        transform: translate(0, -50%);
    }
    .has-dropdown > a:after{
        transform: translate(22%, -50%) rotate(-45deg);
    }
    .has-dropdown > a:before{
        transform: translate(-48%, -50%) rotate(45deg);
    }
    .c-footer{
        padding: 20px 15px 30px;
    }
    .c-footer-content, .c-footer .links-section{
        width: 100% !important;
    }
    .c-footer .contect-section .links-section:nth-child(5){
        width: 100%;
    }
    .c-footer .contect-section{
        flex-wrap: wrap;
    }
    .c-footer .contect-section, .c-footer .links-section{
        margin-right: 0;
    }
    .c-footer .links-section-title{
        display: flex;
        align-items: center;
        border-bottom: 1px solid #d0d0d0;
        margin-bottom: 0.3em;
        font-size: 14px;
        height: 40px;
        position: relative;
    }
    .c-footer .links-section-title:after, .c-footer .links-section-title:before{
        position: absolute;
        content: '';
        display: block;
        top: 50%;
        height: 1px;
        width: 6px;
        background: #545665;
        right: 6%;
        transform: translate(0, -50%);
    }
    .c-footer .links-section-title:after{
        transform: translate(22%, -50%) rotate(-45deg);
    }
    .c-footer .links-section-title:before{
        transform: translate(-48%, -50%) rotate(45deg);
    }
    .c-footer .links-section-title.social-link:after, .c-footer .links-section-title.social-link:before{
        display: none;
    }
    .c-footer .follow-buttons-section {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    .c-footer .footer-bottom-link, .below-content-right{
        font-size: 12px;
    }
    .c-footer .links-section {
        padding: 0;
    }
    .below-content-right{
        margin-top: 0.3em;
    }
    .blue_bar{
		top: 62px;
		padding-top: 0.25rem;
		padding-bottom: 0.65rem;
    }
    .logo {
        width: 150px;
    }
 	#contact h2{
		margin: auto;
		margin-bottom: 1rem;
    }  
	.banner-image {
		background-position: 0 57px;
    	padding-top: 167px;
		background-size: 100%;
        height: 660px;
	}
    .blue_bar-main .head{
            font-size: 2.5rem;
        margin-top: -75px;
    }
    .head-cont{
        font-size: 28px;
    font-weight: 300;
    line-height: 26px;
    }
    .home-bannerContent p{
        width:100%!important;
    }
    .home-bannerContent p span{
        width:100%!important;
    }
    .btn-width{
        padding: .85rem 1.50rem!important;
    }
    .home-bannerInner{
        width:100%;
    }
    #cognitivemarketing{
        height: 100vh;
    }
    .p.field-p input[type="text"], p.field-p textarea{
        color:#808080!IMPORTANT;
    }
    .vd-popup-container .vd-content {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 90%;
        height: auto;
        transform: translate(-50%, -50%);
       /* display: none;*/
    }
    .single-line-main{
        padding-top: 120px;
    }
    .app-download-holder{
        margin-top: 300px;
    }
    .predictive-lead-banner{
        margin-top: -20px;
    }
    /*.pop-up-show .vd-content{
        display: initial;
    }*/
}
@media (min-width: 568px) and (max-width: 767px) {    
	.banner-image {
		background: #2f85b4 url(../img/sf-world-tour_landscape.png) no-repeat;
            background-position: 0px 135px
	}
    .blue_bar-main{
		position: absolute;
        top: 150px;
        left: 10px; 
    }
    
    .blue_bar{
        top:57px;
    }
    .test-full{
        padding: 0;
    }
    .incubate-test-desc{
        width:100%;
    }
    .img-below-text img{
        width:100%;
    }
    .logo-sal img{
        top: 30px;
        left: 20px;
        width:50%;
    }
    #fieldmobility {
        background-image: url(../img/mobile/field-workforce.png);
        background-size: cover;
              display: block;
        position: relative;
        padding-top: 10em;
        background-position: -560px;
    }
    .home-bannerContent{
        padding: 0 15px;
    }
    .bannerBtns {
        padding: 1.6em 15px;
    }
    .mbl-fsp{
        flex-direction: column-reverse;
    }
    .app-download{
        padding-top: 5rem;
        padding-bottom: 8rem;
    }
    .fsp-logo-au{
        display: block!important;
        margin-top: -70px;
    }
    .fsp-logo-au img{
        width:65%;
    }
    .fsp-meet {
        font-size: 1.5rem;
    }
    .fsp-cont {
        font-size: 3.3rem;
    }
    .app-lh{
        padding-top: 0;
    }
    .ipad-img{
        width:100%;
        top:0;
        left:0;
    }
    .c-30s {
        padding-top: 3em;
    }
    .trusted-advisor {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 8rem;
    }
    .f-saap {
        position: relative;
        transform: translate(0,0);
        margin: auto;
        width: 90%;
        left: 0;
        top: 0;
        height: auto;
    }
    .oracle {
        border-right: none;
        border-bottom: 1px solid #e2e2e2;
    }
    .f-saap > div img {
        max-width: 100%;
    }
    .form-au {
        padding: 20px 5px; 
    }
    .form-dialog-container {
        width: 100%!important;
    }
    .home-top-banner{
        padding: 0;
    }
    #fieldmobility{
        padding-top: 9em;
        padding-bottom: 15rem;
    }
    .app-download-holder{
        text-align: left!importnat;
        margin-top: 27rem;
    }
    #cognitivemarketing{
        height: 180vh;
    }
    .services-casestudy-img img{
        width:100%;
    }
     /*header*/
     header.cd-morph-dropdown{
        position: absolute;
    }
    .navbar{
        padding: 10px 15px;
    }
    .logo-btn{
        padding: 6px 8px;
        border-radius: 4px;
    }
    .logo{
        width: 70px;
    }
    .d-navigation[data-role="navigation"]{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        top: 54px;
        background: #ffffff;
        z-index: 10;
        border-top: 2px solid #9a9a9a;
        max-height: 91vh;
        overflow: auto;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
        transition:         all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    .d-navigation.d-navigation-open[data-role="navigation"]{
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        -webkit-transition: all 600ms 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
        transition:         all 600ms 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    .resp-menu-toggle-btn{
        display: flex;
        width: 30px;
        height: 30px;
        background: #ffffff;
        margin-left: auto;
        align-items: center;
        border-radius: 3px;
        padding: 5px;  
        box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
        position: relative;
        -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
        -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
        box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
        position: relative;
    }
    .resp-menu-toggle-btn .resp-menu-bar{
        display: block;
        width: 100%;
        height: 2px;
        background: #1c69e6;
        position: relative;
         -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .resp-menu-toggle-btn:after, .resp-menu-toggle-btn:before{
        content: '';
        position: absolute;
        display: block;
        width: 68%;
        height: 2px;
        background: #1c69e6;
        left: 50%;
        transform: translate(-50%,0);
        transform-origin: 0;
        -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .resp-menu-toggle-btn:after{
        top: 8px;
    }
    .resp-menu-toggle-btn:before{
        top: 20px;
    }
    .resp-menu-toggle-btn.resp-menu-toggle-btn-close .resp-menu-bar{
        transform: translate(-120%);
        opacity: 0;
    }
    .resp-menu-toggle-btn.resp-menu-toggle-btn-close:after{
        transform: translate(-33%,0) rotate(45deg);
    }
    .resp-menu-toggle-btn.resp-menu-toggle-btn-close:before{
        top: 22px;
        transform: translate(-33%,0) rotate(-45deg);
    }
    .circle-fill{
        border-radius: 50%;
        width: 0px;
        height: 0px;
        position: absolute;
        top: 35px;
        right: 36px;
        background: #fff;
        opacity: 1;
        -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
        transition:         all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    .circle-filled{
        width: 2000px;
        height: 2000px;
        top: -560px;
        right: -565px;
    }
    li.nav_menu--item , li.has-dropdown{
        display: block;
        margin: 0;
    }
    .nav_menu--item a {
        color: #1c69e6;
        display: flex;
        width: 50%;
        padding: 15px;
        justify-content: center;
        border-bottom: 1px solid #f5f5f5;
         float: left;
        border-right: 1px solid #f5f5f5;

    }
    li.has-dropdown a{
        padding: 15px;
    }
    .d-info{
        width: 100%;
        padding: 0;
        min-height: 0;
    }
    .d-info-icon-title {
        display: flex;
        align-items: center;
    }
    .d-icon{
        height: 42px;
        width: 42px;
        background-size: 25px;
        margin: 0;
    }
    .d-title{
        margin-bottom: 0;
        text-align: left;
        font-size: 0.94em;
        margin-left: 10px;
    }
    .d-text{
        width: 100%;
        display: block;
        padding-left: 10px;
        text-align: left;
        font-size: 12px;
    }
    .has-dropdown > a{
        position: relative;
    }
    .has-dropdown > a:after, .has-dropdown > a:before{
        position: absolute;
        content: '';
        width: 6px;
        height: 1px;
        background: #1c69e6;
        right: 6%;
        top: 50%;
        transform: translate(0, -50%);
    }
    .has-dropdown > a:after{
        transform: translate(22%, -50%) rotate(-45deg);
    }
    .has-dropdown > a:before{
        transform: translate(-48%, -50%) rotate(45deg);
    }
    .c-footer{
        padding: 20px 15px 30px;
    }
    .c-footer-content, .c-footer .links-section{
        width: 100% !important;
    }
    .c-footer .contect-section .links-section:nth-child(5){
        width: 100%;
    }
    .c-footer .contect-section{
        flex-wrap: wrap;
    }
    .c-footer .contect-section, .c-footer .links-section{
        margin-right: 0;
    }
    .c-footer .links-section-title{
        display: flex;
        align-items: center;
        border-bottom: 1px solid #d0d0d0;
        margin-bottom: 0.3em;
        font-size: 14px;
        height: 40px;
        position: relative;
    }
    .c-footer .links-section-title:after, .c-footer .links-section-title:before{
        position: absolute;
        content: '';
        display: block;
        top: 50%;
        height: 1px;
        width: 6px;
        background: #545665;
        right: 6%;
        transform: translate(0, -50%);
    }
    .c-footer .links-section-title:after{
        transform: translate(22%, -50%) rotate(-45deg);
    }
    .c-footer .links-section-title:before{
        transform: translate(-48%, -50%) rotate(45deg);
    }
    .c-footer .links-section-title.social-link:after, .c-footer .links-section-title.social-link:before{
        display: none;
    }
    .c-footer .follow-buttons-section {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    .c-footer .footer-bottom-link, .below-content-right{
        font-size: 12px;
    }
    .c-footer .links-section {
        padding: 0;
    }
    .below-content-right{
        margin-top: 0.3em;
    }
    .logo {
        width: 150px;
    }
     #contact h2{
        margin: auto;
         margin-bottom: 1rem;
    }
     .home-bannerContent p{
        width:100%!important;
    }
    .home-bannerContent p span{
        width:100%!important;
    }
    .btn-width{
        padding: .85rem 1.50rem!important;
    }
    .home-bannerInner{
        width:100%;
    }
    .vd-popup-container .vd-content {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 90%;
        transform: translate(-50%, -50%);
        display: none;
    }
    .pop-up-show .vd-content{
        display: block;
    }
    .banner-image {
		background-position: 0 57px;
    	padding-top: 167px;
		background-size: 100%;
        height: 430px;
	}
    .blue_bar-main .head{
            font-size: 50px;
        margin-top: -75px;
    }
    .head-cont{
        font-size: 28px;
    font-weight: 300;
    line-height: 20px;
    }
    .single-line-main{
        margin-top: 127px;
    }
    .blue_bar-main .head-inter{
        font-size: 15px;
    }
    .logo-360 {
    top: 25%;
    left: 50px;
}
    
}
@media (min-width: 768px) and (max-width: 991px){
    .logo {
        width: 150px;
    }
    .incubate-con{
         margin: auto;
        display: flex
    }
    .incubate-con .test-img{
        margin: auto;
    }
    #fieldmobility{
        background-position: -127px 0;
        background-repeat: no-repeat;
    }
    .logo-sal img{
        width: 50%;
        z-index: 1;
        position: absolute;
        top: 80px;
        left: 90px;
    }
    .fsp-cont{
        font-size: 3.5rem;
    }
    #cognitivemarketing{
        height: 40vh;
        background-position: -104px 0px;
    }
    .f-saap{
        margin: 30px;
    }
    .form-dialog-container{
        width:100%!important;
    }
/*
    header.cd-morph-dropdown{
        position: absolute;
    }
*/
    .navbar{
        padding: 20px 15px;
    }
    .logo-btn{
        padding: 12px 20px;
        border-radius: 4px;
    }
    .logo{
        width: 100px;
    }
    .d-navigation[data-role="navigation"]{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        top: 84px;
        background: #ffffff;
        z-index: 10;
        border-top: 2px solid #9a9a9a;
        max-height: 91vh;
        overflow: auto;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
        transition:         all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    .d-navigation.d-navigation-open[data-role="navigation"]{
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        -webkit-transition: all 600ms 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
        transition:         all 600ms 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    .resp-menu-toggle-btn{
        display: flex;
        width: 30px;
        height: 30px;
        background: #ffffff;
        margin-left: auto;
        align-items: center;
        border-radius: 3px;
        padding: 5px;  
        box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
        position: relative;
        -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
        -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
        box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
        position: relative;
    }
    .resp-menu-toggle-btn .resp-menu-bar{
        display: block;
        width: 100%;
        height: 2px;
        background: #1c69e6;
        position: relative;
         -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .resp-menu-toggle-btn:after, .resp-menu-toggle-btn:before{
        content: '';
        position: absolute;
        display: block;
        width: 68%;
        height: 2px;
        background: #1c69e6;
        left: 50%;
        transform: translate(-50%,0);
        transform-origin: 0;
        -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .resp-menu-toggle-btn:after{
        top: 8px;
    }
    .resp-menu-toggle-btn:before{
        top: 20px;
    }
    .resp-menu-toggle-btn.resp-menu-toggle-btn-close .resp-menu-bar{
        transform: translate(-120%);
        opacity: 0;
    }
    .resp-menu-toggle-btn.resp-menu-toggle-btn-close:after{
        transform: translate(-33%,0) rotate(45deg);
    }
    .resp-menu-toggle-btn.resp-menu-toggle-btn-close:before{
        top: 22px;
        transform: translate(-33%,0) rotate(-45deg);
    }
    .circle-fill{
        border-radius: 50%;
        width: 0px;
        height: 0px;
        position: absolute;
        top: 35px;
        right: 36px;
        background: #fff;
        opacity: 1;
        -webkit-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
        -moz-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
        -ms-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
        -o-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
        transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    }
    .circle-filled{
        width: 2000px;
        height: 2000px;
        top: -560px;
        right: -565px;
        -webkit-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
        -moz-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
        -ms-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
        -o-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
        transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    }
    li.nav_menu--item , li.has-dropdown{
        display: block;
        margin: 0;
    }
    .nav_menu--item a {
        color: #1c69e6;
        display: flex;
        width: 100%;
        padding: 15px;
        justify-content: center;
        border-bottom: 1px solid #f5f5f5;
    }
    li.has-dropdown a{
        padding: 15px;
    }
    .d-info{
        width: 100%;
        padding: 0;
        min-height: 30px;
    }
    .d-info-icon-title {
        display: flex;
        align-items: center;
    }
    .d-icon{
        height: 42px;
        width: 42px;
        background-size: 25px;
        margin: 0;
    }
    .d-title{
        margin-bottom: 0;
        text-align: left;
        font-size: 0.94em;
    }
    .d-text{
        width: 100%;
        display: block;
        text-align: left;
        font-size: 12px;
    }
    .has-dropdown > a{
        position: relative;
    }
    .has-dropdown > a:after, .has-dropdown > a:before{
        position: absolute;
        content: '';
        width: 6px;
        height: 1px;
        background: #1c69e6;
        right: 6%;
        top: 50%;
        transform: translate(0, -50%);
    }
    .has-dropdown > a:after{
        transform: translate(22%, -50%) rotate(-45deg);
    }
    .has-dropdown > a:before{
        transform: translate(-48%, -50%) rotate(45deg);
    }
    .has-dropdown > ul{
        display: flex;
        flex-wrap: wrap;
    }
    .has-dropdown > ul li {
        width: calc( 100% / 2);
    }
    .c-footer{
        padding: 70px 15px 50px
    }
    .c-footer .c-footer-content{
        width: 100%;
    }
    .c-footer .contect-section{
        flex-wrap: wrap;
    }
    .c-footer .links-section{
        margin: 0;
        width: 200px;        
    }
    .c-footer .contect-section .links-section:first-child, .c-footer .contect-section .links-section:nth-child(2) {
      width: 30%;
   }
    .app-lh{
        padding: 0;
    }
    .app-lh a{
        padding: .85rem 1.7rem;
        }
    .blue_bar{
        top:90px;
    }
    .ipad-img{
        width: 650px;
        top: -49px;
    }
    #contact h2{
        margin: auto;
         margin-bottom: 1rem;
    }
    .f-saap > div img{
         width: 160px!important;
    }
    .vd-popup-container .vd-content {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 90%;
        height: 500px;
        transform: translate(-50%, -50%);
        display: none;
    }
    .pop-up-show .vd-content{
        display: block;
    }
    .pop-up-show .yt-video{
         display: block;
    }
    
}
@media (min-width: 992px) and (max-width: 1199px){
    .logo {
        width: 170px;
    }
    .nav_menu--item a{
        padding: 0.6em 0.5em;
    }
    .navbar{
        padding: 15px 20px;
    }
    .blue_bar{
        top:64px;
    }
    .test-full {
        padding: 10px 0px;
    }
    #fieldmobility{
         background-position: 0 4px;
    }
    .logo-sal img{
        left: 30px;
    }
    #cognitivemarketing{
        background-position: -580px 0px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
	#fieldmobility, #cognitivemarketing {
		height: auto;
	}
	#cognitivemarketing {
		background-position: -464px 0px;
	}
	.cust-list > .row:first-child, .cust-list.p-tb-5 {
		padding-top: 0;
	}
	.banner-image {
		background: #2f85b4 url(../img/banner-img-tab_portrait.png) no-repeat;
		background-size: 100%;
	}
    .assist-serv{
        height: 185px!important;
        width: 317px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.banner-image {
		background: #2f85b4 url(../img/banner-img-tab_landscape.png) no-repeat;
		background-size: 100%;
	}
}
@supports (-ms-ime-align:auto) {    
}
@media all and (-ms-high-contrast:none){
	.services-casestudy-img {
		max-height: 199px;
	}
}