html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
    list-style-type: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after {
    content: '';
    content: none;
}
a, .sidemenuHead, .close-menu {
    -webkit-tap-highlight-color: transparent !important;
}
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
}
p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    font-weight: 400;
}
img {
    height: auto;
	max-width: 100%;
    width: auto;
}
* {
    box-sizing: border-box;
    color: #0d093e;
} 
.headingMain .headingMainBlack, .bannerPTag, .contentRight .icon, .gradientSubHead, .cloudBoxWrap .homeSubPara, .dataBoxWrap .homeSubPara, .homeSubHeading, .techCaption span, .joinContent h2, .boldText {
    color: #0f0f0f !important;
}
.sliderWrapper {
    display: flex;
}
.hideAll, .CS-slider .round-arrow{
    display: none;
}
#header.moveHead .cookieWrapperCommon {
    background: rgba(255,255,255,0.9);
    z-index: 101;
}
#header .cookieWrapperCommon,
.cookieWrapper .cookiePolicyText p:nth-of-type(2) span {
    display: none;
}
#cookiePolicy {
    position: fixed;
    bottom: 0;
    background-color: #ffffff;
    color: #3f3f3f;
    width: 100%;
    z-index: 1000;
    /* Add padding to prevent overlap with Safari home bar */
    padding-bottom: env(safe-area-inset-bottom, 20px);
}
.cookieBtnWrapper {
    display: flex;
    justify-content: space-between;
  }
  .cookieBtnWrapper .cookieCloseBtn {
    display: flex;
    align-items: center;
    gap: 12px;
  }
#cookiePolicy .largeTxt {
    padding-bottom: 22px;
    font-weight: 600;
    font-size: 26px;
    color: #000000;
    padding-top: 35px;
}
#cookiePolicy .smallTxt span {
    color: #e1dcdc;
}
#cookiePolicy .internal-link {
    color: #f2063a;
    text-decoration: underline;
    font-weight: 500;
    font-size: 16px;
}

.privacyWrapper {
    display: table;
    width: 100%;
}
.privacyWrapper figure {
    display: none;
}
.cookieCloseBtn{
    margin-top:30px;
}
.cookieText{
    flex-basis: 80%;
}
.smallTxtBottom {
    margin-bottom: 25px;
}
.cookieDisabledText {
    padding-bottom: 35px;
}
.cookiePolicyManage, .cookiePolicyNecessary, .cookiePolicyAcpt{
    border-radius: 26px;
    padding: 15px 28px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 30px;
    display: block;
}
.cookiePolicyAcpt {
    padding: 18px 28px;
  }
.cookiePolicyManage {
    border: 2px solid #000000;
}
.cookiePolicyNecessary {
    border: 2px solid #f2063a;
    color: #f2063a;
}
.cookiePolicyAcpt {
    background-color: #f2063a;
    color: #fff;
}
.smallTxt span {
    display: none;
}
.tabOverlay {
    position: relative;
}
.tabOverlay::before {
    content: ""; 
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 50;
}

/*header*/
#header {
    background: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    position: fixed;
    transition: all ease 1s;
    -ms-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
    -webkit-transition: all ease 1s;
    top: 0 !important;
    width: 100%;
    z-index: 99;
    padding: 3px 0;
    height: 70px;
}
#header.moveHead, #header.moveHeadIOS {
    box-shadow: 0 0 24px #cccccc5c;
    top: 0 !important;
 }
 #header.moveHead {
    height: auto;
    transition: all 1.5s ease-out;
}
/* #header.moveHeadIOS {
    height: 68px;
} */
.logoAnimation {
    height: 44px;
    animation:logoHeightAuto 0.25s  ease-out;
}
.moveHead .logoAnimation { 
    height: 40px;
    animation:logoHeight 0.25s  ease-out;
}

/* cookieAccordion */
.faqCookieWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 25%);
    width: 462px;
    height: 412px;
    overflow: hidden;
    padding: 45px;
    background: white;
    border-radius: 25px;
    display: none;
    z-index: 1000;
}
.scroll-box {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    box-sizing: border-box;
    scrollbar-width: thin;
    scrollbar-color: #bbb transparent;
    padding-bottom: 45px;
}
.scroll-box::-webkit-scrollbar {
    width: 8px;
}  
.scroll-box::-webkit-scrollbar-track {
    background: transparent;
}  
.scroll-box::-webkit-scrollbar-thumb {
    background-color: #bbb;
    border-radius: 8px;
    border: 2px solid transparent;
    background-clip: content-box;
}  
.scroll-box::-webkit-scrollbar-button {
    background: transparent;
    height: 0;
}
.faqCookieWrapper .desktop-view-content:not(:last-child) {
    border-bottom: 0!important;
}
.faqCookieWrapper .desktop-view-content {
    border-left: 0!important;
    border-right: 0!important;
    border-radius: 0!important;
    margin-bottom: 0!important;
}
.faqCookieWrapper .desktop-view-content {
    border: 1px solid #dedede;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 0 33px 0 20px;
    position: relative;
    width: 100%;
    z-index: 1;
}
.faqCookieWrapper .mobile-collapse-content .smallHead {
    font-size: 16px;
    font-weight: bold;
}
.faqCookieWrapper .mobilitySolutionsMobile .icon-Close {
  background-image: url(https://static-cdn.qburst.com/5-5-18/images/sprites.png)!important;
  width: 39px;
  height: 26px;
  background-position: -38px -8px;
  background-size: 83px;
  background-repeat: no-repeat;
}
.faqCookieWrapper .mobilitySolutionsMobile .icon-Open {
  
  background-image: url(https://static-cdn.qburst.com/5-5-18/images/sprites.png)!important;
  width: 39px;
  height: 26px;
  background-position: -3px -8px;
  background-size: 83px;
  background-repeat: no-repeat;
}
 .cookieIcons .icon-Closes {
    display: block;
}
.cookieIcons .icon-Opens {
    display: none ;
}
.closeBtn::before {
    content: url(https://static-cdn.qburst.com/5-5-18/images/close.svg)!important;
}
.closeBtn {
    position: absolute;
    right: 74px;
    top: 41px;
    z-index: 3;
    cursor: pointer;
    display: block;
}
.faqCookieWrapper .mobile-collapse-content {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
    display: flex !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.popupTextWrapper {
    display: flex;
    align-items: center;
    gap: 15px;    
}
.faqCookieWrapper .xtraP {
    box-sizing: border-box;
    display: block;
    height: 0;
    opacity: 0;
    padding: 0;
    transition: padding .45s ease, height 1s ease;
}
.faqCookieWrapper .xtraP.active {
    /* padding-bottom: 20px !important;
    padding-left: 43px !important; */
}
.toggle-btn {
    width: 47px;
    height: 29px;
    background: gray;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
    transition: background 0.3s;
}

.toggle-btn::after {
    content: "";
    width: 24px;
    height: 24px;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 3px;
    transition: all 0.3s;
}

.toggle-btn.active {
    background: #008000;
}

.toggle-btn.active::after {
    transform: translateX(17px);
}
/* .cookieWrapperCommon {
    display: none !important;
} */
.bordered {
    position: relative;
    padding-left: 10px; /* Space for the border */
    border-left: 5px solid rgb(0, 0, 0); /* Left border */
    font-size: 16px;
    margin-left: 43px;
    color: #403f3f;
}

/* Curved ends */
.bordered::before,
.bordered::after {
    content: "";
    position: absolute;
    left: -5px;
    width: 5px;
    height: 5px;
    background: rgb(0, 0, 0);
    border-radius: 57%;
}

.bordered::before {
    top: -3px; /* Top curve */
}

.bordered::after {
    bottom: -3px; /* Bottom curve */
}
.cookiePopupHead {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 25px;
}
.greenText {
    font-size: 16px;
    font-weight: 800;
    color: #008000;
}
.saveBtn a {
    border-radius: 26px;
    padding: 15px 28px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    background-color: #f2063a;
    color: #fff;
    width: 174px;
    position: relative;
    z-index: 3;
    cursor: pointer;
}
.popupSmallText {
    font-size: 14px;
    font-weight: 600;
}
.saveBtn {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 34px 17px 0 0;
}
.faqCookieWrapper {
    max-width: 860px;
    width: 92%;
    margin: 0 auto;    
}
.scrollCookieDisable {
    overflow: hidden;
    touch-action: none;
    height: 100vh;
}
@keyframes logoHeight {
    0% {
      height: 44px;
    }
    25% {
        height: 43px;
    }
    50% {
        height: 42px;
    }
    75% {
        height: 41px;
    }
    100% {
      height: 40px;
    }
}
@keyframes logoHeightAuto {
    0% {
      height: 40px;
    }
    25% {
        height: 41px;
    }
    50% {
        height: 42px;
    }
    75% {
        height: 43px;
    }
    100% {
      height: 44px;
    }
}
.preload #normal{
    animation: none;
}
#headerWrapper {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1500px;
    width: 97%;
}
.logoContainer {
    color: #000;
    display: inline-block;
    position: relative;
    margin: 0;
    text-decoration: none;
    vertical-align: middle;
    width: 104px;
    height: 40px;
}
.close-menu,
.icon-Awards,
.rightArrow,
.closeInquiry,
.closesrch,
.mainMenu .activeMenu,
.icon-replay,
.inquiryMobile,
.searchicon,
.close-menu:before,
.backArrow:after,
.downArrow::after {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.inquiryMobile:after {
    content: "\e906";
    font-size: 20px;
}
.inquiryAffliateData {
    display: none;
}
.searchicon:after {
    content: "\e909";
    font-size: 24px;
}
#navMenuWrap #toggleMenu.menuicon {
    background-color: #f2063a;
    border-radius: 24px;
    display: flex;
    height: 48px;
    width: 48px;
    margin: 0 0 0 20px;
    justify-content: center;
    flex-direction: column;
    padding: 16px 13px;
}
.menuicon span {
    background-color: #fff;
    border-radius: 10px;
    height: 2px;
    transition: width 0.2s linear;
    -o-transition: width 0.2s linear; 
    -ms-transition: width 0.2s linear; 
    -moz-transition: width 0.2s linear; 
    -webkit-transition: width 0.2s linear; 
}
.hamone {
    align-self: flex-start;
    width: 7px;
}
.hamtwo {
    width: 14px;
    align-self: flex-start;
}
.hamone, .hamtwo {
    margin-bottom: 4px;
}
.hamthree {
    align-self: flex-start;
    width: 21px;
}
#navMenuWrap #toggleMenu  {
    display: block;
}
#navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#navigation li {
    font-family: 'Montserrat', sans-serif;
}
#navigation a {
    cursor: pointer;
}
.masksrch {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}
#career_ids input::-ms-clear {
    display: none;
}
input[type="text"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
input,
textarea,
button,
select,
label,
a {
    -webkit-tap-highlight-color: transparent;
}
.homeWrapper,
#openModal {
    overflow-x: hidden;
}
.inquiryModel {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
    height: 100%;
    outline: medium none;
    overflow-y: auto;
    position: fixed;
    width: 100%;
    z-index: 102;
    top: 0;
    right: -100%;
    display: none;
}
.searchHolder {
    background-color: #fff;
    font-style: italic;
    margin: 0 auto;
    outline: 0 none;
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    z-index: 101;
    display: none;
}
.homeSendInquiryHead span {
    display: none;
}
textarea {
    white-space: pre-wrap;
}
iframe,
object,
embed {
    max-width: 100% !important;
}

