section.section-1-fidelity-story {
  margin: 25px 0px;
}

.main-container-sections {
  max-width: 95%;
  width: 95%;
}

.fidelity-col-story {
  background-image: url(../images/story-banner.png);
 height: calc(-175px + 100vh);
  background-size: cover;
  position: relative;
  border-radius: 30px;
  background-position: center center;
}

.text-fidelity-story {
  width: 45%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  text-align: center;
  color: rgb(255, 255, 255);
}

.text-fidelity-story h1 {
  font-size: 4.0rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: rgba(241, 250, 255, 1);
}

.text-fidelity-story h2 {
  font-family: "Roboto-reg";
  font-size: 1rem;
  text-transform: uppercase;
  color: rgba(241, 250, 255, 1);
}

.text-fidelity-story p {
  font-family: Roboto-reg;
  font-size: 1rem;
  font-weight: 400;
  width: 85%;
  color: rgb(241, 250, 255);
  margin: auto;
}

.fidelity-exp-story p {
  font-size: 1rem;
  line-height: 1.4rem;
  color: #000;
  font-family: "Roboto-reg";
  width: 85%;
}

.section-2-fidelity-story .contact-us a,
.section-2-fidelity-exp .contact-us a {
  background: #003163;
  color: rgba(241, 250, 255, 1);
  border: 0;
  font-size: 16px;
  border-radius: 8px;
  text-decoration: unset;
  padding: 15px 40px;
  position: relative;
  color: white;
  background: #003163;
  border: none;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  transition: background 0.3s ease;
  font-family: "Roboto-reg";
  margin-top: 25px;
  display: block;
  width: fit-content;
}

.contact-us a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 60%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.2) 100%);
  transform: skewX(30deg);
  z-index: 2;
  transition: left 0.5s ease;
}

.contact-us a:hover::before {
  left: 130%;
}

section.section-2-fidelity-story {
  padding: 45px 0 60px;
}

.fidelity-exp-story h2 {
  font-size: 4rem;
  line-height: 4.8rem;
  color: #003163;
  margin-bottom: 25px;
  font-weight: 600;
}

.gftrd-img {
  text-align: end;
}


.parent {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div1 {
  grid-area: 1 / 1 / 2 / 2;
}

.div2 {
  grid-area: 1 / 2 / 2 / 3;
}

.div3 {
  grid-area: 1 / 3 / 2 / 4;
}

.div4 {
  grid-area: 1 / 4 / 2 / 5;
}

.div5 {
  grid-area: 1 / 5 / 2 / 6;
}

.div6 {
  grid-area: 2 / 2 / 3 / 3;
}

.div7 {
  grid-area: 2 / 3 / 3 / 4;
}

.div8 {
  grid-area: 2 / 4 / 3 / 5;
}

.div9 {
  grid-area: 1 / 2 / 3 / 5;
}

section.section-1-fidelity-fr {
  background-image: url(../images/cont-fid.png);
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 90px;
  padding-top: 75px;
}

.parent .div3,
.parent .div2,
.parent .div1,
.parent .div4,
.parent .div5,
.parent .div6,
.parent .div7,
.parent .div8 {
  border: 2px solid #fff;
  z-index: 9999;
}

.parent .div3,
.parent .div2,
.parent .div4 {
  border-right: unset;
  border-bottom: unset;
}

.parent .div6,
.parent .div7 {
  border-right: unset;
}

.parent .div2 {
  border-left: unset;
}



/*  */

@keyframes slideLeftOpen {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes slideRightOpen {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }
}

@keyframes slideLeftClose {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes slideRightClose {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0);
  }
}

