body p { font-family: "Montserrat", sans-serif;}
body ul li { font-family: "Montserrat", sans-serif;}

#roiIntrosec{padding:0; margin:0;}

#roiIntrosec .roi-download{display:none;}

/* FORM WRAP */
#roiIntrosec .roi-form{
    max-width: 950px;
    margin:auto;
}

/* 2 COLUMN ROW */
#roiIntrosec .roi-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:28px 40px;
    margin-bottom:28px;
}

/* FIELD */
#roiIntrosec .roi-field{
    display:flex;
    flex-direction:column;
}

/* LABEL */
#roiIntrosec .roi-field label{
    font-size:20px;
    font-weight:500;
    margin-bottom:10px;
    color:#111;
	    font-family: "Montserrat", sans-serif;
}
.roi-card__item {
    text-align: center;
    padding: 16px 0;
  /*  border-bottom: solid 1px rgba(255, 255, 255, 0.1);*/
}
  /*#roiIntrosec .roi-card__item:last-child{border-bottom:none;}*/
#roiIntrosec .roi-card__divider {
   margin: 0;  
}

#roiIntrosec .roi-card__item:last-of-type + .roi-card__divider {
  display: none;
}

#roiIntrosec .roi-card__divider:last-of-type {
  display: none !important;
}

#roiIntrosec .roi-card__divider:has(+ .roi-download-wrap) {
  display: none;
}

/* INPUT STYLE */
#roiIntrosec .roi-field input{
    height:52px;
    border-radius:14px;
    border:1.5px solid #dbe6ff;
    padding:0 20px;
    font-size:18px;
    font-weight:500;
    outline:none;
    transition:all .25s ease;
    background:#fff;
}

#roiIntrosec .roi-field select {
    height: 52px;
    border-radius: 14px;
    border: 1.5px solid #dbe6ff;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 500;
    outline: none;
    transition: all .25s ease;
     background-color : #fff;
}
#roiIntrosec .roi-actions  .roi-btn--primary {
   border: solid 1px #000000;
}
#roiIntrosec .roi-actions:hover .roi-btn--primary {
    background: #ffffff;
    color: #000;  border: solid 1px #000000;
}

#roiIntrosec .roi-actions:hover .roi-btn--arrow {
    transform: translateX(6px);
}
#roiIntrosec .roi-actions .roi-btn--arrow {
   transition: transform 0.4s ease, background 0.4s ease;
}
#roiIntrosec .roi-btn {  font-size: 16px;}
#roiIntrosec .roi-btn--arrow { width:52px;  height: 52px;}
#roiIntrosec .roi-title { font-weight: 600;}
#roiIntrosec .roi-download-wrap {
      display: none !important;
}
.timeline{
  position: relative;
  width: 100%;
  padding: 120px 0;
      overflow: hidden;
}

/* Center vertical line */

 /*
.timeline::before{
  content:'';
  position:absolute;
  left:50%;
  top:0;
  width:4px;
  height:100%;
  background:#e2e8f0;
  transform:translateX(-50%);
  transition:background 0.4s ease;
  pointer-events: none;
}
*/
 
 

.timeline::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 4px;
    height: 382px;
    background-image: linear-gradient(to bottom, transparent, #f7f8f9);
    transform: translateX(-50%);
    transition: background 0.4s ease;
    pointer-events: none;
}



/* Blue progress line */
.progress-line{
  position:absolute;
  left:50%;
  top:0;
  width:4px;
  height:0;
   /*background:#5D80F9;*/ 
  transform:translateX(-50%);
  transition:height 0.2s ease-out;
  z-index:1;
      background-image: linear-gradient(to bottom, #5D80F9, transparent);

}

/* Timeline item */
.timlineGrid .titem{
  position:relative;
  width:100%;
  padding:100px 70px;
  transition:all 0.6s ease;
}



.titem.left {
    padding: 0 80px 0 0;    margin: 0;  display: flex;  justify-content: center;  flex-direction: column;  height: 100%;   gap: 0;
}
.titem.right{ padding:0 0 0 80px; margin:0; }

#timegridout .timlineGrid:nth-child(odd) .titem.left{ padding:0 0 0 80px; margin:0;}
#timegridout .timlineGrid:nth-child(odd) .titem.right{ padding:0 80px 0 0; margin:0; }

#timegridout .timlineGrid  .titem.right{ padding:0 0 0 60px; }
 

/* Card */
.tcontent{
  display:inline-block;
  background:#fff;
  padding:30px;
  border-radius:14px;
  max-width:420px;
  box-shadow:0 15px 40px rgba(0,0,0,0.08);
  transform:translateY(80px);
  transition:all 0.6s ease;
}

/* Dot */
#timegridout .timlineGrid::after{
  content:'';
  position:absolute;
  top:120px;
  left:50%;
   transform:translateX(-50%);
      width: 42px;
    height: 42px;
  border-radius:50%;
  /*background:#cbd5e1;*/
  z-index:2;
  transition:all 0.4s ease;
    background:url(../images/circle-dot.png) no-repeat !important;
	opacity:0.2;
}

#timegridout .timlineGrid.active::after{opacity:1;}
 
 

#timegridout .timlineGrid .titem.left::after {
    right: -30px !important;
    left: auto !important;
}

#timegridout .timlineGrid .titem.right::after {
    left: -20px !important;
    right: auto !important;
	display:none;
}

#timegridout .timlineGrid > *:nth-child(odd) .titem.left::after {
    left: -30px !important;
    right: auto !important;
}

#timegridout .timlineGrid > *:nth-child(odd) .titem.right::after {
    right: -20px !important;
    left: auto !important;
	display:none;
}

/* Active */
#timegridout .timlineGrid  .titem{
   transform: translateY(40px);
  transition: .6s ease;
  opacity:0.5;
      font-family: "Montserrat", sans-serif;
}

#timegridout .timlineGrid.active .titem {
   transform: translateY(0);
   opacity:1;
   
}

 

.titem.active::after{
 /* background:#3b82f6;
  box-shadow:0 0 0 8px rgba(59,130,246,0.2);*/
}

/* Demo spacing */
.tcontent h2{
  margin-bottom:10px;
  color:#111827;
}

.tcontent p{
  color:#475569;
  line-height:1.6;
}