/*sidebar*/
.pBottom {
    padding-bottom: 40px;
}
input:-webkit-autofill,
textarea:-webkit-autofill {
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 0 1000px white inset;
}
button {
    cursor: pointer;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-variant: normal;
    color: #262626;
    height: auto;
    /* overflow-x: hidden; */
    margin-bottom: 0;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
.salesforceFooterText {
    display: none;
}

html, body {
   min-height: 100%;
   /* overflow-x: hidden; */
}
.mask {
    position: fixed;
    /* overflow-y: scroll; */
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
#header.moveHead {
    background: #fff;
    /* top: 0; */
}
.contentWrapper>* {
    font-family: 'Montserrat', sans-serif;
}
.contentWrapper {
    width: 91%;
    margin: 0 auto;
}
body.inqy-open .bodyWrapper > *:not(.inquiryModel) {
    opacity: 0;
    background: #fff;
}
.linkTextBox {
    color: #fb004e;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
}
/*home page*/
.wholecontentWrapper {
    margin-top: 70px;
}
.homeWidth {
    width: 97%;
    max-width: 1500px;
    margin: 0 auto;
}
/* banner */
/* .bannerWrapper *{
    font-family: 'Poppins', sans-serif;
} */
.headingMainBlack {
    color: #111235;
    display: block;
    font-weight: 400;
}
.headingMainRed {
    color: #f2063a;
    font-weight: bold;
}
.bannerWrapper {
    display: flex;
}
.bannerPTag {
    color: #0e0941;
}
.left-hand {
    left: 30%;
}
.right-hand {
    right: 30%;
}
.h2 {
    font-weight: 800;
    color: #0e0941;
    font-size: 30px;
}
.hoemBtn {
    padding: 15px 28px;
    border-radius: 24px;
    background-color: #f2063a;
    font-weight: 600;
    font-size: 15px;
    border: #f2063a;
    display: block;
    z-index: 2;
    position: relative;
}
.hoemBtn .homeNewButton {
    color: #fff;
}
.clientBtn .homeNewButton, .serviceBtn .homeNewButton {
    color: #f2063a !important;
}
.joinUsContentWrap {
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column-reverse;
    gap: 25px;
    justify-content: center;
    /* min-height: 315px; */
    width: 100%;
}
.joinUsContentWrap::before, .joinUsContentWrap::after, .joinUsInnerWrap::after {
    content: "";
    position: absolute;
}
.joinUsContentWrap::before {
    background: url(https://static-cdn.qburst.com/5-5-18/images/homeImg/oval-1.webp) no-repeat;
    width: 184px;
    height: 182px;
    left: 3px;
    top: 0;
    background-size: 188px;
}
.joinUsContentWrap::after {
    background: url(https://static-cdn.qburst.com/5-5-18/images/homeImg/oval-2.webp) no-repeat;
    height: 200px;
    width: 206px;
    background-size: 239px;
    right: 0;
    top: 0;
}
.joinUsInnerWrap {
    position: relative;
}
.join-image-container {
    transform: rotateY(-180deg);
} 
.gridFourColumn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-columns: 1fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    -ms-grid-rows: 1fr 1fr;
    gap: 30px 15px;
    width: 100%;
    margin: 0 auto;
}
.gridColumnAlign {
    align-items: baseline;
}
.serviceBtn {
    margin: 32px auto 0;
    max-width: max-content;
    padding: 12px 22px;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    border: 2px solid #f2063a;
    border-radius: 50px;
    color: #f2063a;
    font-weight: 600;
}
.technologyWrapper figure {
    text-align: center;
}
.techCaption span {
    font-weight: 400;
}
.techBold {
    font-weight: 600 !important;
}
/* common slider styles */
.wrapper {
    width: 100%;
    overflow-x: hidden;
    margin: 0 0 0 auto;
}
.CS-slider {
    padding: 0 0 120px;
}
.slick-track {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center;
}
.whiteLink-btn.homeCTA.homeArrowBtn::after, .cs-arrow::after {
    background:  linear-gradient(270deg, rgba(255, 255, 255, 0) 26%, #fff 94%);
    -webkit-background-clip: text;
}
.white-head {
    line-height: 1.48;
    letter-spacing: normal;
    color: #fff;
}
.boxWrapper {
    border-radius: 20px;
    position: relative;
}
.aiBoxWrapper {
    background-image: linear-gradient(to bottom, #f43d4e -8%, #bf0627);
}
.dataBoxWrapper {
    background-image: linear-gradient(179deg, #fffbfb 1%, #fdeaec 93%);
}
.aiImg img {
    max-width: 320px;
}
.aiBoxCard, .cloudBoxCard, .dataBoxCard {
    box-shadow: 0 20px 20px -17px rgba(128, 11, 25, 0.5);
    box-shadow: 0 12px 18px 0 rgba(101, 99, 127, 0.14);;
    border-radius: 20px;
  }
.generativeAI, .microsoft, .data , .etl, .cloud, .finops, .dataBoxWrapper, .cloudBoxWrapper, .cloudBoxWrapperImg, .cloudBoxCard, .aiBoxCard, .aiBoxWrapperImg, .aiBoxWrapper, .dataBoxCard, .dataBoxWrapperImg, .dataBoxWrap, .aiBoxWrap, .dataBox, .joinContent {
    position: relative;
}
.generativeAI::after , .microsoft::after, .data::after , .etl::after, .cloud::after , .finops::after, .dataBoxWrapper::after, .cloudBoxWrapper::after, .cloudBoxWrapper::before, .cloudBoxCard::before, .cloudBoxCard::after, .cloudBoxWrapperImg::after, .cloudBoxWrapperImg::before, .aiBoxCard::before, .aiBoxCard::after, .aiBoxWrapper::after, .aiBoxWrapper::before, .aiBoxWrapperImg::after, .aiBoxWrapperImg::before, .dataBoxCard::before, .dataBoxWrapper::before, .dataBoxWrapperImg::after, .dataBoxWrapperImg::before, .dataBoxWrap::after, .aiBoxWrap::after, .dataBox::after, .joinContent::after  {
    content: "";
    position: absolute;
    border-radius: 0 0 20px 0;
}
.leftCard, .rightCard {
    width: 100%;
}
/* ai */
.aiBoxCard::before, .dataBoxCard::before {
    background: url(https://static-cdn.qburst.com/5-5-18/images/homeImg/ai/cardFullCircle.webp) no-repeat;
}
.aiBoxCard::after {
    background: url(https://static-cdn.qburst.com/5-5-18/images/homeImg/ai/cardHalfCircle.webp) no-repeat;
}
.aiBoxCard {
    z-index: 2;
}
.generativeAI::after {
    right: -8px;
    bottom: 0;
    background: url(https://static-cdn.qburst.com/5-5-18/images/homeImg/ai/genAi.webp) no-repeat;
    height: 193px;
    width: 229px;
    background-size: 221px;
    z-index: 2;
}
.microsoft::after {
    right: 0;
    bottom: 0;
    background: url(https://static-cdn.qburst.com/5-5-18/images/homeImg/ai/microsoft.webp) no-repeat;
    bottom: 0;
    right: 0;
    width: 234px;
    height: 180px;
    background-size: 235px;
    z-index: 2;
}

.aiBoxWrapper::after {
    background: url(https://static-cdn.qburst.com/5-5-18/images/homeImg/ai/aiBanner.webp) no-repeat;
    background-size: 380px;
    height: 397px;
    right: 55px;
    top: 35px;
    width: 388px;
}
.aiBoxWrapper::before {
    background: url(https://static-cdn.qburst.com/5-5-18/images/homeImg/ai/aiBannerCircle.webp) no-repeat;
    background-size: 495px;
    height: 436px;
    right: 100px;
    top: 26px;
    width: 487px;
}
.aiBoxWrapperImg::after {
    background: url(https://static-cdn.qburst.com/5-5-18/images/homeImg/ai/aiIcon.svg) no-repeat;
    background-size: 92px;
    height: 83px;
    right: -26%;
    right: 390px;
    top: 70px;
    width: 88px;
    rotate: 180deg;
}
.aiBoxWrapperImg::before {
    background: url(https://static-cdn.qburst.com/5-5-18/images/homeImg/ai/aiCircle.webp) no-repeat;
    background-size: 307px;
    bottom: 0;
    height: 251px;
    left: 0;
    right: 379px;
    width: 289px;
    z-index: 1;
}
.etl::after {
    background: url(https://static-cdn.qburst.com/5-5-18/images/homeImg/data/etl.webp) no-repeat;
    background-size: 284px;
    bottom: 0;
    height: 201px;
    right: 0;
    width: 276px;
}
.dataBoxWrapper {
    min-height: 570px;
}
.aiBoxWrapper {
    min-height: 487px;
}
.dataBoxWrapper::after {
    background: url(https://static-cdn.qburst.com/5-5-18/images/homeImg/data/dataBanner.webp) no-repeat;
    width: 622px;
    height: 369px;
    background-size: 548px;
    bottom: -13px;
    background-position: 80px 0px;
    left: 57px;
    /* z-index: 1; */
}
.dataBoxWrapper::before {
    background: url(https://static-cdn.qburst.com/5-5-18/images/homeImg/data/dataBannerCircle.webp) no-repeat;
    background-position: -19px 28px;
    background-size: 589px;
    bottom: 0;
    height: 379px;
    left: 260px;
    width: 555px;
}
.data::after {
    background: url(https://static-cdn.qburst.com/5-5-18/images/homeImg/data/data.webp) no-repeat;
    background-size: 256px;
    border-radius: 0 0 20px 0;
    bottom: 0;
    height: 163px;
    right: 0;
    width: 256px;
}
.dataBoxWrapperImg::after {
    background: url(https://static-cdn.qburst.com/5-5-18/images/homeImg/data/dataIcon.svg) no-repeat;
    background-position: 0 0;
    bottom: 82px;
    height: 100px;
    left: 145px;
    width: 90px;
    background-size: 92px;
    z-index: 2;
}
.dataBoxWrapperImg::before {
    background: url(https://static-cdn.qburst.com/5-5-18/images/homeImg/data/dataSmallCircle.webp) no-repeat;
    background-size: 153px;
    bottom: 0px;
    height: 150px;
    left: 0;
    width: 150px;
    z-index: 1;
}
.dataLinkBtn.homeCTA.homeArrowBtn::after, .cloudLinkBtn.homeCTA.homeArrowBtn::after, .dataBtn h4, .cloudBtn h4, .dataLinkBtn {
    color: #fb004e !important;
}
.dataLinkBtn {
    position: relative;
    z-index: 1;
}
/* cloud */

.cloudBoxWrapper {
    min-height: 450px;
}
.cloudBoxWrapper::after {
    background: url(https://static-cdn.qburst.com/5-5-18/images/homeImg/cloud/cloudBanner.webp) no-repeat;
    background-size: 436px;
    bottom: 76px;
    height: 327px;
    right: 29px;
    width: 460px;
}
.cloudBoxWrapper::before {
    background: url(https://static-cdn.qburst.com/5-5-18/images/homeImg/cloud/cloudBannerCircle.webp) no-repeat;
    background-size: 561px;
    bottom: 65px;
    height: 353px;
    right: 29px;
    width: 557px;
}
.cloudBoxWrapperImg::after {
    background: url(https://static-cdn.qburst.com/5-5-18/images/homeImg/cloud/cloudIcon.svg) no-repeat;
    background-size: 100px;
    right: -26%;
    width: 97px;
    height: 91px;
    top: 0;
    right: 364px;
    top: 97px;
}
.cloudBoxCard::before {
    background: url(https://static-cdn.qburst.com/5-5-18/images/homeImg/cloud/cardFullCircle.webp) no-repeat;
}
.cloudBoxCard::after {
    background: url(https://static-cdn.qburst.com/5-5-18/images/homeImg/cloud/cardHalfCircle.webp) no-repeat;
}
.cloud::after {
    background: url(https://static-cdn.qburst.com/5-5-18/images/homeImg/cloud/cloud.webp) no-repeat;
    border-radius: 0 0 20px 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    background-size: 268px;
    height: 198px;
    width: 267px;
}
.finops::after {
    background: url(https://static-cdn.qburst.com/5-5-18/images/homeImg/cloud/finops.webp) no-repeat;
    border-radius: 0 0 20px 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    background-size: 266px;
    height: 192px;
    width: 264px;
}

.cloudBoxCard::before, .aiBoxCard::before, .dataBoxCard::before {
    background-size: 224px;
    height: 150px;
    right: 0;
    top: 0;
    width: 224px;
}
.cloudBoxCard::before, .aiBoxCard::before {
    z-index: 1;
}
.cloudBoxCard::after, .aiBoxCard::after {
    background-size: 67px;
    bottom: 0;
    height: 61px;
    left: 0;
    width: 69px;
}
.cloudBoxWrapper {
    /* background-image: linear-gradient(357deg, #cbc5ff 142%, #f3f2ff 30%, #fcfbff 4%); */
    background-image: linear-gradient(to top, #cbc5ff 9%, #f3f2ff 105%, #fcfbff 105%);
    background: linear-gradient(to bottom right, #fcfbff 0%, #f3f2ff 50%, #cbc5ff 100%);

}
.homeBtnLink {
    z-index: 1;
    position: relative;
}
.cloudBoxWrapper {
    color: #0e0941;
}
.whiteLink {
    color: #fff;
}
.homeSubWhiteText {
    color: #fff !important;
}
.homeBtnLink {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    position: relative;
    width: 260px;
    cursor: pointer;
}
.whiteLink h4 {
    color: #fff;
}
.boldText {
    font-weight: 600;
}
.floatingSliderLeft, .floatingSliderRight, .floatingSliderLeftColumn, .floatingSliderRightColumn {
    background-color: #fff;
    padding: 33px 30px;
    border-radius: 20px;
    /* max-width: 516px; */
    width: 100%;
    min-height: 238px;
    /* z-index: 1; */
}
.gradientSubHead {
    font-weight: bold;
    display: block;
    margin-bottom: 30px;
}
.logoWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}
.floatingSlider p, .floatingSliderColumn p {
    font-size: 20px;
  font-weight: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #0f0f0f;
  max-width: 290px;
  position: relative;
  z-index: 1;
}
.floatingSlider a, .floatingSliderRightColumn a, .floatingSliderLeftColumn a{
    font-size: 16px;
    font-weight: 600;
    color: #fb004e;
}
.bannerTagBtn {
    color: #fb004e;
}
.bannerTagBtn {
    margin-top: 24px;
    margin-top: 0;
    padding-bottom: 0;
}
.boldnews {
    font-weight: 700;
    color: #fb004e;
    font-size: 20px;
}
.newsWrap {
    margin-top: 30px;
    background-color: #fdf2f1d6;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 60px;
}
.newsbannerPTag {
    font-weight: 500;
    position: relative;
    z-index: 1;
    font-size: 18px;
}
.updateText {
    padding-bottom: 8px;
}

.rakText {
    padding-bottom: 2px;
}
.hexListli {
    display: flex;
    width: 100%;
    color: #0d093e;
    padding: 6px 0;
    line-height: 24px;
}
.hexListBullet {
    position: relative;
    height: 5px;
    background-color: #e62552;
    margin: 10px 0;
    width: 8px;
    float: left;
    display: inline-block;
}
.hexListBullet:before {
    bottom: 100%;
    border-bottom: 2px solid #e62552;
}
.hexListBullet:after {
    top: 100%;
    border-top: 2px solid #e62552;
}
.hexListBullet:before, .hexListBullet:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.hexListItem {
    padding-left: 10px;
    display: block;
    box-sizing: border-box;
    flex: 1;
}
.floatingSlider .homeBtnLink {
    max-width: 145px;
}
.bannerTagBtn {
    max-width: 132px;
    font-size: 18px;
}
.newsWrap .bannerPTag {
    max-width: 100% !important;
}
.bannerTagBtn {
    display: inline-block !important;
}
.floatingSlider .floatingSliderRight .homeBtnLink {
    max-width: 138px;
}
.floatingSliderColumn .homeBtnLink {
    max-width: 182px;
}
.cloudBtn {
    max-width: 170px;
}
.dataBtn {
    max-width: 245px;
}
.cloudBtn h4 {
    color: #0e0941;
}
.aiBtn {
    max-width: 237px;
}
.whiteLink.homeBtnLink.homeCTA.homeArrowBtn:after {
    color: #fff;
}
.floatingSlider .homeBtnLink h4, .floatingSliderColumn .homeBtnLink h4 {
    color: #fb004e;
    cursor: pointer;
}
.floatingSlider .slick-track {
    align-items: flex-start;
}
.logoBox span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.logoBox span:after {
    content: "";
    height: 95px;
    width: 155px;
}
.logoPartner:after {
    background-image: url(https://static-cdn.qburst.com/5-5-18/images/homeImg/partner.svg);
    background-repeat: no-repeat;
}
.logoIndia:after {
    background-image: url(https://static-cdn.qburst.com/5-5-18/images/homeImg/clients_in.webp);
    background-repeat: no-repeat;
    background-size: 1288px 180px;
}
.logoJP:after {
    background-image: url(https://static-cdn.qburst.com/5-5-18/images/homeImg/clients_jp.webp);
    background-repeat: no-repeat;
    background-size: 1288px 180px;
}
.logoUS:after {
    background-image: url(https://static-cdn.qburst.com/5-5-18/images/homeImg/clients_us.webp);
    background-repeat: no-repeat;
    background-size: 1288px 180px;
}
.logoUK:after {
    background-image: url(https://static-cdn.qburst.com/5-5-18/images/homeImg/clients_uk.webp);
    background-repeat: no-repeat;
    background-size: 1288px 180px;
}
.logoAUS:after {
    background-image: url(https://static-cdn.qburst.com/5-5-18/images/homeImg/clients_aus_sg.webp);
    background-repeat: no-repeat;
    background-size: 1288px 180px;
}
.logoUAE:after {
    background-image: url(https://static-cdn.qburst.com/5-5-18/images/homeImg/clients_uae.webp);
    background-repeat: no-repeat;
    background-size: 1288px 180px;
}
.logoOthers:after {
    background-image: url(https://static-cdn.qburst.com/5-5-18/images/homeImg/clients_other.webp);
    background-repeat: no-repeat;
    background-size: 1288px 180px;
}
.logoZA:after {
    background-image: url(https://static-cdn.qburst.com/5-5-18/images/homeImg/clients_sa.webp);
    background-repeat: no-repeat;
    background-size: 1288px 180px;
}
.logoDE:after {
    background-image: url(https://static-cdn.qburst.com/5-5-18/images/homeImg/clients_de.webp);
    background-repeat: no-repeat;
    background-size: 1288px 180px;
}
.box-content::after {
    background: url(https://static-cdn.qburst.com/5-5-18/images/homeImg/aI-bg-lines.webp) no-repeat;
    content: "";
    position: absolute;
    background-size: 152% 272%;
    background-position: 4% 67%;
}
.homeSubHeading {
    font-weight: 800;
}
.partner-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.partner-wrapper .logoBox {
    border: none;
    max-width: none;
}
.buildWrapper {
    display: flex;
}
.flexWrapper {
    display: flex;
}
.web-only {
    display: none !important;
}
.smallS-only {
    display: block;
}
.gen-link {
    max-width: 206px;
}
.clientSection .footerInquiry {
    width: 140px;
}
.clientBtn {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    height: 36px;
    padding: 9px 19px;
    width: 101px;
    border: 2px solid #f2063a;
    border-radius: 50px;
    color: #f2063a;
}
.footerInquiry::after, .footerInquiry:hover .homeArrow::before{
    right: 14px !important;
}
/*menu*/
.sideMenuDrop .iconArrow:after,
.menuArrow:after {
    font-family: "icomoon";
}
.sideMenuDrop .iconArrow {
    line-height: 25px;
}
.headerMenu,
.menuOuterWrapper,
.menuContent {
    display: none;
}
.mainMenu {
    backface-visibility: hidden;
    background: #fff;
    bottom: 0;
    overflow-x: hidden;
    /* overflow-y: scroll; */
    position: fixed;
    /* display: none; */
    right: -100%;
    top: 0;
    width: 100%;
    z-index: 102;
    -webkit-backface-visibility: hidden;
    /* transition: right 0.5s linear; */
}
.mainmenuWrapper {
    display: flex;
    height: 100%;
    justify-content: flex-end;
    margin: 0 auto;
    position: relative;
}
.menuSection {
    background-color: #fff;
    display: table;
    flex-basis: 100%;
    height: 100%;
    overflow-y: scroll;
    position: relative;
    width: 100%;
}
/*inquiry Styles*/
.sendInuiryBtn:focus-visible, .checkboxLabel a:focus-visible {
    outline: 1px solid #000000 !important;
}
.inqy-open header {
    display: none !important;
}
.inqy-open .bodyWrapper .inquiryModel>* {
    display: block;
}
.inquiryHeader,
.inquiryBody {
    max-width: 1200px;
    margin: 0 auto;
}
.inquiryHeaderInner {
    margin: 0 auto;
    padding-top: 60px;
    width: 100%;
    position: relative;
    text-align: center;
    color: #262626;
    padding-bottom: 24px;
    float: left;
}
.inqimg {
    width: 100px;
    margin-right: 44px;
}
.inquiryHeader span {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    vertical-align: middle;
    width: 100%;
    display: block;
    margin-top: 10px;
    float: left;
    padding-bottom: 0;
}
.inquiryHeader p,
#contactInquiryRight,
#contactInquiryLeft,
.formSect_right_captcha {
    display: none;
}
.closeInquiry {
    color: #000;
    cursor: pointer;
    font-size: 22px;
    position: absolute;
    right: 6%;
    top: 15px;
}
.closeInquiry:before {
    content: "\e918";
}
.contactInquiry {
    margin: 18px auto 10px;
    width: 92%;
}
#career_ids {
    max-width: 717px;
    margin: 0 auto;
}
.inquiryFormLeft.clearfix {
    margin: 0 auto;
    width: 100%;
}
.formSectLeft,
.formSectRight {
    width: 100%;
    float: none;
    display: inline-block;
    height: 54px;
}
.formSectLeft input,
.formSectRight input {
    margin: 7px auto;
    padding: 8px;
    width: 97%;
    float: none;
    color: #2d2d2d;
    outline: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    border: 0;
    border-bottom: 2px solid #696969;
    background-color: #fff;
}
.error_msgInquiry,
#expValMsg {
    font-size: 12px;
    clear: both;
    display: inline-block;
}
.error_msgInquiry label {
    color: #f00;
}
.error_msgInquiry,
#expValMsg,
#emailValMsg {
    padding: 4px 0 4px 8px;
}
#contentofsendinquiry {
    padding-top: 20px;
    display: none;
    width: 100%;
}
#consent_checkbox_inq {
    width: 12px;
    height: 12px;
    cursor: pointer;
    margin: 0 13px 0 0;
    appearance: none;
    -webkit-appearance: none;
    outline: 1px solid #636363;
    -moz-outline-radius: 2px;
    border-radius: 2px;
    position: relative;
}
#consent_checkbox_inq:hover,
#consent_checkbox_inq:focus {
  outline: 1px solid #0d093e;
}
 #consent_checkbox_inq[type=checkbox]:checked:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 4px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
 }
 .checkboxWrapper input:checked {
    background-color: #296fee;
    border-radius: 0;
 }
.inquiryFormRight {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0;
}
#headerCaptchaValMsg {
    text-align: center;
}
#headerCaptchaValMsg label {
    float: left;
}
.inquirySbmt {
    width: 100%;
    text-align: center;
    border-top: 0;
    float: none;
}
.sendInuiryBtn {
    font-family: 'Montserrat',sans-serif;
    margin: 26px 0 60px;
    background: transparent;
    padding: 13px 37px 15px 12px;
    width: 165px;
    height: 48px;
    border: 2px solid #f2063a;
    background-origin: border-box;
    background-clip: padding-box,border-box;
    border-radius: 50px;
    position: relative;
}
.sendInuiryBtn.inquiryArrowBtn::after {
    right: 10px;
    top: 16px;
  }
.sendInuiryBtn:focus {
  outline: none;
}
.contactInquiry #content {
    text-align: center;
    width: 100%;
}
.confmtnMsg {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    height: 155px;
    text-align: center;
}
.confmtnMsg div:first-child {
    color: #666;
    font-size: 16px;
    font-weight: 700;
}
.confmtnMsgAlign {
    color: green!important;
    font-size: 20px;
    padding-top: 10px;
}
/*slider menu*/
.sideMenuDrop {
    height: 100%;
    margin: 0;
    padding: 80px 40px;
    width: 100%;
}
.sideMenuDrop .mobile-collapse-contenting {
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 40px;
    user-select: none;
    -webkit-user-select: none;
}
.sideMenuDrop .iconArrow {
    padding-left: 10px;
    position: relative;
}
.sideMenuDrop .iconArrow:after {
    bottom: 2px;
    content: "\e916";
    font-size: 9px;
    font-weight: 700;
    position: absolute;
}
.sideMenuDrop .icon-Open:after {
    bottom: 6px;
    display: inline-block;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.sideMenuDrop .xtraP {
    height: 0;
    opacity: 0;
    padding: 0;
    transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
}
.sidemenuHead {
    cursor: pointer;
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #0d093e;
}
.mainMenu .close-menu, 
.backArrow {
    cursor: pointer;
    padding-top: 20px;
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 3;
}
.close-menu:before {
    content: "\e918";
    font-size: 18px;
    font-weight: 600;
}
.backArrow:after {
    content: "\e91a";
    font-size: 18px;
    font-weight: 600;
}
.subMenuWrapper {
    display: block;
    opacity: 0;
    right: -100%;
    transition: right .5s ease;
}
.subMenuWrapper.active {
    height: 100%;
    opacity: 1;
    padding: 80px 40px;
    position: relative;
    right: 0;
    transition: right .5s ease;
    width: 100%;
}
.subMenuSlider,
.xtraP .sideMenuList,
.desktop-view-content-web {
    display: none;
}
.subMenuSlider.activeList {
    display: block;
}
.menuOuterWrapper.bodyFade {
    background: transparent;
}
.submenuHead {
    color: #fb004e;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: 18px;
    padding-bottom: 30px;
}
.sideMenuLink {
    color: #323232;
    cursor: pointer;
    display: table;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    padding-bottom: 30px;
    padding-left: 20px;
    user-select: none;
    -webkit-user-select: none;
}
.xtraP.active .sideMenuList {
    display: inline-block;
}
.mainMenu * {
    font-family: 'Montserrat', sans-serif;
}
.menudropOpen span {
    color: #fb004e;
}
/*header menu*/
.menuContent * {
    font-family: 'Montserrat', sans-serif;
}
.menuOuterWrapper * {
    box-sizing: border-box;
}
/*serach styles*/
.searchBorder {
    margin: 0 auto;
    width: 84%;
}
#topSearch {
    border-bottom: 2px solid #c4c4c463;
    display: inline-block;
    margin: 30px auto;
    width: 78%;
}
#topSearch ::placeholder {
    color: #757575;
}
#topSearch ::-webkit-input-placeholder {
    color: #757575;
}
#topSearch :-moz-placeholder,
#topSearch ::-moz-placeholder {
    color: #757575;
}
#topSearch :-ms-input-placeholder,
#topSearch ::-ms-input-placeholder {
    color: #757575;
} 
#topSearch .validationCheck {
    color: #FF0000;
}
.searchBox {
    background-color: #fff;
    border: medium none;
    color: #0d093e;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    width: 94%;
    padding-bottom: 12px;
    outline: 0;
}
.searchBox::-ms-clear {
    display: none;
}
.searchBtn {
    display: none;
    opacity: 0;
}
.closesrch {
    color: #0d093e;
    cursor: pointer;
    font-size: 22px;
    position: absolute;
    right: 8%;
    top: 30%;
}
.closesrch:before {
    content: "\e918";
    font-size: 18px;
    font-weight: 600;
}
/*footer*/
.socialIcons {
    font-family: "icomoon";
    user-select: none;
    -webkit-user-select: none;
    display: flex;
    gap: 12px
}
.socialIcons a:after {
    border-radius: 18px;
    border: none;
    font-size: 36px;
    color: #fb004e;
    background-color: #fef5f6;
}
#copyright p {
    /* margin-top: 50px; */
    text-align: center;
    padding: 24px 0;
    font-size: 14px;
}
#copyright {
    opacity: 0.74;
    background-color: #fef5f6;
    display: flex;
    justify-content: center;
    /* height: 86px; */
}
.facebook:after {
    content: "\e907";
}
.twitter:after {
    content: "\e945";
}
.linkdin:after {
    content: "\e90a";
}
.youtube:after {
    content: "\e90d";
}
.slideshare:after {
    content: "\e90b";
}
.line_sm:after {
    content: "\e902";
}
.footerAddress * {
    /* color: #fff; */
    line-height: 23px;
}
.footerBox .linkText:after {
    /* padding-right: 0; */
    content: "";
}
.footerAddress .linkText:after, .footerArrow::before {
    font-size: 12px !important;
}
.scrolled.footerAddress {
    animation:redFill 0.4s  ease-in-out;
}
.copyrightP {
    padding: 30px 0;
    color: #646464;
    font-size: 14px;
    font-weight: 500;
}
.copyrightBold {
    font-weight: 600;
    color: #020203;
    display: inline-block;
}
.viewallLoc, .footerSelect {
    display: inline-block;
    margin-bottom: 26px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
}
.footerInquiry {
    color: #f2063a;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    padding: 18px 24px;
    text-align: center;
    position: relative;
    z-index: 5;
    width: 170px;
    height: 48px;
    border-radius: 50px;
    border: 2px solid #f2063a;
    border-radius: 50px;
}
.addressText {
    height: 22px;
    margin-bottom: 19px;
    line-height: normal;
    letter-spacing: normal;
    display: block;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}
.menuBold {
    font-weight: 700;
    font-size: 18px;
    color: #0d093e;
    display: block;
    padding-bottom: 10px;
}
.footerAddrs {
    padding-bottom: 15px;
}
.referalNav, .footerTextRef, .refBtn {
    display: none;
}
.pageUrlLink {
    color: #e62552;
    font-weight: 600;
    text-decoration: underline;
}
.checkboxLabel {
    font-size: 16px;
    color: #636363;
    line-height: 22px;
    pointer-events: none;
}
.checkboxLabel a {
    font-weight: 500;
    pointer-events: visible;
}
.checkboxWrapper {
    padding: 10px 0 25px;
}
.checkboxErrorInq {
    display: none;
}
.checkboxErrorInq.needsfilled {
    display: block !important;
    color: #f00;
}
.viewallLoc::after, .footerArrow::before {
    content: "\e91a";
    display: inline-block;
    font-family: "icomoon";
    padding-right: 10px;
    position: absolute;
    font-size: 10px;
    font-weight: 600;
    /* top: 4px; */
}
.viewallLoc::after {
    transform: translate(-24px,0) rotate(180deg);
    color: #fb004e;
    right: -24px;
    background-color: #f2063a;
    /* background: linear-gradient(278deg, rgba(255,0,0,0.5018382352941176) 29%, rgba(255,0,0,0.5018382352941176) 45%, rgba(134,13,125,1) 74%); */
    -webkit-background-clip: text;
    color: transparent;
}
.viewallLoc::before, .black-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 100%;
    color: #fb004e;
}
.viewallLoc::before {
    border-bottom: 2px solid #fb004e;
    will-change: transform;
    --bg-opacity: 1;
    /* background-color: #f2063a; */
    /* background-image: linear-gradient(92deg, rgba(255, 0, 0, var(--bg-opacity)) 0%, rgba(134, 13, 125, var(--bg-opacity)) 122%); */
}
.footerArrow:before {
    transform: translate(-24px,0) rotate(180deg);
    color: transparent;
    background: none;
    opacity: 0;
}
.footerArrow::before {
    right: -5px;
}
.viewallLoc {
    width: 160px;    
    height: 30px;
    margin-bottom: 0;
}
.adressOffice {
    line-height: 23px;
}
.ISOLogo {
    position: relative;
    z-index: 10;
}
.footerText {
    margin-top: 20px;
}
.smr-open::-webkit-scrollbar {
    opacity: 0;
}
.footerLast {
    display: flex;
    flex-direction: column;
    justify-self: center;
    margin-top: 25px;
}
.langList {
    background-color: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    display: inline-block;
    line-height: normal;
    width: 100%;
    max-width: 300px;
    min-width: 285px;
    z-index: 1;
    margin: 0 auto 25px;
}
.langDrophidden, .langDrophidden input:focus, .langDrophidden input:hover {
    background-color: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
    padding: 8px;
    width: 100%;
}
.initLang {
    cursor: pointer;
    padding: 10px;
}
.langListLi {
    font-size: 14px;
    width: 100%;
    cursor: pointer;
    color: #0f0f0f;
}
.initLang:after {
    content: "\e605";
    font-size: 18px;
    font-family: "icomoon";
    color: #000;
    float: right;
    transform: rotate(0deg);
}
.drop .initLang:after {
    transform: rotate(180deg);
    padding-left: 0;
} 
.langListLi:not(.initLang):hover, .langListLi.selected:not(.initLang), .langListLi.selectedTab:not(.initLang) {
    font-weight: 800;
    background-color: #f4f4f4;
}
.langListLi.fadedOption {
    padding-top: 8px;
}
.langListLi:not(.initLang) {
    display: none;
    padding: 8px;
    border-top: 1px solid #c9c9c959;
}
.adressOffice,
.addressText,
.viewallLoc,
.footerSelect,
.footerAddrs, .footerAddrs b {
    color: #0f0f0f;
}
.bannerPTag {
    padding-left: 5px;
}
/* .slick-dots {
    width: 90%;
    display: flex !important;
    bottom: -70px!important;
    align-items: center;
    justify-content: center;
}
.slick-dots li {
    width: 14px !important;
    height: 14px !important;
    margin: 0 5px 0 4px;
    border-radius: 10px;
    background-origin: border-box;
    border: 1px solid transparent;
    background-clip: padding-box,border-box;
    background-image: linear-gradient(#fff,#fff),linear-gradient(58deg,#f00,#860d7d);
}
.slick-dots .slick-active {
    width: 24px!important;
    height: 16px!important;
    margin: 0 4px 0 0;
    background-image: linear-gradient(126deg,#f00 16%,#860d7d 119%);
} */
.ausFooter {
    padding: 30px;
    border: 1px solid #ffc3c6;
    border-radius: 25px;
    margin-bottom: 40px !important;
  }
  .ausFooter h3 {
    font-size: 28px;
    font-weight: 800;
    text-align: left;
  }
  .ausFooter p {
    font-size: 18px;
    margin-top: 22px;
    text-align: left;
  }

  .smallTxt {
    font-size: 16px;
  }
@media screen and (min-width: 768px) and (max-width: 1199px) {
.generativeAI::after {
    height: 165px;
    width: 189px;
    background-size: 190px;
    right: 0px;
}
.microsoft::after {
    background-size: 175px;
    height: 150px;
    width: 173px;
}
.cloud:after {
    background-size: 224px;
    height: 159px;
    width: 225px;
}
.finops:after {
    background-size: 219px;
    height: 158px;
    width: 214px;
}
.etl:after {
    background-size: 224px;
    height: 147px;
    width: 227px;
}
.data:after {
    background-size: 204px;
    height: 128px;
    width: 204px;
}
}
@media screen and (min-width: 768px) and (max-width: 889px) {
    .floatingSliderLeft, .floatingSliderLeftColumn, .floatingSliderRight, .floatingSliderRightColumn {
        min-height: 280px !important;
    }
    .floatingSliderWrapperColumn {
        bottom: -117px !important;
    }
    .partnerWrapper {
        margin-top: 290px !important;
    }
    }
@media screen and (min-width: 768px) and (max-width: 879px) {
    .aiBoxWrapper::before {
        height: 403px;
        right: 0;
        width: 434px;
    }
    .aiBoxWrapper::after {
        height: 403px;
        right: -15px;
        width: 354px;
        background-size: 332px;
    }
    .aiBoxWrapperImg::after {
        right: 263px;
        top: 46px;
    }
    .cloudBoxWrapperImg::after {
        background-size: 94px;
        right: 267px;
    }
    .cloudBoxWrapper::before {
        height: 323px;
        right: 0;
        width: 527px;
    }
    .cloudBoxWrapper::after {
        height: 307px;
        right: 0;
        width: 440px;
    }
}
 @media screen and (min-width: 400px) {
    .gridFourColumn {
        row-gap: 30px;
    }
 }
@media screen and (max-width: 1024px) {
    #navMenuWrap #toggleMenu.menuicon {
        margin-left: 24px;
    }
    #navMenuWrap #toggleMenu.menuicon {
        height: 35px;
        width: 35px;
        border-radius: 24px;
    }
    .cloudBoxCard, .dataBoxCard, .aiBoxCard {
        transform: translateY(50px) !important;
    }
}
@media screen and (min-width: 768px) {
    .ausFooter {
        padding: 50px 40px 40px 40px;
        margin-top: -35px;
      }
      .ausFooter p, .ausFooter h3 {
        text-align: center;
      }
    .smallTxt span {
        display: inline-block;
    }
    .copyrightBold {
        padding-left: 10px;
    }
    .footerCookiePopup {
        padding-left: 0;
        cursor: pointer;
    }
    .searchBox {
        font-size: 22px;
    }
    .bannerImg {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: right;
    }
    .langList {
        margin: 0 0 25px;
    }
    .logoOne:after {
        background-position: 3px 3px;
    }
    .logoTwo:after {
        background-position: -158px 3px;
    }
    .logoThree:after {
        background-position: -323px 3px;
    }
    .logoFour::after {
        background-position: -481px 3px;
    }
    .logoFive:after {
        background-position: -650px 3px;
    }
    .logoSix:after {
        background-position: -812px 3px;
    }
    .logoSeven:after {
        background-position: -974px 3px;
    }
    .logoEight:after {
        background-position: -1138px 3px;
    }
    .concentrixUS:after {
        background-position: -315px 3px;
    }
    .benzUS:after {
        background-position: -469px 3px;
    }
    .legalUS::after {
        background-position: -638px 3px;
    }
    .tmobileUS::after {
        background-position: -805px 3px;
    }
    .logoPartner.logoOne:after {
        background-position: 15px -67px;
    }
    .logoPartner.logoTwo:after {
        background-position: -131px -71px;
    }
    .logoPartner.logoThree:after {
        background-position: -298px -71px;
    }
    .logoPartner.logoFour:after {
        background-position: -465px -74px;
    }
    .logoPartner.logoFive::after {
        background-position: -649px -71px;
    }
    .partner-wrapper .logoOne:after {
        background-size: 522% 364%;
    }
    .partner-wrapper .logoTwo:after, .partner-wrapper .logoThree:after {
        background-size: 544% 370%;    
    }
    .partner-wrapper .logoFour:after, .partner-wrapper .logoFive::after {
        background-size: 507% 370%;
    }
    .dataBoxCard {
        max-width: 516px;
        min-height: 214px;
    }
    
    .web-only {
        display: block !important;
    }
    .smallS-only {
        display: none !important;
    }
    .gridFourColumn {
        grid-template-columns: repeat(3, 1fr);
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-rows: repeat(3, 1fr);
        -ms-grid-rows: 1fr 1fr;
        /* gap: 15px; */
    }
    .joinUsInnerWrap::after {
        background: url(https://static-cdn.qburst.com/5-5-18/images/homeImg/oval-3.webp) no-repeat;
        background-size: 248px;
        height: 220px;
        top: 15px;
        width: 212px;
    }
}

@media screen and (min-width: 768px) and (max-width: 879px) {
    .partner-wrapper .logoBox {
        width: 100% !important;
        max-width: 147px;

    }
    .partner-wrapper .logoOne:after {
        background-size: 495% 364%;
    }
    .logoPartner.logoOne:after {
        background-position: 19px -67px;
    }
    .logoPartner.logoTwo:after {
        background-position: -175px -57px;
        background-size: 659% 370% !important;
    }
    .logoPartner.logoFive:after {
        background-position: -611px -71px;
    }
    .logoPartner.logoFour:after {
        background-position: -440px -74px;
    }
    .logoPartner.logoThree:after {
        background-position: -290px -71px;
    }
}
@media screen and (min-width: 880px) and (max-width: 1024px) {
    .aiBoxWrapper::before {
        right: 40px;
    }
    .aiBoxWrapper::after {
        right: 19px;
    }
    .aiBoxWrapperImg::after {
        right: 338px;
    }
    .cloudBoxWrapper::before {
        right: 0px;
    }
    .cloudBoxWrapper::after {
        right: 0px;
    }
    .cloudBoxWrapperImg::after {
        right: 340px;
    }
    .partner-wrapper .logoBox {
        max-width: 167px;
        width: 100% !important;
    }
    .logoPartner.logoOne:after {
        background-position: 19px -67px;
    }
    .logoPartner.logoTwo:after {
        background-position: -168px -57px;
        background-size: 641% 370% !important;
    }
}
@media screen and (max-width: 1024px) {
    #header {
        padding: 11px 0;
    }
    
}
@media screen and (min-width: 1025px) and (max-width: 1099px) {
    .aiBoxWrapper:before {
        right: 18px;
    }
    .aiBoxWrapper:after {
        right: 26px;
    }
    .aiBoxWrapperImg:after {
        right: 333px;
    }
}
@media screen and (min-width: 1025px) {
    .menuicon:hover span {
        width: 21px;
    }
    /*menu*/
    #contentofsendinquiry {
        display: table;
    }
    .inqy-open::-webkit-scrollbar {
        display: none; 
        -ms-overflow-style: none;
        scrollbar-width: none; 
      }
    .chrome.smr-open {
        position: fixed; 
        /* overflow-y: scroll; */
        width: 100%;
    }
    .menuInnerListWrapper.serviceMenuInnerlist, .menuInnerListWrapperViewAll.productMenuInnerlist {
        flex-basis: 100%;
        margin-top: 10px;
    }
    .productsMenuListWrapper .menuInnerListWrapper {
        flex-basis: 25%;
    }
    .productsMenuListWrapper .menuInnerList {
        flex-direction: column;
    }
    .menuBold {
        font-weight: 600;
        font-size: 14px;
        padding-bottom: 5px;
    }
    .productsMenuListWrapper {
        padding-bottom: 35px;
    }
    .productViewAllWrapper {
        align-self: flex-end;
        position: relative;
    }
    .menuInnerListWrapperViewAll{
        flex-basis: 100%;
        padding: 0 30px;
    }  
    .menuInnerList.productViewAll p {
        text-align: center;
    }
    .menuRelative {
        position: relative;
    }
    .line {
        display: block;
        border-bottom: 1px solid #ebebeb;
        position: absolute;
        width: 85%;
        bottom: 0;
    }
    #overlay {
        -webkit-overflow-scrolling: touch;
    }
    .headerMenu {
        display: block;
        text-align: center;
        width: 123px;
        height: 36px;
        margin-top: 30px;
        cursor: pointer;
        color: #0d093e;
    }
    #searchWrap {
		margin-top: -5px;
	}
    .headerMenu.active .downArrow {
        border-radius: 20px;
        transition: color .15s ease-in;
    }
    .downArrow:after {
        content: "\e605";
        display: inline-block;
        margin-bottom: 2px;
        margin-left: 5px;
        top: 3px;
        position: relative;
        /* padding: 2px; */
        font-size: 16px;
        font-weight: 800;
        will-change: transform;
        transform-style: preserve-3d;
        transition: transform .3s ease;
        color: #fb004e;
    }

    .downArrow {
        font-weight: 500;
        padding: 7px 14px;
        z-index: 10;
        position: absolute;
        transform: translate(-50px, -12px);
    }
    .mainMenu {
        background: linear-gradient(90deg,transparent 78%,#fff 22%);
    }
    .menuSection {
        flex-basis: 30%;
        width: 325px;
    }
    /*inquiry Styles*/
    .inquiryHeader p {
        font-size: 18px;
        font-style: italic;
        word-wrap: break-word;
        vertical-align: middle;
        width: 100%;
        display: block;
        margin-top: 5px;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 30px;
        text-align: center;
    }
    #contactInquiryRight {
        width: 100%;
        display: inline-block;
        padding-top: 20px;
    }
    #contactInquiryRight textarea {
        height: 31px;
        min-height: 31px;
        padding: 0 8px;
        overflow: hidden;
        resize: none;
        width: 100%;
        color: #2d2d2d;
        outline: 0;
        font-family: 'Montserrat',sans-serif;
        font-size: 16px;
        border: 0;
        border-bottom: 2px solid #696969;
        background-color: #fff;
        box-sizing: border-box;
    }
    #contactInquiryLeft {
        vertical-align: middle;
        width: 100%;
        display: inline-block;
    }
    .formSect_right_captcha {
        display: inline-block;
    }
    .formSectLeft {
        vertical-align: top;
    }
    .formSectLeft,
    .formSectRight {
        display: inline-block;
        height: 59px;
        width: 45%;
    }
    .formSectLeft {
        float: left;
    }
    .formSectRight {
        float: right;
    }
    .selectbox,
    .formSectLeft input,
    .formSectRight input {
        font-size: 16px;
    }
    .styled-select {
        position: relative;
        width: 100%;
        float: left;
    }
    .styled-select:before,
    .styled-select:after {
        position: absolute;
        pointer-events: none;
    }
    .styled-select:before {
        background-color: #fff;
        content: "";
        display: inline-block;
        height: 26px;
        right: 0;
        top: 3px;
        width: 24px;
    }
    .styled-select:after {
        content: "\e029";
        font-size: 14px;
        font-family: "icomoon";
        color: #000;
        right: 10px;
        top: 8px;
        padding: 0 0 2px;
    }
    #career_ids #protype_id.placeholder {
        color: #757575;
    }
    @-moz-document url-prefix() {
        #career_ids #protype_id.placeholder {
          color: #999;
        }
    }
    .selectbox,
    .formSectLeft input,
    .formSectRight input {
        width: 100%;
        border: 0;
        border-bottom: 2px solid #696969;
        background-color: #fff;
        padding: 3px 0 7px 8px;
        margin: 0 auto;
        color: #2d2d2d;
    }
    .selectbox {
        cursor: pointer;
        display: block;
        font-family: 'Montserrat', sans-serif;
        margin: 0 0 5px 0;
        text-align: justify;
        vertical-align: bottom;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        border-radius: 0;
        outline: none;
    }
    #career_ids select option {
        color: #000;
    }
    #contactInquiryLeft #dropdownValMsg {
        margin: 0;
    }
    /*slider menu*/
    .subMenuWrapper,
    .subMenuSlider,
    .xtraP .sideMenuList,
    .desktop-view-content-mobile {
        display: none;
    }
    .desktop-view-content-web {
        display: block;
    }
    .sideMenuLink:hover {
        color: #0d093e;
        font-weight: 700;
    }
    .sideMenuDrop {
        background: url(https://static-cdn.qburst.com/5-5-18/images/homeImg/sliderBg.svg) #fff no-repeat;
        background-position: top right;
        margin-top: 80px;
        padding: 0 0 80px 40px;
    }
    /*header menu*/
    .menuContent.activeList {
        display: block;
        animation: menuActive .25s ease-in;
    }
    @keyframes menuActive {
        0% {opacity: 0;}
        25% {opacity: 0.25;}
        50% {opacity: 0.5;}
        75% {opacity: 0.75;}
        100% {opacity: 1;}
    }
    .menuOuterWrapper.bodyFade {
        display: block;
        height: 100%;
        position: fixed;
        width: 100%;
        z-index: 5;
    }
    .menuOuterWrapper {
        top: 70px;
    }
    .servicesMenu {
        /* padding: 30px 0; */
        width: 91%;
    }
    .menuContent {
        display: none;
        margin: 0 auto;
        max-width: 1500px;
        transition: all .25s ease-in;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
        position: absolute;
        top: 65px;
        z-index: 5;
        background-color: transparent;
    }
    .menuInnerList .menulinkSingle {
        color: #0d093e;
    }
    .industriesMenu {
        width: 650px;
    }
    .productsMenu {
        width: 85%;
    }
    .resourcesMenu {
        margin-right: 20%;
        width: 325px;
    }
    .menuListWrapper,
    .menuInnerList {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .menuInnerListWrapper.menuInnerListWrapperFirst,
    .menuInnerListWrapper.menuInnerListWrapperSec,
    .menuInnerListWrapper {
        flex-basis: 33%;
    }
    .menuInnerListWrapper {
        padding: 0 30px 10px 30px;
    }
    .borderRight {
        border-right: 1px solid #ebebeb;
    }
    .menuInnerList p {
        line-height: 20px;
        padding-bottom: 20px;
    }
    .servicemenuInnerList p,
    .resourcesmenuInnerList p {
        flex-basis: 50%;
    }
    .industriesmenuInnerList p {
        flex-basis: 25%;
    }
    .industriesmenuInnerList .paddingRightList {
        flex-basis: 33%;
    }
    .productsmenuInnerList .paddingRightList {
        flex-basis: 22%;
    }
    .productsmenuInnerList p {
        flex-basis: 12%;
    }
    .servicemenuInnerList p:nth-child(odd),
    .paddingRightList {
        padding-right: 20px;
    }
    .industriesmenuInnerList,
    .productsmenuInnerList,
    .resourcesmenuInnerList {
        padding: 0 30px 10px 30px;
    }
    .menuInnerList a {
        color: #323232;
        display: table;
        font-size: 14px;
        font-weight: 500;
    }
    .menuHead {
        font-size: 18px;
        font-weight: 700;
        padding: 10px 0 30px 0;
        line-height: 18px;
        text-align: left;
    }
    .menuHead.borderTop {
        padding: 30px 0;
    }
    .borderTop {
        border-top: 1px solid #ebebeb;
    }
    .menuInnerList .menuViewAll {
        color: #fb004e;
        display: table;
        font-size: 12px;
        font-weight: 700;
        width: 100%;
    }
    .menuInnerList a, .menuBold {
        transition: all 0.15s ease-in;
    }
    .menuInnerList a:hover, .menuInnerList a:hover .menuBold {
        color: #fb004e;
    }
    .bodyFade {
        background: rgba(0,0,0,0.4);
    }
    .noScroll {
        left: 0;
        position: fixed;
        overflow-y: scroll;
        right: 0;
    }
    .menuInnerList .menuViewAllWrapper {
        border-top: 1px solid #ebebeb;
        display: block;
        flex-basis: 100%;
        margin: 0 auto;
        padding-bottom: 10px;
        padding-top: 15px;
        text-align: center;
        width: 100%;
    }
    .menuArrow:after {
        padding: 4px 2px;
        content: "\e917";
        font-size: 6px;
        margin-left: 5px;
        border-radius: 50%;
        border: 1px solid;
        font-weight: 500;
    }
    .serviceVieAllWrapper {
        align-self: flex-end;
    }
    .serviceVieAll, .productViewAll {
        justify-content: center;
        border-top: 1px solid #ebebeb;
        padding-top: 30px;
    }
    .serviceVieAll p, .productViewAll p {
        flex-basis: 100%;
        padding: 0;
        text-align: center;
    }
    /*search styles*/
    .searchBox {
        font-size: 30px;
    }
    .headerMenu:hover .downArrow {
        border-radius: 20px;
        color: #fb004e;
        transition: color .15s ease-in;
    } 
    .headerMenu:hover .downArrow::after {
        transform: rotate(180deg);
        /* transition: transform .5s ease; */
    }
    .headerMenu:hover .menuContent {
        animation: menuActive .25s ease-in;
        display: block;
        left: 0;
        right: 0;
        top: 70px;
    }
    .servicesMenu .menuListWrapper {
        padding: 30px 0;
    }
    .servicesMenu .menuListWrapper, .servicesMenu {
        scrollbar-gutter: stable both-edges;
        overflow-y: overlay;
    }
    .menuListWrapper{
        background-color: white;
        padding-top: 30px;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
        box-shadow: 0 4px 7px #cccccc5c;
    }
    .searchicon, #navInquiryWrap a, .logoContainer, #navMenuWrap{
        position: relative;
        z-index: 15;
    }
    #cookiePolicy .smallTxt span {
        color: #e1dcdc;
    }
    .cookiePolicyClose {
        margin-bottom: 0;
    }
    .logoOne:after {
        background-position: 3px -87px;
    }
    .logoTwo:after {
        background-position: -158px -87px;
    }
    .logoThree:after {
        background-position: -323px -87px;
    }
    .concentrixUS:after {
        background-position: -312px -87px;
    }
    .logoFour::after {
        background-position: -481px -87px;
    }
    .benzUS::after {
        background-position: -467px -87px;
    }
    .logoFive:after {
        background-position: -650px -87px;
    }
    .legalUS::after {
        background-position: -637px -87px;
    }
    .logoSix:after {
        background-position: -812px -87px;
    }
    .tmobileUS::after {
        background-position: -805px -87px;
    }
    .logoSeven:after {
        background-position: -974px -87px;
    }
    .logoEight:after {
        background-position: -1138px -87px;
    }
    .activeClient .logoOne:after {
        background-position: 3px 3px;
    }
    .activeClient .logoTwo:after {
        background-position: -158px 3px;
    }
    .activeClient .logoThree:after {
        background-position: -323px 3px;
    }
    .activeClient .concentrixUS::after {
        background-position: -312px 3px;
    }
    .activeClient .logoFour::after {
        background-position: -481px 3px;
    }
    .activeClient .logoBoxFour .benzUS::after {
        background-position: -467px 3px;
    }
    .activeClient .logoFive:after {
        background-position: -650px 3px;
    }
    .activeClient .logoBoxFive .legalUS::after {
        background-position: -637px 3px;
    }
    .activeClient .logoSix:after {
        background-position: -812px 3px;
    }
    .activeClient .logoBoxSix .tmobileUS::after {
        background-position: -805px 3px;
    }
    .activeClient .logoSeven:after {
        background-position: -974px 3px;
    }
    .activeClient .logoEight:after {
        background-position: -1138px 3px;
    }
    .partner-wrapper .logoOne:after {
        background-position: 15px -67px;
    }
    .partner-wrapper .logoTwo:after {
        background-position: -131px -71px;
    }
    .partner-wrapper .logoThree:after {
        background-position: -298px -71px;
    }
    .partner-wrapper .logoFour::after {
        background-position: -465px -74px;
    }
    .partner-wrapper .logoFive:after {
        background-position: -649px -71px;
    }
    .dataLinkBtn.homeArrowBtn:hover .homeArrow::before {
        transform: translate(5px, -6px) rotate(180deg);
    }
    .dataLinkBtn.whiteLink.homeBtnLink.homeArrowBtn:hover .homeArrow::before {
        color: #fb004e !important;
    }
    .aiBoxWrap::after {
        background: url(https://static-cdn.qburst.com/5-5-18/images/homeImg/ai/circleTop.webp) no-repeat;
        background-size: 123px;
        height: 233px;
        left: 0;
        top: -203px;
        width: 233px;
        width: 123px;
        height: 217px;
    }
    .dataBoxWrap::after {
        background: url(https://static-cdn.qburst.com/5-5-18/images/homeImg/data/outSideCircle.webp) no-repeat;
        background-size: 212px;
        bottom: -18px;
        height: 233px;
        right: 0;
        width: 210px;
    }
    /* jump */

    .cloudBoxCard, .dataBoxCard, .aiBoxCard {
        transition: transform 0.5s ease; 
        transform: translateY(50px);
    }
    
    .cloudBoxCard.active, .dataBoxCard.active, .aiBoxCard.active {
        transform: translateY(0);
    }
    
}
@media screen and (min-width: 1200px) {
    .menuSection {
        flex-basis: 27%;
    }
    .gridFourColumn {
        grid-template-columns: repeat(4, 1fr);
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr;
        -ms-grid-rows: 1fr;
    }
    .logoBox {
        padding: 30px 20px;
    }
}
@media screen and (min-width: 1300px) {
    .faqCookieWrapper {
        height: 540px;
    }
}
@media screen and (max-width: 1100px) {
    .logoutBtn {
      border: 0 !important;
      margin-left: 6px !important;
    }
    .logoutBtn img {
      width: 25px;
      height: 23px;
    }
    .logoutBtn span {
      display: none;
    }
  }
@media screen and (min-width: 1100px) {
.aiBoxWrapper::before {
    background-size: 570px;
    height: 463px;
    right: 49px;
    top: 26px;
    width: 540px;
}
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
    .floatingSlider .homeBtnLink {
        max-width: 129px;
    }
    
    .floatingSlider .floatingSliderRight .homeBtnLink {
        max-width: 123px;
    }
    .floatingSliderColumn .homeBtnLink {
        max-width: 166px;
    }
    .footerInquiry.homeArrowBtn::after {
        transform: translate(-12px) rotate(180deg) !important;
    }
}
@media screen and (min-width: 1401px) {
    .bannerContent figure img {
        width: 100%;
    }
    .menuInnerListWrapper.menuInnerListWrapperFirst {
        flex-basis: 37%;
    }
    .menuInnerListWrapper.menuInnerListWrapperSec {
        flex-basis: 33%;
    }
    .menuInnerListWrapper {
        flex-basis: 30%;
    }
    
    .menuSection {
        flex-basis: 22%;
    }
    .gradientSubHead {
        font-size: 28px !important;
    }
}
.loginForm {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: #000;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    display: none;
}
.loginEnabled .wholecontentWrapper {
    position: relative;
    z-index: -5;
}
.containerLogin {
    max-width: 430px;
    width: 95%;
    padding: 48px 24px 24px;
    border-radius: 16px;
    box-shadow: 0 2px 24px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-direction: column;
    position: relative;
}
fieldset.fieldInput {
    border-radius: 8px;
    border: solid 1px #cecece;
    min-height: 60px;
    position: relative;
    width: 100%;
    /* max-width: 419px; */
}
.activate {
    top: 0 !important;
    z-index: 999 !important;
}
fieldset input, fieldset select {
    position: relative;
    background: transparent;
    z-index: 2;
    width: 100%;
    /* margin: 10px auto 0; */
    height: 100%;
    min-height: 58px;
    display: flex;
    justify-content: center;
    border: 0;
    outline: 0;
    padding: 0 47px 0 25px;
    font-size: 14px;
}
fieldset input[type="text"]:hover {
    font-size: 14px;
}
fieldset.fieldInput:not(:first-child) {
    margin-top: 30px;
}
.loginBtn {
    width: 100%;
    height: 52px;
    margin: 0 0 14px;
    border-radius: 10px;
    background-color: #fb004e;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-align: right;
    color: #fff;
    margin-top: 30px;
    border: none;
    cursor: pointer;
    white-space: nowrap;
}
.loginEnabled {
    overflow: hidden !important;
}
.authenticationError {
    color: #fb004e;
}
/* Video Player styling */
.modal {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8);
}
.modal-content {
    position: relative;
    margin: 10% auto;
    padding: 0;
    background: #000;
}
.close {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    z-index: 2;
}
.video-js * {
    color: #fff;
}
.videoPlayBtn {
    color: #fb004e;
    font-weight: 600;
    font-size: 18px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border: none;
    outline: none;
    margin-top: 24px;
    font-family: 'Montserrat', sans-serif;
}
.playIcon, .playIconHide {
    position: relative;
    width: 23px;
}
.playIcon::after, .playIconHide::after {
    font-family: 'icomoon';
    content: '\e900';
    position: absolute;
    font-size: 23px;
    top: -12px;
}
.playIcon::after {
    color: #fb004e;
    left: 12px;
 }
.playIconHide::after {
 left: -26px;
 color: transparent;
}
.vjs-volume-bar {
    cursor: pointer;
  }
  
  .vjs-volume-bar .vjs-volume-level {
    height: 100%;
    background-color: #00adef;
  }
  .vjs-theme-forest .vjs-play-control .vjs-icon-placeholder:before {
    color: #000000c4 !important;
    margin-top: 0.3em !important;
  }
.vjs-theme-forest .vjs-control-bar{
    background-color: rgba(43,51,63,.7) !important;
    margin-bottom: 0 !important;
}   
.vjs-theme-forest .vjs-volume-bar:before {
    border-bottom: 2em solid #00000080 !important;
}
.vjs-theme-forest .vjs-play-control:hover .vjs-icon-placeholder:before, .vjs-theme-forest .vjs-play-control:hover .vjs-icon-placeholder:before {
    background-color: #fff !important;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip, .video-js .vjs-progress-control:hover .vjs-time-tooltip {
    font-size: 10px !important;
}
.video-js .vjs-time-tooltip {
    top: -2.6em !important;
}
.body-no-scroll {
    overflow: hidden;
    height: 100%;
  }