.sliding-block {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.top-half,
.bottom-half {
  position: absolute;
  width: 100%;
  height: 50%;
  background-color: #0062c6;
  z-index: 10000;
}

.top-half {
  top: 0;
  left: 0;
}

.bottom-half {
  bottom: 0;
  left: 0;
}

.top-half.open {
  animation: slideLeftOpen 1s ease forwards;
}

.bottom-half.open {
  animation: slideRightOpen 1s ease forwards;
}

.top-half.close {
  animation: slideLeftClose 1s ease forwards;
}

.bottom-half.close {
  animation: slideRightClose 1s ease forwards;
}


.stickop-fr-lf {
  color: #fff;
  width: 18%;
  margin-top: -18%;
}

.stickop-fr-rf {
  color: #fff;
  width: 18%;
  margin-top: -38%;
}

.stickop-fr-lf {
  float: right;
}

.stickop-fr-rf {
  float: left;
}

.stickop-fr-lf h2,
.stickop-fr-rf h2 {
  font-size: 4rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: rgba(241, 250, 255, 1);
  margin-bottom: 10px;
}

.stickop-fr-lf p,
.stickop-fr-rf p,
.rvtbyn p {
  font-size: 1rem;
  line-height: 1.4rem;
  font-family: "Roboto-reg";
  width: 85%;
}

.stickop-story {
  position: sticky;
  top: 35px;
}

/*  */
.fidelity-exp-exp h2 {
  font-size: 4rem;
  line-height: 4.8rem;
  color: #000000;
  margin-bottom: 25px;
  font-weight: 600;
}

.section-1-fidelity-co h2 {
  font-size: 4rem;
  line-height: 4.8rem;
  color: #ffffff;
  margin-bottom: 25px;
  font-weight: 600;
}

.section-2-fidelity-ld h2 {
  font-size: 4rem;
  line-height: 4.8rem;
  color: #003163;
  margin-bottom: 25px;
  font-weight: 600;
}

@media (min-width: 1600px) {

  .text-fidelity-story h1,
  .fidelity-exp-story h2,
  .fidelity-exp-exp h2,
  .section-1-fidelity-co h2,
  .section-2-fidelity-ld h2 {
    font-size: 5rem;
    line-height: 6rem;
    font-weight: 600;
  }

  .text-fidelity-story p,
  .fidelity-exp-story p,
  .rvtbyn p {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .text-fidelity-story h2 {
    font-size: 1.2rem;
  }
}

.story .fancybox-container {
  z-index: 9999999999992;
}

/*  
*/

.history-section {
  padding: 20px;
  margin: auto auto 75px;
}

.history-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
  color: #333;
}

.timeline {
  display: flex;
  position: relative;
  align-items: flex-start;
}

.timeline-years {
  width: 300px;
  position: sticky;
  top: 150px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12rem;
  font-weight: bold;
  color: #003163;
  opacity: 1;
  justify-content: center;
}

.timeline-years #active-year {
  display: flex;
  align-items: flex-end;
  position: relative;
}

.timeline-years #active-year::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 2px solid #ddd;
  top: 50%;
  left: 110%;
  transform: translate(-49%, -50%);
  z-index: -1;
}

.progress-ring {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  top: 50%;
  left: 110%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background: conic-gradient(#003163 0deg, transparent 0deg);
  mask: radial-gradient(farthest-side, transparent calc(100% - 4px), black calc(100% - 4px));
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 4px), black calc(100% - 4px));
}

.timeline-content {
  flex: 1;
  padding-left: 20vw;
}

.timeline-item {
  display: flex;
  align-items: flex-start;
  margin: 200px 0;
  position: relative;
  min-height: 200px;
  opacity: 1;
}

.timeline-item .content {
  padding-left: 20px;
}

.timeline-item .content small {
  display: block;
  margin-bottom: 10px;
  color: #6D8AA3;
  font-size: 1.5rem;
  font-family: "Roboto-reg";
}

.timeline-item .content p {
  margin: 0;
  font-size: 1.4rem;
  color: #00152A;
  font-family: "Roboto-reg";
  border-bottom: 1px solid #6D8AA3;
  padding-bottom: 30px;
}

.digit {
  display: inline-block;
}

.slide-digit {
  transform: translateY(100%);

}

.timeline-item.future {
  opacity: 0.6;
  transform: translateY(30px);
  transition: transform 0.3s ease;
}

.timeline-item.active+.timeline-item.future {
  opacity: 0.85;
  transform: translateY(0px);
}

.timeline-item.active+.timeline-item.future::after {
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 100px;

  pointer-events: none;
}

.text-fidelity-story h1 {
  font-weight: 600
}

