@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{ padding:0px; margin:0px; }
html{-webkit-box-sizing:border-box; box-sizing:border-box;}
*,*:before, *:after{-webkit-box-sizing:inherit;  box-sizing:inherit;}
img{border:0; max-width:100%; height:auto;}
:focus{outline:0;}
::-moz-focus-inner{border:0;}
input[type=number] {  -moz-appearance: textfield;}
ul,li,ol{list-style: none;}
a{outline:none; text-decoration:none; -webkit-tap-highlight-color:rgba(0, 0, 0, 0); transition:all ease 0.4s; color:#000;}
body{font-family:Poppins,Sans-Serif; font-weight:400; font-size: 30px; letter-spacing: 0; line-height: 1.2; color: #4d4d4d; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none; -webkit-tap-highlight-color:transparent; text-rendering: optimizelegibility;}
@font-face {
	font-family: "montserratsemibold";
	src: url("../fonts/montserrat-semibold.ttf") format("ttf"), url("../fonts/montserrat-semibold.woff2") format("woff2"), url("../fonts/montserrat-semibold.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
.comm-hdr{ font-size: 60px; line-height: 1; font-family: 'Source Serif 4' !important; color: #0396E8; font-weight: 600;}
.comm-hdr-wt{color: #fff;}
.d-flex{display: flex;}
.btn-ui{ font-size: 45px; font-weight: 600; font-family:Poppins,Sans-Serif;
  background: linear-gradient(76.48deg, #3348C4 -2.68%, #1B6FE0 35.8%, #098EF5 72.36%, #039AFE 92.56%);
border: 3.88px solid #FFFFFF;
box-shadow: -4.86px 9.71px 19.42px rgba(0, 0, 0, 0.3);
  cursor: pointer; color: #fff; border-radius: 70px; padding: 20px 30px; transition: all ease-in 0.1s;}
.btn-ui:hover{opacity: 0.8;}
.btn-ui-btm{ font-size: 68px; padding: 5px 39px;}
.txt-center{text-align: center;}
.mtb-6{margin: 80px 0;}
.font-fam-sserif { font-family: 'Source Serif 4' !important; font-weight: 600; }
.hero-banner{background-color: #F2F9FF; padding: 60px 0 20px; overflow: hidden; color: #0396E8; }
.hero-caption h1{ margin-bottom: 40px; }
.hero-pr{  display: flex;  align-items: center;}
.hero-caption{width: 46%;}
.owl-item img{width: 100%; height: auto; object-fit: cover;}
.trusted-crsl .owl-item img{width: auto; object-fit: contain;}
.bfsi-wrap{ padding:79px 0 85px; color: #fff; margin-bottom: 40px; background: linear-gradient(180deg, rgba(37, 102, 210, 0.76) 54.57%, rgba(44, 94, 203, 0.89) 69.86%, rgba(47, 88, 198, 0.97) 83.24%, #3157C5 94.71%)}
.bfsi-wrap h2{color: #fff; }
.bfsi-wrap p{ margin: 20px 0 40px; font-weight: 300; font-size: 35px;}
.our-mrkt-crsl{margin-top: 89px;}
.our-mrkt-crsl h3{font-size: 35px; font-weight: 500; color: #fff; margin-top: 0px; font-family:Poppins,Sans-Serif;}
.owl-nav{
  text-align: center;
    position: absolute;
    width: 100%;
    left: 50%;
    top: 45%;
    transform: translatex(-50%);
    display: flex;
    justify-content: space-between;
  }
.owl-nav .owl-prev{margin-left: -54px;}
.owl-nav .owl-next{margin-right: -54px;}
.our-mrkt-crsl .owl-nav img { filter: brightness(0) invert(1);}
.our-mrkt-crsl .owl-item img {box-shadow: -9px 11px 23.7px 15px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; margin-bottom: 50px; border-radius: 4px; }
.our-mrkt-crsl .owl-item{padding: 44px 44px 0; border-radius: 20px; }
.our-mrkt-crsl .owl-item img:hover {
  transform: scale(1.05); /* scales to 110% */
}
.owl-nav img { width: 40px;}
.discover-bx{ padding: 40px 0 100px; background-image: url(../images/shape-btm.png),url(../images/shape-rt-tp.png); background-position: left 90%, right top; background-repeat: no-repeat; background-size: 200px;}
.discover-bx h2{margin-bottom: 40px;}
.discover-bx p{margin-bottom: 20px; font-size: 30px;}
.discover-bx h5{font-weight: 600; font-size: 30px; margin-bottom: 74px;}
.discover-crsl {margin-bottom: 80px;}
.discover-crsl .item{position: relative; border-radius: 10px;}
.discover-crsl .item>img{ border-radius: 10px; }
.discover-crsl .item .flip-bx{position: absolute; bottom: 0; color: #fff; flex-direction: column; width: 100%; height: 100%; border-radius: 10px; display: flex; transition: all ease-in-out 0.3s; justify-content: flex-end;
    align-items: flex-start; padding: 20px 20px 39px 57px;}
.discover-crsl .item .hi-flip-box-back .flip-bx{ justify-content: flex-start; padding-top: 20px;}
.discover-crsl .item .flip-bx img{max-width: 130px;}
.discover-crsl .item h3{font-size: 50px; color: #fff; margin-top: 31px;}
.hi-flip-box {
    perspective: 1000px;
}
.hi-flip-box-inner {
    position: relative;
    transition: transform 0.6s;
    transform-style: preserve-3d;
	width: 100%;
}
.hi-flip-box:hover .hi-flip-box-inner {
    transform: rotateY(180deg); /* Flips on hover */
}
.hi-flip-box-front,
.hi-flip-box-back {
    width: 100%;
    height: 100%;
    position: absolute;
	left: 0;
	top: 0;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 20px;
}
.hi-flip-box-front{
	position: relative; 
	flex-direction: column;
    justify-content: inherit;
    align-items: inherit;
}
.hi-flip-box-back {
    background: #3348C4;
    transform: rotateY(180deg);
	flex-direction: column;
}
.discover-crsl .item .hi-flip-box-back .flip-bx img  {
    margin-bottom: 60px;
    max-width: 110px;
}
.hi-flip-box-back p {
    font-size: 25px;
    color: #fff;
    width: 86%;
    margin-bottom: 0;
}
.ctg-wrap{background: linear-gradient(76.48deg, #3348C4 -2.68%, #1B6FE0 35.8%, #098EF5 72.36%, #039AFE 92.56%); padding: 80px 0; color: #fff;}
.cmng-wrap h4{ font-size: 40px; margin-bottom: 10px; color: #333;}
.cmng-wrap p{font-size: 35px; margin-bottom: 20px; color: #333}
.real-data-wrap{background: #E3F4FF; padding: 80px 0 0; position: relative;}
.real-data-wrap::before{background: url(../images/real-data.png) right top no-repeat; background-size: 570px 650px; width: 100%; height: 100%; position: absolute; right: 0; top: 0; content: ""; z-index: 1;}
.real-data-wrap h2{margin-bottom: 20px;}
.real-data-wrap h4{font-size: 40px; font-weight: 400; color: #0396E8;}
.real-data-wrap h3 span{font-weight: normal;}
.real-data-wrap p{ margin-top: 35px; margin-bottom: 60px;}
.ctg-wrap h3{font-size: 45px; font-weight: 600; color: #fff; margin-bottom: 49px;}
.ctg-wrap h3 span{font-weight: 400;}
.ctg-wrap ul{justify-content: space-between;}
.ctg-wrap h5{font-weight: 600; margin-top: 22px; font-size: 25px; }
.ctg-wrap li{text-align: center;}
.ctg-wrap li img{   
   height: 99px;
    width: 99px;
    object-fit: scale-down;
  margin: auto;}
.trusted-crsl .owl-stage{display: flex; align-items: center; margin-top: 57px;}
.trusted-crsl img{ max-height: 57px;}
.trust-wrap{margin: 101px 0 118px;}
.trust-wrap h2{margin-bottom: 20px;}
.trust-wrap h4,.trust-wrap p{font-size: 35px; font-weight: 600;}
.trust-wrap p{font-weight: normal;}
.scst-wrap{     
    background-color: #d8e5ed;
    position: relative;
  }
.scst-wrap h2{color: #333333; margin: 30px 0 20px;}
.scst-wrap img{width: 100%;}
.rdtxt{position: absolute; width: 100%; bottom: 70px;}
.partner-from{background: linear-gradient(#C7255F, #460C37) ; padding: 15px 20px; margin: 0 auto; width: 50%; border-radius: 10px;}
.evt-from{background-color: #fff; padding: 15px 15px 0; border-radius: 5px;}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
  backdrop-filter: blur(5px); /* Apply blur effect */
    justify-content: center;
    align-items: center;
}
@media only screen and (min-width: 1200px) {
  .hero-img{    width: calc(100% - 501px);
    flex-grow: 1;
    margin-right: calc((100vw - 1119px) / 2 * -1);}
}
@media only screen and (min-width: 1500px) {
  .hero-caption h1 {font-size: 65px;}
  .hero-caption p {font-size: 34px; }
  .hero-img{    width: calc(100% - 551px);
    margin-right: calc((100vw - 1279px) / 2 * -1);}
}
@media only screen and (min-width: 1700px) {
  .hero-caption h1 {font-size: 74px;}
  .hero-caption p {font-size: 42px; }
  .hero-img{    width: calc(100% - 601px);
    margin-right: calc((100vw - 1571px) / 2 * -1);}
}
@media only screen and (max-width: 1400px) {
  .btn-ui { font-size: 40px;}
  .discover-crsl .item h3 {font-size: 42px; margin-top: 26px;}
  .discover-crsl .item .flip-bx img { max-width: 110px;}
  .our-mrkt-crsl .owl-item {padding: 34px 34px 0;border-radius: 15px;}
  .ctg-wrap li img {height: 79px;width: 79px;}
  .btn-ui-btm { font-size: 54px;}
}
@media only screen and (max-width: 1300px) {
  .btn-ui { font-size: 36px;}
 }

@media only screen and (max-width: 992px) {
  body,.bfsi-wrap p,.discover-bx p,.discover-bx h5,.real-data-wrap h4 {font-size: 9.11px;}
  .real-data-wrap p {font-size: 7.81px;}
  .comm-hdr{ font-size: 15.62px;}
  .discover-crsl .item h3 {font-size: 20px;}
  .hero-caption h1{font-size: 15.62px; margin-top: 0; line-height: 1; margin-bottom: 10px;}
  .hero-pr { padding-right: 5px !important;}
    .hero-banner{padding:15px 0 10px;}
    .hero-caption p{font-size: 7.81px; line-height: 1.1;}
    .hero-caption p br{display: none;}
    .hero-caption { max-width: 131px;}
    .hero-img{width: 67%;}
    .owl-nav img,.our-solutions .owl-nav img {width: 18px;}
    .owl-nav .owl-prev{margin-left: 0;}
    .owl-nav .owl-next{margin-right: 0;}
    .trust-wrap h2{margin-bottom: 5px;}
    .trusted-crsl img { max-height: 20px; width: 100%;}
    .trust-wrap { margin: 26px 0 35px;}
  .scst-wrap .text-center h3{font-size: 15px;}
  .partner-from{ width: 90%; padding: 20px; margin: 30px auto;}
  .bfsi-wrap {padding: 20px 0 15px; margin-bottom: 20px;}
  .bfsi-wrap p{margin: 5px 0 15px;}
  .our-mrkt-crsl {margin-top: 0px;}
  .owl-nav .owl-prev{margin-left: -22px;}
  .owl-nav .owl-next{margin-right: -22px;}
  .our-mrkt-crsl .owl-item {
        padding: 27px 27px 15px;
        border-radius: 15px;
    }
    .our-mrkt-crsl .owl-item img {
    margin:0 0 8px;
    border-radius: 4px;
    }
    .our-mrkt-crsl h3{font-size: 14px;}
    .trusted-crsl.fixed-wrapper{padding: 0;}
    .trust-wrap h4,.trust-wrap p{font-size: 9px;}
    .cmng-wrap p,.cmng-wrap h4{font-size: 14px; color: #333;}
    .discover-bx {
    padding: 15px 0 27px;
    background-size: 50px;
    }
    .ctg-wrap h3{font-size: 11px; margin-bottom: 15px;}
    .trusted-crsl .owl-stage{margin-top: 10px;}
    .discover-crsl,.discover-bx h5 {margin-bottom: 35px;}
    .discover-crsl .item .hi-flip-box-back .flip-bx img{margin-bottom: 20px;}
    .discover-bx h2{margin-bottom: 10px;}
    .discover-bx p,.real-data-wrap h2{margin-bottom: 7px;}
    .discover-crsl {
    width: 85%;
    margin: 0 auto 15px;
}
.real-data-wrap p {
        margin-top: 10px;
        margin-bottom: 17px;
    }
.cmng-wrap h4 {font-style: italic;}
.discover-bx {
    background-image: url(../images/shape-rt-tp.png); background-position: right top; background-repeat: no-repeat;
    background-size: 97px;
}
.btn-ui {
    font-size: 15px;
    background: linear-gradient(76.48deg, #3348C4 -2.68%, #1B6FE0 35.8%, #098EF5 72.36%, #039AFE 92.57%);
border: 1.29px solid #FFFFFF;
box-shadow: -1.61px 3.23px 6.46px rgba(0, 0, 0, 0.3);
    padding: 8px 10px;
    transition: all ease-in 0.1s;
}
.discover-crsl .item .flip-bx{padding: 10px 10px 20px 20px;}
.discover-crsl .item .flip-bx img,.discover-crsl .item .hi-flip-box-back .flip-bx img {
        max-width: 51px;
    }
.discover-crsl .item .flip-bx p{font-size: 14px;}
.real-data-wrap::before {background-size: 180px 196px;}
.real-data-wrap {padding: 30px 0 0;}
.ctg-wrap{padding: 20px 0;}
.ctg-wrap li img {
        height: 25px;
        width: 25px;
    }
.ctg-wrap h5 {
    margin-top: 10px;
    font-size: 8px;
}
.scst-wrap h2{margin: 0;}
.rdtxt{bottom: 20px;}
.btn-ui-btm{font-size: 17px; padding: 1px 11px; margin-top: 5px; background: linear-gradient(62.15deg, #3348C4 -2719%, #1B6FE0 -2580.99%, #098EF5 -2449.88%, #039AFE -2377.42%);
border: 1.01px solid #FFFFFF;
box-shadow: -1.26px 2.53px 5.06px rgba(0, 0, 0, 0.3);}
.discover-crsl-flip .hi-flip-box .hi-flip-box-inner,.hi-flip-box .hi-flip-box-inner.delayed-flip {
    transform: rotateY(180deg);
    display: block;
}
}