html body #timeline .comtitlestb {
    text-align: center;    z-index: 999;
}
html body #timeline .comtitlestb p{width:80%; margin:0 auto;}
#timeline .titem {padding:0; margin:0;     color: #000;
    font-weight: 500;} 
#timeline .titem p{padding:0; margin:0;   color: #000;
    font-weight: 500;}  
#timeline .titem ul{padding:0; margin:20px 0 0;} 
 
#timeline h4 {
    font-family: "Montserrat", sans-serif;
    color: #010101;
    margin: 0 0 5px;
    font-size: 1.6vw;
    font-weight: 600;
	padding-right: 130px;
}
#timeline .comtitlestb h4{padding-right: 0;}
#timeline h4 br{display:none;}
#timeline h4 strong {
    color: #5D80F9; }
#timeline ul{margin:20px 0;padding:0;list-style:none;}
#timeline ul li{margin-bottom:8px;position:relative;padding-left:25px;font-weight: 400;}
#timeline ul li:before{content:'';position:absolute;width:22px;height:100%;left:0;top:0;background:url(../images/ullist-icon.png) no-repeat left 5px ;background-size:75%;}
#timeline ul li:last-child{margin-bottom:0px;}

html body .ovalueSec.routine .comtitlestb {
    color: #fff;   text-align: center;
}
html body .ovalueSec.routine .comtitlestb h4 {color:#fff; }
html body .ovalueSec.routine .comtitlestb p {color:#fff; width:60%; margin:0 auto; }
#ovalueSec .ovaleBRCol.threeBox .elementor-widget-html {
    width: calc(32% - 15px);
}
#timeline img {
     border: solid 12px #edeeef;
    border-radius: 16px;
}
 
} /* ===== Section ===== */
.timeline-section{
  max-width:1100px;
  margin:60px auto;
  padding:0 20px;
}

/* ===== Desktop Tabs ===== */
.menu {
    display: flex;  gap: 20px;  margin-bottom: 0;  border-bottom: solid 1px #ccc;     justify-content: space-between;
}

.menu-btn {
    flex: 1;
    padding: 20px;  text-align: left;   cursor: pointer;  font-weight: 500;  border-radius: 0;  position: relative;  max-width: max-content;  text-transform: uppercase;opacity: 0.5;
}
.menu-btn:after{content:''; position:absolute; left:0; background:transparent; width:100%; height:4px; border-radius:6px; bottom:0;}
.menu-btn.active{
   color:#5D80F9; opacity: 1;
}
.menu-btn.active:after{ background:#5D80F9; }



/* ===== Timeline ===== */
.timeline-wrap{
  position:relative;
  padding:0;
}
.timeline-wrap.stayaudit{padding:80px 0;background-size: cover;}
.timeline-wrap.stayaudit #comtitlestb {color:#fff;}
.timeline-wrap.stayaudit #comtitlestb h4{color:#fff;}

.timeline-container{
  position:relative;
}

/* Progress Line */
.progress-line-horizontal {
    position: absolute;
    left: 0;
    right: 0;
    height: 4px;
    background: #4f46e5;
    width: 0%;
    transition: width .6s ease;
    top: 245px;
    z-index: 1;
}
.timeline-container{ background: #fff;
    border-radius: 25px;
    padding: 40px 50px 40px;}
/* Timeline Content */
.timeline-content {
    display: none;
    margin-bottom: 80px;
   
}

.timeline-content.active{
  display:block;
}

.timeline-title {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 18px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
	 gap: 30px;
	     min-height: 104px;
}

.timeline-title ul {
    padding: 0;
    margin: 0;
}
.timeline-title ul li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 25px;
	    list-style: none;
		font-weight: 400;
}
.timeline-title ul li:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/ullist-icon.png) no-repeat left 5px;
    background-size: 75%;
}

.timeline-title h4 {
    font-family: "Montserrat", sans-serif;
    color: #010101;
    margin: 0 0 5px;
    font-size: 1.6vw;
    font-weight: 600;
}

.timeline-title h4 strong {
    color: #5D80F9;
}

/* Steps */
.timeline-steps{
  display:flex;
  justify-content:space-between;
  padding-top:40px;
  position:relative;
}

.timeline-steps .step {
    width: 245px;
    opacity: .3;
    transition: .4s;
    padding: 54px 3px 0 50px;
	position:relative;
}

.timeline-steps .step.active{ opacity:1; }

.timeline-steps .step.active::after {
    content: '';
    position: absolute;
    top: 0;
    left: 12px;
    transform: translateX(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
     z-index: 2;
    transition: all 0.4s ease;
    background: url(../images/circle-dot.png) no-repeat !important;
    opacity: 1;
}

.timeline-steps .step.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 12px;
    transform: translateX(-50%);
    width: 2px;
    height: 160px;
     z-index: 2;
    transition: all 0.4s ease;
    background:#ccc;
    opacity: 1;
}

.timeline-steps .step.active{ opacity:1; }

.stepTwo .progress-line-horizontal{display:none;}

