.ni-Banner {
  background-image: url(../images/bannerBg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ni-Banner .text {
  padding: 100px 0;
  text-align: center;
}
small.title {
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
  color: #13415A;
}
@media (max-width: 1199px) {
  .ni-Banner .text {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .ni-Banner .text {
    padding: 40px 0;
  }
}
.ni-Banner span {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 1199px) {
  .ni-Banner span {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .ni-Banner span {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .ni-Banner span {
    font-size: 32px;
  }
}

.stacked .imgCard img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 15px;
}
.stacked .iconCard {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stacked .iconCard img {
  max-height: 50%;
  max-width: 50%;
  height: auto;
  width: auto;
}
.stacked .splide__list {
  align-items: center;
}
.stacked .splide__slide:nth-child(odd) {
  width: 16vw;
}
@media (max-width: 1199px) {
  .stacked .splide__slide:nth-child(odd) {
    width: 19vw;
  }
}
@media (max-width: 991px) {
  .stacked .splide__slide:nth-child(odd) {
    width: 23vw;
  }
}
@media (max-width: 767px) {
  .stacked .splide__slide:nth-child(odd) {
    width: 26vw;
  }
}
@media (max-width: 576px) {
  .stacked .splide__slide:nth-child(odd) {
    width: 32vw;
  }
}
.stacked .splide__slide:nth-child(even) {
  width: 25vw;
}
@media (max-width: 1199px) {
  .stacked .splide__slide:nth-child(even) {
    width: 30vw;
  }
}
@media (max-width: 991px) {
  .stacked .splide__slide:nth-child(even) {
    width: 36vw;
  }
}
@media (max-width: 767px) {
  .stacked .splide__slide:nth-child(even) {
    width: 42vw;
  }
}
@media (max-width: 576px) {
  .stacked .splide__slide:nth-child(even) {
    width: 50vw;
  }
}
.stacked .splide__slide:nth-child(1) .iconCard {
  background: #2C4BB8;
}
.stacked .splide__slide:nth-child(3) .iconCard {
  background: #2CB88B;
}
.stacked .splide__slide:nth-child(5) .iconCard {
  background: #13415A;
}

h1 {
  font-size: 60px;
  margin-top: 25px !important;
  color:#13415A;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 28px;
  }
}

.free-content {
  text-align: center;
  padding: 100px 0;
}
@media (max-width: 1199px) {
  .free-content {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .free-content {
    padding: 60px 0;
  }
}
.free-content h1,
.free-content h2 {
  max-width: 830px;
  margin: 0 auto;
}
.free-content p {
  color: #13415A;
  font-size: 25px;
  font-weight: 400;
  line-height: 45px;
  max-width: 1014px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .free-content p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .free-content p {
    font-size: 18px;
    line-height: 26px;
  }
}

.boxedContent {
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .boxedContent {
    text-align: center;
  }
}
.boxedContent h2 {
  margin: 0 0 20px;
}
.boxedContent p {
  color: #13415A;
  font-size: 18px;
  font-weight: 400;
  line-height: 165%;
  letter-spacing: 0em;
}
@media (max-width: 1199px) {
  .boxedContent p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .boxedContent p {
    font-size: 14px;
  }
}
.boxedContent p a {
  color: #13415A;
  text-decoration: underline;
}
.boxedContent p a:hover {
  color: #2C4BB8;
  text-decoration: none;
}
.boxedContent p ~ p {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .boxedContent p ~ p {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .boxedContent p ~ p {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .tMember {
    text-align: center;
  }
}
.tMember img {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 5/3;
  object-fit: cover;
}
.tMember h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0em;
  color: #13415A;
  margin: 25px 0 5px;
}
@media (max-width: 1199px) {
  .tMember h5 {
    font-size: 20px;
    margin: 15px 0 0px;
  }
}
@media (max-width: 991px) {
  .tMember h5 {
    font-size: 18px;
    margin: 10px 0 0;
  }
}
.tMember span {
  color: #13415A;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  display: block;
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .tMember span {
    margin-bottom: 60px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .tMember span {
    margin-bottom: 40px;
  }
}

.values {
  /* background-color: #F2F8F8; */
  /* padding: 100px 0 80px; */
  margin-top: 150px;
  margin-bottom: 150px;
}
@media (max-width: 1199px) {
  .values {
    padding: 80px 0 60px;
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .values {
    padding: 60px 0 40px;
    margin-top: 80px;
  }
}
.values h2 {
  margin: 0 0 60px;
}

.values h5 {
  color: #13415A;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  margin: 0 0 15px;
}
@media (max-width: 1199px) {
  .values h5 {
    font-size: 20px;
    margin: 0 0 15px;
  }
}
@media (max-width: 991px) {
  .values h5 {
    font-size: 18px;
    margin: 0 0 10px;
  }
}
.values p {
  color: #13415A;
  font-weight: 500;
  font-size: 16px;
  line-height: 145%;
  /* margin: 0 0 20px; */
}
@media (max-width: 1199px) {
  .values p {
    font-size: 14px;
  }
}

.btn-green {
  padding-inline: 45px;
}

.blind {
  padding: 150px 0 150px;
}
.blind h3 {
    font-family: 'Inter';
    font-size: 40px;
    font-weight: 700;
    color: #13415A;
}
.blind .text {
  text-align: center;
  max-width: 1085px;
  margin: 0 auto;
}
.blind .text p {
  color: #13415A;
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  margin: 25px 0 40px;
}
.blind .btn-green{
  font-size: 20px;
}
@media (max-width: 1400px) {
  .blind .text p {
    font-size: 17px;
  }
}
@media (max-width: 1199px) {
  .blind .text p {
    font-size: 15px;
  }
}
/* about page updated css */
.row.g-5.reverse-row {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
.right-img-col {
  padding: 60px 80px 0px 80px;
  background: #DAF4F1;
  border-radius: 12px;
}

.left-text-col {
  padding: 0px;
  padding-right: 150px;
}
.left-text-col p{
  font-size: 20px;
  line-height: 36px;
  color: #13415A;
  text-transform: capitalize;
  margin-top: 25px;
  font-family: 'inter';
}
.left-text-col h3, .values h3 {
  font-size: 40px;
  color: #13415A;
  font-family: 'inter';
  font-weight: 700;
}
.values .col-lg-4.col-md-6.col-12 img {
  height: 100px;
  width: 100px;
  object-fit: contain;
  margin-bottom: 35px;
}
/* 1st and 3rd -> bottom border */
.values .row.g-xl-5.g-4 > .col-lg-4:nth-child(1),
.values .row.g-xl-5.g-4 > .col-lg-4:nth-child(3),
.values .row.g-xl-5.g-4 > .col-lg-4:nth-child(2) {
  border-bottom: 1px solid #E8E8E8;
}

/* 2nd and 5th -> left + right border */
.values .row.g-xl-5.g-4 > .col-lg-4:nth-child(2),
.values .row.g-xl-5.g-4 > .col-lg-4:nth-child(5) {
  border-left: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
}

.values .row.g-xl-5.g-4 > .col-lg-4{
  margin: 0px;
  padding: 0px;
  text-align: center;
  padding: 60px
}
.values .row{
  margin-top: 0px;
}
.values h3{
  margin-bottom: 25px;
}
.values .description{
  max-width: 938px;
  font-size:20px;
  font-family: 'inter';
  color: #13415A;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 150px;
}
.nowicon-properties .outer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border: 1px solid #ECECEC;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 30px;
}
.nowicon-properties .col:nth-child(2) {
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
}
.nowicon-properties .col:nth-of-type(1){
  padding-inline-start: 10px;
  padding-inline-end: 40px;
}
.nowicon-properties .col:nth-of-type(2){
  padding-inline:40px
}
.nowicon-properties .col:nth-of-type(3){
  padding-inline-start: 40px;
  padding-inline-end: 10px;
}
.nowicon-properties .top-section {
  text-align: center;
  padding: 43px 15px;
  border-radius: 16px;
  margin-bottom: 40px
}
.nowicon-properties .top-section.first{
  background-color: #DAF4F1;
}
.nowicon-properties .top-section.second{
  background-color: #F4F1DA;
}
.nowicon-properties .top-section.third{
  background-color: #E2DAF4;
}
.nowicon-properties .top-section img {
  width: 86px;
  height: 70px;
  margin-bottom: 25px;
}
.nowicon-properties .list ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display:flex;
  flex-direction: column;
  /* gap: 15px; */
}
.nowicon-properties .list ul li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  column-gap: 15px;
  padding: 15px 20px;
  color: #13415A;
  font-size: 20px;
  font-weight: 500;
}
.nowicon-properties .list ul li img{
  width: 24px;
}
.nowicon-properties .list ul li:nth-child(2){
  border-bottom:1px solid #E8E8E8;
  border-top:1px solid #E8E8E8;
}
.nowicon-properties .list ul li:nth-child(3){
  border-bottom:1px solid #E8E8E8;
}
.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 150px;
  gap: 10px;
  margin: 40px auto;
  height: 634px;
}

.box {
  border-radius: 12px;
  border: 1px solid #fff;
}

.box1 {
  background: #2C4BB8;
  grid-row: span 2;
  min-height: 634px;
}

.box2 {
  background: #DAF4F1;
  height: 224px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box3 {
  background: #FFFFFF;
  grid-row: span 2;
  height: 634px;
}

.box4 {
  background: #13415A;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box5 {
  background: #FFFFFF;
  height: 402px;
  margin-top: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box6 {
  background: #2CB88B;
  height: 224px;
  margin-top: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box5 img {
  width: 75%;
}

.box4 img {
  width: 75%;
}
.icon-specs .specs-outer-wrap {
  display: flex;
  flex-direction: row;
  gap: 25px;
}
.icon-specs {
  margin-top: 150px;
  margin-bottom: 150px;
}
.icon-specs .specs-outer-wrap .col {
  background: #FFFFFF;
  padding: 35px;
  text-align: center;
  border-radius: 12px;
}

.icon-specs .specs-outer-wrap .col .head {
  width: 124px;
  height: 124px;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

.icon-specs .specs-outer-wrap .col .head img {
  width: 50px;
  height: 50ox;
}
.icon-specs .specs-outer-wrap .col .head.one{
  background: #DAF4F1;
}
.icon-specs .specs-outer-wrap .col .head.two{
  background: #F4F1DA;
}
.icon-specs .specs-outer-wrap .col .head.three{
  background: #E2DAF4;
}
.icon-specs .specs-outer-wrap .col .head.four{
  background: #F7F7F9;
}

/* about page updated css */