@media (min-width:768px) and (max-width:1024px) {
  .progress-ring {
    width: 250px;
    height: 250px;
    top: 50%;
    left: 90%;
  }

  .fidelity-col-story {
    height: calc(80vh - 120px);
  }

  .section-1-fidelity-co .container {
    max-width: 95% !important;
  }

  .fidelity-exp-exp h2 br {
    display: none;
  }

  .timeline-years #active-year::before {
    width: 250px;
    height: 250px;
    top: 50%;
    left: 90%;
  }

  .timeline-content {
    flex: 1;
    padding-left: 12vw;
  }

  .text-fidelity-story h1,
  .fidelity-exp-story h2,
  .fidelity-exp-exp h2,
  .section-1-fidelity-co h2,
  .section-2-fidelity-ld h2 {
    font-size: 3rem;
    line-height: 3.8rem;
  }

  .stickop-fr-lf h2,
  .stickop-fr-rf h2 {
    font-size: 2.2rem;
  }

  .timeline-item .content p {
    margin: 0;
    font-size: 1.1rem;
  }

  .text-fidelity-story {
    width: 85%;
  }
}


@media (max-width: 767px) {
  .text-fidelity-story {
    width: 95%;
  }

  .text-fidelity-story h1,
  .fidelity-exp-story h2,
  .fidelity-exp-exp h2,
  .section-1-fidelity-co h2,
  .section-2-fidelity-ld h2 {
    font-size: 3rem;
    line-height: 3.8rem;
  }

  .fidelity-2-row-story {
    display: block;
  }

  .fidelity-exp-story {
    width: 100%;
  }

  .fidelity-for {
    width: 100%;
    margin-top: 40px;
  }

  .row.fidelity-2-row-story {
    display: block;
  }

  .fidelity-exp-story {
    width: 100%;
  }

  .fidelity-for {
    width: 100%;
    margin-top: 40px;
  }

  .stickop-fr-rf {
    width: auto;
    margin-top: 20px;
  }

  .stickop-fr-lf {
    width: auto;
    float: unset;
    margin-top: 25px;

  }

  .stickop-fr-lf h2,
  .stickop-fr-rf h2 {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }

  .parent {

    grid-template-columns: repeat(4, 1fr);
  }

  .div5.wow.fadeInUp {
    display: none;
  }

  div#block4 {
    border-right: 2px solid #fff;
  }

  .progress-ring {
    position: absolute;
    width: 200px;
    height: 200px;
    left: 70%;
  }

  .timeline-years #active-year::before {
    width: 200px;
    left: 70%;
    height: 200px;
  }

  .fidelity-exp-story p {
    width: 95%;
  }

  .fidelity-exp-story h2 br {
    display: none;
  }

  .timeline-years {
    font-size: 5rem;
  }

  .timeline-content {
    flex: 1;
    padding-left: 5vw;
  }

  .timeline-item .content p {
    font-size: 1rem;
  }

  .timeline-item .content small {
    font-size: 1.2rem;
  }

  .row.fidelity-2-row-story {
    display: block;
  }

  .fidelity-exp-story {
    width: 100%;
  }

  .fidelity-for {
    width: 100%;
    margin-top: 40px;
  }

  .stickop-fr-rf {
    width: auto;
    margin-top: 20px;
  }

  .stickop-fr-lf {
    width: auto;
    float: unset;
    margin-top: 25px;

  }

  .stickop-fr-lf h2,
  .stickop-fr-rf h2 {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }

  .parent {

    grid-template-columns: repeat(4, 1fr);
  }

  .div5.wow.fadeInUp {
    display: none;
  }

  div#block4 {
    border-right: 1px solid #fff;
  }

  .progress-ring {
    position: absolute;
    width: 200px;
    height: 200px;
    left: 40%;
  }

  .timeline-years #active-year::before {
    width: 200px;
    left: 40%;
    height: 200px;
  }


  .timeline.container.main-container-sections {
    padding: 0;
    margin: 0;
    max-width: 100%;
    width: 100%;
  }

  section.section-2-fidelity-exp {
    padding: 20px 0 45px;
  }

  .fidelity-exp-exp {
    width: 100%;
  }

  .fidelity-exp-exp h2 br {
    display: none;
  }

  section.section-2-fidelity-exp .container {
    padding-right: calc(var(--bs-gutter-x) * .5);
    max-width: 95%;
    width: 95%;
    margin-right: auto;
  }
}