.stepTwo .progress-line-horizontal{display:none;}

 .stepTwo   .timeline-steps .step{background: linear-gradient(to bottom, #f1f1f1, #f1f1f1) 11px center / 2px 100% no-repeat; padding-bottom:20px;}
  .stepTwo .timeline-title h4 {
   display: none;
}
/* Line (B{efore) */
.stepTwo .timeline-steps .step::before{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  height:3px;
   top: 19px;
  width:0%;
  transform: inherit;
 background: transparent;
  transition:width 0.5s ease;
}

/* Active Animation */
.stepTwo .timeline-steps .step.active::before{
  width:105%;    
}

.stepTwo .timeline-steps .step::after{
  opacity:0;
}

/* Active Animation */
.stepTwo .timeline-steps .step.active::before{
 opacity:1;   
}

 
.stepTwo .timeline-content.active .timeline-steps .step::before{   transition: all 0.5s ease; }
.stepTwo .elementor-widget:nth-child(3) .timeline-content.active .timeline-steps .step.active:nth-child(1)::after{  opacity:1; }
.stepTwo .elementor-widget:nth-child(3) .timeline-content.active .timeline-steps .step.active:nth-child(1)::before{ background:#4164dd; transition: all 0.5s ease;}

 .stepTwo .elementor-widget:nth-child(4) .timeline-content.active .timeline-steps .step.active:nth-child(1)::after{  opacity:1; }
.stepTwo .elementor-widget:nth-child(4) .timeline-content.active .timeline-steps .step.active:nth-child(2)::after{  opacity:1; }
.stepTwo .elementor-widget:nth-child(4) .timeline-content.active .timeline-steps .step.active:nth-child(1)::before,
.stepTwo .elementor-widget:nth-child(4) .timeline-content.active .timeline-steps .step.active:nth-child(2)::before { background:#4164dd;  transition: all 0.5s ease;}

.stepTwo .elementor-widget:nth-child(5) .timeline-content.active .timeline-steps .step.active:nth-child(1)::after, 
.stepTwo .elementor-widget:nth-child(5) .timeline-content.active .timeline-steps .step.active:nth-child(2)::after,
.stepTwo .elementor-widget:nth-child(5) .timeline-content.active .timeline-steps .step.active:nth-child(3)::after{  opacity:1; }
.stepTwo .elementor-widget:nth-child(5) .timeline-content.active .timeline-steps .step.active:nth-child(1)::before,
.stepTwo .elementor-widget:nth-child(5) .timeline-content.active .timeline-steps .step.active:nth-child(2)::before,
.stepTwo .elementor-widget:nth-child(5) .timeline-content.active .timeline-steps .step.active:nth-child(3)::before
 { background:#4164dd;  transition: all 0.5s ease;}
 
 
 .stepTwo .elementor-widget:nth-child(6) .timeline-content.active .timeline-steps .step.active:nth-child(1)::after, 
.stepTwo .elementor-widget:nth-child(6) .timeline-content.active .timeline-steps .step.active:nth-child(2)::after,
.stepTwo .elementor-widget:nth-child(6) .timeline-content.active .timeline-steps .step.active:nth-child(3)::after,
.stepTwo .elementor-widget:nth-child(6) .timeline-content.active .timeline-steps .step.active:nth-child(4)::after{  opacity:1; }
.stepTwo .elementor-widget:nth-child(6) .timeline-content.active .timeline-steps .step.active:nth-child(1)::before,
.stepTwo .elementor-widget:nth-child(6) .timeline-content.active .timeline-steps .step.active:nth-child(2)::before,
.stepTwo .elementor-widget:nth-child(6) .timeline-content.active .timeline-steps .step.active:nth-child(3)::before,
.stepTwo .elementor-widget:nth-child(6) .timeline-content.active .timeline-steps .step.active:nth-child(4)::before 
 { background:#4164dd;  transition: all 0.5s ease;}


 .stepTwo .elementor-widget:nth-child(7) .timeline-content.active .timeline-steps .step.active:nth-child(1)::after, 
.stepTwo .elementor-widget:nth-child(7) .timeline-content.active .timeline-steps .step.active:nth-child(2)::after,
.stepTwo .elementor-widget:nth-child(7) .timeline-content.active .timeline-steps .step.active:nth-child(3)::after,
.stepTwo .elementor-widget:nth-child(7) .timeline-content.active .timeline-steps .step.active:nth-child(4)::after,
.stepTwo .elementor-widget:nth-child(7) .timeline-content.active .timeline-steps .step.active:nth-child(5)::after{  opacity:1; }
.stepTwo .elementor-widget:nth-child(7) .timeline-content.active .timeline-steps .step.active:nth-child(1)::before,
.stepTwo .elementor-widget:nth-child(7) .timeline-content.active .timeline-steps .step.active:nth-child(2)::before,
.stepTwo .elementor-widget:nth-child(7) .timeline-content.active .timeline-steps .step.active:nth-child(3)::before,
.stepTwo .elementor-widget:nth-child(7) .timeline-content.active .timeline-steps .step.active:nth-child(4)::before,
.stepTwo .elementor-widget:nth-child(7) .timeline-content.active .timeline-steps .step.active:nth-child(5)::before
 { background:#4164dd;  transition: all 0.5s ease;}
 
 
  .stepTwo .elementor-widget:nth-child(8) .timeline-content.active .timeline-steps .step.active:nth-child(1)::after, 
.stepTwo .elementor-widget:nth-child(8) .timeline-content.active .timeline-steps .step.active:nth-child(2)::after,
.stepTwo .elementor-widget:nth-child(8) .timeline-content.active .timeline-steps .step.active:nth-child(3)::after,
.stepTwo .elementor-widget:nth-child(8) .timeline-content.active .timeline-steps .step.active:nth-child(4)::after,
.stepTwo .elementor-widget:nth-child(8) .timeline-content.active .timeline-steps .step.active:nth-child(5)::after,
.stepTwo .elementor-widget:nth-child(8) .timeline-content.active .timeline-steps .step.active:nth-child(6)::after{  opacity:1; }
.stepTwo .elementor-widget:nth-child(8) .timeline-content.active .timeline-steps .step.active:nth-child(1)::before,
.stepTwo .elementor-widget:nth-child(8) .timeline-content.active .timeline-steps .step.active:nth-child(2)::before,
.stepTwo .elementor-widget:nth-child(8) .timeline-content.active .timeline-steps .step.active:nth-child(3)::before,
.stepTwo .elementor-widget:nth-child(8) .timeline-content.active .timeline-steps .step.active:nth-child(4)::before,
.stepTwo .elementor-widget:nth-child(8) .timeline-content.active .timeline-steps .step.active:nth-child(5)::before,
.stepTwo .elementor-widget:nth-child(8) .timeline-content.active .timeline-steps .step.active:nth-child(6)::before
 { background:#4164dd;  transition: all 0.5s ease;}
 
 
   .stepTwo .elementor-widget:nth-child(9) .timeline-content.active .timeline-steps .step.active:nth-child(1)::after, 
.stepTwo .elementor-widget:nth-child(9) .timeline-content.active .timeline-steps .step.active:nth-child(2)::after,
.stepTwo .elementor-widget:nth-child(9) .timeline-content.active .timeline-steps .step.active:nth-child(3)::after,
.stepTwo .elementor-widget:nth-child(9) .timeline-content.active .timeline-steps .step.active:nth-child(4)::after,
.stepTwo .elementor-widget:nth-child(9) .timeline-content.active .timeline-steps .step.active:nth-child(5)::after,
.stepTwo .elementor-widget:nth-child(9) .timeline-content.active .timeline-steps .step.active:nth-child(6)::after,
.stepTwo .elementor-widget:nth-child(9) .timeline-content.active .timeline-steps .step.active:nth-child(7)::after{  opacity:1; }
.stepTwo .elementor-widget:nth-child(9) .timeline-content.active .timeline-steps .step.active:nth-child(1)::before,
.stepTwo .elementor-widget:nth-child(9) .timeline-content.active .timeline-steps .step.active:nth-child(2)::before,
.stepTwo .elementor-widget:nth-child(9) .timeline-content.active .timeline-steps .step.active:nth-child(3)::before,
.stepTwo .elementor-widget:nth-child(9) .timeline-content.active .timeline-steps .step.active:nth-child(4)::before,
.stepTwo .elementor-widget:nth-child(9) .timeline-content.active .timeline-steps .step.active:nth-child(5)::before,
.stepTwo .elementor-widget:nth-child(9) .timeline-content.active .timeline-steps .step.active:nth-child(6)::before,
.stepTwo .elementor-widget:nth-child(9) .timeline-content.active .timeline-steps .step.active:nth-child(7)::before
 { background:#4164dd;  transition: all 0.5s ease;}
 
 


#timeline-container h5{
text-align: center;
    max-width: max-content;
    color: #fff;
    padding: 10px 20px;
    border-radius: 15px;
    margin: 0 auto;
	    margin-top: 103px;
		    font-size: 19px;
    font-weight: 400;
	    text-transform: capitalize;
	    background-image: linear-gradient(to right, #191F5C, #191F5C);
}
#timeline-container h5 strong{text-transform:uppercase;     margin-right: 9px;
    font-weight: 500;
    letter-spacing: 1px;}
#timeline-container .timeline-content {
     margin-bottom: 0;  padding: 30px 0 0;
}
 
 
 


#timeline-container .timeline-content {
    margin-bottom: 0;
    padding: 30px 0 0;
	 transform: translateY(40px);
  transition: .6s ease;
  opacity:0.5;
}

#timeline-container .timeline-content.active {
   transform: translateY(0);
   opacity:1;
}

#quanitysec {
    position: relative;
    padding: 80px 0;
}
#quanitysec img {
   border-radius: 60px;
}
#quanitysec .qunityR{    display: flex;
    justify-content: center;
     flex-direction: column;
	 padding:0 80px;}

#quanitysec p.parabtn{margin:0;display:flex; align-items: center;justify-content: flex-start;}
#quanitysec p.parabtn a{display:flex;position:relative;gap: 10px; }
#quanitysec p.parabtn a span:not(.btn-arrow){display:flex;line-height:44px;padding-inline:40px;background:#010101;font-family: "Montserrat", sans-serif;text-transform:uppercase;font-weight:600;border-radius:8px;border:2px solid #ffffff;color:#fff;}
#quanitysec p.parabtn a:hover span:not(.btn-arrow){background: #ffffff;   color: #010101;border-color:#010101;}
#quanitysec p.parabtn a span.btn-arrow{width: 48px;height: 48px;background: #010101;color: #fff;display: flex;align-items: center;justify-content: center;border-radius: 10px;font-size: 20px;transition: transform 0.4s ease, background 0.4s ease;}
#quanitysec p.parabtn a span.btn-arrow img{-webkit-filter: brightness(0) invert(1);filter: brightness(1) invert(0); filter: brightness(0) invert(1);}
#quanitysec p.parabtn a:hover span.btn-arrow{transform: translateX(6px);}

/* Common */
.lineAnimateLeft{
  position:absolute;
  top:15%;
  left:6%; 
  height:50%;
  width:130px;
  opacity:.7;
  pointer-events:none;
}


.lineAnimateRight{
  position:absolute;
  top:15%;
  right:6%;
  height:50%;
  width:130px;
  opacity:.7;
  pointer-events:none;
}

.bg-left{  transform: scaleX(-1);}
.bg-right{  transform:scaleX(1); }

.bg-lines svg{
  height:100%;
  width:100%;
}




.bg-lines svg path{
  animation: drawLine 2.5s ease forwards infinite;
  animation-direction: normal;
}

.lineAnimateLeft .bg-lines svg path{
  animation-delay: 0s;
}

.lineAnimateRight .bg-lines svg path{
  animation-delay: 2.5s;
}

@keyframes drawLine {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}


.menutwoline .progress-line-horizontal{top: 211px;}
#roioutsec {padding:80px 0;}

#roioutsec .roi-card {  background: url(../images/calculater-bg.jpg) no-repeat;  background-size: cover;}
#roioutsec .roi-card__value {
    font-size: 42px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    line-height: 1.1;
    font-family: "Montserrat", sans-serif;
}
#roioutsec .roi-card__label {
font-size: 16px;    font-family: "Montserrat", sans-serif;}

