/* -------------------- header file css -------------------- */

.header-lst {
  color: white !important;
  font-weight: 300 !important;
  /* width: 110px; */
  /* font-size: 15px !important; */
}

.li-bdr {
  border-bottom: 1px #cccccc6b solid !important;
  padding-top: 2px;
  padding-bottom: 2px;
}
@media (min-width: 1400px) {
  .res-ul-mgr {
    margin-left: 48px !important;
  }
  .centered-content {
    margin-top: 13px !important;
  }
}
@media (max-width: 1400px) {
  .res-padding-hdr {
    /* margin-left: -67px !important; */
  }
  .res-ul-mgr {
    margin-right: -96px !important;
    margin-left: -30px !important;
  }
  
}
@media (max-width: 1367px) {
  .res-padding-hdr {
    margin-left: -8px !important;
  }
}

@media (max-width: 992px) {
  .header-lst {
    color: black !important;
    font-weight: 500 !important;
  }
}
@media (max-width: 1153px) {
  .header-lst {
    font-size: 16px !important;
    /* padding-top: 2px !important; */
    /* line-height: 1.1 !important; */
    
  }
}

/* -------------------- index file css -------------------- */

/* universal style */
.txt-justify {
  text-align: justify;
}

.product-description {
  display: -webkit-box;
  /*-webkit-line-clamp: 6;*/
  /* limit to 6 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.img-bdr-line {
  border-bottom: 1px solid rgb(159, 159, 159);
}

.heading-mg-btm1,
.heading-mg-btm2 {
  font-size: 32px !important;
}

@media (min-width: 1000px) {
  .heading-mg-btm1 {
    margin-bottom: -85px !important;
  }

  .heading-mg-btm2 {
    margin-bottom: -210px !important;
  }
}

.a-style {
  color: rgb(0, 128, 255);
  /* margin-bottom: 15px; */
}

.left-right-btn-pos {
  top: 33% !important;
}

.heading-style {
  margin-bottom: -5px;
  color: #060c5e;
  font-weight: 400 !important;
  font-size: 32px;
}

body,
h1,
h4,
h2,
h3,
h5,
h6,
p {
  font-family: sans-serif !important;
}

.para-lineheight {
  line-height: 1.5 !important;
}

.products-heading {
  font-size: 25px !important;
  line-height: 1.3;
}

/* responsiveness */
@media (max-width: 480px) {
  .heading-style {
    font-size: 1.5em;
    line-height: 1.3;
  }
}
@media (max-width: 1025px) {
  
  .responsive-mgr-btm{
    margin-bottom: -25px;
  }
}

/* -------------------- banner section css -------------------- */

.bg-container {
  max-width: 100%;
  border: 1px solid #ccc;
  /* Optional: for visual reference */
}

.full-background {
  position: relative;
  height: 480px;
  background-image: url("../images/banner/banner3.jpg");
  /* Replace with actual path */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}

.centered-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  /* padding: 0 15px; */
}

.bnr-heading {
  font-weight: 500;
  line-height: 60px;
  text-shadow: 1px 2px 8px #111;
  color: white;
  font-size: 44px;
  margin-bottom: 4px;
}

.bnr-p {
  margin-bottom: -3px;
  color: white;
  font-size: 16px;
  text-shadow: 1px 2px 8px #111;
  line-height: 1.5;
}

@media (max-width: 480px) {
  .bnr-heading {
    font-size: 1.2em;
    line-height: 1.5;
  }

  .bnr-br {
    display: hidden;
  }

  .bnr-p {
    font-size: 11px;
    line-height: 1.5;
  }

  .full-background {
    height: 289px !important;
  }
}

/* -------------------- about us section css -------------------- */

.about-img {
  margin-top: -45px;
}

.ab-img {
  height: auto;
  /* width: 1150px; */
}

.marquee-spacing {
  height: 234px;
  padding-bottom: 27px;
  border-radius: 10px;
  margin-top: -3px;
}

.newseventbox {
  border: 1px solid #d5d5d5;
  padding: 10px 5px;
  height: 250px;
  background-color: #f2f2f2;
  overflow-y: scroll;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 0px 19px -1px #c5c5c5;
}

.newseventtable {
  border: 0px solid #000;
  width: 100%;
}