.card-fid-exp {
  background: rgb(44, 144, 249);
  background: -moz-linear-gradient(180deg, rgba(44, 144, 249, 0) 0%, rgba(44, 144, 249, 0.33657212885154064) 80%);
  background: -webkit-linear-gradient(180deg, rgba(44, 144, 249, 0) 0%, rgba(44, 144, 249, 0.33657212885154064) 80%);
  background: linear-gradient(180deg, rgba(44, 144, 249, 0) 0%, rgba(44, 144, 249, 0.33657212885154064) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2c90f9", endColorstr="#2c90f9", GradientType=1);
  padding: 25px;
  border-radius: 20px;
}

section.section-2-fidelity-exp .container {
  padding-right: 0;
  margin-right: 0;
  max-width: 97%;
  width: 97%;
}

section.section-2-fidelity-exp {
  padding: 60px 0;
}

div#exp h3 {
  text-transform: capitalize;
  font-family: 'Roboto-reg';
  font-weight: 600;
  min-height: 50px;
  font-size: 1.1rem;
}

div#exp p {
  text-transform: capitalize;
  font-family: 'Roboto-reg';
  font-weight: 500;
  font-size: 1rem;
}

.section-1-fidelity-co {
  background-color: #003163;
  padding: 60px 0;
  margin-top: 25px;
}

.rvtbyn p {
  color: #fff;
  margin-bottom: 0;
}

.rvtbyn {
  display: flex;
  gap: 15px;
  margin-bottom: 35px;
}

.rvtbyn img {
  height: max-content;
}

.fid-c2 {
  align-content: end;
}

.section-1-fidelity-co .container {
  max-width: 80%;
}

.section-2-fidelity-ld .container {
  background-color: #eff7ff;
  padding: 40px 35px 45px 35px;

}

.section-2-fidelity-ld h2 {
  color: #003163;
  text-align: center;
}

.section-2-fidelity-ld h2 {
  margin-bottom: 45px;
  margin-top: 20px;
}

@media (max-width:767px) {
  .fidelity-for {
    width: 98%;
  }

  .row.fidelity-2-row-exp {
    width: 95%;
  }

  section.section-2-fidelity-exp {
    padding: 20px 0 60px;
  }

  .section-1-fidelity-co .container {
    max-width: 95%;
  }

  .progress-ring {
    left: 40%;
    mask: radial-gradient(farthest-side, transparent calc(100% - 4px), black calc(100% - 4px));
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 5px), black calc(100% - 17px));
  }

  .timeline-years #active-year::before {
    width: 200px;
    left: 33%;

  }

  .timeline-item {
    width: 190px;
  }

  .timeline-years {
    left: 50px;
    top: 45vh;
  }

  .text-fidelity-story p {
    font-size: 0.9rem;
    width: 90%;

  }

  .fidelity-exp-story p,
  .stickop-fr-rf p,
  div#exp p,
  .rvtbyn p {
    font-size: 0.9rem;
  }

  .rvtbyn p {
    display: flex;
    align-items: center;
  }
}

@media (min-width:400px) and (max-width:526px) {
  .progress-ring {
    left: 38%;
  }

  .timeline-years #active-year::before {

    left: 32%;
  }
}

@media (min-width:280px) and (max-width:400px) {
  .timeline-years #active-year::before {
    width: 150px;
    height: 150px;
    left: 37%;
  }

  .timeline-years {
    left: 40px;
  }

  .progress-ring {
    width: 150px;
    height: 150px;
  }

  .timeline-years {
    font-size: 4rem;
  }
}

.fidelity-2-row-exp {
  margin: 0;
}

.section-1-fidelity-co#co-2 .container {
  max-width: 100%;
}

.section-1-fidelity-co#co-2 .fid-c2 {
  align-content: center;
}



.fidelity-col-v img {
  height: 80vh;
  object-fit: cover;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.fidelity-col-v .card {
  border: unset;
}

#expld3 .card-fid-exp {
  background: #005EBD;
  background: -webkit-linear-gradient(180deg, rgba(0, 94, 189, 1) 0%, rgba(0, 43, 87, 1) 50%);
  background: -moz-linear-gradient(180deg, rgba(0, 94, 189, 1) 0%, rgba(0, 43, 87, 1) 50%);
  background: linear-gradient(180deg, rgb(18 136 255) 0%, rgb(10 62 115) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005EBD", endColorstr="#002B57", GradientType=0);
}

#expld3 .card-fid-exp h3 {
  color: #fff;
  font-family: "Roboto-reg";
  min-height: 50px;
  font-size: 1.2rem;
}

#expld3 .card-fid-exp p {
  color: #fff;
  font-family: "Roboto-reg";
  font-size: 15px;
}