#corinteIntro{padding:20px 0 80px;}

#corinteIntro .ci-card:hover {
    background: url(../images/ci-hover-bg.jpg) no-repeat;
     transform: translateY(-2px);
	     background-size: cover;
}
#corinteIntro .ci-card {   background: #fff;  border-radius: 16px;   border: none;  padding: 40px;  }
#corinteIntro .ci-wrap {
    max-width: max-content;
}
#corinteIntro .ci-card__title {  font-size: 30px;  font-weight: 500;}
#corinteIntro .ci-card__title::after {
    width: 100%;   height: 1px;   background: rgba(0, 0, 0, 0.1);
}
#corinteIntro .ci-card:hover .ci-card__title::after {
     background: rgba(255, 255, 255, 0.1);
}
#corinteIntro .ci-card__desc { font-size: 16px;}
#corinteIntro .ci-card__icon img {
    width: auto;
    height: 48px;
}
#corinteIntro .ci-card__icon {    width: 220px; height: 48px;  text-align: left;  margin: 0 0 20px; }

#osintroSec.coreIntro{padding-bottom:80px;}

#ovalueSec.weBoxOut{padding-bottom:150px;}
#ovalueSec.weBoxOut .weBox{background:url(../images/3d-rendering-abstract-wall.jpg) no-repeat; border-radius:12px; padding:80px 30px; text-align:center;  background-size: cover;}
#ovalueSec.weBoxOut .weBox h4 {
    color: #000;
    font-weight: 500;
    font-size: 22px;
    border-bottom: solid 1px #ccc;
    padding: 0 0 10px;
}
#ovalueSec.weBoxOut .weBox img{width:70px;}
#ovalueSec.weBoxOut .weBox:nth-child(odd) {  top: 80px; }