.newseventtable tr {
  border-bottom: 1px dashed #000;
  display: flex;
  align-items: center;
  /* padding: 9px; */
}

.newseventtable tr td {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  margin-top: -8px;
}

.newsdate {
  width: 24px;
  float: left;
  padding: 2px 6px 0 6px;
  border-radius: 3px;
  /* background-color: #ff0000; */
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 30px;
  height: 24px;
}

.newsdate p {
  color: #fff;
}

.newshead {
  border: 0px solid #000;
  align-items: center;
  padding: 0px 16px;
  margin-bottom: -55px;
}

.p-marqee {
  font-size: 19px;
}

.lst-mgr {
  margin-bottom: 10px;
  margin-left: 8px;
  margin-right: 8px;
}

.counter-h {
  height: 189px;
}

/* -------------------- world section css -------------------- */
.card-cnt {
  /* margin: 10px; */
}

.pd-style {
  margin-top: 10px !important;
  font-size: 16px !important;
  text-align: left;
  color: #1a1a1b !important;
  line-height: 1.5 !important;
  font-weight: unset;
}

.wld-head {
  color: #101112;
  font-size: 24px;
}

.world-img {
  height: auto !important;
}
@media (max-width: 1400px) {
  .wld-head {
    font-size: 23px !important;
  }
  .pd-style {
    font-size: 16px !important;
  }
  .txt-sec {
    margin-left: -18px !important;
    margin-right: -5px !important;
  }
}
@media (max-width: 1025px) and (min-width: 991px) {
  .pd-style {
    font-size: 11.5px !important;
    font-weight: 200 !important;
  }
  .wld-head {
    font-size: 19.5px !important;
  }
  
}

.arrow-style {
  width: 45px;
  float: right;
  padding-right: 15px;
  margin-right: -8px;
  margin-top: -14px;
  z-index: 1;
  /* position: absolute; */
}
@media (max-width: 1400px) {
  .arrow-style {
    margin-top: -30px;
  }
}

@media (max-width: 768px) {
  .section-mgr-tp {
    margin-top: 20px;
  }
}

/* -------------------- products section css -------------------- */

/* .team-carousel {
  width: 1150px;  
  max-width: 100%; 
  height: 300px;  
  margin: 0 auto;  
} */

.p-products {
  color: #212529 !important;
  font-size: 16px !important;
  margin-left: 2px !important;
  margin-right: 2px !important;
  margin-bottom: 10px !important;
}

.img-wh {
  height: 250px !important;
  width: 500px !important;
}

.card-height {
  height: 170px !important;
}

.heading-mgr-btm {
  margin-bottom: -50px !important;
}

@media (max-width: 1190px) {
  .card-height {
    height: 220px !important;
  }
}

@media (max-width: 768px) {
  .card-height {
    height: 260px !important;
  }
}

@media (max-width: 521px) {
  .card-height {
    height: 280px !important;
  }
}

@media (max-width: 500px) {
  .card-height {
    height: 320px !important;
  }
}

@media (max-width: 460px) {
  .card-height {
    height: 200px !important;
  }
}

/* -------------------- client section css -------------------- */
.bg-style {
  background-image: url("../images/background/og-client-bg.png");
  padding: 41px 11px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: relative;
}
.top-gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0px;
  left: 0;
  background: linear-gradient(
    359deg,
    #aaddf2 0%,
    rgba(0, 150, 220, 0) 100%,
    rgba(0, 150, 220, 0) 100%
  );
  z-index: 0;
}

.client-lg {
  border: 1px solid #bbbbbb;
  border-radius: unset !important;
}

.para {
  margin-top: 30px;
  margin-left: 30px;
  margin-right: 30px;
  color: #212529 !important;
  line-height: 1.5;
}

.logo-sub-heading {
  text-align: center;
  font-weight: 200;
  margin-top: 10px;
  font-size: 15px;
  color: #00293f;
  line-height: 1.5;
}
.lg-mgr {
  margin: 11px 2px !important;
  height: unset !important;
}

/* -------------------- testimonials section css -------------------- */
.img-mgr {
  margin-left: 13px;
}

.fnt-style {
  font-weight: 400 !important;
  margin-bottom: 15px !important;
}