.section-1-fidelity-contact-ty {
  background-image: url(../images/cont-fid.png);
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0 30px;

}

.section-1-fidelity-contact-ty h2 {
  font-size: 4rem;
  text-transform: uppercase;
  color: rgba(241, 250, 255, 1);
  font-weight: 600;
  text-align: center;
  width: 80%;
  margin: auto;
}

.text-fidf h3 {
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: rgba(241, 250, 255, 1);
  font-weight: 600;
  text-align: center;
  line-height: 1.5rem;
  font-family: "Roboto-reg";
}

.section-1-fidelity-contact-ty h5 {
  font-family: "Roboto-reg";
  font-size: 0.9rem;
  text-transform: uppercase;
  color: rgba(241, 250, 255, 1);
  text-align: center;
  font-weight: 300;
}

.section-1-fidelity-contact-ty p {
  font-family: "Roboto-reg";
  font-size: 1rem;
  text-transform: uppercase;
  color: rgba(241, 250, 255, 1);
  text-align: center;
}

.text-fidf {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: max-content;
  text-align: center;
}

.fid-c-yu {
  position: relative;
  margin-top: 45px;
}
section.marg-fid {
  padding: 45px 0;
  background-color: #eff7ff;
}
section.marg-fid .container{
  padding: 0;
  margin:0;
  max-width: 100%;

}
.card-fid-expe h3{
  font-size: 1.2rem;
  font-family: "Roboto-reg";
  text-align: center;
  margin-bottom: 0;
  font-weight: 600;
}
.card-fid-expe p{
  font-size: 1.2rem;
  font-family: "Roboto-reg";
  text-align: center;
 margin-top: 15px;
 margin-bottom: 0;
}
.fidelity-exp-ld-mew {
  padding: 0;
}
@media (min-width: 1600px) {
  .section-1-fidelity-contact-ty h2 {
    font-size: 5rem;
    line-height: 6rem;
    font-weight: 600;
  }

  .section-1-fidelity-contact-ty p {
    font-size: 1.2rem;
  }
}
.row.marow {
  width: 98%;
}
.row.pp-img {
  max-width: 100%;
  justify-content: center;
  width: 100%;
}

.row.pp-img .col-md-2 {
  width: 5%;
  margin-bottom: 35px;
  margin-top: -25px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .row.pp-img .col-md-2 {
    width: 10%;
  }
  .fid-c-yu {
    width: 100%;
    text-align: -webkit-center;
}
.section-1-fidelity-contact-ty h2 {
  font-size: 3rem;
  line-height: 3.8rem;
}
}

@media (max-width: 767px) {
  .text-fidf {
    position: relative;
  }
  .row.pp-img .col-md-2 {
    width: 20%;
  }
}

@media (min-width:991px) {
.fid-c-yu img {
  margin-top: 60px;
}
}

#vids .main-container-sections {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

.row.fidelity-1-row-v {
    width: 100%;
    margin: auto;
}

.col-12.fidelity-col-v {
    padding: 0;
}



.partners .owl-carousel .owl-item img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  flex-shrink: 0;
      margin: 0 0 15px 0;
}

.card-fid-expe h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  flex-grow: 1;
}

.card-fid-expe p {
  width: 100%;
  margin-top: 8px;
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

/* Responsive */
@media (max-width: 576px) {
  .card-fid-expe {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .card-fid-expe h3 {
    font-size: 16px;
  }

 .partners .owl-carousel .owl-item img {
    width: 50px;
    height: 50px;
  }
}

.award img.img-fluid {
    width: 50%;
    margin: 0 auto;
}
p.par {
    font-family: Roboto-reg;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
}

div#expld .item img {
  height: 480px;
  width: 450px;
  object-fit: cover;
  border-radius: 20px;
  border: 2px solid #003163;
}

.text-lder {
  position: absolute;
  bottom: 10px;
  left: 30px;
  color: #fff;
  font-family: 'Roboto-reg';
  font-size: 1rem;
}
#expld button.owl-next span,#expld button.owl-prev span  {
  font-size: 51px;
  margin: 22px;
  opacity: 1;
  color: #003163;
}
.text-lder p {
    width: 400px;
            font-size: 14px;

}
#expld button.owl-next,#expld button.owl-prev{
  opacity: 1;
}
#expld  .owl-theme .owl-nav {
  margin-top: 35px;
}