#ovalueSec.weBoxOut .weBox:nth-child(even) { top: 0;}


#ovalueSec.WTEnables{}
#ovalueSec.WTEnables .imgBig{  padding: 0 5% 0 20%;}
#ovalueSec.WTEnables .imgsmall {position: absolute;  width: 300px;   top: 20%;   left: 0; }
#ovalueSec.WTEnables .imgsmall img{border:solid 10px #232d93;}
  #ovalueSec.WTEnables .iconbox{ display: flex; align-items: flex-start; color: #fff;}
    #ovalueSec.WTEnables .iconbox strong{display:block;}
html body #ovalueSec.WTEnables .comtitlestb {
     text-align: left;
}

  #ovalueSec.WTEnables .listSec .iconbox{ display: flex;
    flex-wrap: wrap;         
    align-items: center;
    gap: 14px;
    color: #fff;}
	
	
	  #ovalueSec.WTEnables .listSec ul li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 25px;
    font-weight: 400;
    list-style: none;
    filter: brightness(0) invert(1);
} 
  #ovalueSec.WTEnables .listSec ul li:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/ullist-icon.png) no-repeat left 5px;
    background-size: 75%;
}
  #ovalueSec.WTEnables .listSec p{
  margin: 0;}
 
 #begSec.whyThis{ padding-block:10vh;}
#begSec.whyThis .comtitlestb {
    padding-right: 0;
    text-align: center; margin-bottom:30px;     justify-content: center;
}

#begSec.whyThis ul{padding:0 40px; margin:0; position:relative;}
#begSec.whyThis ul:before{content:''; position:absolute; background:#5D80F9; width: 4px;   height: 81%;  left: 60px; }
#begSec.whyThis ul li {
    padding: 12px 0 25px 62px;  list-style:none;  margin: 0;     position: relative;  background: url(../images/logo-icon.png) no-repeat 0 0; min-height: 80px;
}
#begSec.whyThis ul li br{display:none;}
#begSec.whyThis ul li strong{display:block;}
#begSec.whyThis .begcontain {  padding-block: 0;}
#begSec.whyThis.aibased h4{color:#fff;}
#begSec.whyThis.aibased ul li { background: url(../images/qustin.png) no-repeat 0 0;color:#fff;}
#ovalueSec.bfsisec ul {
    padding: 0;
    margin: 20px 0 0;
}
#ovalueSec.bfsisec ul li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 25px;
    font-weight: 400;
    list-style: none;
    font-size: 16px;
}
#ovalueSec.bfsisec h6 {
   font-weight: 500;
    font-size: 16px; color:#000; font-style:italic; 
}
#ovalueSec.bfsisec ul li:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/ullist-icon.png) no-repeat left 5px;
    background-size: 75%;
}

#ovalueSec.bfsisec .e-n-accordion-item-title{ background: #fff;   border-radius: 12px;  border: none; color: #5D80F9;}
#ovalueSec.bfsisec .e-n-accordion-item {
    margin-bottom: 10px;
    border-radius: 15px;
    background: #ffffff;
    border: 1px solid rgb(93 128 249 / 30%);
}
#ovalueSec.bfsisec .e-n-accordion-item-title {
    border: none;
    padding: 20px 30px;
}
#ovalueSec.bfsisec .e-n-accordion-item>.elementor-element {
    border: none;
    padding: 0px 30px 20px;
}
#ovalueSec.bfsisec .e-n-accordion-item>.elementor-element .elementor-element{padding:0; margin:0;}

background: #5d80f9;
    color: #fff;
    border-radius: 100%;
    /* padding: 4px; */
    width: 20px;
    height: 20px;
    text-align: center;
	
#ovalueSec.bfsisec .e-n-accordion-item[open] {
    background: #fff;
     color: #ffffff;
}

#ovalueSec.bfsisec .e-n-accordion-item .e-n-accordion-item-title-icon span {
    color: #fff;
    border-radius: 100%;
    padding: 3px 6px;
    width: 20px;
    height: 20px;
    text-align: center;
    background: linear-gradient(135deg, #101767, #3647ee);
}
#ovalueSec.bfsisec .elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title .e-n-accordion-item-title-icon span>svg {
    fill: #fcfdff;
}

#ovalueSec.bfsisec .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>svg {
   fill: #fcfdff;
}
 #ovalueSec.bfsisec.acpilot .e-n-accordion-item[open] .e-n-accordion-item-title{position:relative;}
 #ovalueSec.bfsisec.acpilot .e-n-accordion-item[open] .e-n-accordion-item-title:after {
    content: '';
    position: absolute;  left: 30px;  background: #ccc;    width: 92%;  height: 1px;  bottom: 0;
}
	 #ovalueSec.bfsisec.acpilot .e-n-accordion-item[open] .e-n-accordion-item-title {
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#ovalueSec.bfsisec .e-n-accordion-item[open] .e-n-accordion-item-title {  padding-bottom: 0px;}
#ovalueSec.bfsisec .e-n-accordion-item .e-con-inner{padding:0; margin:0;}
html body #ovalueSec.bfsisec .comtitlestb h4 {  color: #000; }
html body #ovalueSec.bfsisec .comtitlestb p {  color: #000;}
html body #ovalueSec.bfsisec .e-n-accordion-item-title .e-n-accordion-item-title-header .e-n-accordion-item-title-text {
    font-size: 1.1vw;
    font-weight: 500;
}
#begSec.whyTraditional{padding:0 0 150px;}
#begSec.whyTraditional ul {
    padding: 0;   margin: 0;   display: flex;  flex-flow: wrap;  gap: 10px;
}
#begSec.whyTraditional ul li {
    padding: 10px 0;
    margin: 0;
    list-style: none;
    background-image: linear-gradient(to bottom, #444fb9, #30356e);
    border-radius: 6px;
	flex: 0 0 48%;
	    text-align: center;
	    color: #fff;
}
#begSec.whyTraditional.listsingle ul li {
     flex: 0 0 100%;
	     text-align: center;
    color: #fff;
}
#begSec.whyTraditional .smallImg {    position: absolute;   bottom: -100px;   width: 50%; }
#begSec.whyTraditional .smallImg img{  border-radius: 12px; }
#begSec.whyTraditional .logoImg {    position: absolute;   top: 37%;  z-index: 10;  left: 246px; }
#begSec.whyTraditional .bigImg{padding: 0 5% 0 25%;}
  #begSec.whyTraditional  h5{  color: #333;  font-size: 20px;  margin: 0 0 22px;}