.client-name {
  margin-top: 23px !important;
}

.testimonial-text {
  width: 800px;
}

.testimonial-p {
  line-height: 1.5 !important;
  font-size: 16px !important;
}

.hide-owl-nav .owl-nav {
  display: none !important;
}

@media (max-width: 591px) {
  .sec-testimonial {
    margin-top: -20px;
  }
}

/* -------------------- history section css -------------------- */
.img-h {
  height: 300px !important;
}

.card-bg {
  background: #e9edec;
}

.year-heading {
  font-weight: bold !important;
  font-size: 30px;
}

.history-p {
  font-size: 14px;
  margin: 20px;
  line-height: 21px;
  padding-bottom: 20px;
  color: #393939;
}

.txt-card-h {
  height: 254px;
}

.time-line {
  background: #d1cccc;
  height: 5px;
  margin-bottom: -20px;
  margin-top: 14px;
  border-radius: 10px;
  position: relative;
  z-index: 0;
}

.vertical-line {
  position: relative;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 50px;
  /* Change this to adjust line length */
  background-color: #f07e32;
  z-index: 2 !important;
}

.vertical-line::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 25px;
  height: 25px;
  background-color: #f07e32;
  border: 5px solid white;
  border-radius: 50%;
  z-index: 3 !important;
}

.para-fnt {
  color: #4f4f4f !important;
  font-size: 22px !important;
}

.card-mgr {
  margin-right: -23px !important;
}

/* flip image css */
.flip-card {
  background-color: transparent;
  width: 302px;
  height: 241px;
  perspective: 1000px;
  /* 3D effect */
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  overflow: hidden;
}

.flip-card-front img,
.flip-card-back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flip-card-back {
  transform: rotateY(180deg);
}

@media (max-width: 1400px) {
  .flip-card {
    width: 257px;
    height: 205px;
  }
}

@media (max-width: 1140px) {
  .flip-card {
    width: 212px;
    height: 169px;
  }

  .history-p {
    line-height: 1.3;
  }

  .txt-card-h {
    height: 300px;
  }
}

@media (max-width: 992px) {
  .flip-card {
    width: 333px;
    height: 266px;
  }

  .history-p {
    font-size: 18px;
  }

  .txt-card-h {
    height: 300px;
  }
}

@media (max-width: 739px) {
  .flip-card {
    width: 381px;
    height: 305px;
  }

  .history-p {
    font-size: 18px;
  }

  .txt-card-h {
    height: 280px;
  }
}

@media (max-width: 480px) {
  .flip-card {
    width: 292px;
    height: 234px;
  }

  .history-p {
    font-size: 18px;
  }

  .txt-card-h {
    height: 310px;
  }
}

@media (max-width: 392px) {
  .flip-card {
    width: 269px;
    height: 216px;
  }

  .history-p {
    font-size: 18px;
  }

  .txt-card-h {
    height: 350px;
  }
}

@media (max-width: 363px) {
  .flip-card {
    width: 248px;
    height: 198px;
  }

  .history-p {
    font-size: 18px;
  }

  .txt-card-h {
    height: 350px;
  }
}

/* -------------------- newsletter section css -------------------- */
.newsletter-1p {
  line-height: 1.4;
}

