.bg-gradient-whitegray{background-image:-moz-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(233,240,243) 100%);background-image:-webkit-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(233,240,243) 100%);background-image:-ms-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(233,240,243) 100%);}
/* .bg-dark{background:#23A6DE!important;} */
.bg-dark{background:#213C4B!important;}
.rounded-img{border-radius:61px;}
.image-resize{max-width:130%;margin:0 -15%;height:auto;display:block;}
.block.bg-blue{background:#27bff0;}
.mb-30{margin-bottom:30px;}
.text-green{color:#a6d540;}
.caption ul{list-style:none;padding:0 0 0 20px;margin:0 0 15px;}
.caption ul li{position:relative;padding-left:10px;}
.caption ul li:before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:4px;border-radius:50%;background:#fff;}
.block .btn-primary{background:#0070c0!important;border-radius:0!important;}
/* Hide image map on mobile */
@media (max-width:991px){
    .maping img{pointer-events:none;}
}
.maping{position:relative;max-width:666px;margin:0 auto;}
/* Popup div styling */
/* Popup div styling */
.popup{position:absolute;display:none;background-color:white;padding:20px;z-index:1000;width:300px;box-shadow:0 0 10px rgba(0,0,0,0.1);color:#fff;font-size:14px;line-height:1.2;}
.popup:after{position:absolute;right:100%;top:50%;height:2px;background:#23a6de;content:'';}
.popup h3{font-size:16px;line-height:1.4;}
.popup-data-masking{background-color:#23a6de;left:560px!important;top:-25px!important;}
.popup-data-masking:after{right:100%;top:50%;width:130px;}
.popup-data-subsetting{background-color:#27bff0;left:637px!important;top:46px!important;}
.popup-data-subsetting:after{right:100%;top:50%;width:134px;background-color:#27bff0;}
.popup-data-orchestration{background-color:#93dff8;left:696px!important;top:190px!important;}
.popup-data-orchestration:after{right:100%;top:50%;width:160px;background-color:#93dff8;}
.popup-data-profiling{background-color:#6dbf42;left:629px!important;top:317px!important;}
.popup-data-profiling:after{right:100%;top:60%;width:170px;background-color:#6dbf42;}
.popup-tdm-self-service{background-color:#a6d540;left:583px!important;top:329px!important;}
.popup-tdm-self-service:after{right:100%;top:60%;width:160px;background-color:#a6d540;}
.popup-genrocket-accelerators{background-color:#ffc000;left:-171px!important;top:353px!important;}
.popup-genrocket-accelerators:after{right:unset;left:100%;top:50%;width:160px;background-color:#ffc000;}
.popup-ai-ml-training-data{background-color:#ed7d31;left:-287px!important;top:243px!important;}
.popup-ai-ml-training-data:after{right:unset;left:100%;top:50%;width:160px;background-color:#ed7d31;}
.popup-pipeline-integration{background-color:#c04f15;left:-282px!important;top:110px!important;}
.popup-pipeline-integration:after{right:unset;left:100%;top:50%;width:120px;background-color:#c04f15;}
.popup-platform-management{background-color:#5c3497;left:-257px!important;top:38px!important;}
.popup-platform-management:after{right:unset;left:100%;top:50%;width:120px;background-color:#5c3497;}
.popup-data-generation{background-color:#213c4b;left:-205px!important;top:-27px!important;}
.popup-data-generation:after{right:unset;left:100%;top:50%;width:140px;background-color:#213c4b;}
.card-header h5,.card-header h5 button{color:#fff;}
/*.card-header h5, .card-header h5 button{color: #29315a;} */
.card-header{padding:0;}
.card-header h5 button,.card-header h5 button:focus,.card-header h5 button:active,.card-header h5 button:hover{padding:8px 1.25rem;display:block;width:100%;text-align:left;text-decoration:none!important;font-size:22px;}
.card-header h5 button i{font-size:32px;}
.card-header h5 button:active,.card-header h5 button:hover{color:#fff!important;}
.card-header h5 button.text-white:active,.card-header h5 button.text-white:hover{color:#fff!important;}
.imageoverlap{position:relative;}
.imageoverlap img{margin:0 auto;}
.imageoverlap .overlap-img{position:absolute;left:0;top:0;width:0%;height:100%;    /* background: rgba(0,0,0,0.1); */transition:all linear 3.5s;overflow:hidden;}
.imageoverlap .overlap-img img{width:1110px;}
.animate .imageoverlap .overlap-img{width:100%;}
.automate-block h3{font-size:25px;line-height:1.3;margin:0 0 20px;color:#29315a;}
.slide .caption:before{display:none!important;}
.slide .caption h1,.slide .caption{color:#213C4B!important;}
@media screen and (max-width:767px){
    .newslider-banner .slide .caption{background:#2abdf0!important;}
}
@media screen and (max-width:1199px){
    .imageoverlap{width:690px;margin:0 auto;}
    .imageoverlap .overlap-img img{width:690px;}
    .automate-block h3{font-size:18px;}
}
@media screen and (max-width:767px){
    .automate-block h3{font-size:16px;}
    .imageoverlap{width:340px;margin:0 auto;}
    .imageoverlap .overlap-img img{width:340px;}
    .newslider,.newslider-banner{height:320px!important;}
}
.video-container{position:relative;width:100%;padding-bottom:56.25%;    /* 16:9 aspect ratio (9/16 = 0.5625) */}
.video-container video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;}