#fitooSec.bfsi .shortentimevaluetab ul.resp-tabs-list li h3 {
    font-size: 17px;
}
#fitooSec.bfsi .shortentimevaluetab .stvcontain .stvCont h4 {
    width: 60%;
}
#fitooSec.bfsi .comtitlestb {
    text-align: center; margin: 0 0 40px;
}
html body .ovalueSec.sox .comtitlestb {
    color: #000;
    text-align: left;
}

   #ovalueSec.escapsControl .begcontain{ justify-content: center;
   gap: 30px;}
#ovalueSec.escapsControl h5{padding:0; margin:0; position:relative; color: #333;   font-size: 18px;}
#ovalueSec.escapsControl p{margin:0 0 30px; }
#ovalueSec.escapsControl h5:after {  content: '';   position: absolute;  left: -78px;   width: 100px;  height: 10px;  background: url(../images/line-bg.png) no-repeat;  top: 9px; }
#ovalueSec.escapsControl .escapsControlL{text-align:right; width: 40%; padding: 0 120px 0 0;}
#ovalueSec.escapsControl .escapsControlR{  width: 40%; padding: 0 0 0 120px;}
#ovalueSec.escapsControl .escapsControlL h5:after {  right: -110px;  left:auto;  top: 9px; }
#ovalueSec.escapsControl h5::after{
  animation: lineSweep 2.5s ease-in-out infinite;
}

#ovalueSec.escapsControl .escapsControlM {
    display: inline-block;
    position: relative;
    width: 22%;
    vertical-align: top;
	top: -190px;
}

#ovalueSec.escapsControl .escapsControlM img {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    transition: all 0.5s ease;
}

/* normal image */
#ovalueSec.escapsControl .nImg {
    opacity:1;
}

/* hover image */
#ovalueSec.escapsControl .himg {
   opacity:0;
}

#ovalueSec.escapsControl .hovershape:hover .nImg {
   opacity:0;
}

#ovalueSec.escapsControl .hovershape:hover .himg {
  opacity:1;
}

#ovalueSec.escapsControl .hovershape{
transition: all 0.5s ease;}



@keyframes lineSweep{
  0%{
    transform: scaleX(0);
    opacity:0.5;
  }
  40%{
    transform: scaleX(1);
    opacity:1;
  }
  100%{
    transform: scaleX(1);
    opacity:0.5;
  }
}


#fitooSec.acpilot .shortentimevaluetab ul.resp-tabs-list li h3 {  position: relative; padding-right: 22px;   font-size: 0.94vw;}
#fitooSec.acpilot .shortentimevaluetab ul.resp-tabs-list li h3:after {
    content: '';    position: absolute;  font-size: 0.8vw;  background: #ccc;  height: 75%;   width: 1px;  right: 15px;  top: 8px;
}
#fitooSec.acpilot .shortentimevaluetab ul.resp-tabs-list li:last-child h3:after {background:none; }
#fitooSec.acpilot .shortentimevaluetab ul.resp-tabs-list li.resp-tab-active h3:before {
    width: 90%;
}
#ovalueSec.riskStrategy p{color:#fff;}
#ovalueSec.riskStrategy h4{color:#fff;}
#ovalueSec.riskStrategy  ul {
    padding: 0;
    margin: 20px 0 0;
}
#ovalueSec.riskStrategy ul li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 25px;
    font-weight: 400;
	list-style: none;
    filter: brightness(0) invert(1);
}
#ovalueSec.riskStrategy.acpilot ul  strong{color:#fff;}
#ovalueSec.riskStrategy ul li:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/ullist-icon.png) no-repeat left 5px;
    background-size: 75%;
}
#ovalueSec.riskStrategy .right{justify-content:center; padding: 0 50px;}
html body #ovalueSec.escapsControl .comtitlestb p{margin:0 auto;}

#ovalueSec.security .sbox{ padding:30px; border-radius:12px; color:#fff;  font-weight: 500;}

#ovalueSec.security .sbox h5{color:#fff; border-bottom:solid 1px rgba(255,255,255,0.5);  padding-bottom: 7px;}
#ovalueSec.security .sbox  {
  background: url(../images/blue-bg1.jpg) no-repeat left 0; background-size:cover;
}
 
#ovalueSec.security .sbox:nth-child(2),
#ovalueSec.security .sbox:nth-child(3),
#ovalueSec.security .sbox:nth-child(6) {
  background: url(../images/blue-bg2.jpg) no-repeat left 0; background-size:cover;
}
.begcontain.tcenter{text-align:center; justify-content:center;}

#fitooSec.acpilot .shortentimevaluetab .stvcontain .stvCont {
    width: 55%;
    padding-right: 2.5vw; padding-left: 0;
	font-weight: 400;
}

#fitooSec.acpilot .shortentimevaluetab .stvcontain .stvImg {
    border-radius: 0;
}

html body .ovalueSec.acpilot .comtitlestb p {
    width: 75%;
}

#ovalueSec.security.acpilot .begcontain{padding:0 200px;}
#ovalueSec.security.acpilot .sbox {
    padding: 40px;  font-weight: 400;
}
#ovalueSec.security.acpilot .sbox p{margin-bottom:0;}


/* Odd boxes */
#ovalueSec.security.acpilot .sbox:nth-child(odd) {
  background: url(../images/blue-bg-b2.jpg) no-repeat left 0;
  background-size: cover;
}