/* responsiveness */
@media only screen and (max-width: 629px) {
  .newsletter-3p {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 591px) {
  .sec-newsletter {
    margin-bottom: 35px !important;
  }
}

/* about file css */

.ab-title {
  font-size: 27px;
  margin-bottom: 2px;
}

.small-head {
  font-size: 20px;
}

.img-sub-cntent {
  margin-bottom: 31px;
  margin-top: -6px;
}

.ach-p-size {
  font-size: 17px !important;
  color: #212529 !important;
  line-height: 21px !important;
}

.ach-h {
  font-weight: 200 !important;
}

.ach-card-style {
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: 0px 5px 15px #ddd;
  background-color: white;
}

.ach-pd {
  padding: 10px;
}

.ach-p {
  border-color: transparent !important;
  height: 130px;
}

.banner-img-container {
  position: relative;
  text-align: center;
  color: white;
}

@media (min-width: 1192px) {
  .bnr-image {
    height: 300px;
    width: 100%;
  }
}

.banner-img-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-img-text-p {
  font-size: 2em !important;
  text-shadow: 1px 2px 8px #111 !important;
  line-height: 1.3 !important;
  /* padding: 0px 200px; */
  font-weight: 500 !important;
  color: white;
}

@media (max-width: 768px) {
  .banner-img-text-p {
    font-size: 28px !important;
    line-height: 40px !important;
  }
}

@media (max-width: 600px) {
  .banner-img-text-p {
    font-size: 24px !important;
    line-height: 30px !important;
  }
}

@media (max-width: 454px) {
  .banner-img-text-p {
    font-size: 20px !important;
    line-height: 25px !important;
  }
}

@media (max-width: 393px) {
  .banner-img-text-p {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}

/* client file css */
.icon-bdr {
  border: 2px solid #d8d8d8ac !important;
}

/* product file css */
.img-style {
  width: 80% !important;
  border: 1px solid #dcdcdc;
  margin: 21px !important;
  border-radius: 5px;
  box-shadow: -2px 1px 10px 5px #ecececc9 !important;
}

.gallery-box-mgr {
  margin-right: -17px;
}

/* quality file css */
.quality-icon{
  margin-right: 5px; 
  color: #4b48af;
}

.img-mgr2 {
  margin-top: -17px;
}

/* infrastructure file css */
.img-border {
  border: 1px solid rgb(188, 188, 188);
  box-shadow: 0px 0px 9px -2px;
  border-radius: 5px;
  /*  width: 450px;*/
}

.mgr-btm {
  margin-bottom: 20px !important;
  color: #212529 !important;
}

.mgr-lft-ol {
  margin-left: 40px;
}

/* investors file css */
.download-btn {
  background: none !important;
  padding: 11px 0px 0px 0px !important;
}

.download-card {
  box-shadow: 0px 0px 19px -2px #b2b2b2;
  border: 1px solid #a0a0a0;
}

.dc-text-section {
  height: 195px !important;
}

.pdf-preview {
  overflow: hidden;
  height: 150px;
  width: auto;
  border-bottom: 2px solid #aaaaaa;
}

.dis-li {
  margin-bottom: 15px;
  font-size: 16px;
}

ol.alpha-paren {
  list-style-type: lower-alpha;
}

ol.alpha-paren > li::marker {
  content: "(" counter(list-item, lower-alpha) ") ";
}

ol.roman-paren {
  list-style-type: lower-roman;
}

ol.roman-paren > li::marker {
  content: "(" counter(list-item, lower-roman) ") ";
}

.product-grid-mgr {
  margin: -11px -36px !important;
}
.product-grid-mgr2 {
  margin: -12px -43px !important;
}
.product-grid-mgr3 {
  margin: -6px -37px !important;
}

/* investor's contact.php css */
.lst-mgr2 {
  margin-left: -39px;
}

.investor-card-bdr {
  border: 1.5px solid #a7a7a7 !important;
  box-shadow: 0px 0px 19px -2px #afafaf;
  border-radius: 6px;
}

.card-heading-mgr {
  margin-top: 10px;
  margin-bottom: -15px;
}
.ic-p-spacing{
  margin-bottom: 14px;
}

/* download file css */
.bx-bdr {
  border: 1px solid #3b96ed;
  border-radius: 5px;
  padding: 20px;
  margin: 10px;
  transition: background-color 0.4s ease, color 0.4s ease, opacity 0.4s ease;
}

.bx-bdr:hover {
  color: white;
  background-color: #1e90ff;
  opacity: 1;
}
.code-heading{
  font-size: 16px;
}

/* disclosures.php css */
.inner-lst {
  all: unset;
  /* list-style-type: lower-alpha; */
}

/* contactus file css */
.box-bdr {
  width: 400px;
  margin-right: 35px;
}

/* footer_index css */
.lst-style {
  margin-bottom: 11px !important;
  font-size: 15px;
  display: flex;
  color: #8196a1 !important;
  /* align-items: start; */
}

.lst-style i {
  margin-right: 10px;
  min-width: 20px;
  /* keeps spacing even if icons differ in width */
  margin-top: 3px;
  font-size: 20px;
}

.ftr-hdg {
  font-size: 1.3em;
}