.modal.dswwe {
  font-family: 'Roboto-reg';
  align-content: center;
}

.modal.dswwe img{
 width: 200px;
  height: 200px;
  object-fit: cover;
  /* border-radius: 15px; */
  margin: auto;
}


.modal.dswwe  .modal-body  img{
  margin: auto auto 30px;
}

.modal.dswwe  .modal-body p{
  text-align: left;
}

.modal.dswwe  h1 {
  color: #003163;
  font-family: 'bebas';
  font-size: 1.4rem;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .modal.dswwe  h1 {
    font-size: 1.2rem;
  }
  .modal.dswwe .modal-body p {
    font-size: 0.9rem;
    text-align: center;
}
.modal.dswwe  .modal-body {
  text-align: center;
}
.section-2-fidelity-ld.edrt  .container {
    padding: 40px 15px 45px 15px;
}
.text-lder p {
    width: 96%;
            font-size: 12px;

}
}


@media (min-width:1150px) and (max-width:1280px){
.card-fid-exp {
    min-height: 360px;
}
}
@media (min-width:1281px) {
.card-fid-exp {
    min-height: 290px;
}
}
@media (min-width:768px) {
#words {text-align: left;margin-top: 3px;}
}

@media (min-width:1500px) {
.card-fid-exp {
    min-height: 280px;
}
}

#exp button.owl-next span, #exp button.owl-prev span {
    font-size: 51px;
    margin: 22px;
    opacity: 1;
    color: #003163;
}


#exp .owl-nav button.owl-next:hover, #exp .owl-nav button.owl-prev:hover{
 background: unset;
}

#exp .owl-nav {
    margin-left: 0;
    position: absolute;
    left: 0px;
    gap: 15px;
    display: flex
;
margin-top: 25px;
 
}

section.section-2-fidelity-story.sd3cx2a .fidelity-for {
    align-content: center;
}

.video-container {
  position: relative;
  display: inline-block;
  width: 100%;            /* responsive */
       /* optional, set max size */
}

.video-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;    /* optional rounded corners */
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.play-button img {
  width: 80px;   /* adjust size for responsiveness */
  height: auto;
}

@media (max-width: 600px) {
  .play-button img {
    width: 50px;   /* smaller button on mobile */
  }
}



/* styles by me */
	.fidelity-exp-exp h2 {
  
    color: #003163;
   
}
.item {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
}

.item .img-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 14px;
}

.content-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 88%;
    padding: 20px;
    color: #fff;

    /* Beautiful dark gradient overlay */
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.65) 0%,
        rgba(0, 0, 0, 0.35) 40%,
        rgba(0, 0, 0, 0) 100%
    );

    box-sizing: border-box;
}

.content-overlay h3 {
    margin: 0 0 5px;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Roboto-reg';
}

.content-overlay p {
    margin: 0 0 5px;
    font-size: 15px;
    line-height: 1.4;
    font-family: 'Roboto-reg';
}

/* Responsive for mobile text */
@media (max-width: 768px) {
    .content-overlay h3 {
        font-size: 18px;
    }
    .content-overlay p {
        font-size: 14px;
    }
}

.t-text p{visibility: visible; animation-duration: 0.6s; animation-name: fadeInUp;    font-size: 1rem;
    line-height: 1.4rem; font-family: "Roboto-reg"; margin: 0 0 0 25px;	}
	.stickop-story {
       margin: 0 0 0 25px;
}

/* styles by me */
.pointer-events {
    pointer-events: none;
}

.display-none {
    display: none
}

.visbility-animation {
    visibility: visible;
    animation-duration: 0.2s;
    animation-name: fadeInUp;
}

.visbility-animation-5s {
    visibility: visible;
    animation-duration: 0.5s;
    animation-name: fadeInUp;
}

.visbility-animation-4s {
    visibility: visible;
    animation-duration: 0.4s;
    animation-name: fadeInUp;
}
.display-block{
  display: block;
}
.transform-style{
  transform: translate3d(-1990px, 0px, 0px); 
  transition: 0.8s; 
  width: 3982px;
}
.owl-item-style{
  width: 368.194px; 
  margin-right: 30px;
}
.ourVisionStyle{
  padding-left: 18px;
}
.ourVisionStyle1{
  padding-left: 20px;
}