/* Even boxes */
#ovalueSec.security.acpilot .sbox:nth-child(even) {
  background: url(../images/blue-bg-b1.jpg) no-repeat left 0;
  background-size: cover;
}

#HsvaaaaiSec .svaaaaibox h5 strong {
      color: #1436a9;
}
#HsvaaaaiSec .svaaaaibox h6{
    font-style: italic;   font-size: 16px;   color: #000;
}
#ovalueSec  .pointLogo ul {
    padding: 20px;
    margin: 0;
    position: relative;
}
#ovalueSec .pointLogo ul:before {
    content: '';
    position: absolute;
    background: #5D80F9;
    width: 4px;
    height: 81%;
    left: 44px;
}
#ovalueSec .pointLogo ul li {
    padding: 12px 0 25px 62px;
    list-style: none;
    margin: 0;
    position: relative;
	    min-height: 86px;
	    filter: brightness(1) invert(0);
		color:#fff;
    background: url(../images/logo-icon.png) no-repeat 0 0;
}
#ovalueSec  .pointLogo ul li:before {  background: none;}

#ovalueSec .pointLogo.btwo ul li{  background: url(../images/blue-logo.png) no-repeat 0 0; color:#000;}
#ovalueSec .pointLogo.btwo ul:before {  left: 39px; }
#fitooSec .shortentimevaluetab ul.resp-tabs-list li h3 {
    padding: 0 10px;
}
#bdContentSec .pss-author {
    display: none !important;
}
#igaminsiSec .igaminsilogo {
    display: none !important;
}
#MHeaderSec {
        width: 100% !important;
    }
	

@media(max-width:1780px){
 
#ovalueSec.escapsControl .escapsControlM {
   top: -160px;
}
#ovalueSec.escapsControl .escapsControlM img {
    width: 215px; 
}
#ovalueSec.escapsControl .hovershape {
     padding: 0 10%;
}
}	
	
	
	
@media(max-width:1680px){
.timeline {
    padding: 120px 85px;
}
   #timeline-wrap.stayaudit{ padding: 80px 80px;}
   #quanitysec { padding: 80px 200px; }
   #ovalueSec.escapsControl .escapsControlR {
    width: 40%;
    padding: 0 85px 0 120px;
}

#ovalueSec.escapsControl .escapsControlM {
   top: -160px;
}

}
@media(max-width:1600px){
   #ovalueSec.escapsControl .escapsControlM {
    top: -158px;
}
#ovalueSec.security.acpilot .begcontain {
    padding: 0 100px;
}
#ovalueSec.escapsControl .hovershape {
     padding: 0 5%;
}
}

@media(max-width:1500px){
 .timeline-steps .step {  padding: 54px 3px 0 40px;}
 #quanitysec p.parabtn a span:not(.btn-arrow) {
 padding-inline: 25px;}

}
@media(max-width:1280px){
#quanitysec {
    position: relative;
    padding: 80px 150px;
}
#ovalueSec.escapsControl .hovershape {
     padding: 0;
}
}


@media(max-width:1200px){
.timeline-title {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 15px;
    display: flex;
    /* justify-content: center; */
    align-items: flex-start;
    gap: 0;
    min-height: 105px;
    flex-direction: column;
}
.timeline-title h4 {  font-size: 2.5vw;}
.progress-line-horizontal {  top: 294px;}
 .timeline-steps .step {  padding: 54px 3px 0 29px;}
 .timeline-wrap.stayaudit #comtitlestb h4 br{display:none;}
 .roi-wrap { max-width: 100%; padding: 30px;}
}

@media(max-width:900px){
	
 .progress-line-horizontal {  top: 302px; }
.timeline-title { min-height: 193px;}	
#begSec .begcontain {
    padding-block: 8vh !important;  padding-inline: 7vw !important;   display: block;  width: 100%;
}
#begSec .begcontain .e-flex{width:100%;}
 #begSec .begcontain .e-flex  h4 br{display:none;}
 #ovalueSec.security.acpilot .begcontain {
    padding: 0 50px;
}
}

/* ===== MOBILE ACCORDION ===== */
@media(max-width:800px){
	#ovalueSec.security.acpilot .begcontain {
    padding: 0;
}
	#timeline h4 {    padding-right: 0; }
.timeline {   padding: 120px 30px;  }
	#timegridout .timlineGrid:nth-child(odd) .titem.left {  padding: 0 0 0 40px;}
	.progress-line-horizontal {  top: 302px; }

  .menu{ display:none; }

  .timeline-content{
    display:block;
    margin-bottom:20px;
    border-radius:12px;
    background:#fff;
    padding:20px;
    box-shadow:0 4px 20px rgba(0,0,0,.06);
  }

  .timeline-content.active{
    display:block;
  }
   .timeline-content .timeline-steps{ display:none;}
 .timeline-content.active .timeline-steps{ display:block;}
 
   .timeline-content h5{ display:none;}
 .timeline-content.active  h5{ display:block;}

  .timeline-title{
    cursor:pointer;
    position:relative;
    padding-right:30px;
  }

  .timeline-title::after{
    content:'+';
    position:absolute;
    right:0;
    top:0;
    font-size:22px;
  }

  .timeline-content.active .timeline-title::after{
    content:'−';
  }

  .progress-line-horizontal{
    display:none;
  }
  
  html body .ovalueSec.routine .comtitlestb p {
    width: 80%;
  }
  
    html body .ovalueSec.routine .comtitlestb p  br{display:none;}

  .timeline-steps{
    flex-direction:column;
    gap:30px;
  }

  .step{
    width:100%;
    opacity:1;
  }
  .progress-line {
     display: none;
}
#timegridout .timlineGrid::after{ background: none; }
.timeline-title h4 {
        font-size: 3.8vw;
    }
.timeline-content.active .timeline-title h4 {
margin: 0 0 20px;}
    #quanitysec {
         padding: 80px 30px;
    }
	#quanitysec .qunityR {
     padding: 0;
}
.lineAnimateRight {
    position: absolute;
    top: 32%;
    right: 2%;
    height: 50%;
    width: 39px; 
}

.lineAnimateLeft {
    position: absolute;
    top: 32%;
    left: 2%;
    height: 50%;
    width: 39px; 
}
#roiIntrosec .roi-field label {
    font-size: 16px;
}
#roiIntrosec  .roi-wrap { padding: 0;}
#roiIntrosec .roi-field input { font-size: 14px;}
#roiIntrosec .roi-field select {  font-size: 14px;}
#ovalueSec.escapsControl .escapsControlL { width: 100%;}
#ovalueSec.escapsControl .escapsControlR {
width: 100%;}
 #ovalueSec.escapsControl .begcontain {
    justify-content: center;
    gap: 30px;
    display: grid;
}
    #ovalueSec.escapsControl .escapsControlM {
        top: auto;
    }
	#ovalueSec.escapsControl .himg {
    opacity: 0;
    display: none;
}
	 
	#ovalueSec.escapsControl .escapsControlL {
        width: 100%;
        text-align: center;
        padding: 0;
    }
	#ovalueSec.escapsControl .escapsControlM img {
    position: relative;
	}
	#ovalueSec.escapsControl .escapsControlR {
        width: 100%;
        text-align: center;
        padding: 0;
    }
	#ovalueSec.escapsControl h5:after{background:none;}
 #ovalueSec.escapsControl .escapsControlM {  width: auto;}
 #begSec.whyThis .elementor-element {
        width: 100%;   display: grid;        
    }
	
	 #begSec.whyThis .begcontain{            padding-block: 0 !important;
        padding-inline: 0 !important;}
	 #begSec.whyThis .begcontain img{  margin: 0 0 30px;}
	#ovalueSec.weBoxOut .weBox:nth-child(odd) {
    top: auto;
}
#ovalueSec.weBoxOut .weBox {  padding: 50px 30px;}
#ovalueSec.WTEnables img{  margin: 0 0 30px;}
}


@media(max-width:700px){
	#ovalueSec.weBoxOut .weBox:nth-child(odd) {
    top: auto;
}
	      #begSec .begcontain {  padding-inline: 3vw !important;}
	#timegridout .timlineGrid .titem.right {
    padding: 0;
}
	.titem.left {    justify-content: flex-start;   height: auto;  }
#timeline-container .timeline-content {
        border-radius: 0;
        padding: 10px 30px;
        box-shadow: inherit;
        background: transparent;
        border-bottom: solid 1px #ccc;
        margin: 0;
		        transform: inherit;
    }
	.timeline-container {
        padding: 30px 0;
    }
	#timeline img {  margin: 0 0 50px; }
html body #timeline .comtitlestb {
text-align: left;}
html body #timeline .comtitlestb p {
width: 100%;}
#timegridout .timlineGrid .titem.left {
padding: 0 0 20px 0;}
#timegridout .timlineGrid:nth-child(odd) .titem.left {
    padding: 0 0 20px; order: 1;
}
#timegridout .timlineGrid .titem {   opacity: 1;}
#timegridout .timlineGrid:nth-child(odd) .titem.right {
    padding: 0; order: 2;
}
.titem.right {
padding: 0;    order: 2;}
.titem.left {
    order: 1;
}
.timeline::before {
background: none;}

 
.timeline-steps .step {  width: 100%;  opacity: 1;  padding: 0 0 15px;     margin: 0 0 30px;}    
.timeline-steps .step br { display:none;}
 
 .timeline-content.active .timeline-steps {   display: block;  border-left: solid 2px #cdcdcd;  padding: 10px 0 0 20px;  }
.timeline-title {  min-height: auto;  margin: 0; }
	#timeline-container h5 {
   margin: 0 auto 30px;
    margin-top: auto;}
 .timeline-content  .timeline-title ul {display:none;   }
     .timeline-content.active .timeline-title ul {display:block;   }
	  .timeline-content  .timeline-title h5 {display:none;   }
     .timeline-content.active .timeline-title h5 {display:block;   }
  #timegridout {  border-left: solid 3px rgba(0, 0, 0, 0.1);  margin-left: 5px;  padding: 0 0 0 20px;
    }
	  #timegridout .timlineGrid .titem {   transform: inherit;}
	#timegridout .timlineGrid::after {  top: 12px;  left: -21px;  width: 32px;  height: 32px;  opacity: 1;  background-size: 100% !important; }
	#roiIntrosec .roi-row {  grid-template-columns : inherit;}
	#corinteIntro {   padding: 20px 30px; }
	#roioutsec {
    padding: 80px 30px;
}
#timeline-wrap.stayaudit {
        padding: 40px 30px;
    }
	.stepTwo .timeline-title h4 {
    display: block;
}
.stepTwo .timeline-title h4 {
    display: block;
}
.stepTwo .timeline-steps .step::after {
    opacity: 1;
}
.timeline-steps .step::after {
        content: '';  position: absolute;   top: -5px;   left: -36px;   transform: inherit;  width: 30px;  height: 30px;  border-radius: initial;   z-index: 2;  transition: all 0.4s ease;  background: url(../images/circle-dot.png) no-repeat !important;  opacity: 1;   background-size: 100% !important;
    }
	.timeline-title {
         padding-right: 0;
    }
	    .timeline-content.active .timeline-title ul {
        display: block;
        margin: 0 0 30px;
    }
	#timeline-container h5 { font-size: 16px;}
	    .timeline-title h4 {
        font-size: 20px;  margin: 0;
    }
	#timeline-container .timeline-content {
    opacity: 1;
}
#quanitysec img {
    border-radius: 30px;
}
#quanitysec p.parabtn a span:not(.btn-arrow) {  padding-inline: 18px;}
#timeline-container .timeline-content.active h4 {   margin-bottom:30px; }
#timeline h4 {  font-size: 25px;}

.timeline-wrap.stayaudit #comtitlestb h4 {  font-size: 25px;
}
#ovalueSec .ovaleBRCol.threeBox .elementor-widget-html {
    width: calc(100% - 15px);
}
#corinteIntro .ci-card {   padding: 25px; }
#ovalueSec.riskStrategy .right {
    justify-content: center;
    padding: 0 20px;
}
html body #ovalueSec.bfsisec .e-n-accordion-item-title .e-n-accordion-item-title-header .e-n-accordion-item-title-text
 {
 font-size: 16px;}
 #fitooSec.acpilot .shortentimevaluetab .stvcontain .stvCont {
    width: 100%;
   padding: 20px;
}

}

